summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2024-04-29Revert "ASoC: ti: Convert Pandora ASoC to GPIO descriptors"Greg Kroah-Hartman
2024-04-27arm64: hibernate: Fix level3 translation fault in swsusp_save()Yaxiong Tian
2024-04-27KVM: x86/pmu: Do not mask LVTPC when handling a PMI on AMD platformsSandipan Das
2024-04-27KVM: x86/pmu: Disable support for adaptive PEBSSean Christopherson
2024-04-27KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. Intel compatibleSean Christopherson
2024-04-27x86/cpufeatures: Fix dependencies for GFNI, VAES, and VPCLMULQDQEric Biggers
2024-04-27x86/bugs: Fix BHI retpoline checkJosh Poimboeuf
2024-04-27ASoC: ti: Convert Pandora ASoC to GPIO descriptorsLinus Walleij
2024-04-27x86/quirks: Include linux/pnp.h for arch_pnpbios_disabled()Arnd Bergmann
2024-04-27ARM: omap2: n8x0: stop instantiating codec platform dataDmitry Torokhov
2024-04-27x86/efistub: Remap kernel text read-only before dropping NX attributeArd Biesheuvel
2024-04-27x86/sev: Move early startup code into .head.text sectionArd Biesheuvel
2024-04-27x86/sme: Move early SME kernel encryption handling into .head.textArd Biesheuvel
2024-04-27x86/head/64: Move the __head definition to <asm/init.h>Hou Wenlong
2024-04-27x86/head/64: Add missing __head annotation to startup_64_load_idt()Hou Wenlong
2024-04-27x86/mm: Remove P*D_PAGE_MASK and P*D_PAGE_SIZE macrosPasha Tatashin
2024-04-27x86/efistub: Use 1:1 file:memory mapping for PE/COFF .compat sectionArd Biesheuvel
2024-04-27x86/boot: Increase section and file alignment to 4k/512Ard Biesheuvel
2024-04-27x86/boot: Split off PE/COFF .data sectionArd Biesheuvel
2024-04-27x86/boot: Drop PE/COFF .reloc sectionArd Biesheuvel
2024-04-27x86/boot: Construct PE/COFF .text section from assemblerArd Biesheuvel
2024-04-27x86/boot: Derive file size from _edata symbolArd Biesheuvel
2024-04-27x86/boot: Define setup size in linker scriptArd Biesheuvel
2024-04-27x86/boot: Set EFI handover offset directly in header asmArd Biesheuvel
2024-04-27x86/boot: Grab kernel_info offset from zoffset header directlyArd Biesheuvel
2024-04-27x86/boot: Drop references to startup_64Ard Biesheuvel
2024-04-27x86/boot: Drop redundant code setting the root deviceArd Biesheuvel
2024-04-27x86/boot: Omit compression buffer from PE/COFF image memory footprintArd Biesheuvel
2024-04-27x86/boot: Remove the 'bugger off' messageArd Biesheuvel
2024-04-27x86/efi: Drop alignment flags from PE section headersArd Biesheuvel
2024-04-27x86/efi: Drop EFI stub .bss from .data sectionArd Biesheuvel
2024-04-17x86/bugs: Replace CONFIG_SPECTRE_BHI_{ON,OFF} with CONFIG_MITIGATION_SPECTRE_BHIJosh Poimboeuf
2024-04-17x86/bugs: Remove CONFIG_BHI_MITIGATION_AUTO and spectre_bhi=autoJosh Poimboeuf
2024-04-17x86/bugs: Clarify that syscall hardening isn't a BHI mitigationJosh Poimboeuf
2024-04-17x86/bugs: Fix BHI handling of RRSBAJosh Poimboeuf
2024-04-17x86/bugs: Rename various 'ia32_cap' variables to 'x86_arch_cap_msr'Ingo Molnar
2024-04-17x86/bugs: Cache the value of MSR_IA32_ARCH_CAPABILITIESJosh Poimboeuf
2024-04-17x86/bugs: Fix return type of spectre_bhi_state()Daniel Sneddon
2024-04-17x86/apic: Force native_apic_mem_read() to use the MOV instructionAdam Dunlap
2024-04-17perf/x86: Fix out of range dataNamhyung Kim
2024-04-17arm64: dts: imx8-ss-conn: fix usdhc wrong lpcg clock orderFrank Li
2024-04-13perf/x86/amd/lbr: Discard erroneous branch entriesSandipan Das
2024-04-13arm64: dts: rockchip: fix rk3399 hdmi ports nodeJohan Jonker
2024-04-13arm64: dts: rockchip: fix rk3328 hdmi ports nodeJohan Jonker
2024-04-10x86: set SPECTRE_BHI_ON as defaultGreg Kroah-Hartman
2024-04-10KVM: x86: Add BHI_NODaniel Sneddon
2024-04-10x86/bhi: Mitigate KVM by defaultPawan Gupta
2024-04-10x86/bhi: Add BHI mitigation knobPawan Gupta
2024-04-10x86/bhi: Enumerate Branch History Injection (BHI) bugPawan Gupta
2024-04-10x86/bhi: Define SPEC_CTRL_BHI_DIS_SDaniel Sneddon