summaryrefslogtreecommitdiffstats
path: root/arch/arc
Commit message (Expand)AuthorAge
* treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman2019-05-30
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-30
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-21
* Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-16
|\
| * asm-generic: don't include <asm/segment.h> from <asm/uaccess.h>Christoph Hellwig2019-04-23
* | init: provide a generic free_initmem implementationMike Rapoport2019-05-14
* | initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig2019-05-14
* | Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-07
|\ \
| * | syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin2019-03-20
| * | arc: define syscall_get_arch()Dmitry V. Levin2019-03-20
| * | Move EM_ARCOMPACT and EM_ARCV2 to uapi/linux/elf-em.hDmitry V. Levin2019-03-20
| |/
* | Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-07
|\ \
| * \ Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe2019-04-22
| |\ \
| * | | block: remove CONFIG_LBDAFChristoph Hellwig2019-04-06
* | | | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-06
|\ \ \ \
| * | | | arch: Use asm-generic header for asm/mmiowb.hWill Deacon2019-04-08
| |/ / /
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-06
|\ \ \ \
| * \ \ \ Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2019-04-10
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long2019-04-03
| | |/ / | |/| |
* | | | Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-06
|\ \ \ \
| * | | | arch/tlb: Clean up simple architecturesPeter Zijlstra2019-04-03
| * | | | asm-generic/tlb, arch: Provide generic VIPT cache flushPeter Zijlstra2019-04-03
| |/ / /
* | | | Merge tag 'arc-5.1-final' of git://git.kernel.org/pub/scm/linux/kernel/git/vg...Linus Torvalds2019-05-01
|\ \ \ \ | |_|/ / |/| | |
| * | | ARC: memset: fix build with L1_CACHE_SHIFT != 6Eugeniy Paltsev2019-04-08
| * | | ARC: [hsdk] Make it easier to add PAE40 region to DTBVineet Gupta2019-04-02
| * | | ARC: PAE40: don't panic and instead turn off hw iocVineet Gupta2019-04-02
| |/ /
* / / syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)2019-04-05
|/ /
* | KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supportedMasahiro Yamada2019-03-28
* | Merge tag 'arc-5.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds2019-03-20
|\ \ | |/ |/|
| * arch: arc: Kconfig: pedantic formattingEnrico Weigelt, metux IT consult2019-03-12
| * ARCv2: spinlock: remove the extra smp_mb before lock, after unlockVineet Gupta2019-03-08
| * ARC: unaligned: relax the check for gcc supporting -mno-unaligned-accessVineet Gupta2019-03-05
| * ARC: boot log: cut down on verbosityVineet Gupta2019-02-25
| * ARCv2: boot log: refurbish HS core/release identificationVineet Gupta2019-02-25
| * arc: hsdk_defconfig: Enable CONFIG_BLK_DEV_RAMCorentin Labbe2019-02-25
| * ARC: u-boot args: check that magic number is correctEugeniy Paltsev2019-02-25
| * ARC: perf: bpok condition only exists for ARCompactVineet Gupta2019-02-25
| * ARCv2: Add explcit unaligned access support (and ability to disable too)Eugeniy Paltsev2019-02-25
| * ARCv2: lib: introduce memcpy optimized for unaligned accessEugeniy Paltsev2019-02-25
| * ARC: [plat-hsdk]: Enable AXI DW DMAC supportEugeniy Paltsev2019-02-25
| * ARC: [plat-hsdk]: Add reset controller handle to manage USB resetEugeniy Paltsev2019-02-25
| * ARC: DTB: [scripted] fix node name and address spellingAlexey Brodkin2019-02-25
* | kbuild: force all architectures except um to include mandatory-yMasahiro Yamada2019-03-16
* | memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport2019-03-12
* | treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-12
* | Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-03-10
|\ \
| * | dma-mapping: improve selection of dma_declare_coherent availabilityChristoph Hellwig2019-02-20
| * | of: select OF_RESERVED_MEM automaticallyChristoph Hellwig2019-02-13
| * | dma-mapping: add a kconfig symbol for arch_setup_dma_ops availabilityChristoph Hellwig2019-02-13
* | | configs: get rid of obsolete CONFIG_ENABLE_WARN_DEPRECATEDAlexey Brodkin2019-03-07