aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-10-30parisc: Allow building uncompressed Linux kernelGravatar Helge Deller 2-1/+2
2023-10-30parisc: Add some missing PDC functions and constantsGravatar Helge Deller 1-2/+25
2023-10-21Merge tag 'powerpc-6.6-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 3-9/+5
2023-10-21Merge tag 's390-6.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 2-3/+19
2023-10-19Merge tag 'sev_fixes_for_v6.6' of //git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 3-9/+84
2023-10-19Merge tag 'loongarch-fixes-6.6-3' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 8-41/+51
2023-10-19s390/pci: fix iommu bitmap allocationGravatar Niklas Schnelle 1-2/+13
2023-10-18powerpc/qspinlock: Fix stale propagated yield_cpuGravatar Nicholas Piggin 1-0/+3
2023-10-18LoongArch: Disable WUC for pgprot_writecombine() like ioremap_wc()Gravatar Icenowy Zheng 3-9/+10
2023-10-18LoongArch: Replace kmap_atomic() with kmap_local_page() in copy_user_highpage()Gravatar Huacai Chen 1-4/+4
2023-10-18LoongArch: Export symbol invalid_pud_table for modules buildingGravatar Huacai Chen 1-0/+1
2023-10-18LoongArch: Use SYM_CODE_* to annotate exception handlersGravatar Tiezhu Yang 4-28/+36
2023-10-18powerpc/64s/radix: Don't warn on copros in radix__tlb_flush()Gravatar Michael Ellerman 1-8/+1
2023-10-17x86/sev: Check for user-space IOIO pointing to kernel spaceGravatar Joerg Roedel 2-2/+34
2023-10-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 24-95/+128
2023-10-16s390/kasan: handle DCSS mapping in memory holesGravatar Vasily Gorbik 1-1/+6
2023-10-15Revert "x86/smp: Put CPUs into INIT on shutdown if possible"Gravatar Linus Torvalds 3-60/+7
2023-10-15Merge tag 'powerpc-6.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 6-12/+17
2023-10-15Merge tag 'smp-urgent-2023-10-15' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 4-9/+2
2023-10-15Merge tag 'kvm-x86-pmu-6.6-fixes' of https://github.com/kvm-x86/linux into HEADGravatar Paolo Bonzini 7-32/+19
2023-10-15Merge tag 'kvmarm-fixes-6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Paolo Bonzini 6-16/+55
2023-10-15powerpc/mm: Allow ARCH_FORCE_MAX_ORDER up to 12Gravatar Michael Ellerman 1-1/+1
2023-10-14Merge tag 'x86-urgent-2023-10-15' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 4-7/+33
2023-10-14Merge tag 'perf-urgent-2023-10-14' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+3
2023-10-13Merge tag 'riscv-for-linus-6.6-rc6' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 9-35/+67
2023-10-12Merge tag 'net-6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 3-12/+35
2023-10-12Merge tag 'soc-fixes-6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-10/+34
2023-10-12riscv: Fix ftrace syscall handling which are now prefixed with __riscv_Gravatar Alexandre Ghiti 1-0/+21
2023-10-12RISC-V: Fix wrong use of CONFIG_HAVE_SOFTIRQ_ON_OWN_STACKGravatar Jiexun Wang 1-2/+2
2023-10-12riscv: kdump: fix crashkernel reserving problem on RISC-VGravatar Chen Jiahao 1-13/+0
2023-10-12riscv: Remove duplicate objcopy flagGravatar Song Shuai 1-1/+0
2023-10-12x86/alternatives: Disable KASAN in apply_alternatives()Gravatar Kirill A. Shutemov 1-0/+13
2023-10-12KVM: arm64: timers: Correctly handle TGE flip with CNTPOFF_EL2Gravatar Marc Zyngier 2-10/+47
2023-10-12KVM: arm64: POR{E0}_EL1 do not need trap handlersGravatar Joey Gouly 1-2/+2
2023-10-12KVM: arm64: Add nPIR{E0}_EL1 to HFG trapsGravatar Joey Gouly 2-2/+4
2023-10-12KVM: MIPS: fix -Wunused-but-set-variable warningGravatar Paolo Bonzini 1-2/+1
2023-10-12KVM: arm64: pmu: Drop redundant check for non-NULL kvm_pmu_eventsGravatar Anshuman Khandual 1-2/+2
2023-10-12KVM: SVM: Fix build error when using -Werror=unused-but-set-variableGravatar Tom Lendacky 1-1/+1
2023-10-12x86: KVM: SVM: refresh AVIC inhibition in svm_leave_nested()Gravatar Maxim Levitsky 1-0/+3
2023-10-12x86: KVM: SVM: add support for Invalid IPI Vector interceptionGravatar Maxim Levitsky 2-1/+5
2023-10-12x86: KVM: SVM: always update the x2avic msr interceptionGravatar Maxim Levitsky 1-2/+1
2023-10-12KVM: x86: Constrain guest-supported xfeatures only at KVM_GET_XSAVE{2}Gravatar Sean Christopherson 3-14/+17
2023-10-12x86/fpu: Allow caller to constrain xfeatures when copying to uabi bufferGravatar Sean Christopherson 5-18/+21
2023-10-12Merge tag 'kvm-s390-master-6.6-1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Paolo Bonzini 1-10/+6
2023-10-12riscv: signal: fix sigaltstack frame size checkingGravatar Andy Chiu 1-7/+0
2023-10-11cpu-hotplug: Provide prototypes for arch CPU registrationGravatar Russell King (Oracle) 4-9/+2
2023-10-11x86/cpu: Fix AMD erratum #1485 on Zen4-based CPUsGravatar Borislav Petkov (AMD) 2-2/+15
2023-10-10Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 2-11/+32
2023-10-10Merge tag 'linux-can-fixes-for-6.6-20231009' of git://git.kernel.org/pub/scm/...Gravatar Jakub Kicinski 1-1/+3
2023-10-11powerpc/47x: Fix 47x syscall return crashGravatar Michael Ellerman 1-3/+5