summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2025-03-13x86/boot: Sanitize boot params before parsing command lineArd Biesheuvel
2025-03-13x86/boot: Rename conflicting 'boot_params' pointer to 'boot_params_ptr'Ard Biesheuvel
2025-03-13x86/mm: Don't disable PCID when INVLPG has been fixed by microcodeXi Ruoyao
2025-03-13Revert "KVM: PPC: e500: Mark "struct page" dirty in kvmppc_e500_shadow_map()"Greg Kroah-Hartman
2025-03-13Revert "KVM: PPC: e500: Mark "struct page" pfn accessed before dropping mmu_l...Greg Kroah-Hartman
2025-03-13Revert "KVM: PPC: e500: Use __kvm_faultin_pfn() to handle page faults"Greg Kroah-Hartman
2025-03-13Revert "KVM: e500: always restore irqs"Greg Kroah-Hartman
2025-03-13riscv: Fix enabling cbo.zero when running in M-modeSamuel Holland
2025-03-13arm64: hugetlb: Fix huge_ptep_get_and_clear() for non-present ptesRyan Roberts
2025-03-13mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear()Ryan Roberts
2025-03-13KVM: x86: Explicitly zero EAX and EBX when PERFMON_V2 isn't supported by KVMXiaoyao Li
2025-03-13KVM: SVM: Suppress DEBUGCTL.BTF on AMDSean Christopherson
2025-03-13KVM: SVM: Drop DEBUGCTL[5:2] from guest's effective valueSean Christopherson
2025-03-13x86/sgx: Fix size overflows in sgx_encl_create()Jarkko Sakkinen
2025-03-13s390/traps: Fix test_monitor_call() inline assemblyHeiko Carstens
2025-03-13x86/cpu: Properly parse CPUID leaf 0x2 TLB descriptor 0x63Ahmed S. Darwish
2025-03-13x86/cpu: Validate CPUID leaf 0x2 EDX outputAhmed S. Darwish
2025-03-13x86/cacheinfo: Validate CPUID leaf 0x2 EDX outputAhmed S. Darwish
2025-03-13LoongArch: Set max_pfn with the PFN of the last pageBibo Mao
2025-03-13LoongArch: Use polling play_dead() when resuming from hibernationHuacai Chen
2025-03-13LoongArch: Convert unreachable() to BUG()Tiezhu Yang
2025-03-13x86/microcode/AMD: Add some forgotten models to the SHA checkBorislav Petkov (AMD)
2025-03-13riscv: signal: fix signal_minsigstkszYong-Xuan Wang
2025-03-13RISC-V: Enable cbo.zero in usermodeAndrew Jones
2025-03-13riscv: cacheinfo: Use of_property_present() for non-boolean propertiesRob Herring
2025-03-13riscv: Prevent a bad reference count on CPU nodesMiquel Sabaté Solà
2025-03-13riscv: cacheinfo: initialize cacheinfo's level and type from ACPI PPTTYunhui Cui
2025-03-13riscv: cacheinfo: remove the useless input parameter (node) of ci_leaf_init()Yunhui Cui
2025-03-13x86/speculation: Add __update_spec_ctrl() helperWaiman Long
2025-03-13arm64: dts: rockchip: add rs485 support on uart5 of px30-ringneck-haikouFarouk Bouabid
2025-03-13x86/amd_nb: Use rdmsr_safe() in amd_get_mmconfig_range()Andrew Cooper
2025-03-09x86/boot/32: Temporarily map initrd for microcode loadingThomas Gleixner
2025-03-09x86/microcode: Provide CONFIG_MICROCODE_INITRD32Thomas Gleixner
2025-03-09x86/boot/32: Restructure mk_early_pgtbl_32()Thomas Gleixner
2025-03-09x86/boot/32: De-uglify the 2/3 level paging difference in mk_early_pgtbl_32()Thomas Gleixner
2025-03-09x86/boot: Use __pa_nodebug() in mk_early_pgtbl_32()Thomas Gleixner
2025-03-09x86/boot/32: Disable stackprotector and tracing for mk_early_pgtbl_32()Thomas Gleixner
2025-03-07x86/microcode/AMD: Fix a -Wsometimes-uninitialized clang false positiveBorislav Petkov (AMD)
2025-03-07x86/microcode/AMD: Load only SHA256-checksummed patchesBorislav Petkov (AMD)
2025-03-07x86/microcode/AMD: Add get_patch_level()Borislav Petkov (AMD)
2025-03-07x86/microcode/AMD: Get rid of the _load_microcode_amd() forward declarationBorislav Petkov (AMD)
2025-03-07x86/microcode/AMD: Merge early_apply_microcode() into its single callsiteBorislav Petkov (AMD)
2025-03-07x86/microcode/AMD: Have __apply_microcode_amd() return boolBorislav Petkov (AMD)
2025-03-07x86/microcode/AMD: Make __verify_patch_size() return boolNikolay Borisov
2025-03-07x86/microcode/AMD: Return bool from find_blobs_in_containers()Nikolay Borisov
2025-03-07x86/microcode/AMD: Flush patch buffer mapping after applicationBorislav Petkov (AMD)
2025-03-07x86/microcode/intel: Remove unnecessary cache writeback and invalidationChang S. Bae
2025-03-07x86/microcode/AMD: Split load_microcode_amd()Borislav Petkov (AMD)
2025-03-07x86/microcode/AMD: Pay attention to the stepping dynamicallyBorislav Petkov (AMD)
2025-03-07x86/microcode/AMD: Use the family,model,stepping encoded in the patch IDBorislav Petkov