summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2025-04-10x86/msr: Rename 'rdmsrl_amd_safe()' to 'rdmsrq_amd_safe()'Ingo Molnar
2025-04-10x86/msr: Rename 'mce_wrmsrl()' to 'mce_wrmsrq()'Ingo Molnar
2025-04-10x86/msr: Rename 'mce_rdmsrl()' to 'mce_rdmsrq()'Ingo Molnar
2025-04-10x86/msr: Rename 'wrmsrl_on_cpu()' to 'wrmsrq_on_cpu()'Ingo Molnar
2025-04-10x86/msr: Rename 'rdmsrl_on_cpu()' to 'rdmsrq_on_cpu()'Ingo Molnar
2025-04-10x86/msr: Rename 'wrmsrl_safe_on_cpu()' to 'wrmsrq_safe_on_cpu()'Ingo Molnar
2025-04-10x86/msr: Rename 'rdmsrl_safe_on_cpu()' to 'rdmsrq_safe_on_cpu()'Ingo Molnar
2025-04-10x86/msr: Rename 'wrmsrl_safe()' to 'wrmsrq_safe()'Ingo Molnar
2025-04-10x86/msr: Rename 'rdmsrl_safe()' to 'rdmsrq_safe()'Ingo Molnar
2025-04-10x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'Ingo Molnar
2025-04-10x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'Ingo Molnar
2025-04-10x86/msr: Standardize on 'u32' MSR indices in <asm/msr.h>Ingo Molnar
2025-04-10x86/msr: Harmonize the prototype and definition of do_trace_rdpmc()Ingo Molnar
2025-04-10x86/msr: Use u64 in rdmsrl_safe() and paravirt_read_pmc()Ingo Molnar
2025-04-10x86/msr: Use u64 in rdmsrl_amd_safe() and wrmsrl_amd_safe()Ingo Molnar
2025-04-10x86/msr: Standardize on u64 in <asm/msr-index.h>Ingo Molnar
2025-04-10x86/msr: Standardize on u64 in <asm/msr.h>Ingo Molnar
2025-04-10arm64: dts: rockchip: Fix mmc-pwrseq clock name on rock-pi-4Rob Herring (Arm)
2025-04-10arm64: dts: rockchip: Use "regulator-fixed" for btreg on px30-engicam for vcc...Rob Herring (Arm)
2025-04-10x86: Remove __FORCE_ORDER workaroundUros Bizjak
2025-04-09x86/mm: Consolidate initmem_init()Mike Rapoport (Microsoft)
2025-04-09Merge tag 'v6.15-rc1' into x86/mm, to pick up fixesIngo Molnar
2025-04-09x86/uaccess: Predict valid_user_address() returning trueMateusz Guzik
2025-04-09Merge tag 'v6.15-rc1' into x86/asm, to refresh the branchIngo Molnar
2025-04-09x86/ibt: Fix hibernatePeter Zijlstra
2025-04-09x86/cacheinfo: Properly parse CPUID(0x80000006) L2/L3 associativityAhmed S. Darwish
2025-04-09x86/cacheinfo: Properly parse CPUID(0x80000005) L1d/L1i associativityAhmed S. Darwish
2025-04-09arm64/fpsimd: signal: Simplify preserve_tpidr2_context()Mark Rutland
2025-04-09arm64/fpsimd: signal: Always save+flush state earlyMark Rutland
2025-04-09arm64/fpsimd: signal32: Always save+flush state earlyMark Rutland
2025-04-09arm64/fpsimd: Add fpsimd_save_and_flush_current_state()Mark Rutland
2025-04-09arm64/fpsimd: Fix merging of FPSIMD state during signal returnMark Rutland
2025-04-09arm64/fpsimd: Reset FPMR upon exec()Mark Rutland
2025-04-09arm64/fpsimd: Avoid clobbering kernel FPSIMD state with SMSTOPMark Rutland
2025-04-09arm64/fpsimd: Don't corrupt FPMR when streaming mode changesMark Brown
2025-04-09arm64/fpsimd: Discard stale CPU state when handling SME trapsMark Brown
2025-04-09arm64/fpsimd: Remove opportunistic freeing of SME stateMark Rutland
2025-04-09arm64/fpsimd: Remove redundant SVE trap manipulationMark Rutland
2025-04-09arm64/fpsimd: Remove unused fpsimd_force_sync_to_sve()Mark Rutland
2025-04-09arm64/fpsimd: Avoid RES0 bits in the SME trap handlerMark Rutland
2025-04-09x86/cpu: Avoid running off the end of an AMD erratum tableDave Hansen
2025-04-09crypto: x86/chacha - Restore SSSE3 fallback pathHerbert Xu
2025-04-09arm: multi_v7_defconfig: Drop individual Renesas SoC entriesLad Prabhakar
2025-04-09arm: shmobile_defconfig: Drop individual Renesas SoC entriesLad Prabhakar
2025-04-09arm64: defconfig: Remove individual Renesas SoC entriesLad Prabhakar
2025-04-09perf/arch: Record sample last_period before updating on the x86 and PowerPC p...Mark Barnett
2025-04-09sparc: mv sparc sysctls into their own file under arch/sparc/kernelJoel Granados
2025-04-09x86/bugs: Add RSB mitigation documentJosh Poimboeuf
2025-04-09x86/bugs: Don't fill RSB on context switch with eIBRSJosh Poimboeuf
2025-04-09x86/bugs: Don't fill RSB on VMEXIT with eIBRS+retpolineJosh Poimboeuf