index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
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
2021-06-09
x86/fpu: Invalidate FPU state after a failed XRSTOR from a user buffer
Andy Lutomirski
1
-0
/
+19
2021-06-09
x86/fpu: Prevent state corruption in __fpu__restore_sig()
Thomas Gleixner
1
-8
/
+1
2021-06-08
KVM: x86: Unload MMU on guest TLB flush if TDP disabled to force MMU sync
Lai Jiangshan
1
-0
/
+13
2021-06-08
x86/setup: Document that Windows reserves the first MiB
Borislav Petkov
1
-10
/
+11
2021-06-08
KVM: x86: Ensure liveliness of nested VM-Enter fail tracepoint message
Sean Christopherson
1
-3
/
+3
2021-06-08
KVM: x86: Ensure PV TLB flush tracepoint reflects KVM behavior
Lai Jiangshan
1
-2
/
+4
2021-06-08
KVM: X86: MMU: Use the correct inherited permissions to get shadow page
Lai Jiangshan
1
-5
/
+9
2021-06-08
KVM: LAPIC: Write 0 to TMICT should also cancel vmx-preemption timer
Wanpeng Li
1
-6
/
+11
2021-06-08
KVM: SVM: Fix SEV SEND_START session length & SEND_UPDATE_DATA query length after commit 238eca821cee
Ashish Kalra
1
-4
/
+2
2021-06-08
x86/ioremap: Map EFI-reserved memory as encrypted for SEV
Tom Lendacky
1
-1
/
+3
2021-06-08
x86/gpu: add JasperLake to gen11 early quirks
Tejas Upadhyay
1
-0
/
+1
2021-06-07
x86/crash: Remove crash_reserve_low_1M()
Mike Rapoport
2
-19
/
+0
2021-06-07
quota: Wire up quotactl_fd syscall
Jan Kara
2
-2
/
+2
2021-06-07
x86/setup: Remove CONFIG_X86_RESERVE_LOW and reservelow= options
Mike Rapoport
2
-53
/
+0
2021-06-07
Merge tag 'v5.13-rc5' into x86/cleanups
Borislav Petkov
61
-335
/
+471
2021-06-06
Merge tag 'x86_urgent_for_v5.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
14
-120
/
+132
2021-06-05
Drivers: hv: Move Hyper-V extended capability check to arch neutral code
Michael Kelley
1
-47
/
+0
2021-06-04
mm: arch: remove indirection level in alloc_zeroed_user_highpage_movable()
Peter Collingbourne
1
-3
/
+3
2021-06-04
x86/sev: Check SME/SEV support in CPUID first
Pu Wen
1
-5
/
+6
2021-06-04
x86/pkeys: Skip 'init_pkru' debugfs file creation when pkeys not supported
Dave Hansen
1
-0
/
+4
2021-06-04
x86/fault: Don't send SIGSEGV twice on SEGV_PKUERR
Jiashuo Liang
1
-2
/
+2
2021-06-03
x86/setup: Always reserve the first 1M of RAM
Mike Rapoport
3
-20
/
+41
2021-06-03
Merge branch 'sched/urgent' into sched/core, to pick up fixes
Ingo Molnar
49
-215
/
+339
2021-06-03
x86/alternative: Optimize single-byte NOPs at an arbitrary position
Borislav Petkov
1
-18
/
+46
2021-06-03
x86/cpufeatures: Force disable X86_FEATURE_ENQCMD and remove update_pasid()
Thomas Gleixner
4
-74
/
+3
2021-06-03
kprobes: Do not increment probe miss count in the fault handler
Naveen N. Rao
1
-8
/
+0
2021-06-03
x86/alternative: Align insn bytes vertically
Borislav Petkov
1
-2
/
+2
2021-06-02
x86/hyperv: fix logical processor creation
Praveen Kumar
1
-1
/
+1
2021-06-01
perf/x86/rapl: Use CPUID bit on AMD and Hygon parts
Andrew Cooper
4
-5
/
+11
2021-06-01
x86,kprobes: WARN if kprobes tries to handle a fault
Peter Zijlstra
1
-2
/
+2
2021-06-01
kprobes: Remove kprobe::fault_handler
Peter Zijlstra
1
-10
/
+0
2021-06-01
perf/x86/intel/uncore: Fix M2M event umask for Ice Lake server
Kan Liang
1
-1
/
+2
2021-05-31
x86/thermal: Fix LVT thermal setup for SMI delivery mode
Borislav Petkov
2
-1
/
+12
2021-05-31
x86/cstate: Allow ACPI C1 FFH MWAIT use on Hygon systems
Pu Wen
1
-1
/
+2
2021-05-31
perf/x86/intel/uncore: Fix a kernel WARNING triggered by maxcpus=1
Kan Liang
1
-2
/
+4
2021-05-29
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
15
-36
/
+67
2021-05-29
x86/apic: Mark _all_ legacy interrupts when IO/APIC is missing
Thomas Gleixner
3
-0
/
+22
2021-05-28
KVM: X86: Kill off ctxt->ud
Wanpeng Li
3
-7
/
+5
2021-05-28
KVM: X86: Fix warning caused by stale emulation context
Wanpeng Li
1
-5
/
+5
2021-05-28
KVM: X86: Use kvm_get_linear_rip() in single-step and #DB/#BP interception
Yuan Yao
2
-5
/
+3
2021-05-28
x86/mce: Include a MCi_MISC value in faked mce logs
Tony Luck
1
-1
/
+2
2021-05-27
x86/pci: Return true/false (not 1/0) from bool functions
Yang Li
1
-5
/
+5
2021-05-27
x86/MCE/AMD, EDAC/mce_amd: Add new SMCA bank types
Muralidhara M K
2
-25
/
+43
2021-05-27
KVM: x86/mmu: Fix comment mentioning skip_4k
David Matlack
1
-3
/
+3
2021-05-27
KVM: VMX: update vcpu posted-interrupt descriptor when assigning device
Marcelo Tosatti
3
-0
/
+16
2021-05-27
KVM: rename KVM_REQ_PENDING_TIMER to KVM_REQ_UNBLOCK
Marcelo Tosatti
2
-2
/
+2
2021-05-27
KVM: x86: add start_assignment hook to kvm_x86_ops
Marcelo Tosatti
3
-1
/
+4
2021-05-27
KVM: LAPIC: Narrow the timer latency between wait_lapic_expire and world switch
Wanpeng Li
1
-3
/
+11
2021-05-27
KVM: X86: hyper-v: Task srcu lock when accessing kvm_memslots()
Wanpeng Li
1
-0
/
+8
2021-05-27
KVM: X86: Fix vCPU preempted state from guest's point of view
Wanpeng Li
1
-0
/
+2
[prev]
[next]