index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-17
x86/bugs: Replace CONFIG_SPECTRE_BHI_{ON,OFF} with CONFIG_MITIGATION_SPECTRE_BHI
Josh Poimboeuf
2
-15
/
+4
2024-04-17
x86/bugs: Remove CONFIG_BHI_MITIGATION_AUTO and spectre_bhi=auto
Josh Poimboeuf
2
-13
/
+1
2024-04-17
x86/bugs: Clarify that syscall hardening isn't a BHI mitigation
Josh Poimboeuf
1
-3
/
+3
2024-04-17
x86/bugs: Fix BHI handling of RRSBA
Josh Poimboeuf
1
-12
/
+18
2024-04-17
x86/bugs: Rename various 'ia32_cap' variables to 'x86_arch_cap_msr'
Ingo Molnar
2
-39
/
+39
2024-04-17
x86/bugs: Cache the value of MSR_IA32_ARCH_CAPABILITIES
Josh Poimboeuf
1
-15
/
+7
2024-04-17
x86/bugs: Fix return type of spectre_bhi_state()
Daniel Sneddon
1
-1
/
+1
2024-04-17
x86/apic: Force native_apic_mem_read() to use the MOV instruction
Adam Dunlap
1
-1
/
+2
2024-04-17
perf/x86: Fix out of range data
Namhyung Kim
1
-0
/
+1
2024-04-17
arm64: dts: imx8-ss-conn: fix usdhc wrong lpcg clock order
Frank Li
1
-6
/
+6
2024-04-13
x86/mm/pat: fix VM_PAT handling in COW mappings
David Hildenbrand
1
-14
/
+35
2024-04-13
arm64: dts: rockchip: fix rk3399 hdmi ports node
Johan Jonker
1
-2
/
+10
2024-04-13
arm64: dts: rockchip: fix rk3328 hdmi ports node
Johan Jonker
1
-1
/
+10
2024-04-10
x86: set SPECTRE_BHI_ON as default
Greg Kroah-Hartman
1
-1
/
+1
2024-04-10
KVM: x86: Add BHI_NO
Daniel Sneddon
1
-1
/
+1
2024-04-10
x86/bhi: Mitigate KVM by default
Pawan Gupta
4
-2
/
+15
2024-04-10
x86/bhi: Add BHI mitigation knob
Pawan Gupta
3
-1
/
+115
2024-04-10
x86/bhi: Enumerate Branch History Injection (BHI) bug
Pawan Gupta
3
-8
/
+21
2024-04-10
x86/bhi: Define SPEC_CTRL_BHI_DIS_S
Daniel Sneddon
4
-2
/
+8
2024-04-10
x86/bhi: Add support for clearing branch history at syscall entry
Pawan Gupta
5
-0
/
+86
2024-04-10
x86/syscall: Don't force use of indirect calls for system calls
Linus Torvalds
5
-16
/
+50
2024-04-10
x86/bugs: Change commas to semicolons in 'spectre_v2' sysfs file
Josh Poimboeuf
1
-12
/
+12
2024-04-10
x86/retpoline: Do the necessary fixup to the Zen3/4 srso return thunk for !SRSO
Borislav Petkov (AMD)
1
-0
/
+1
2024-04-10
x86/bugs: Fix the SRSO mitigation on Zen3/4
Borislav Petkov (AMD)
3
-9
/
+16
2024-04-10
riscv: process: Fix kernel gp leakage
Stefan O'Rear
1
-3
/
+0
2024-04-10
riscv: Fix spurious errors from __get/put_kernel_nofault
Samuel Holland
1
-2
/
+2
2024-04-10
s390/entry: align system call table on 8 bytes
Sumanth Korikkar
1
-0
/
+1
2024-04-10
x86/mce: Make sure to grab mce_sysfs_mutex in set_bank()
Borislav Petkov (AMD)
1
-1
/
+3
2024-04-10
openrisc: Fix pagewalk usage in arch_dma_{clear, set}_uncached
Jann Horn
1
-8
/
+8
2024-04-10
KVM: x86: Mark target gfn of emulated atomic instruction as dirty
Sean Christopherson
1
-0
/
+10
2024-04-10
KVM: x86: Bail to userspace if emulation of atomic user access faults
Sean Christopherson
1
-1
/
+1
2024-04-10
Revert "x86/mm/ident_map: Use gbpages only where full GB page should be mapped."
Ingo Molnar
1
-18
/
+5
2024-04-10
arm64: dts: qcom: sc7180-trogdor: mark bluetooth address as broken
Johan Hovold
1
-0
/
+2
2024-04-10
x86/cpufeatures: Add CPUID_LNX_5 to track recently added Linux-defined word
Sean Christopherson
2
-0
/
+4
2024-04-10
x86/cpufeatures: Add new word for scattered features
Sandipan Das
4
-5
/
+9
2024-04-10
x86/cpu: Enable STIBP on AMD if Automatic IBRS is enabled
Kim Phillips
1
-6
/
+9
2024-04-10
hexagon: vmlinux.lds.S: handle attributes section
Nathan Chancellor
1
-0
/
+1
2024-04-10
powerpc: xor_vmx: Add '-mhard-float' to CFLAGS
Nathan Chancellor
1
-1
/
+1
2024-04-10
x86/static_call: Add support for Jcc tail-calls
Peter Zijlstra
1
-3
/
+47
2024-04-10
x86/alternatives: Teach text_poke_bp() to patch Jcc.d32 instructions
Peter Zijlstra
1
-9
/
+47
2024-04-10
x86/alternatives: Introduce int3_emulate_jcc()
Peter Zijlstra
2
-30
/
+39
2024-04-10
x86/asm: Differentiate between code and function alignment
Thomas Gleixner
1
-2
/
+6
2024-04-10
arch: Introduce CONFIG_FUNCTION_ALIGNMENT
Peter Zijlstra
6
-4
/
+37
2024-04-10
KVM/x86: Export RFDS_NO and RFDS_CLEAR to guests
Pawan Gupta
1
-1
/
+4
2024-04-10
x86/rfds: Mitigate Register File Data Sampling (RFDS)
Pawan Gupta
5
-6
/
+130
2024-04-10
x86/mmio: Disable KVM mitigation when X86_FEATURE_CLEAR_CPU_BUF is set
Pawan Gupta
1
-2
/
+12
2024-04-10
KVM/VMX: Move VERW closer to VMentry for MDS mitigation
Pawan Gupta
2
-4
/
+11
2024-04-10
KVM/VMX: Use BT+JNC, i.e. EFLAGS.CF to select VMRESUME vs. VMLAUNCH
Sean Christopherson
2
-5
/
+8
2024-04-10
x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static key
Pawan Gupta
5
-26
/
+7
2024-04-10
x86/entry_32: Add VERW just before userspace transition
Pawan Gupta
1
-0
/
+3
[next]