summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* x86/mm/pat: fix VM_PAT handling in COW mappingsDavid Hildenbrand2024-04-131-14/+35
* arm64: dts: rockchip: fix rk3399 hdmi ports nodeJohan Jonker2024-04-131-2/+10
* arm64: dts: rockchip: fix rk3328 hdmi ports nodeJohan Jonker2024-04-131-1/+10
* x86: set SPECTRE_BHI_ON as defaultGreg Kroah-Hartman2024-04-101-1/+1
* KVM: x86: Add BHI_NODaniel Sneddon2024-04-101-1/+1
* x86/bhi: Mitigate KVM by defaultPawan Gupta2024-04-104-2/+15
* x86/bhi: Add BHI mitigation knobPawan Gupta2024-04-103-1/+115
* x86/bhi: Enumerate Branch History Injection (BHI) bugPawan Gupta2024-04-103-8/+21
* x86/bhi: Define SPEC_CTRL_BHI_DIS_SDaniel Sneddon2024-04-104-2/+8
* x86/bhi: Add support for clearing branch history at syscall entryPawan Gupta2024-04-105-0/+86
* x86/syscall: Don't force use of indirect calls for system callsLinus Torvalds2024-04-105-16/+50
* x86/bugs: Change commas to semicolons in 'spectre_v2' sysfs fileJosh Poimboeuf2024-04-101-12/+12
* x86/retpoline: Do the necessary fixup to the Zen3/4 srso return thunk for !SRSOBorislav Petkov (AMD)2024-04-101-0/+1
* x86/bugs: Fix the SRSO mitigation on Zen3/4Borislav Petkov (AMD)2024-04-103-9/+16
* riscv: process: Fix kernel gp leakageStefan O'Rear2024-04-101-3/+0
* riscv: Fix spurious errors from __get/put_kernel_nofaultSamuel Holland2024-04-101-2/+2
* s390/entry: align system call table on 8 bytesSumanth Korikkar2024-04-101-0/+1
* x86/mce: Make sure to grab mce_sysfs_mutex in set_bank()Borislav Petkov (AMD)2024-04-101-1/+3
* openrisc: Fix pagewalk usage in arch_dma_{clear, set}_uncachedJann Horn2024-04-101-8/+8
* KVM: x86: Mark target gfn of emulated atomic instruction as dirtySean Christopherson2024-04-101-0/+10
* KVM: x86: Bail to userspace if emulation of atomic user access faultsSean Christopherson2024-04-101-1/+1
* Revert "x86/mm/ident_map: Use gbpages only where full GB page should be mapped."Ingo Molnar2024-04-101-18/+5
* arm64: dts: qcom: sc7180-trogdor: mark bluetooth address as brokenJohan Hovold2024-04-101-0/+2
* x86/cpufeatures: Add CPUID_LNX_5 to track recently added Linux-defined wordSean Christopherson2024-04-102-0/+4
* x86/cpufeatures: Add new word for scattered featuresSandipan Das2024-04-104-5/+9
* x86/cpu: Enable STIBP on AMD if Automatic IBRS is enabledKim Phillips2024-04-101-6/+9
* hexagon: vmlinux.lds.S: handle attributes sectionNathan Chancellor2024-04-101-0/+1
* powerpc: xor_vmx: Add '-mhard-float' to CFLAGSNathan Chancellor2024-04-101-1/+1
* x86/static_call: Add support for Jcc tail-callsPeter Zijlstra2024-04-101-3/+47
* x86/alternatives: Teach text_poke_bp() to patch Jcc.d32 instructionsPeter Zijlstra2024-04-101-9/+47
* x86/alternatives: Introduce int3_emulate_jcc()Peter Zijlstra2024-04-102-30/+39
* x86/asm: Differentiate between code and function alignmentThomas Gleixner2024-04-101-2/+6
* arch: Introduce CONFIG_FUNCTION_ALIGNMENTPeter Zijlstra2024-04-106-4/+37
* KVM/x86: Export RFDS_NO and RFDS_CLEAR to guestsPawan Gupta2024-04-101-1/+4
* x86/rfds: Mitigate Register File Data Sampling (RFDS)Pawan Gupta2024-04-105-6/+130
* x86/mmio: Disable KVM mitigation when X86_FEATURE_CLEAR_CPU_BUF is setPawan Gupta2024-04-101-2/+12
* KVM/VMX: Move VERW closer to VMentry for MDS mitigationPawan Gupta2024-04-102-4/+11
* KVM/VMX: Use BT+JNC, i.e. EFLAGS.CF to select VMRESUME vs. VMLAUNCHSean Christopherson2024-04-102-5/+8
* x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static keyPawan Gupta2024-04-105-26/+7
* x86/entry_32: Add VERW just before userspace transitionPawan Gupta2024-04-101-0/+3
* x86/entry_64: Add VERW just before userspace transitionPawan Gupta2024-04-102-0/+12
* x86/bugs: Add asm helpers for executing VERWPawan Gupta2024-04-103-1/+39
* x86/asm: Add _ASM_RIP() macro for x86-64 (%rip) suffixH. Peter Anvin (Intel)2024-04-101-0/+5
* KVM: arm64: Limit stage2_apply_range() batch size to largest blockOliver Upton2024-04-102-21/+8
* KVM: arm64: Work out supported block level at compile timeOliver Upton2024-04-101-5/+13
* KVM: SVM: Flush pages under kvm->lock to fix UAF in svm_register_enc_region()Sean Christopherson2024-04-101-7/+9
* x86/pm: Work around false positive kmemleak report in msr_build_context()Anton Altaparmakov2024-04-101-5/+5
* x86/CPU/AMD: Update the Zenbleed microcode revisionsBorislav Petkov (AMD)2024-04-101-5/+5
* powerpc/fsl: Fix mfpmr build errors with newer binutilsMichael Ellerman2024-04-101-2/+9
* parisc: Strip upper 32 bit of sum in csum_ipv6_magic for 64-bit buildsGuenter Roeck2024-04-101-0/+1