aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2024-03-06mm/x86: replace p4d_large() with p4d_leaf()Peter Xu6-8/+8
2024-03-06mm/powerpc: replace pXd_is_leaf() with pXd_leaf()Peter Xu7-52/+26
2024-03-06mm/powerpc: define pXd_large() with pXd_leaf()Peter Xu2-15/+3
2024-03-06s390: supplement for ptdesc conversionQi Zheng3-24/+26
2024-03-06hugetlb: parallelize 1G hugetlb initializationGang Li1-1/+1
2024-03-06arch: define CONFIG_PAGE_SIZE_*KB on all architecturesArnd Bergmann28-19/+32
2024-03-06arch: simplify architecture specific page size configurationArnd Bergmann8-56/+30
2024-03-06arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitionsArnd Bergmann9-161/+123
2024-03-06KVM: x86: Use actual kvm_cpuid.base for clearing KVM_FEATURE_PV_UNHALTVitaly Kuznetsov1-14/+17
2024-03-06KVM: x86: Introduce __kvm_get_hypervisor_cpuid() helperVitaly Kuznetsov1-3/+10
2024-03-06Merge tag 'arm-fixes-6.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds13-67/+23
2024-03-07x86/kprobes: Boost more instructions from grp2/3/4/5Jinghao Jia1-6/+17
2024-03-07x86/kprobes: Prohibit kprobing on INT and UDJinghao Jia1-9/+39
2024-03-07x86/kprobes: Refactor can_{probe,boost} return type to boolJinghao Jia2-19/+16
2024-03-06RISC-V: KVM: Allow Zacas extension for Guest/VMAnup Patel2-0/+3
2024-03-06RISC-V: KVM: Allow Ztso extension for Guest/VMAnup Patel2-0/+3
2024-03-06RISC-V: KVM: Forward SEED CSR access to user spaceAnup Patel1-0/+13
2024-03-06x86/topology: Ignore non-present APIC IDs in a present packageThomas Gleixner1-9/+30
2024-03-07powerpc/4xx: Fix warp_gpio_leds build failureMichael Ellerman1-0/+1
2024-03-07powerpc/amigaone: Make several functions staticMichael Ellerman1-4/+4
2024-03-07powerpc/embedded6xx: Fix no previous prototype for avr_uart_send() etc.Michael Ellerman2-3/+3
2024-03-07powerpc: xor_vmx: Add '-mhard-float' to CFLAGSNathan Chancellor1-1/+1
2024-03-07powerpc/fsl: Fix mfpmr() asm constraint errorMichael Ellerman1-2/+2
2024-03-06x86/nmi: Drop unused declaration of proc_nmi_enabled()Thomas Weißschuh1-3/+0
2024-03-06Merge tag 'qcom-arm64-for-6.9-2' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann3-3/+4
2024-03-06Merge tag 'riscv-dt-for-v6.9' of https://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann7-4/+335
2024-03-06Merge tag 'qcom-arm64-fixes-for-6.8-2' of https://git.kernel.org/pub/scm/linu...Arnd Bergmann3-33/+10
2024-03-06LoongArch: KVM: Remove unnecessary CSR register saving during enter guestBibo Mao1-6/+0
2024-03-06LoongArch: KVM: Do not restart SW timer when it is expiredBibo Mao1-19/+1
2024-03-06LoongArch: KVM: Start SW timer only when vcpu is blockingBibo Mao1-14/+9
2024-03-06LoongArch: KVM: Set reserved bits as zero in CPUCFGBibo Mao1-7/+26
2024-03-06riscv: dts: Move BUILTIN_DTB_SOURCE to common KconfigYangyu Chen8-38/+18
2024-03-05Merge tag 'hyperv-fixes-signed-20240303' of git://git.kernel.org/pub/scm/linu...Linus Torvalds4-15/+82
2024-03-05cpuidle: ACPI/intel: fix MWAIT hint target C-state computationHe Rongguang1-2/+2
2024-03-05riscv: dts: starfive: jh7100: fix root clock namesKrzysztof Kozlowski1-0/+4
2024-03-05mm: Remove broken pfn_to_virt() on arch csky/hexagon/openriscYan Zhao3-16/+0
2024-03-05ACPI: CPPC: enable AMD CPPC V2 support for family 17h processorsPerry Yuan1-1/+1
2024-03-04arm64/mm: improve comment in contpte_ptep_get_lockless()Ryan Roberts1-10/+14
2024-03-04arm64/mm: export contpte symbols only to GPL usersRyan Roberts1-11/+11
2024-03-04x86/mm: always pass NULL as the first argument of switch_mm_irqs_off()Yosry Ahmed1-1/+1
2024-03-04x86/mm: further clarify switch_mm_irqs_off() documentationYosry Ahmed1-4/+4
2024-03-04KVM: x86/xen: fix recursive deadlock in timer injectionDavid Woodhouse1-4/+0
2024-03-04KVM: x86/xen: remove WARN_ON_ONCE() with false positives in evtchn deliveryDavid Woodhouse1-4/+2
2024-03-04KVM: x86/xen: inject vCPU upcall vector when local APIC is enabledDavid Woodhouse3-2/+23
2024-03-04KVM: x86/xen: improve accuracy of Xen timersDavid Woodhouse3-40/+152
2024-03-04arm64: defconfig: Enable support for cbmem entries in the coreboot tableNícolas F. R. A. Prado1-0/+3
2024-03-04x86/sev: Move early startup code into .head.text sectionArd Biesheuvel4-24/+26
2024-03-04x86/sme: Move early SME kernel encryption handling into .head.textArd Biesheuvel2-29/+21
2024-03-04x86/boot: Move mem_encrypt= parsing to the decompressorArd Biesheuvel4-42/+19
2024-03-04x86/startup_64: Simplify virtual switch on primary bootArd Biesheuvel1-21/+21