summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | xtensa: hw_breakpoint: include header for missing prototypeRandy Dunlap2023-09-202-0/+2
| * | | | | | | | xtensa: smp: add headers for missing function prototypesRandy Dunlap2023-09-202-0/+2
| * | | | | | | | xtensa: traps: add <linux/cpu.h> for function prototypeRandy Dunlap2023-09-201-0/+1
| * | | | | | | | xtensa: stacktrace: include <asm/ftrace.h> for prototypeRandy Dunlap2023-09-201-0/+1
| * | | | | | | | xtensa: signal: include headers for function prototypesRandy Dunlap2023-09-202-0/+3
| * | | | | | | | xtensa: processor.h: add init_arch() prototypeRandy Dunlap2023-09-201-0/+4
| * | | | | | | | xtensa: ptrace: add prototypes to <asm/ptrace.h>Randy Dunlap2023-09-202-1/+3
| * | | | | | | | xtensa: irq: include <asm/traps.h>Randy Dunlap2023-09-201-0/+1
| * | | | | | | | xtensa: fault: include <asm/traps.h>Randy Dunlap2023-09-201-0/+1
| * | | | | | | | xtensa: add default definition for XCHAL_HAVE_DIV32Max Filippov2023-09-201-0/+4
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge tag 'loongarch-fixes-6.6-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-09-283-2/+31
|\ \ \ \ \ \ \ \
| * | | | | | | | LoongArch: Add support for 64_PCREL relocation typeTiezhu Yang2023-09-271-0/+10
| * | | | | | | | LoongArch: Add support for 32_PCREL relocation typeTiezhu Yang2023-09-271-0/+10
| * | | | | | | | LoongArch: Define relocation types for ABI v2.10Tiezhu Yang2023-09-272-1/+10
| * | | | | | | | LoongArch: numa: Fix high_memory calculationHuacai Chen2023-09-271-1/+1
* | | | | | | | | MIPS: Alchemy: only build mmc support helpers if au1xmmc is enabledChristoph Hellwig2023-09-253-0/+14
|/ / / / / / / /
* | | | | | | | 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
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |