aboutsummaryrefslogtreecommitdiff
path: root/arch/arc
AgeCommit message (Expand)AuthorFilesLines
2019-05-16Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+1
2019-05-14init: provide a generic free_initmem implementationGravatar Mike Rapoport 1-8/+0
2019-05-14initramfs: provide a generic free_initrd_mem implementationGravatar Christoph Hellwig 1-7/+0
2019-05-07Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-5/+12
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 8-8/+0
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Gravatar Linus Torvalds 1-0/+1
2019-05-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-3/+0
2019-05-06Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-32/+0
2019-05-01Merge tag 'arc-5.1-final' of git://git.kernel.org/pub/scm/linux/kernel/git/vg...Gravatar Linus Torvalds 3-23/+25
2019-04-23asm-generic: don't include <asm/segment.h> from <asm/uaccess.h>Gravatar Christoph Hellwig 1-0/+1
2019-04-22Merge tag 'v5.1-rc6' into for-5.2/blockGravatar Jens Axboe 1-4/+3
2019-04-10Merge branch 'linus' into locking/core, to pick up fixesGravatar Ingo Molnar 1-4/+3
2019-04-08ARC: memset: fix build with L1_CACHE_SHIFT != 6Gravatar Eugeniy Paltsev 1-2/+2
2019-04-08arch: Use asm-generic header for asm/mmiowb.hGravatar Will Deacon 1-0/+1
2019-04-06block: remove CONFIG_LBDAFGravatar Christoph Hellwig 8-8/+0
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsGravatar Steven Rostedt (Red Hat) 1-4/+3
2019-04-03locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsGravatar Waiman Long 1-3/+0
2019-04-03arch/tlb: Clean up simple architecturesGravatar Peter Zijlstra 1-23/+0
2019-04-03asm-generic/tlb, arch: Provide generic VIPT cache flushGravatar Peter Zijlstra 1-9/+0
2019-04-02ARC: [hsdk] Make it easier to add PAE40 region to DTBGravatar Vineet Gupta 1-6/+7
2019-04-02ARC: PAE40: don't panic and instead turn off hw iocGravatar Vineet Gupta 1-15/+16
2019-03-28KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supportedGravatar Masahiro Yamada 2-1/+1
2019-03-20syscall_get_arch: add "struct task_struct *" argumentGravatar Dmitry V. Levin 1-1/+1
2019-03-20arc: define syscall_get_arch()Gravatar Dmitry V. Levin 1-0/+11
2019-03-20Move EM_ARCOMPACT and EM_ARCV2 to uapi/linux/elf-em.hGravatar Dmitry V. Levin 1-5/+1
2019-03-20Merge tag 'arc-5.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Gravatar Linus Torvalds 27-314/+399
2019-03-17kbuild: force all architectures except um to include mandatory-yGravatar Masahiro Yamada 1-2/+0
2019-03-12memblock: drop memblock_alloc_*_nopanic() variantsGravatar Mike Rapoport 1-2/+1
2019-03-12treewide: add checks for the return value of memblock_alloc*()Gravatar Mike Rapoport 1-0/+4
2019-03-11arch: arc: Kconfig: pedantic formattingGravatar Enrico Weigelt, metux IT consult 2-12/+12
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 3-15/+2
2019-03-08ARCv2: spinlock: remove the extra smp_mb before lock, after unlockGravatar Vineet Gupta 1-35/+14
2019-03-07configs: get rid of obsolete CONFIG_ENABLE_WARN_DEPRECATEDGravatar Alexey Brodkin 16-16/+0
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-0/+3
2019-03-05ARC: unaligned: relax the check for gcc supporting -mno-unaligned-accessGravatar Vineet Gupta 1-12/+0
2019-02-27Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Thomas Gleixner 2-0/+3
2019-02-25ARC: boot log: cut down on verbosityGravatar Vineet Gupta 2-61/+32
2019-02-25ARCv2: boot log: refurbish HS core/release identificationGravatar Vineet Gupta 2-57/+75
2019-02-25arc: hsdk_defconfig: Enable CONFIG_BLK_DEV_RAMGravatar Corentin Labbe 1-0/+1
2019-02-25ARC: u-boot args: check that magic number is correctGravatar Eugeniy Paltsev 2-0/+9
2019-02-25ARC: perf: bpok condition only exists for ARCompactGravatar Vineet Gupta 1-1/+1
2019-02-25ARCv2: Add explcit unaligned access support (and ability to disable too)Gravatar Eugeniy Paltsev 9-13/+56
2019-02-25ARCv2: lib: introduce memcpy optimized for unaligned accessGravatar Eugeniy Paltsev 1-0/+47
2019-02-25ARC: [plat-hsdk]: Enable AXI DW DMAC supportGravatar Eugeniy Paltsev 1-0/+27
2019-02-25ARC: [plat-hsdk]: Add reset controller handle to manage USB resetGravatar Eugeniy Paltsev 1-0/+2
2019-02-25ARC: DTB: [scripted] fix node name and address spellingGravatar Alexey Brodkin 13-147/+147
2019-02-21ARCv2: don't assume core 0x54 has dual issueGravatar Vineet Gupta 2-5/+29
2019-02-21ARC: define ARCH_SLAB_MINALIGN = 8Gravatar Alexey Brodkin 1-0/+11
2019-02-21ARC: enable uboot support unconditionallyGravatar Eugeniy Paltsev 6-20/+0
2019-02-21ARC: U-boot: check arguments paranoidlyGravatar Eugeniy Paltsev 2-27/+64