summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2024-03-05Merge tag 'hyperv-fixes-signed-20240303' of git://git.kernel.org/pub/scm/linu...Linus Torvalds4-15/+82
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
2024-03-04x86/startup_64: Simplify calculation of initial page table addressArd Biesheuvel1-18/+7
2024-03-04x86/startup_64: Defer assignment of 5-level paging global variablesArd Biesheuvel2-31/+15
2024-03-04x86/startup_64: Simplify CR4 handling in startup codeArd Biesheuvel1-18/+17
2024-03-04x86/idle: Select idle routine only onceThomas Gleixner3-6/+8
2024-03-04x86/idle: Let prefer_mwait_c1_over_halt() return boolThomas Gleixner1-6/+6
2024-03-04x86/idle: Cleanup idle_setup()Thomas Gleixner1-17/+7
2024-03-04x86/idle: Clean up idle selectionThomas Gleixner1-5/+7
2024-03-04x86/idle: Sanitize X86_BUG_AMD_E400 handlingThomas Gleixner2-33/+10
2024-03-04Merge tag 'tegra-for-6.8-arm64-dt' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2-4/+4
2024-03-04Merge tag 'imx-fixes-6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann4-28/+3
2024-03-04Merge tag 'qcom-arm64-fixes-for-6.8' of https://git.kernel.org/pub/scm/linux/...Arnd Bergmann3-2/+5
2024-03-04Merge tag 'sunxi-fixes-for-6.8-1' of https://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann1-0/+1
2024-03-04arm64: prohibit probing on arch_kunwind_consume_entry()Puranjay Mohan1-1/+1
2024-03-04x86/callthunks: Use EXPORT_PER_CPU_SYMBOL_GPL() for per CPU variablesThomas Gleixner1-2/+2
2024-03-04x86/cpu: Provide a declaration for itlb_multihit_kvm_mitigationThomas Gleixner2-2/+3
2024-03-04x86/cpu: Use EXPORT_PER_CPU_SYMBOL_GPL() for x86_spec_ctrl_currentThomas Gleixner1-1/+1
2024-03-04x86/uaccess: Add missing __force to casts in __access_ok() and valid_user_add...Thomas Gleixner1-3/+4
2024-03-04x86/percpu: Cure per CPU madness on UPThomas Gleixner4-9/+13
2024-03-04smp: Consolidate smp_prepare_boot_cpu()Thomas Gleixner9-35/+5
2024-03-04x86/msr: Add missing __percpu annotationsThomas Gleixner5-24/+24
2024-03-04x86/msr: Prepare for including <linux/percpu.h> into <asm/msr.h>Thomas Gleixner10-25/+36
2024-03-04perf/x86/amd/uncore: Fix __percpu annotationThomas Gleixner1-1/+1
2024-03-04Merge tag 'v6.8-rc7' into x86/cleanups, to pick up fixesIngo Molnar170-642/+990
2024-03-04Revert "arm64: dts: qcom: msm8996: Hook up MPM"Dmitry Baryshkov1-33/+6
2024-03-03Merge tag 'powerpc-6.8-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds3-55/+114
2024-03-03Merge tag 'x86_urgent_for_v6.8_rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-92/+98
2024-03-01Merge tag 'riscv-for-linus-6.8-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds15-69/+120
2024-03-01x86/e820: Don't reserve SETUP_RNG_SEED in e820Jiri Bohac1-3/+5
2024-03-01arm64: dts: qcom: sc8280xp-x13s: limit pcie4 link speedJohan Hovold1-0/+2
2024-03-01arm64: dts: qcom: sc8280xp-crd: limit pcie4 link speedJohan Hovold1-0/+2
2024-03-01locking/x86: Implement local_xchg() using CMPXCHG without the LOCK prefixUros Bizjak1-2/+14
2024-03-01x86/boot: Use 32-bit XOR to clear registersUros Bizjak2-4/+4
2024-03-01x86/hyperv: Allow 15-bit APIC IDs for VTL platformsSaurabh Sengar1-0/+7
2024-03-01x86/hyperv: Make encrypted/decrypted changes safe for load_unaligned_zeropad()Michael Kelley1-4/+49
2024-03-01x86/mm: Regularize set_memory_p() parameters and make non-staticMichael Kelley2-6/+7
2024-03-01x86/hyperv: Use slow_virt_to_phys() in page transition hypervisor callbackMichael Kelley2-5/+19
2024-02-29riscv: Sparse-Memory/vmemmap out-of-bounds fixDimitris Vlachos1-1/+1
2024-02-29Merge patch series "NAPOT Fixes"Palmer Dabbelt2-60/+5
2024-02-29riscv: Fix pte_leaf_size() for NAPOTAlexandre Ghiti1-0/+4
2024-02-29Revert "riscv: mm: support Svnapot in huge vmap"Alexandre Ghiti1-60/+1
2024-02-29Merge patch series "riscv: cbo.zero fixes"Palmer Dabbelt5-3/+22
2024-02-29riscv: Save/restore envcfg CSR during CPU suspendSamuel Holland2-0/+5
2024-02-29riscv: Add a custom ISA extension for the [ms]envcfg CSRSamuel Holland2-2/+14
2024-02-29riscv: Fix enabling cbo.zero when running in M-modeSamuel Holland2-1/+3
2024-02-28Merge tag 'v6.8-p5' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-0/+11