summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2024-09-12Merge patch series "remove size limit on XIP kernel"Palmer Dabbelt63-239/+372
2024-09-12riscv: remove limit on the size of read-only section for XIP kernelNam Cao3-10/+4
2024-09-12riscv: drop the use of XIP_OFFSET in create_kernel_page_table()Nam Cao1-3/+4
2024-09-12riscv: drop the use of XIP_OFFSET in kernel_mapping_va_to_pa()Nam Cao1-1/+1
2024-09-12riscv: drop the use of XIP_OFFSET in XIP_FIXUP_FLASH_OFFSETNam Cao1-4/+12
2024-09-12riscv: drop the use of XIP_OFFSET in XIP_FIXUP_OFFSETNam Cao1-2/+12
2024-09-12riscv: replace misleading va_kernel_pa_offset on XIP kernelNam Cao2-10/+25
2024-09-12riscv: don't export va_kernel_pa_offset in vmcoreinfo for XIP kernelNam Cao1-0/+7
2024-09-12riscv: cleanup XIP_FIXUP macroNam Cao1-4/+7
2024-09-12LoongArch: KVM: Enable paravirt feature control from VMMBibo Mao11-48/+117
2024-09-12LoongArch: KVM: Add PMU support for guestSong Gao7-3/+205
2024-09-12Merge branch 'for-next/timers' into for-next/coreWill Deacon4-18/+82
2024-09-12Merge branch 'for-next/poe' into for-next/coreWill Deacon36-17/+638
2024-09-12Merge branch 'for-next/pkvm-guest' into for-next/coreWill Deacon9-2/+107
2024-09-12Merge branch 'for-next/perf' into for-next/coreWill Deacon8-89/+135
2024-09-12Merge branch 'for-next/mm' into for-next/coreWill Deacon4-4/+22
2024-09-12Merge branch 'for-next/misc' into for-next/coreWill Deacon10-126/+157
2024-09-12s390/crypto: Display Query and Query Authentication Information in sysfsFinn Callies2-0/+120
2024-09-12s390/crypto: Add Support for Query Authentication InformationFinn Callies1-1/+30
2024-09-12s390/crypto: Rework RRE and RRF CPACF inline functionsFinn Callies1-33/+41
2024-09-12s390/crypto: Add KDSA CPACF InstructionFinn Callies1-0/+23
2024-09-12s390/disassembler: Remove duplicate instruction format RSY_RDRUJens Remus2-5/+4
2024-09-12Merge branch 'topic/ppc-kvm' into nextMichael Ellerman1-6/+12
2024-09-12arm64: hibernate: Fix warning for cast from restricted gfp_tMin-Hua Chen1-1/+1
2024-09-12Merge branch kvm-arm64/visibility-cleanups into kvmarm-master/nextMarc Zyngier2-44/+22
2024-09-12Merge branch kvm-arm64/s2-ptdump into kvmarm-master/nextMarc Zyngier9-93/+397
2024-09-12Merge branch kvm-arm64/nv-at-pan into kvmarm-master/nextMarc Zyngier12-32/+1258
2024-09-12Merge branch kvm-arm64/vgic-sre-traps into kvmarm-master/nextMarc Zyngier10-135/+345
2024-09-12Merge branch kvm-arm64/fpmr into kvmarm-master/nextMarc Zyngier8-7/+82
2024-09-12Merge branch kvm-arm64/mmu-misc-6.12 into kvmarm-master/nextMarc Zyngier3-8/+25
2024-09-12xen, pvh: fix unbootable VMs by inlining memset() in xen_prepare_pvh()Alexey Dobriyan1-1/+5
2024-09-12x86/cpu: fix unbootable VMs by inlining memcmp() in hypervisor_cpuid_base()Alexey Dobriyan1-1/+6
2024-09-12xen, pvh: fix unbootable VMs (PVH + KASAN - AMD_MEM_ENCRYPT)Alexey Dobriyan1-0/+1
2024-09-12xen: tolerate ACPI NVS memory overlapping with Xen allocated memoryJuergen Gross1-1/+91
2024-09-12xen: allow mapping ACPI data using a different physical addressJuergen Gross8-1/+59
2024-09-11net: add SO_DEVMEM_DONTNEED setsockopt to release RX fragsMina Almasry4-0/+4
2024-09-11tcp: RX path for devmem TCPMina Almasry4-0/+20
2024-09-11Merge branch 'acpi-riscv'Rafael J. Wysocki4-208/+71
2024-09-11KVM: arm64: Get rid of REG_HIDDEN_USER visibility qualifierMarc Zyngier2-26/+5
2024-09-11KVM: arm64: Simplify visibility handling of AArch32 SPSR_*Marc Zyngier1-8/+4
2024-09-11KVM: arm64: Simplify handling of CNTKCTL_EL12Marc Zyngier1-10/+13
2024-09-11Merge tag 'arm-fixes-6.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-11/+46
2024-09-11Merge branch 'pm-cpufreq'Rafael J. Wysocki5-32/+261
2024-09-11Merge tag 'amd-pstate-v6.12-2024-09-11' of ssh://gitolite.kernel.org/pub/scm/...Rafael J. Wysocki3-30/+161
2024-09-11LoongArch: KVM: Add vm migration support for LBT registersBibo Mao2-0/+65
2024-09-11LoongArch: KVM: Add Binary Translation extension supportBibo Mao4-3/+84
2024-09-11LoongArch: KVM: Add VM feature detection functionBibo Mao3-1/+65
2024-09-11LoongArch: Revert qspinlock to test-and-set simple lock on VMBibo Mao6-2/+64
2024-09-11cpufreq: amd-pstate: Merge amd_pstate_highest_perf_set() into amd_get_boost_r...Mario Limonciello1-0/+16
2024-09-11x86/amd: Detect preferred cores in amd_get_boost_ratio_numerator()Mario Limonciello1-10/+83