summaryrefslogtreecommitdiffstats
path: root/arch/arc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | ARC: [plat-hsdk]: Add missing multicast filter bins number to GMAC nodeJose Abreu2019-05-211-0/+1
| * | | ARC: mm: SIGSEGV userspace trying to access kernel virtual memoryEugeniy Paltsev2019-05-201-6/+3Star
| * | | ARC: fix build warningsVineet Gupta2019-05-202-9/+18
| |/ /
* | | treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman2019-05-302-0/+2
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-10/+1Star
| |/ |/|
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-161-0/+1
|\
| * asm-generic: don't include <asm/segment.h> from <asm/uaccess.h>Christoph Hellwig2019-04-231-0/+1
* | init: provide a generic free_initmem implementationMike Rapoport2019-05-141-8/+0Star
* | initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig2019-05-141-7/+0Star
* | Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-082-5/+12
|\ \
| * | syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin2019-03-211-1/+1
| * | arc: define syscall_get_arch()Dmitry V. Levin2019-03-211-0/+11
| * | Move EM_ARCOMPACT and EM_ARCV2 to uapi/linux/elf-em.hDmitry V. Levin2019-03-211-5/+1Star
| |/
* | Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-088-8/+0Star
|\ \
| * \ Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe2019-04-221-4/+3Star
| |\ \
| * | | block: remove CONFIG_LBDAFChristoph Hellwig2019-04-068-8/+0Star
* | | | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-071-0/+1
|\ \ \ \
| * | | | arch: Use asm-generic header for asm/mmiowb.hWill Deacon2019-04-081-0/+1
| |/ / /
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-061-3/+0Star
|\ \ \ \
| * \ \ \ Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2019-04-101-4/+3Star
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long2019-04-031-3/+0Star
| | |/ / | |/| |
* | | | Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-061-32/+0Star
|\ \ \ \
| * | | | arch/tlb: Clean up simple architecturesPeter Zijlstra2019-04-031-23/+0Star
| * | | | asm-generic/tlb, arch: Provide generic VIPT cache flushPeter Zijlstra2019-04-031-9/+0Star
| |/ / /
* | | | Merge tag 'arc-5.1-final' of git://git.kernel.org/pub/scm/linux/kernel/git/vg...Linus Torvalds2019-05-013-23/+25
|\ \ \ \ | |_|/ / |/| | |
| * | | ARC: memset: fix build with L1_CACHE_SHIFT != 6Eugeniy Paltsev2019-04-081-2/+2
| * | | ARC: [hsdk] Make it easier to add PAE40 region to DTBVineet Gupta2019-04-021-6/+7
| * | | ARC: PAE40: don't panic and instead turn off hw iocVineet Gupta2019-04-021-15/+16
| |/ /
* / / syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)2019-04-051-4/+3Star
|/ /
* | KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supportedMasahiro Yamada2019-03-282-1/+1
* | Merge tag 'arc-5.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds2019-03-2027-314/+399
|\ \ | |/ |/|
| * arch: arc: Kconfig: pedantic formattingEnrico Weigelt, metux IT consult2019-03-122-12/+12
| * ARCv2: spinlock: remove the extra smp_mb before lock, after unlockVineet Gupta2019-03-081-35/+14Star
| * ARC: unaligned: relax the check for gcc supporting -mno-unaligned-accessVineet Gupta2019-03-051-12/+0Star
| * ARC: boot log: cut down on verbosityVineet Gupta2019-02-262-61/+32Star
| * ARCv2: boot log: refurbish HS core/release identificationVineet Gupta2019-02-262-57/+75
| * arc: hsdk_defconfig: Enable CONFIG_BLK_DEV_RAMCorentin Labbe2019-02-251-0/+1
| * ARC: u-boot args: check that magic number is correctEugeniy Paltsev2019-02-252-0/+9
| * ARC: perf: bpok condition only exists for ARCompactVineet Gupta2019-02-251-1/+1
| * ARCv2: Add explcit unaligned access support (and ability to disable too)Eugeniy Paltsev2019-02-259-13/+56
| * ARCv2: lib: introduce memcpy optimized for unaligned accessEugeniy Paltsev2019-02-251-0/+47
| * ARC: [plat-hsdk]: Enable AXI DW DMAC supportEugeniy Paltsev2019-02-251-0/+27
| * ARC: [plat-hsdk]: Add reset controller handle to manage USB resetEugeniy Paltsev2019-02-251-0/+2
| * ARC: DTB: [scripted] fix node name and address spellingAlexey Brodkin2019-02-2513-147/+147
* | kbuild: force all architectures except um to include mandatory-yMasahiro Yamada2019-03-171-2/+0Star
* | memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport2019-03-121-2/+1Star
* | treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-0/+4
* | Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-03-103-15/+2Star
|\ \
| * | dma-mapping: improve selection of dma_declare_coherent availabilityChristoph Hellwig2019-02-201-1/+0Star