summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86: dt: Use of_get_cpu_hwid()Rob Herring2021-10-201-3/+2
* sh: Use of_get_cpu_hwid()Rob Herring2021-10-201-3/+2
* riscv: Use of_get_cpu_hwid()Rob Herring2021-10-201-1/+2
* powerpc: Use of_get_cpu_hwid()Rob Herring2021-10-201-6/+1
* openrisc: Use of_get_cpu_hwid()Rob Herring2021-10-201-5/+1
* csky: Use of_get_cpu_hwid()Rob Herring2021-10-201-4/+2
* arm64: Use of_get_cpu_hwid()Rob Herring2021-10-201-29/+2
* ARM: broadcom: Use of_get_cpu_hwid()Rob Herring2021-10-201-3/+3
* ARM: Use of_get_cpu_hwid()Rob Herring2021-10-201-20/+2
* dt-bindings: net: wireless: ti,wlcore: Convert to json-schemaGeert Uytterhoeven2021-10-201-1/+1
* 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-112-3/+2
| * | riscv: Enable BUILDTIME_TABLE_SORTJisheng Zhang2021-09-111-0/+1
| * | riscv: dts: microchip: mpfs-icicle: Fix serial consoleGeert Uytterhoeven2021-09-111-1/+5
| * | riscv: move the (z)install rules to arch/riscv/MakefileMasahiro Yamada2021-09-112-10/+5
| * | riscv: Improve stack randomisation on RV64Kefeng Wang2021-09-111-0/+3
| * | riscv: defconfig: enable NLS_CODEPAGE_437, NLS_ISO8859_1Heinrich Schuchardt2021-09-111-0/+2
| * | riscv: defconfig: enable BLK_DEV_NVMEHeinrich Schuchardt2021-09-111-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