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
Age
Commit message (
Expand
)
Author
Files
Lines
4 days
x86/split_lock: turn off by default
Jason A. Donenfeld
1
-1
/
+1
2026-04-22
KVM: x86: Use scratch field in MMIO fragment to hold small write values
Sean Christopherson
1
-1
/
+13
2026-04-22
x86-64/arm64/powerpc: clean up and rename __copy_from_user_flushcache
Linus Torvalds
2
-8
/
+8
2026-04-22
x86: rename and clean up __copy_from_user_inatomic_nocache()
Linus Torvalds
4
-13
/
+9
2026-04-22
x86-64: rename misleadingly named '__copy_user_nocache()' function
Linus Torvalds
3
-7
/
+8
2026-04-22
KVM: SEV: Drop WARN on large size for KVM_MEMORY_ENCRYPT_REG_REGION
Sean Christopherson
1
-4
/
+7
2026-04-22
KVM: SEV: Lock all vCPUs when synchronzing VMSAs for SNP launch finish
Sean Christopherson
1
-4
/
+12
2026-04-22
KVM: SEV: Disallow LAUNCH_FINISH if vCPUs are actively being created
Sean Christopherson
1
-2
/
+8
2026-04-22
KVM: SEV: Protect *all* of sev_mem_enc_register_region() with kvm->lock
Sean Christopherson
1
-4
/
+2
2026-04-22
KVM: SEV: Reject attempts to sync VMSA of an already-launched/encrypted vCPU
Sean Christopherson
1
-0
/
+3
2026-04-22
x86/CPU: Fix FPDSS on Zen1
Borislav Petkov (AMD)
2
-0
/
+6
2026-04-12
Merge tag 'ras-urgent-2026-04-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+8
2026-04-12
Merge tag 'perf-urgent-2026-04-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-37
/
+42
2026-04-11
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-6
/
+6
2026-04-11
Merge tag 'kvm-x86-fixes-7.1' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-6
/
+6
2026-04-08
x86: shadow stacks: proper error handling for mmap lock
Linus Torvalds
1
-1
/
+2
2026-04-07
perf/x86/intel/uncore: Remove extra double quote mark
Zide Chen
1
-24
/
+24
2026-04-07
perf/x86/intel/uncore: Fix die ID init and look up bugs
Zide Chen
2
-7
/
+7
2026-04-07
perf/x86/intel/uncore: Skip discovery table for offline dies
Zide Chen
1
-1
/
+1
2026-04-07
perf/x86/intel/uncore: Fix iounmap() leak on global_init failure
Zide Chen
1
-5
/
+10
2026-04-05
Merge tag 'x86-urgent-2026-04-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-6
/
+34
2026-04-05
x86/mce/amd: Filter bogus hardware errors on Zen3 clients
Yazen Ghannam
1
-0
/
+8
2026-04-02
perf/x86: Fix potential bad container_of in intel_pmu_hw_config
Ian Rogers
1
-2
/
+4
2026-03-31
x86/platform/geode: Fix on-stack property data use-after-return bug
Dmitry Torokhov
1
-6
/
+18
2026-03-30
x86/kexec: Disable KCOV instrumentation after load_segments()
Aleksandr Nogikh
2
-0
/
+16
2026-03-29
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-7
/
+10
2026-03-29
Merge tag 'x86-urgent-2026-03-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-7
/
+46
2026-03-27
Merge tag 'efi-fixes-for-v7.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi
Linus Torvalds
1
-1
/
+1
2026-03-27
KVM: x86/mmu: Only WARN in direct MMUs when overwriting shadow-present SPTE
Sean Christopherson
1
-1
/
+2
2026-03-27
KVM: x86/mmu: Drop/zap existing present SPTE even when creating an MMIO SPTE
Sean Christopherson
1
-6
/
+8
2026-03-23
x86/cpu: Add comment clarifying CRn pinning
Peter Zijlstra
1
-0
/
+13
2026-03-23
x86/fred: Fix early boot failures on SEV-ES/SNP guests
Nikunj A Dadhania
2
-0
/
+20
2026-03-23
x86/cpu: Remove X86_CR4_FRED from the CR4 pinned bits mask
Borislav Petkov (AMD)
1
-1
/
+1
2026-03-23
x86/cpu: Enable FSGSBASE early in cpu_init_exception_handling()
Nikunj A Dadhania
1
-6
/
+12
2026-03-22
Merge tag 'x86-urgent-2026-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-9
/
+28
2026-03-22
Merge tag 'perf-urgent-2026-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-16
/
+33
2026-03-20
x86/platform/uv: Handle deconfigured sockets
Kyle Meyer
1
-2
/
+16
2026-03-20
x86/entry/vdso: Fix path of included gettimeofday.c
Vladimir Oltean
1
-1
/
+1
2026-03-20
Merge tag 'hyperv-fixes-signed-20260319' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux
Linus Torvalds
2
-50
/
+55
2026-03-20
x86/efi: efi_unmap_boot_services: fix calculation of ranges_to_free size
Mike Rapoport (Microsoft)
1
-1
/
+1
2026-03-18
x86/mce/amd: Check SMCA feature bit before accessing SMCA MSRs
William Roche
1
-6
/
+11
2026-03-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
13
-39
/
+97
2026-03-12
KVM: x86: Use __DECLARE_FLEX_ARRAY() for UAPI structures with VLAs
David Woodhouse
1
-6
/
+6
2026-03-12
perf/x86/intel: Fix OMR snoop information parsing issues
Dapeng Mi
1
-4
/
+7
2026-03-12
perf/x86/intel: Add missing branch counters constraint apply
Dapeng Mi
1
-10
/
+21
2026-03-12
x86/perf: Make sure to program the counter value for stopped events on migration
Peter Zijlstra
1
-1
/
+3
2026-03-12
perf/x86: Move event pointer setup earlier in x86_pmu_enable()
Breno Leitao
1
-1
/
+2
2026-03-12
x86/hyperv: Use any general-purpose register when saving %cr2 and %cr8
Uros Bizjak
1
-2
/
+2
2026-03-12
x86/hyperv: Use current_stack_pointer to avoid asm() in hv_hvcrash_ctxt_save()
Uros Bizjak
1
-1
/
+1
2026-03-12
x86/hyperv: Save segment registers directly to memory in hv_hvcrash_ctxt_save()
Uros Bizjak
1
-6
/
+6
[next]