summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86-urgent-2021-09-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-09-265-25/+35
|\
| * x86/insn, tools/x86: Fix undefined behavior due to potential unaligned accessesNumfor Mbiziwo-Tiapo2021-09-241-2/+2
| * x86/asm: Fix SETZ size enqcmds() build failureKees Cook2021-09-221-1/+1
| * x86/setup: Call early_reserve_memory() earlierJuergen Gross2021-09-211-12/+14
| * x86/fault: Fix wrong signal when vsyscall fails with pkeyJiashuo Liang2021-09-202-10/+18
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-251-1/+1
|\ \
| * | sh: pgtable-3level: fix cast to pointer from integer of different sizeGeert Uytterhoeven2021-09-241-1/+1
* | | Merge tag 'for-linus-5.15b-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-09-255-18/+12
|\ \ \
| * | | xen/x86: fix PV trap handling on secondary processorsJan Beulich2021-09-211-6/+9
| * | | swiotlb-xen: this is PV-only on x86Jan Beulich2021-09-201-1/+0
| * | | xen/pci-swiotlb: reduce visibility of symbolsJan Beulich2021-09-202-7/+3
| * | | xen/x86: drop redundant zeroing from cpu_initialize_context()Jan Beulich2021-09-201-4/+0
* | | | Merge tag 'usb-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-09-251-2/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | arm64: dts: qcom: ipq8074: remove USB tx-fifo-resize propertyRobert Marko2021-09-141-2/+0
* | | | Merge tag 'acpi-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2021-09-242-19/+3
|\ \ \ \
| * | | | Revert "ACPI: Add memory semantics to acpi_os_map_memory()"Jia He2021-09-232-19/+3
| | |_|/ | |/| |
* | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-09-247-10/+25
|\ \ \ \
| * | | | arm64: Restore forced disabling of KPTI on ThunderXdann frazier2021-09-231-2/+6
| * | | | arm64: Mitigate MTE issues with str{n}cmp()Robin Murphy2021-09-214-2/+9
| * | | | arm64: add MTE supported check to thread switching and syscall entry/exitPeter Collingbourne2021-09-212-6/+10
* | | | | Merge tag 'for-linus-rseq' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-09-235-13/+4
|\ \ \ \ \
| * | | | | entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()Sean Christopherson2021-09-225-13/+4
| | |/ / / | |/| | |
* | | | | Merge tag 'net-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-09-231-1/+1
|\ \ \ \ \
| * | | | | s390/qeth: fix deadlock during failing recoveryAlexandra Winter2021-09-211-1/+1
* | | | | | Merge tag 's390-5.15-ebpf-jit-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-09-211-32/+38
|\ \ \ \ \ \
| * | | | | | s390/bpf: Fix optimizing out zero-extensionsIlya Leoshkevich2021-09-161-28/+30
| * | | | | | s390/bpf: Fix 64-bit subtraction of the -0x80000000 constantIlya Leoshkevich2021-09-161-2/+7
| * | | | | | s390/bpf: Fix branch shortening during codegen passIlya Leoshkevich2021-09-161-2/+1
| | |_|_|/ / | |/| | | |
* | | | | | sparc64: fix pci_iounmap() when CONFIG_PCI is not setLinus Torvalds2021-09-201-0/+2
| |_|/ / / |/| | | |
* | | | | Merge tag 'x86_urgent_for_v5.15_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-09-194-15/+46
|\ \ \ \ \
| * | | | | x86/mce: Avoid infinite loop for copy from user recoveryTony Luck2021-09-141-11/+32
| * | | | | x86/mm: Fix kern_addr_valid() to cope with existing but not present entriesMike Rapoport2021-09-081-3/+3
| * | | | | x86/platform: Increase maximum GPIO number for X86_64Andy Shevchenko2021-09-021-0/+5
| * | | | | x86/pat: Pass valid address to sanitize_phys()Jeff Moyer2021-09-021-1/+6
* | | | | | Merge tag 'powerpc-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-09-195-47/+94
|\ \ \ \ \ \
| * | | | | | powerpc/xics: Set the IRQ chip data for the ICS native backendCédric Le Goater2021-09-151-2/+2
| * | | | | | powerpc/mce: Fix access error in mce handlerGanesh Goudar2021-09-131-2/+15
| * | | | | | KVM: PPC: Book3S HV: Tolerate treclaim. in fake-suspend mode changing registersNicholas Piggin2021-09-131-2/+34
| * | | | | | powerpc/64s: system call rfscv workaround for TM bugsNicholas Piggin2021-09-131-0/+13
| * | | | | | powerpc/64s: system call scv tabort fix for corrupt irq soft-mask stateNicholas Piggin2021-09-132-41/+30
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'kbuild-fixes-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-09-192-11/+17
|\ \ \ \ \ \
| * | | | | | x86/build: Do not add -falign flags unconditionally for clangNathan Chancellor2021-09-191-3/+9
| * | | | | | sh: Add missing FORCE prerequisites in MakefileGeert Uytterhoeven2021-09-191-8/+8
| |/ / / / /
* | | | | | alpha: enable GENERIC_PCI_IOMAP unconditionallyLinus Torvalds2021-09-191-1/+1
* | | | | | parisc: Declare pci_iounmap() parisc version only when CONFIG_PCI enabledHelge Deller2021-09-191-1/+3
* | | | | | alpha: move __udiv_qrnnd library function to arch/alpha/lib/Linus Torvalds2021-09-185-3/+5
* | | | | | alpha: mark 'Jensen' platform as no longer brokenLinus Torvalds2021-09-182-6/+5
* | | | | | Merge tag 's390-5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-09-185-23/+11
|\ \ \ \ \ \
| * | | | | | s390: remove WARN_DYNAMIC_STACKHeiko Carstens2021-09-152-17/+0
| * | | | | | s390: update defconfigsHeiko Carstens2021-09-152-4/+9