summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | um: Extract load file helper from initrd.cVincent Whitchurch2021-12-224-43/+75
| * | | | um: remove set_fsChristoph Hellwig2021-12-225-40/+19
| * | | | um: Use swap() to make code cleanerYang Guang2021-12-211-4/+3
| * | | | um: header debriding - sigio.hAl Viro2021-12-211-1/+0
| * | | | um: header debriding - os.hAl Viro2021-12-211-13/+0
| * | | | um: header debriding - net_*.hAl Viro2021-12-212-3/+0
| * | | | um: header debriding - mem_user.hAl Viro2021-12-211-5/+0
| * | | | um: header debriding - activate_ipi()Al Viro2021-12-211-1/+0
| * | | | um: common-offsets.h debriding...Al Viro2021-12-211-12/+0
| * | | | um, x86: bury crypto_tfm_ctx_offsetAl Viro2021-12-212-6/+0
| * | | | um: unexport handle_page_fault()Al Viro2021-12-211-1/+0
| * | | | um: remove a dangling extern of syscall_trace()Al Viro2021-12-211-1/+0
| * | | | um: kill unused cpu()Al Viro2021-12-212-6/+0
| * | | | uml/i386: missing include in barrier.hAl Viro2021-12-211-0/+1