index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-18
x86/fsgsbase/64: Fix the base write helper functions
Chang S. Bae
3
-52
/
+71
2018-12-17
x86/mm/cpa: Fix cpa_flush_array() TLB invalidation
Peter Zijlstra
1
-8
/
+16
2018-12-15
x86/vdso: Pass --eh-frame-hdr to the linker
Alistair Strachan
1
-1
/
+2
2018-12-11
x86/mm: Fix decoy address handling vs 32-bit builds
Dan Williams
1
-2
/
+11
2018-12-11
x86/intel_rdt: Ensure a CPU remains online for the region's pseudo-locking se...
Reinette Chatre
1
-0
/
+4
2018-12-11
x86/dump_pagetables: Fix LDT remap address marker
Kirill A. Shutemov
1
-5
/
+2
2018-12-11
x86/mm: Fix guard hole handling
Kirill A. Shutemov
3
-9
/
+15
2018-12-07
x86/vdso: Drop implicit common-page-size linker flag
Nick Desaulniers
1
-2
/
+2
2018-12-05
x86/build: Fix compiler support check for CONFIG_RETPOLINE
Masahiro Yamada
1
-3
/
+7
2018-12-03
x86/boot: Clear RSDP address in boot_params for broken loaders
Juergen Gross
1
-0
/
+1
2018-12-02
Merge tag 'for-linus-4.20a-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-101
/
+25
2018-12-01
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
14
-234
/
+665
2018-11-30
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
10
-49
/
+13
2018-11-30
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-40
/
+61
2018-11-30
Merge tag 'trace-v4.20-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-14
/
+1
2018-11-29
Revert "xen/balloon: Mark unallocated host memory as UNUSABLE"
Igor Druzhinin
2
-80
/
+4
2018-11-29
xen/x86: add diagnostic printout to xen_mc_flush() in case of error
Juergen Gross
1
-15
/
+20
2018-11-28
x86/speculation: Provide IBPB always command line options
Thomas Gleixner
1
-11
/
+23
2018-11-28
x86/speculation: Add seccomp Spectre v2 user space protection mode
Thomas Gleixner
2
-1
/
+17
2018-11-28
x86/speculation: Enable prctl mode for spectre_v2_user
Thomas Gleixner
1
-9
/
+32
2018-11-28
x86/speculation: Add prctl() control for indirect branch speculation
Thomas Gleixner
3
-0
/
+73
2018-11-28
x86/speculation: Prepare arch_smt_update() for PRCTL mode
Thomas Gleixner
1
-21
/
+25
2018-11-28
x86/speculation: Prevent stale SPEC_CTRL msr content
Thomas Gleixner
4
-18
/
+40
2018-11-28
x86/speculation: Split out TIF update
Thomas Gleixner
1
-12
/
+23
2018-11-28
x86/speculation: Prepare for conditional IBPB in switch_mm()
Thomas Gleixner
4
-36
/
+118
2018-11-28
x86/speculation: Avoid __switch_to_xtra() calls
Thomas Gleixner
2
-2
/
+26
2018-11-28
x86/process: Consolidate and simplify switch_to_xtra() code
Thomas Gleixner
5
-22
/
+37
2018-11-28
x86/speculation: Prepare for per task indirect branch speculation control
Tim Chen
5
-5
/
+41
2018-11-28
x86/speculation: Add command line control for indirect branch speculation
Thomas Gleixner
2
-17
/
+126
2018-11-28
x86/speculation: Unify conditional spectre v2 print functions
Thomas Gleixner
1
-13
/
+4
2018-11-28
x86/speculataion: Mark command line parser data __initdata
Thomas Gleixner
1
-2
/
+2
2018-11-28
x86/speculation: Mark string arrays const correctly
Thomas Gleixner
1
-3
/
+3
2018-11-28
x86/speculation: Reorder the spec_v2 code
Thomas Gleixner
1
-84
/
+84
2018-11-28
x86/l1tf: Show actual SMT state
Thomas Gleixner
1
-2
/
+3
2018-11-28
x86/speculation: Rework SMT state change
Thomas Gleixner
1
-6
/
+5
2018-11-28
x86/Kconfig: Select SCHED_SMT if SMP enabled
Thomas Gleixner
1
-7
/
+1
2018-11-28
x86/speculation: Reorganize speculation control MSRs update
Tim Chen
1
-17
/
+29
2018-11-28
x86/speculation: Rename SSBD update functions
Thomas Gleixner
3
-11
/
+11
2018-11-28
x86/speculation: Disable STIBP when enhanced IBRS is in use
Tim Chen
1
-0
/
+7
2018-11-28
x86/speculation: Move STIPB/IBPB string conditionals out of cpu_show_common()
Tim Chen
1
-2
/
+18
2018-11-28
x86/speculation: Remove unnecessary ret variable in cpu_show_common()
Tim Chen
1
-4
/
+1
2018-11-28
x86/speculation: Clean up spectre_v2_parse_cmdline()
Tim Chen
1
-14
/
+13
2018-11-28
x86/speculation: Update the TIF_SSBD comment
Tim Chen
1
-1
/
+1
2018-11-28
x86/retpoline: Remove minimal retpoline support
Zhenzhong Duan
2
-13
/
+2
2018-11-28
x86/retpoline: Make CONFIG_RETPOLINE depend on compiler support
Zhenzhong Duan
4
-11
/
+10
2018-11-28
x86/MCE/AMD: Fix the thresholding machinery initialization order
Borislav Petkov
1
-13
/
+6
2018-11-27
x86/function_graph: Simplify with function_graph_enter()
Steven Rostedt (VMware)
1
-14
/
+1
2018-11-27
x86/fpu: Use the correct exception table macro in the XSTATE_OP wrapper
Jann Horn
1
-1
/
+1
2018-11-27
kvm: svm: Ensure an IBPB on all affected CPUs when freeing a vmcb
Jim Mattson
1
-5
/
+15
2018-11-27
kvm: mmu: Fix race in emulated page table writes
Junaid Shahid
1
-18
/
+9
[next]