summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-01-122-8/+1
|\
| * Merge 5.16-rc6 into tty-nextGreg Kroah-Hartman2021-12-2047-151/+291
| |\
| * \ Merge 5.16-rc4 into tty-nextGreg Kroah-Hartman2021-12-0688-460/+777
| |\ \
| * | | tty: the rest, stop using tty_schedule_flip()Jiri Slaby2021-11-251-1/+1
| * | | arm: remove zte zx platform left-overLukas Bulwahn2021-11-251-7/+0
* | | | Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-01-121-1/+2
|\ \ \ \
| * | | | sh: sq: use default_groups in kobj_typeGreg Kroah-Hartman2022-01-051-1/+2
| |/ / /
* | | | Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-01-1125-35/+35
|\ \ \ \
| * \ \ \ Merge tag 'v5.16-rc5' into locking/core, to pick up fixesIngo Molnar2021-12-13163-807/+1263
| |\ \ \ \
| * | | | | futex: Fix additional regressionsArnd Bergmann2021-12-112-4/+4
| * | | | | locking: Allow to include asm/spinlock_types.h from linux/spinlock_types_raw.hSebastian Andrzej Siewior2021-12-0712-12/+12
| * | | | | x86/mm: Include spinlock_t definition in pgtable.Sebastian Andrzej Siewior2021-12-071-0/+1
| * | | | | futex: Remove futex_cmpxchg detectionArnd Bergmann2021-11-2511-11/+0
| * | | | | futex: Ensure futex_atomic_cmpxchg_inatomic() is presentArnd Bergmann2021-11-252-13/+24
* | | | | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-01-1119-79/+170
|\ \ \ \ \ \
| * | | | | | ARM: reduce the information printed in call tracesRussell King2021-12-172-3/+16
| * | | | | | ARM: 9168/1: Add support for Cortex-M55 processorTigran Tadevosyan2021-12-171-0/+10
| * | | | | | ARM: 9167/1: Add support for Cortex-M33 processorVladimir Murzin2021-12-171-0/+10
| * | | | | | ARM: 9166/1: Support KFENCE for ARMWang Kefeng2021-12-173-2/+61
| * | | | | | ARM: 9165/1: mm: Provide is_write_fault()Wang Kefeng2021-12-171-1/+6
| * | | | | | ARM: 9164/1: mm: Provide set_memory_valid()Wang Kefeng2021-12-172-10/+33
| * | | | | | ARM: 9161/1: mm: mark private VM_FAULT_X defines as vm_fault_tWang Kefeng2021-12-171-2/+2
| * | | | | | ARM: 9159/1: decompressor: Avoid UNPREDICTABLE NOP encodingAndre Przywara2021-12-172-9/+16
| * | | | | | ARM: 9158/1: leave it to core code to manage thread_info::cpuArd Biesheuvel2021-12-172-17/+0
| * | | | | | ARM: 9154/1: decompressor: do not copy source files while buildingMasahiro Yamada2021-12-177-35/+16
| |/ / / / /
* | | | | | Merge tag 'for-5.17/parisc-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-1120-315/+763
|\ \ \ \ \ \
| * | | | | | parisc: Default to 16 CPUs on 32-bit kernelHelge Deller2022-01-111-1/+2
| * | | | | | parisc: Re-use toc_stack as hpmc_stackHelge Deller2022-01-111-4/+2
| * | | | | | parisc: Enable TOC (transfer of contents) feature unconditionallyHelge Deller2022-01-115-41/+30
| * | | | | | parisc: io: Improve the outb(), outw() and outl() macrosBart Van Assche2022-01-071-3/+3
| * | | | | | parisc: Add kgdb io_module to read chars via PDCHelge Deller2022-01-071-0/+21
| * | | | | | parisc: Fix pdc_toc_pim_11 and pdc_toc_pim_20 definitionsHelge Deller2022-01-071-9/+23
| * | | | | | parisc: Add lws_atomic_xchg and lws_atomic_store syscallsJohn David Anglin2022-01-071-1/+392
| * | | | | | parisc: Rewrite light-weight syscall and futex codeJohn David Anglin2022-01-073-212/+231
| * | | | | | parisc: Enhance page fault termination messageJohn David Anglin2022-01-071-4/+10
| * | | | | | parisc: Don't call faulthandler_disabled() in do_page_fault()John David Anglin2022-01-071-3/+0
| * | | | | | parisc: Switch user access functions to signal errors in r29 instead of r8Helge Deller2022-01-072-7/+11
| * | | | | | parisc: Avoid calling faulthandler_disabled() twiceJohn David Anglin2022-01-071-1/+1
| * | | | | | parisc: Fix lpa and lpa_user definesJohn David Anglin2022-01-071-20/+24
| * | | | | | parisc: Define depi_safe macroJohn David Anglin2022-01-071-0/+10
| * | | | | | parisc: decompressor: do not copy source files while buildingMasahiro Yamada2022-01-054-10/+4
* | | | | | | Merge tag 'x86_build_for_v5.17_rc1-p2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-01-112-2/+2
|\ \ \ \ \ \ \
| * | | | | | | x86/kbuild: Enable CONFIG_KALLSYMS_ALL=y in the defconfigsIngo Molnar2022-01-082-0/+2
| * | | | | | | x86/defconfig: Enable CONFIG_LOCALVERSION_AUTO=y in the defconfigIngo Molnar2021-12-302-2/+0
* | | | | | | | Merge tag 'efi-next-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-113-9/+33
|\ \ \ \ \ \ \ \
| * | | | | | | | efi/libstub: x86/mixed: increase supported argument countArd Biesheuvel2021-11-213-9/+29
| * | | | | | | | efi/libstub: add prototype of efi_tcg2_protocol::hash_log_extend_event()Ard Biesheuvel2021-11-211-0/+4
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge tag 'for-linus-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-1148-223/+249
|\ \ \ \ \ \ \ \
| * | | | | | | | um: virtio_uml: Allow probing from devicetreeVincent Whitchurch2021-12-221-3/+47
| * | | | | | | | um: Add devicetree supportVincent Whitchurch2021-12-225-0/+52