aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc
AgeCommit message (Expand)Author
2019-05-16Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-05-14init: provide a generic free_initmem implementationMike Rapoport
2019-05-14initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig
2019-05-07Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds
2019-05-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-05-06Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-05-01Merge tag 'arc-5.1-final' of git://git.kernel.org/pub/scm/linux/kernel/git/vg...Linus Torvalds
2019-04-23asm-generic: don't include <asm/segment.h> from <asm/uaccess.h>Christoph Hellwig
2019-04-22Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe
2019-04-10Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2019-04-08ARC: memset: fix build with L1_CACHE_SHIFT != 6Eugeniy Paltsev
2019-04-08arch: Use asm-generic header for asm/mmiowb.hWill Deacon
2019-04-06block: remove CONFIG_LBDAFChristoph Hellwig
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)
2019-04-03locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long
2019-04-03arch/tlb: Clean up simple architecturesPeter Zijlstra
2019-04-03asm-generic/tlb, arch: Provide generic VIPT cache flushPeter Zijlstra
2019-04-02ARC: [hsdk] Make it easier to add PAE40 region to DTBVineet Gupta
2019-04-02ARC: PAE40: don't panic and instead turn off hw iocVineet Gupta
2019-03-28KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supportedMasahiro Yamada
2019-03-20syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin
2019-03-20arc: define syscall_get_arch()Dmitry V. Levin
2019-03-20Move EM_ARCOMPACT and EM_ARCV2 to uapi/linux/elf-em.hDmitry V. Levin
2019-03-20Merge tag 'arc-5.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds
2019-03-17kbuild: force all architectures except um to include mandatory-yMasahiro Yamada
2019-03-12memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport
2019-03-11arch: arc: Kconfig: pedantic formattingEnrico Weigelt, metux IT consult
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-03-08ARCv2: spinlock: remove the extra smp_mb before lock, after unlockVineet Gupta
2019-03-07configs: get rid of obsolete CONFIG_ENABLE_WARN_DEPRECATEDAlexey Brodkin
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-03-05ARC: unaligned: relax the check for gcc supporting -mno-unaligned-accessVineet Gupta
2019-02-27Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/gi...Thomas Gleixner
2019-02-25ARC: boot log: cut down on verbosityVineet Gupta
2019-02-25ARCv2: boot log: refurbish HS core/release identificationVineet Gupta
2019-02-25arc: hsdk_defconfig: Enable CONFIG_BLK_DEV_RAMCorentin Labbe
2019-02-25ARC: u-boot args: check that magic number is correctEugeniy Paltsev
2019-02-25ARC: perf: bpok condition only exists for ARCompactVineet Gupta
2019-02-25ARCv2: Add explcit unaligned access support (and ability to disable too)Eugeniy Paltsev
2019-02-25ARCv2: lib: introduce memcpy optimized for unaligned accessEugeniy Paltsev
2019-02-25ARC: [plat-hsdk]: Enable AXI DW DMAC supportEugeniy Paltsev
2019-02-25ARC: [plat-hsdk]: Add reset controller handle to manage USB resetEugeniy Paltsev
2019-02-25ARC: DTB: [scripted] fix node name and address spellingAlexey Brodkin
2019-02-21ARCv2: don't assume core 0x54 has dual issueVineet Gupta
2019-02-21ARC: define ARCH_SLAB_MINALIGN = 8Alexey Brodkin
2019-02-21ARC: enable uboot support unconditionallyEugeniy Paltsev
2019-02-21ARC: U-boot: check arguments paranoidlyEugeniy Paltsev