index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-05
mm, gup: add missing refcount overflow checks on x86 and s390
Vlastimil Babka
1
-1
/
+8
2019-11-28
x86/speculation: Fix redundant MDS mitigation message
Waiman Long
1
-0
/
+13
2019-11-28
x86/speculation: Fix incorrect MDS/TAA mitigation status
Waiman Long
1
-2
/
+15
2019-11-28
x86/insn: Fix awk regexp warnings
Alexander Kapshuk
1
-2
/
+2
2019-11-28
KVM: MMU: Do not treat ZONE_DEVICE pages as being reserved
Sean Christopherson
1
-4
/
+4
2019-11-28
kprobes, x86/ptrace.h: Make regs_get_kernel_stack_nth() not fault on bad stack
Steven Rostedt (VMware)
1
-7
/
+35
2019-11-28
KVM/x86: Fix invvpid and invept register operand size in 64-bit mode
Uros Bizjak
1
-2
/
+2
2019-11-25
x86/kexec: Correct KEXEC_BACKUP_SRC_END off-by-one error
Bjorn Helgaas
1
-1
/
+1
2019-11-25
x86/olpc: Fix build error with CONFIG_MFD_CS5535=m
Borislav Petkov
1
-2
/
+1
2019-11-25
uprobes/x86: Prohibit probing on MOV SS instruction
Masami Hiramatsu
1
-0
/
+4
2019-11-25
kprobes/x86: Prohibit probing on exception masking instructions
Masami Hiramatsu
2
-0
/
+22
2019-11-25
x86/atomic: Fix smp_mb__{before,after}_atomic()
Peter Zijlstra
3
-10
/
+10
2019-11-25
x86/CPU: Use correct macros for Cyrix calls
Matthew Whitehead
1
-1
/
+1
2019-11-25
signal: Properly deliver SIGSEGV from x86 uprobes
Eric W. Biederman
1
-1
/
+1
2019-11-16
kvm: x86: mmu: Recovery of shattered NX large pages
Junaid Shahid
4
-0
/
+148
2019-11-16
kvm: mmu: ITLB_MULTIHIT mitigation
Paolo Bonzini
5
-13
/
+181
2019-11-16
x86/bugs: Add ITLB_MULTIHIT bug infrastructure
Vineela Tummalapalli
4
-28
/
+54
2019-11-16
KVM: vmx, svm: always run with EFER.NXE=1 when shadow paging is active
Paolo Bonzini
2
-13
/
+11
2019-11-16
KVM: x86: add tracepoints around __direct_map and FNAME(fetch)
Paolo Bonzini
3
-7
/
+67
2019-11-16
KVM: x86: Add is_executable_pte()
Ben Hutchings
1
-0
/
+5
2019-11-16
KVM: x86: change kvm_mmu_page_get_gfn BUG_ON to WARN_ON
Paolo Bonzini
1
-3
/
+9
2019-11-16
KVM: x86: remove now unneeded hugepage gfn adjustment
Paolo Bonzini
2
-7
/
+4
2019-11-16
KVM: x86: make FNAME(fetch) and __direct_map more similar
Paolo Bonzini
2
-44
/
+39
2019-11-16
kvm: x86: Do not release the page inside mmu_set_spte()
Junaid Shahid
2
-16
/
+10
2019-11-16
kvm: Convert kvm_lock to a mutex
Junaid Shahid
2
-7
/
+7
2019-11-16
KVM: x86: extend usage of RET_MMIO_PF_* constants
Paolo Bonzini
2
-57
/
+54
2019-11-16
KVM: x86: simplify ept_misconfig
Paolo Bonzini
3
-28
/
+21
2019-11-16
x86/speculation/taa: Fix printing of TAA_MSG_SMT on IBRS_ALL CPUs
Josh Poimboeuf
1
-4
/
+0
2019-11-16
x86/tsx: Add config options to set tsx=on|off|auto
Michal Hocko
2
-6
/
+61
2019-11-16
x86/tsx: Add "auto" option to the tsx= cmdline parameter
Pawan Gupta
1
-1
/
+6
2019-11-16
kvm/x86: Export MDS_NO=0 to guests when TSX is enabled
Pawan Gupta
1
-0
/
+19
2019-11-16
x86/speculation/taa: Add sysfs reporting for TSX Async Abort
Pawan Gupta
1
-0
/
+23
2019-11-16
x86/speculation/taa: Add mitigation for TSX Async Abort
Pawan Gupta
6
-2
/
+139
2019-11-16
x86/cpu: Add a "tsx=" cmdline option with TSX disabled by default
Pawan Gupta
5
-1
/
+149
2019-11-16
x86/cpu: Add a helper function x86_read_arch_cap_msr()
Pawan Gupta
2
-4
/
+13
2019-11-16
x86/msr: Add the IA32_TSX_CTRL MSR
Pawan Gupta
1
-0
/
+5
2019-11-16
KVM: x86: use Intel speculation bugs and features as derived in generic x86 code
Paolo Bonzini
2
-0
/
+16
2019-11-16
kvm: mmu: Don't read PDPTEs when paging is not enabled
Junaid Shahid
1
-2
/
+2
2019-11-12
x86/apic/32: Avoid bogus LDR warnings
Jan Beulich
1
-13
/
+15
2019-11-12
x86/apic: Drop logical_smp_processor_id() inline
Dou Liyang
2
-15
/
+5
2019-11-12
x86/apic: Move pending interrupt check code into it's own function
Dou Liyang
1
-45
/
+55
2019-11-12
perf/x86/amd/ibs: Handle erratum #420 only on the affected CPU family (10h)
Kim Phillips
1
-2
/
+4
2019-11-12
perf/x86/amd/ibs: Fix reading of the IBS OpData register and thus precise RIP...
Kim Phillips
1
-1
/
+1
2019-11-06
efi/x86: Do not clean dummy variable in kexec path
Dave Young
1
-3
/
+0
2019-11-06
x86/cpu: Add Atom Tremont (Jacobsville)
Kan Liang
1
-1
/
+2
2019-10-17
x86/asm: Fix MWAITX C-state hint value
Janakarajan Natarajan
2
-3
/
+3
2019-10-17
KVM: nVMX: handle page fault in vmread fix
Jack Wang
1
-1
/
+1
2019-10-05
KVM: x86: Manually calculate reserved bits when loading PDPTRS
Sean Christopherson
1
-3
/
+8
2019-10-05
KVM: x86: set ctxt->have_exception in x86_decode_insn()
Jan Dakinevich
2
-0
/
+8
2019-10-05
KVM: x86: always stop emulation on page fault
Jan Dakinevich
1
-1
/
+3
[prev]
[next]