summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-09-2417-144/+164
|\
| * Merge tag 'kvm-riscv-fixes-6.6-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini2023-09-2329-100/+274
| |\
| | * RISC-V: KVM: Fix riscv_vcpu_get_isa_ext_single() for missing extensionsAnup Patel2023-09-211-1/+4
| | * RISC-V: KVM: Fix KVM_GET_REG_LIST API for ISA_EXT registersAnup Patel2023-09-211-1/+1
| * | KVM: SVM: Do not use user return MSR support for virtualized TSC_AUXTom Lendacky2023-09-231-1/+33
| * | KVM: SVM: Fix TSC_AUX virtualization setupTom Lendacky2023-09-233-12/+29
| * | KVM: SVM: INTERCEPT_RDTSCP is never intercepted anywayPaolo Bonzini2023-09-231-4/+1
| * | KVM: x86/mmu: Stop zapping invalidated TDP MMU roots asynchronouslySean Christopherson2023-09-236-103/+68
| * | KVM: x86/mmu: Do not filter address spaces in for_each_tdp_mmu_root_yield_safe()Paolo Bonzini2023-09-233-19/+14
| * | KVM: x86/mmu: Open code leaf invalidation from mmu_notifierSean Christopherson2023-09-213-7/+12
| * | KVM: arm64: nvhe: Ignore SVE hint in SMCCC function IDJean-Philippe Brucker2023-09-126-8/+11
| * | KVM: arm64: Properly return allocated EL2 VA from hyp_alloc_private_va_range()Marc Zyngier2023-09-121-0/+3
* | | Merge tag 'mm-hotfixes-stable-2023-09-23-10-31' of git://git.kernel.org/pub/s...Linus Torvalds2023-09-231-2/+2
|\ \ \
| * | | sh: mm: re-add lost __ref to ioremap_prot() to fix modpost warningGeert Uytterhoeven2023-09-191-2/+2
| | |/ | |/|
* | | Merge tag 'loongarch-fixes-6.6-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-09-2322-124/+169
|\ \ \
| * | | LoongArch: Don't inline kasan_mem_to_shadow()/kasan_shadow_to_mem()Huacai Chen2023-09-202-53/+57
| * | | kasan: Cleanup the __HAVE_ARCH_SHADOW_MAP usageHuacai Chen2023-09-201-2/+8
| * | | LoongArch: Set all reserved memblocks on Node#0 at initializationHuacai Chen2023-09-201-1/+3
| * | | LoongArch: Remove dead code in relocate_new_kernelTiezhu Yang2023-09-201-1/+0
| * | | LoongArch: Use _UL() and _ULL()Andy Shevchenko2023-09-201-6/+6
| * | | LoongArch: Fix some build warnings with W=1Bibo Mao2023-09-2016-39/+72
| * | | LoongArch: Fix lockdep static memory detectionHelge Deller2023-09-201-27/+28
| |/ /
* | | Merge tag 's390-6.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-09-234-13/+25
|\ \ \
| * | | s390/cert_store: fix string length handlingPeter Oberparleiter2023-09-191-3/+4
| * | | s390: update defconfigsHeiko Carstens2023-09-193-10/+21
| |/ /
* | | Merge tag 'acpi-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2023-09-221-0/+4
|\ \ \
| * \ \ Merge tag 'fix-ia64-build-for-v6.6' of ssh://gitolite.kernel.org/pub/scm/linu...Rafael J. Wysocki2023-09-211-0/+4
| |\ \ \ | | |/ / | |/| |
| | * | acpi: Provide ia64 dummy implementation of acpi_proc_quirk_mwait_check()Ard Biesheuvel2023-09-111-0/+4
| | |/
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2023-09-223-3/+8
|\ \ \
| * | | arm64: cpufeature: Fix CLRBHB and BC detectionKristina Martsenko2023-09-183-3/+8
| | |/ | |/|
* | | Merge tag 'x86_urgent_for_v6.6-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-09-222-8/+2
|\ \ \
| * | | x86,static_call: Fix static-call vs return-thunkPeter Zijlstra2023-09-222-1/+3
| * | | x86/alternatives: Remove faulty optimizationJosh Poimboeuf2023-09-221-8/+0
| | |/ | |/|
* | | Merge tag 'x86-urgent-2023-09-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-09-2211-55/+56
|\ \ \
| * | | x86/shstk: Add warning for shadow stack double unmapRick Edgecombe2023-09-191-0/+11
| * | | x86/shstk: Remove useless clone error handlingRick Edgecombe2023-09-191-7/+0
| * | | x86/shstk: Handle vfork clone failure correctlyRick Edgecombe2023-09-192-4/+21
| * | | x86/srso: Fix SBPB enablement for spec_rstack_overflow=offJosh Poimboeuf2023-09-191-1/+1
| * | | x86/srso: Don't probe microcode in a guestJosh Poimboeuf2023-09-191-1/+1
| * | | x86/srso: Set CPUID feature bits independently of bug or mitigation statusJosh Poimboeuf2023-09-193-33/+10
| * | | x86/srso: Fix srso_show_state() side effectJosh Poimboeuf2023-09-191-1/+1
| * | | x86/asm: Fix build of UML with KASANVincent Whitchurch2023-09-184-3/+10
| * | | x86/mm, kexec, ima: Use memblock_free_late() from ima_free_kexec_buffer()Rik van Riel2023-09-181-6/+2
| |/ /
* | | Merge tag 'powerpc-6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-09-216-26/+60
|\ \ \
| * | | powerpc/dexcr: Move HASHCHK trap handlerBenjamin Gray2023-09-181-20/+36
| * | | powerpc/82xx: Select FSL_SOCChristophe Leroy2023-09-181-2/+1
| * | | powerpc: Fix build issue with LD_DEAD_CODE_DATA_ELIMINATION and FTRACE_MCOUNT...Naveen N Rao2023-09-181-1/+1
| * | | powerpc/watchpoints: Annotate atomic context in more placesBenjamin Gray2023-09-181-0/+9
| * | | powerpc/watchpoint: Disable pagefaults when getting user instructionBenjamin Gray2023-09-181-1/+6
| * | | powerpc/watchpoints: Disable preemption in thread_change_pc()Benjamin Gray2023-09-181-1/+6