summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 's390-6.11-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2024-08-258-33/+85
|\
| * s390/boot: Fix KASLR base offset off by __START_KERNEL bytesAlexander Gordeev2024-08-226-31/+52
| * s390/boot: Avoid possible physmem_info segment corruptionAlexander Gordeev2024-08-221-2/+2
| * s390/mm: Pin identity mapping base to zeroAlexander Gordeev2024-08-212-1/+15
| * s390/mm: Prevent lowcore vs identity mapping overlapAlexander Gordeev2024-08-211-1/+18
* | Merge tag 'mips-fixes_6.11_1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-08-242-8/+11
|\ \
| * | MIPS: cevt-r4k: Don't call get_c0_compare_int if timer irq is installedJiaxun Yang2024-08-201-8/+7
| * | MIPS: Loongson64: Set timer mode in cpu-probeJiaxun Yang2024-08-081-0/+4
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2024-08-246-5/+33
|\ \ \
| * \ \ Merge tag 'kvmarm-fixes-6.11-2' of git://git.kernel.org/pub/scm/linux/kernel/...Catalin Marinas2024-08-2318-38/+72
| |\ \ \
| | * | | KVM: arm64: Make ICC_*SGI*_EL1 undef in the absence of a vGICv3Marc Zyngier2024-08-222-0/+13
| | * | | KVM: arm64: Ensure canonical IPA is hugepage-aligned when handling faultOliver Upton2024-08-221-1/+8
| | * | | KVM: arm64: vgic: Don't hold config_lock while unregistering redistributorsMarc Zyngier2024-08-192-3/+11
| | * | | KVM: arm64: vgic-debug: Don't put unmarked LPIsZenghui Yu2024-08-191-1/+1
* | | | | Merge tag 'driver-core-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-08-182-2/+2
|\ \ \ \ \
| * | | | | mips: sgi-ip22: Fix the buildBart Van Assche2024-08-131-1/+1
| * | | | | ARM: riscpc: ecard: Fix the buildBart Van Assche2024-08-131-1/+1
* | | | | | Merge tag 'powerpc-6.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2024-08-174-4/+16
|\ \ \ \ \ \
| * | | | | | powerpc/topology: Check if a core is onlineNysal Jan K.A2024-08-131-0/+13
| * | | | | | powerpc/mm: Fix boot warning with hugepages and CONFIG_DEBUG_VIRTUALChristophe Leroy2024-08-122-2/+1
| * | | | | | powerpc/mm: Fix size of allocated PGDIRChristophe Leroy2024-08-121-2/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2024-08-164-5/+4
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | arm64: Fix KASAN random tag seed initializationSamuel Holland2024-08-152-3/+2
| * | | | | arm64: ACPI: NUMA: initialize all values of acpi_early_node_map to NUMA_NO_NODEHaibo Xu2024-08-141-1/+1
| * | | | | arm64: uaccess: correct thinko in __get_mem_asm()Mark Rutland2024-08-141-1/+1
* | | | | | Merge tag 'riscv-for-linus-6.11-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-08-1610-21/+32
|\ \ \ \ \ \
| * \ \ \ \ \ Merge patch series "RISC-V: hwprobe: Misaligned scalar perf fix and rename"Palmer Dabbelt2024-08-155-15/+22
| |\ \ \ \ \ \
| | * | | | | | RISC-V: hwprobe: Add SCALAR to misaligned perf definesEvan Green2024-08-144-14/+19
| | * | | | | | RISC-V: hwprobe: Add MISALIGNED_PERF keyEvan Green2024-08-143-1/+3
| | | |_|_|_|/ | | |/| | | |
| * | | | | | riscv: Fix out-of-bounds when accessing Andes per hart vendor extension arrayAlexandre Ghiti2024-08-151-1/+1
| * | | | | | RISC-V: ACPI: NUMA: initialize all values of acpi_early_node_map to NUMA_NO_NODEHaibo Xu2024-08-141-1/+1
| * | | | | | riscv: change XIP's kernel_map.size to be size of the entire kernelNam Cao2024-08-141-2/+2
| * | | | | | riscv: entry: always initialize regs->a0 to -ENOSYSCeleste Liu2024-08-141-2/+2
| * | | | | | riscv: Re-introduce global icache flush in patch_text_XXX()Alexandre Ghiti2024-08-061-0/+4
| | |_|/ / / | |/| | | |
* | | | | | KVM: x86: Disallow read-only memslots for SEV-ES and SEV-SNP (and TDX)Sean Christopherson2024-08-141-0/+2
* | | | | | KVM: x86: Make x2APIC ID 100% readonlySean Christopherson2024-08-131-7/+15
* | | | | | KVM: x86: Use this_cpu_ptr() instead of per_cpu_ptr(smp_processor_id())Isaku Yamahata2024-08-131-4/+2
* | | | | | KVM: x86: hyper-v: Remove unused inline function kvm_hv_free_pa_page()Yue Haibing2024-08-131-1/+0
* | | | | | KVM: SVM: Fix an error code in sev_gmem_post_populate()Dan Carpenter2024-08-131-2/+3
* | | | | | Merge tag 'kvm-s390-master-6.11-1' of https://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini2024-08-132-2/+10
|\ \ \ \ \ \
| * | | | | | s390/uv: Panic for set and remove shared access UVC errorsClaudio Imbrenda2024-08-071-1/+4
| * | | | | | KVM: s390: fix validity interception issue when gisa is switched offMichael Mueller2024-08-061-1/+6
| |/ / / / /
* | | | | | Merge tag 'kvmarm-fixes-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2024-08-1316-33/+39
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | KVM: arm64: vgic: Hold config_lock while tearing down a CPU interfaceMarc Zyngier2024-08-081-2/+1
| * | | | | KVM: arm64: Tidying up PAuth code in KVMFuad Tabba2024-08-074-15/+7
| * | | | | KVM: arm64: vgic-debug: Exit the iterator properly w/o LPIZenghui Yu2024-08-071-2/+3
| * | | | | KVM: arm64: Enforce dependency on an ARMv8.4-aware toolchainMarc Zyngier2024-08-071-0/+1
| * | | | | KVM: arm64: vgic: fix unexpected unlock sparse warningsSebastian Ott2024-08-022-2/+2
| * | | | | KVM: arm64: fix kdoc warnings in W=1 buildsSebastian Ott2024-08-024-11/+17
| * | | | | KVM: arm64: fix override-init warnings in W=1 buildsSebastian Ott2024-08-023-0/+7