index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-11
perf/x86/intel: Expose existence of callback support to KVM
Sean Christopherson
2
-0
/
+2
2024-04-11
KVM: VMX: Snapshot LBR capabilities during module initialization
Sean Christopherson
3
-5
/
+8
2024-04-11
Merge tag 'loongarch-fixes-6.9-1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
9
-12
/
+116
2024-04-11
KVM: x86/pmu: Do not mask LVTPC when handling a PMI on AMD platforms
Sandipan Das
1
-1
/
+2
2024-04-11
KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. Intel compatible
Sean Christopherson
5
-2
/
+14
2024-04-11
x86/bugs: Clarify that syscall hardening isn't a BHI mitigation
Josh Poimboeuf
1
-3
/
+3
2024-04-11
x86/bugs: Fix BHI handling of RRSBA
Josh Poimboeuf
1
-12
/
+18
2024-04-11
x86/bugs: Rename various 'ia32_cap' variables to 'x86_arch_cap_msr'
Ingo Molnar
3
-42
/
+42
2024-04-11
x86/bugs: Cache the value of MSR_IA32_ARCH_CAPABILITIES
Josh Poimboeuf
1
-15
/
+7
2024-04-10
arm64: tlb: Fix TLBI RANGE operand
Gavin Shan
1
-9
/
+11
2024-04-10
x86/topology: Don't update cpu_possible_map in topo_set_cpuids()
Thomas Gleixner
1
-2
/
+5
2024-04-10
LoongArch: Include linux/sizes.h in addrspace.h to prevent build errors
Randy Dunlap
1
-0
/
+1
2024-04-10
LoongArch: Update dts for Loongson-2K2000 to support GMAC/GNET
Huacai Chen
2
-3
/
+42
2024-04-10
LoongArch: Update dts for Loongson-2K2000 to support PCI-MSI
Huacai Chen
1
-0
/
+3
2024-04-10
LoongArch: Update dts for Loongson-2K2000 to support ISA/LPC
Huacai Chen
1
-1
/
+8
2024-04-10
LoongArch: Update dts for Loongson-2K1000 to support ISA/LPC
Huacai Chen
1
-0
/
+7
2024-04-10
LoongArch: Make virt_addr_valid()/__virt_addr_valid() work with KFENCE
Huacai Chen
1
-0
/
+4
2024-04-10
LoongArch: Make {virt, phys, page, pfn} translation work with KFENCE
Huacai Chen
4
-8
/
+51
2024-04-10
arm64: dts: rockchip: regulator for sd needs to be always on for BPI-R2Pro
Jose Ignacio Tornos Martinez
1
-0
/
+2
2024-04-10
x86/bugs: Fix return type of spectre_bhi_state()
Daniel Sneddon
1
-1
/
+1
2024-04-10
Merge branch 'linus' into x86/urgent, to pick up dependent commits
Ingo Molnar
17
-43
/
+317
2024-04-10
arm64: dts: rockchip: drop redundant disable-gpios in Lubancat 2
Krzysztof Kozlowski
1
-1
/
+0
2024-04-10
arm64: dts: rockchip: drop redundant disable-gpios in Lubancat 1
Krzysztof Kozlowski
1
-1
/
+0
2024-04-10
arm64: dts: rockchip: drop redundant pcie-reset-suspend in Scarlet Dumo
Krzysztof Kozlowski
1
-1
/
+0
2024-04-10
arm64: dts: rockchip: mark system power controller and fix typo on orangepi-5...
Muhammed Efe Cetin
1
-1
/
+2
2024-04-10
arm64: dts: rockchip: Designate the system power controller on QuartzPro64
Dragan Simic
1
-0
/
+1
2024-04-10
perf/x86: Fix out of range data
Namhyung Kim
1
-0
/
+1
2024-04-09
Merge patch the fixes from "riscv: 64-bit NOMMU fixes and enhancements"
Palmer Dabbelt
3
-3
/
+3
2024-04-09
riscv: Fix loading 64-bit NOMMU kernels past the start of RAM
Samuel Holland
2
-2
/
+2
2024-04-09
riscv: Fix TASK_SIZE on 64-bit NOMMU
Samuel Holland
1
-1
/
+1
2024-04-09
KVM: x86: Stop compiling vmenter.S with OBJECT_FILES_NON_STANDARD
Sean Christopherson
1
-5
/
+0
2024-04-09
KVM: SVM: Create a stack frame in __svm_sev_es_vcpu_run()
Sean Christopherson
1
-0
/
+4
2024-04-09
KVM: SVM: Save/restore args across SEV-ES VMRUN via host save area
Sean Christopherson
1
-16
/
+13
2024-04-09
KVM: SVM: Save/restore non-volatile GPRs in SEV-ES VMRUN via host save area
Sean Christopherson
3
-26
/
+35
2024-04-09
KVM: SVM: Clobber RAX instead of RBX when discarding spec_ctrl_intercepted
Sean Christopherson
1
-2
/
+2
2024-04-09
KVM: SVM: Drop 32-bit "support" from __svm_sev_es_vcpu_run()
Sean Christopherson
1
-31
/
+13
2024-04-09
KVM: SVM: Wrap __svm_sev_es_vcpu_run() with #ifdef CONFIG_KVM_AMD_SEV
Sean Christopherson
1
-0
/
+2
2024-04-09
KVM: SVM: Create a stack frame in __svm_vcpu_run() for unwinding
Sean Christopherson
1
-0
/
+1
2024-04-09
KVM: SVM: Remove a useless zeroing of allocated memory
Christophe JAILLET
1
-1
/
+1
2024-04-09
MIPS: scall: Save thread_info.syscall unconditionally on entry
Jiaxun Yang
7
-38
/
+42
2024-04-09
Merge tag 'imx-fixes-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/sh...
Arnd Bergmann
8
-43
/
+44
2024-04-09
Merge tag 'omap-for-v6.9/n8x0-fixes-signed' of git://git.kernel.org/pub/scm/l...
Arnd Bergmann
1
-13
/
+10
2024-04-08
Merge tag 'nativebhi' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
17
-43
/
+317
2024-04-08
KVM: VMX: Ignore MKTME KeyID bits when intercepting #PF for allow_smaller_max...
Tao Su
1
-1
/
+3
2024-04-08
KVM: x86/pmu: Set enable bits for GP counters in PERF_GLOBAL_CTRL at "RESET"
Sean Christopherson
1
-2
/
+14
2024-04-08
KVM: x86/mmu: x86: Don't overflow lpage_info when checking attributes
Rick Edgecombe
1
-1
/
+2
2024-04-08
KVM: x86/pmu: Disable support for adaptive PEBS
Sean Christopherson
1
-2
/
+22
2024-04-08
KVM: x86: Add BHI_NO
Daniel Sneddon
1
-1
/
+1
2024-04-08
x86/bhi: Mitigate KVM by default
Pawan Gupta
4
-2
/
+15
2024-04-08
x86/bhi: Add BHI mitigation knob
Pawan Gupta
3
-1
/
+115
[prev]
[next]