summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* m68k: Avoid CONFIG_COLDFIRE switch in uapi headerThomas Huth2024-05-071-1/+1
* Merge tag 'powerpc-6.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2024-05-053-8/+15
|\
| * powerpc/pseries/iommu: LPAR panics during boot up with a frozen PEGaurav Batra2024-04-231-0/+8
| * powerpc/pseries: make max polling consistent for longer H_CALLsNayna Jain2024-04-222-8/+7
* | Merge tag 'x86-urgent-2024-05-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-05-059-67/+64
|\ \
| * | x86/mm: Remove broken vsyscall emulation code from the page fault codeLinus Torvalds2024-05-013-59/+3
| * | x86/apic: Don't access the APIC when disabling x2APICThomas Gleixner2024-04-301-5/+11
| * | x86/sev: Add callback to apply RMP table fixups for kexecAshish Kalra2024-04-293-0/+45
| * | x86/e820: Add a new e820 table update helperAshish Kalra2024-04-292-3/+5
* | | Merge tag 'for-linus-6.9a-rc7-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-05-032-3/+12
|\ \ \
| * | | x86/xen: return a sane initial apic id when running as PV guestJuergen Gross2024-05-021-1/+10
| * | | x86/xen/smp_pv: Register the boot CPU APIC properlyThomas Gleixner2024-05-021-2/+2
| |/ /
* | | Merge tag 's390-6.9-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2024-05-025-4/+18
|\ \ \
| * | | s390/paes: Reestablish retry loop in paesHarald Freudenberger2024-05-011-2/+13
| * | | s390/vdso: Add CFI for RA register to asm macro vdso_funcJens Remus2024-04-262-0/+3
| * | | s390/mm: Fix clearing storage keys for huge pagesClaudio Imbrenda2024-04-221-1/+1
| * | | s390/mm: Fix storage key clearing for guest huge pagesClaudio Imbrenda2024-04-221-1/+1
* | | | Merge tag 'xtensa-20240502' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2024-05-026-28/+20
|\ \ \ \
| * | | | xtensa: remove redundant flush_dcache_page and ARCH_IMPLEMENTS_FLUSH_DCACHE_P...Barry Song2024-04-291-16/+8
| * | | | tty: xtensa/iss: Use min() to fix Coccinelle warningThorsten Blum2024-04-041-4/+2
| * | | | xtensa: fix MAKE_PC_FROM_RA second argumentMax Filippov2024-04-034-8/+10
* | | | | Merge tag 'net-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-05-024-51/+80
|\ \ \ \ \
| * \ \ \ \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-04-274-51/+80
| |\ \ \ \ \
| | * | | | | bpf, x86: Fix PROBE_MEM runtime load checkPuranjay Mohan2024-04-261-32/+25
| | * | | | | bpf: verifier: prevent userspace memory accessPuranjay Mohan2024-04-261-0/+6
| | * | | | | arm32, bpf: Reimplement sign-extension mov instructionPuranjay Mohan2024-04-221-13/+43
| | * | | | | riscv, bpf: Fix incorrect runtime statsXu Kuohai2024-04-161-3/+3
| | * | | | | bpf, arm64: Fix incorrect runtime statsXu Kuohai2024-04-161-3/+3
* | | | | | | Merge tag 'kvmarm-fixes-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2024-04-301-4/+4
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | KVM: arm64: vgic-v2: Check for non-NULL vCPU in vgic_v2_parse_attr()Oliver Upton2024-04-241-4/+4
* | | | | | | Merge tag 'x86-urgent-2024-04-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-04-287-13/+29
|\ \ \ \ \ \ \
| * | | | | | | cpu: Ignore "mitigations" kernel parameter if CPU_MITIGATIONS=nSean Christopherson2024-04-251-2/+6
| * | | | | | | cpu: Re-enable CPU mitigations by default for !X86 architecturesSean Christopherson2024-04-252-5/+14
| * | | | | | | x86/tdx: Preserve shared bit on mprotect()Kirill A. Shutemov2024-04-242-1/+3
| * | | | | | | x86/cpu: Fix check for RDPKRU in __show_regs()David Kaplan2024-04-241-1/+1
| * | | | | | | x86/CPU/AMD: Add models 0x10-0x1f to the Zen5 rangeWenkuan Wang2024-04-241-2/+1
| * | | | | | | x86/sev: Check for MWAITX and MONITORX opcodes in the #VC handlerTom Lendacky2024-04-221-2/+4
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'riscv-for-linus-6.9-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-04-277-27/+33
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge patch series "RISC-V: Test th.sxstatus.MAEE bit before enabling MAEE"Palmer Dabbelt2024-04-263-23/+29
| |\ \ \ \ \ \ \
| | * | | | | | | riscv: T-Head: Test availability bit before enabling MAE errataChristoph Müllner2024-04-251-4/+10
| | * | | | | | | riscv: thead: Rename T-Head PBMT to MAEChristoph Müllner2024-04-253-19/+19
| * | | | | | | | riscv: hwprobe: fix invalid sign extension for RISCV_HWPROBE_EXT_ZVFHMINClément Léger2024-04-231-1/+1
| * | | | | | | | Merge patch the fixes from "riscv: 64-bit NOMMU fixes and enhancements"Palmer Dabbelt2024-04-093-3/+3
| |\ \ \ \ \ \ \ \
| | * | | | | | | | riscv: Fix loading 64-bit NOMMU kernels past the start of RAMSamuel Holland2024-04-092-2/+2
| | * | | | | | | | riscv: Fix TASK_SIZE on 64-bit NOMMUSamuel Holland2024-04-091-1/+1
| | |/ / / / / / /
* | | | | | | | | Merge tag 'soc-fixes-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-04-2637-105/+171
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge tag 'imx-fixes-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2024-04-262-1/+2
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | ARM: dts: imx6ull-tarragon: fix USB over-current polarityMichael Heimpold2024-04-251-0/+1
| | * | | | | | | | | arm64: dts: imx8mp: Fix assigned-clocks for second CSI2Marek Vasut2024-04-221-1/+1
| * | | | | | | | | | Merge tag 'mtk-dts64-fixes-for-v6.9' of https://git.kernel.org/pub/scm/linux/...Arnd Bergmann2024-04-2612-41/+70
| |\ \ \ \ \ \ \ \ \ \