summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'smp-urgent-2021-09-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-09-124-20/+8
|\
| * Merge branch 'linus' into smp/urgentThomas Gleixner2021-09-111236-21958/+38511
| |\
| * | drivers: base: cacheinfo: Get rid of DEFINE_SMP_CALL_CACHE_FUNCTION()Thomas Gleixner2021-09-014-20/+8
* | | Merge tag 'riscv-for-linus-5.15-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-09-118-14/+20
|\ \ \ | |_|/ |/| |
| * | riscv: Move EXCEPTION_TABLE to RO_DATA segmentJisheng Zhang2021-09-102-3/+2
| * | riscv: Enable BUILDTIME_TABLE_SORTJisheng Zhang2021-09-101-0/+1
| * | riscv: dts: microchip: mpfs-icicle: Fix serial consoleGeert Uytterhoeven2021-09-101-1/+5
| * | riscv: move the (z)install rules to arch/riscv/MakefileMasahiro Yamada2021-09-102-10/+5
| * | riscv: Improve stack randomisation on RV64Kefeng Wang2021-09-101-0/+3
| * | riscv: defconfig: enable NLS_CODEPAGE_437, NLS_ISO8859_1Heinrich Schuchardt2021-09-101-0/+2
| * | riscv: defconfig: enable BLK_DEV_NVMEHeinrich Schuchardt2021-09-101-0/+2
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-09-101-1/+21
|\ \ \
| * | | arm64: kdump: Skip kmemleak scan reserved memory for kdumpChen Wandun2021-09-101-0/+6
| * | | arm64: mm: limit linear region to 51 bits for KVM in nVHE modeArd Biesheuvel2021-09-091-1/+15
* | | | Merge tag 'for-5.15/parisc-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-09-1013-170/+93
|\ \ \ \
| * | | | parisc: Implement __get/put_kernel_nofault()Helge Deller2021-09-096-86/+62
| * | | | parisc: Mark sched_clock unstable only if clocks are not syncronizedHelge Deller2021-09-092-6/+3
| * | | | parisc: Reduce sigreturn trampoline to 3 instructionsHelge Deller2021-09-093-9/+8
| * | | | parisc: Check user signal stack trampoline is inside TASK_SIZEHelge Deller2021-09-091-7/+10
| * | | | parisc: Drop useless debug info and comments from signal.cHelge Deller2021-09-091-15/+0
| * | | | parisc: Drop strnlen_user() in favour of generic versionHelge Deller2021-09-094-38/+1
| * | | | parisc: Add missing FORCE prerequisite in MakefileHelge Deller2021-09-091-9/+9
* | | | | Merge tag 'for-linus-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-09-097-33/+111
|\ \ \ \ \
| * | | | | um: fix stub location calculationJohannes Berg2021-08-264-4/+26
| * | | | | um: enable VMAP_STACKJohannes Berg2021-08-261-0/+1
| * | | | | um: virt-pci: don't do DMA from stackJohannes Berg2021-08-261-26/+78
| * | | | | um: virtio_uml: fix memory leak on init failuresJohannes Berg2021-08-261-1/+3
| * | | | | um: virtio_uml: include linux/virtio-uml.hJohannes Berg2021-08-261-0/+1
| * | | | | um: make PCI emulation driver init/exit staticJohannes Berg2021-08-261-2/+2
* | | | | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-09-0923-291/+270
|\ \ \ \ \ \
| * | | | | | ARM: 9118/1: div64: Remove always-true __div64_const32_is_OK() duplicateGeert Uytterhoeven2021-08-201-11/+0
| * | | | | | ARM: 9116/1: unified: Remove check for gcc < 4Geert Uytterhoeven2021-08-201-4/+0
| * | | | | | ARM: 9110/1: oabi-compat: fix oabi epoll sparse warningArnd Bergmann2021-08-201-1/+1
| * | | | | | ARM: 9113/1: uaccess: remove set_fs() implementationArnd Bergmann2021-08-2011-86/+7
| * | | | | | ARM: 9112/1: uaccess: add __{get,put}_kernel_nofaultArnd Bergmann2021-08-201-40/+83
| * | | | | | ARM: 9111/1: oabi-compat: rework fcntl64() emulationArnd Bergmann2021-08-201-33/+60
| * | | | | | ARM: 9114/1: oabi-compat: rework sys_semtimedop emulationArnd Bergmann2021-08-201-16/+44
| * | | | | | ARM: 9108/1: oabi-compat: rework epoll_wait/epoll_pwait emulationArnd Bergmann2021-08-203-69/+29
| * | | | | | ARM: 9107/1: syscall: always store thread_info->abi_syscallArnd Bergmann2021-08-206-10/+21
| * | | | | | ARM: 9109/1: oabi-compat: add epoll_pwait handlerArnd Bergmann2021-08-202-4/+36
| * | | | | | ARM: 9106/1: traps: use get_kernel_nofault instead of set_fs()Arnd Bergmann2021-08-201-31/+16
| * | | | | | ARM: 9105/1: atags_to_fdt: don't warn about stack sizeDavid Heidelberg2021-08-101-0/+2
| * | | | | | ARM: 9103/1: Drop ARCH_NR_GPIOS definitionLinus Walleij2021-08-101-4/+0
| * | | | | | ARM: 9102/1: move theinstall rules to arch/arm/MakefileMasahiro Yamada2021-08-102-14/+3
| * | | | | | ARM: 9099/1: crypto: rename 'mod_init' & 'mod_exit' functions to be module-sp...Randy Dunlap2021-08-101-4/+4
* | | | | | | Merge tag 's390-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-09-0917-49/+63
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | hugetlbfs: s390 is always 64bitDavid Hildenbrand2021-09-081-0/+1
| * | | | | | s390/ftrace: remove incorrect __va usageHeiko Carstens2021-09-081-2/+2
| * | | | | | s390: remove xpram device driverHeiko Carstens2021-09-072-2/+0
| * | | | | | s390/pci: read clp_list_pci_req only oncePierre Morel2021-09-071-1/+1