index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-28
x86/split_lock: turn off by default
Jason A. Donenfeld
1
-1
/
+1
2025-10-23
x86/resctrl: Fix miscount of bandwidth event when reactivating previously unavailable RMID
Babu Moger
1
-4
/
+10
2025-10-23
x86/resctrl: Refactor resctrl_arch_rmid_read()
Babu Moger
1
-15
/
+23
2025-10-23
x86/mm: Fix SMP ordering in switch_mm_irqs_off()
Ingo Molnar
1
-2
/
+22
2025-10-23
x86/CPU/AMD: Prevent reset reasons from being retained across reboot
Rong Zhang
1
-2
/
+14
2025-10-19
x86/umip: Fix decoding of register forms of 0F 01 (SGDT and SIDT aliases)
Sean Christopherson
1
-0
/
+11
2025-10-19
x86/umip: Check that the instruction opcode is at least two bytes
Sean Christopherson
1
-2
/
+2
2025-10-19
x86/fred: Remove ENDBR64 from FRED entry points
Xin Li (Intel)
1
-1
/
+1
2025-10-19
KVM: TDX: Fix uninitialized error code for __tdx_bringup()
Tony Lindgren
1
-7
/
+3
2025-10-19
KVM: SVM: Re-load current, not host, TSC_AUX on #VMEXIT from SEV-ES guest
Hou Wenlong
3
-19
/
+18
2025-10-19
x86/kvm: Force legacy PCI hole to UC when overriding MTRRs for TDX/SNP
Sean Christopherson
1
-2
/
+19
2025-10-19
KVM: SVM: Emulate PERF_CNTR_GLOBAL_STATUS_SET for PerfMonV2
Sean Christopherson
4
-0
/
+9
2025-10-19
KVM: x86: Add helper to retrieve current value of user return MSR
Hou Wenlong
2
-0
/
+7
2025-10-15
KVM: SVM: Skip fastpath emulation on VM-Exit if next RIP isn't valid
Sean Christopherson
1
-2
/
+10
2025-10-15
sched/fair: Get rid of sched_domains_curr_level hack for tl->cpumask()
Peter Zijlstra
1
-4
/
+4
2025-10-15
x86/vdso: Fix output operand size of RDPID
Uros Bizjak
1
-4
/
+4
2025-10-15
perf/x86/intel: Fix IA32_PMC_x_CFG_B MSRs access error
Dapeng Mi
1
-1
/
+2
2025-10-15
perf/x86/intel: Use early_initcall() to hook bts_init()
Dapeng Mi
1
-1
/
+1
2025-10-15
arch: copy_thread: pass clone_flags as u64
Simon Schuster
5
-6
/
+6
2025-10-12
KVM: x86: Don't (re)check L1 intercepts when completing userspace I/O
Sean Christopherson
3
-14
/
+13
2025-09-22
x86/topology: Implement topology_is_core_online() to address SMT regression
Thomas Gleixner
2
-0
/
+23
2025-09-22
x86/Kconfig: Reenable PTDUMP on i386
Alexander Popov
1
-1
/
+1
2025-09-20
Merge tag 'x86-urgent-2025-09-20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-19
/
+19
2025-09-17
Merge tag 'kvm-x86-fixes-6.17-rcN' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-2
/
+1
2025-09-15
x86/sev: Guard sev_evict_cache() with CONFIG_AMD_MEM_ENCRYPT
Tom Lendacky
1
-19
/
+19
2025-09-14
Merge tag 'x86-urgent-2025-09-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-11
/
+14
2025-09-10
Merge tag 'vmscape-for-linus-20250904' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
7
-113
/
+287
2025-09-10
KVM: SVM: Sync TPR from LAPIC into VMCB::V_TPR even if AVIC is active
Maciej S. Szmigiero
1
-2
/
+1
2025-09-08
x86/cpu/topology: Always try cpu_parse_topology_ext() on AMD/Hygon
K Prateek Nayak
1
-11
/
+14
2025-09-02
Merge tag 'mm-hotfixes-stable-2025-09-01-17-20' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
2
-0
/
+21
2025-08-31
Merge tag 'x86_urgent_for_v6.17_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
4
-12
/
+44
2025-08-29
x86/vmscape: Add old Intel CPUs to affected list
Pawan Gupta
1
-9
/
+12
2025-08-27
x86/mm/64: define ARCH_PAGE_TABLE_SYNC_MASK and arch_sync_kernel_mappings()
Harry Yoo
2
-0
/
+21
2025-08-27
x86/bugs: Add attack vector controls for SSB
David Kaplan
1
-0
/
+9
2025-08-27
x86/cpu/topology: Use initial APIC ID from XTOPOLOGY leaf on AMD/HYGON
K Prateek Nayak
1
-9
/
+14
2025-08-27
x86/microcode/AMD: Handle the case of no BIOS microcode
Borislav Petkov (AMD)
1
-2
/
+20
2025-08-27
Merge tag 'kvm-x86-fixes-6.17-rc7' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
3
-9
/
+10
2025-08-25
x86/cpu/intel: Fix the constant_tsc model check for Pentium 4
Suchit Karunakaran
1
-1
/
+1
2025-08-24
Merge tag 'x86_urgent_for_v6.17_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-5
/
+10
2025-08-22
Merge tag 'for-linus-6.17-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Linus Torvalds
1
-2
/
+3
2025-08-19
x86/bugs: Fix GDS mitigation selecting when mitigation is off
Li RongQing
1
-3
/
+1
2025-08-18
KVM: SEV: don't check have_run_cpus in sev_writeback_caches()
Yury Norov
1
-7
/
+3
2025-08-18
x86/CPU/AMD: Ignore invalid reset reason value
Yazen Ghannam
1
-2
/
+6
2025-08-18
compiler: remove __ADDRESSABLE_ASM{_STR,}() again
Jan Beulich
1
-2
/
+3
2025-08-18
x86/cpu/hygon: Add missing resctrl_cpu_detect() in bsp_init helper
Tianxiang Peng
1
-0
/
+3
2025-08-17
Merge tag 'x86_urgent_for_v6.17_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
6
-34
/
+40
2025-08-15
KVM: x86: use array_index_nospec with indices that come from guest
Thijs Raymakers
2
-2
/
+7
2025-08-15
x86/cpuid: Remove transitional <asm/cpuid.h> header
Ahmed S. Darwish
1
-8
/
+0
2025-08-15
x86/sev: Ensure SVSM reserved fields in a page validation entry are initialized to zero
Tom Lendacky
2
-0
/
+3
2025-08-14
x86/vmscape: Warn when STIBP is disabled with SMT
Pawan Gupta
1
-0
/
+22
[next]