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
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-22
x86/fpu: Make init_fpstate correct with optimized XSAVE
Thomas Gleixner
1
-3
/
+38
2021-06-22
x86/fpu: Preserve supervisor states in sanitize_restored_user_xstate()
Thomas Gleixner
1
-18
/
+8
2021-06-21
x86/sev: Split up runtime #VC handler for correct state tracking
Joerg Roedel
1
-69
/
+79
2021-06-21
x86/sev: Make sure IRQs are disabled while GHCB is active
Joerg Roedel
1
-12
/
+22
2021-06-20
Merge tag 'x86_urgent_for_v5.13_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-19
/
+36
2021-06-18
sched: Introduce task_is_running()
Peter Zijlstra
1
-2
/
+2
2021-06-18
Merge branch 'sched/urgent' into sched/core, to resolve conflicts
Ingo Molnar
6
-91
/
+99
2021-06-17
hyperv: Detect Nested virtualization support for SVM
Vineeth Pillai
1
-3
/
+7
2021-06-15
x86/sgx: Add missing xa_destroy() when virtual EPC is destroyed
Kai Huang
1
-0
/
+1
2021-06-15
x86/tsx: Clear CPUID bits when TSX always force aborts
Pawan Gupta
3
-3
/
+40
2021-06-15
x86/sev: Propagate #GP if getting linear instruction address failed
Joerg Roedel
1
-1
/
+8
2021-06-15
x86/insn: Extend error reporting from insn_fetch_from_user[_inatomic]()
Joerg Roedel
2
-10
/
+8
2021-06-15
x86/sev: Fix error message in runtime #VC handler
Joerg Roedel
1
-1
/
+1
2021-06-12
Merge tag 'perf-urgent-2021-06-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+2
2021-06-11
x86/sgx: Correct kernel-doc's arg name in sgx_encl_release()
ChenXiaoSong
1
-1
/
+1
2021-06-10
x86/nmi_watchdog: Fix old-style NMI watchdog regression on old Intel CPUs
CodyYao-oc
1
-2
/
+2
2021-06-10
x86/fpu: Reset state for all signal restore failures
Thomas Gleixner
1
-11
/
+15
2021-06-10
Merge tag 'drm-intel-next-2021-06-09' of git://anongit.freedesktop.org/drm/drm-intel into drm-next
Dave Airlie
1
-0
/
+1
2021-06-09
x86/fpu: Add address range checks to copy_user_to_xstate()
Andy Lutomirski
1
-3
/
+3
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
x86/setup: Document that Windows reserves the first MiB
Borislav Petkov
1
-10
/
+11
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
1
-13
/
+0
2021-06-07
x86/setup: Remove CONFIG_X86_RESERVE_LOW and reservelow= options
Mike Rapoport
1
-24
/
+0
2021-06-07
Merge tag 'v5.13-rc5' into x86/cleanups
Borislav Petkov
16
-166
/
+230
2021-06-03
x86/setup: Always reserve the first 1M of RAM
Mike Rapoport
1
-14
/
+21
2021-06-03
Merge branch 'sched/urgent' into sched/core, to pick up fixes
Ingo Molnar
11
-77
/
+133
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
1
-57
/
+0
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
2
-0
/
+8
2021-06-01
kprobes: Remove kprobe::fault_handler
Peter Zijlstra
1
-10
/
+0
2021-05-31
x86/thermal: Fix LVT thermal setup for SMI delivery mode
Borislav Petkov
1
-0
/
+9
2021-05-31
x86/cstate: Allow ACPI C1 FFH MWAIT use on Hygon systems
Pu Wen
1
-1
/
+2
2021-05-29
x86/apic: Mark _all_ legacy interrupts when IO/APIC is missing
Thomas Gleixner
2
-0
/
+21
2021-05-28
x86/mce: Include a MCi_MISC value in faked mce logs
Tony Luck
1
-1
/
+2
2021-05-27
x86/MCE/AMD, EDAC/mce_amd: Add new SMCA bank types
Muralidhara M K
1
-21
/
+34
2021-05-27
Merge v5.13-rc3 into drm-next
Daniel Vetter
3
-53
/
+93
2021-05-23
Merge tag 'x86_urgent_for_v5.13_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-51
/
+86
2021-05-21
Merge branch 'for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
1
-2
/
+7
2021-05-21
x86/kexec: Set_[gi]dt() -> native_[gi]dt_invalidate() in machine_kexec_*.c
H. Peter Anvin (Intel)
2
-44
/
+4
2021-05-21
x86/idt: Remove address argument from idt_invalidate()
H. Peter Anvin (Intel)
3
-5
/
+4
2021-05-21
x86/amd_nb: Add AMD family 19h model 50h PCI ids
David Bartley
1
-0
/
+3
2021-05-21
Merge tag 'drm-intel-next-2021-05-19-1' of git://anongit.freedesktop.org/drm/drm-intel into drm-next
Dave Airlie
1
-0
/
+1
2021-05-19
x86/sev-es: Use __put_user()/__get_user() for data accesses
Joerg Roedel
1
-20
/
+46
2021-05-19
x86/sev-es: Forward page-faults which happen during emulation
Joerg Roedel
1
-0
/
+4
2021-05-19
x86/sev-es: Don't return NULL from sev_es_get_ghcb()
Joerg Roedel
1
-13
/
+12
[prev]
[next]