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
/
cpu
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-17
x86/irq/64: Rename irq_stack_ptr to hardirq_stack_ptr
Thomas Gleixner
1
-1
/
+1
2019-04-17
x86/exceptions: Split debug IST stack
Thomas Gleixner
1
-11
/
+0
2019-04-17
x86/exceptions: Disconnect IST index and stack order
Thomas Gleixner
1
-5
/
+5
2019-04-17
x86/cpu: Remove orig_ist array
Thomas Gleixner
1
-6
/
+0
2019-04-17
x86/cpu: Prepare TSS.IST setup for guard pages
Thomas Gleixner
1
-28
/
+7
2019-04-17
x86/exceptions: Add structs for exception stacks
Thomas Gleixner
1
-1
/
+1
2019-04-17
x86/exceptions: Make IST index zero based
Thomas Gleixner
1
-2
/
+2
2019-04-14
x86/resctrl: Do not repeat rdtgroup mode initialization
Xiaochen Shen
1
-1
/
+2
2019-04-12
x86/pkeys: Add PKRU value to init_fpstate
Sebastian Andrzej Siewior
1
-0
/
+5
2019-04-10
x86/microcode: Fix the ancient deprecated microcode loading method
Borislav Petkov
1
-1
/
+2
2019-04-10
x86/microcode/intel: Refactor Intel microcode blob loading
Jann Horn
1
-35
/
+36
2019-04-08
x86: Convert some slow-path static_cpu_has() callers to boot_cpu_has()
Borislav Petkov
4
-10
/
+10
2019-04-07
PM / arch: x86: MSR_IA32_ENERGY_PERF_BIAS sysfs interface
Rafael J. Wysocki
1
-4
/
+89
2019-04-07
PM / arch: x86: Rework the MSR_IA32_ENERGY_PERF_BIAS handling
Rafael J. Wysocki
5
-53
/
+132
2019-04-02
x86/speculation/mds: Add SMT warning message
Josh Poimboeuf
1
-0
/
+8
2019-04-02
x86/speculation: Move arch_smt_update() call to after mitigation decisions
Josh Poimboeuf
1
-3
/
+2
2019-04-02
x86/speculation/mds: Add mds=full,nosmt cmdline option
Josh Poimboeuf
1
-0
/
+10
2019-04-01
x86/resctrl: Fix typos in the mba_sc mount option
Xiaochen Shen
1
-3
/
+3
2019-03-29
x86/mce: Remove mce_report_event()
Borislav Petkov
1
-18
/
+2
2019-03-27
x86/mce: Handle varying MCA bank counts
Yazen Ghannam
2
-22
/
+14
2019-03-27
x86/mce: Fix machine_check_poll() tests for error types
Tony Luck
1
-7
/
+37
2019-03-24
x86/resctrl: Remove unused variable
Peng Hao
1
-3
/
+0
2019-03-23
x86/CPU/hygon: Fix phys_proc_id calculation logic for multi-die processors
Pu Wen
1
-0
/
+5
2019-03-21
x86/cpu/cyrix: Use correct macros for Cyrix calls on Geode processors
Matthew Whitehead
1
-7
/
+7
2019-03-21
x86/microcode: Announce reload operation's completion
Borislav Petkov
1
-0
/
+2
2019-03-12
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2
-69
/
+132
2019-03-10
Merge tag 'iommu-updates-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
Linus Torvalds
1
-0
/
+12
2019-03-08
Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
4
-39
/
+68
2019-03-07
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-9
/
+2
2019-03-06
Documentation: Move L1TF to separate directory
Thomas Gleixner
1
-1
/
+1
2019-03-06
x86/speculation/mds: Add mitigation mode VMWERV
Thomas Gleixner
1
-6
/
+12
2019-03-06
x86/speculation/mds: Add sysfs reporting for MDS
Thomas Gleixner
1
-0
/
+25
2019-03-06
x86/speculation/mds: Add mitigation control for MDS
Thomas Gleixner
1
-0
/
+70
2019-03-06
x86/speculation/mds: Conditionally clear CPU buffers on idle entry
Thomas Gleixner
1
-0
/
+3
2019-03-06
x86/kvm/vmx: Add MDS protection when L1D Flush is not active
Thomas Gleixner
1
-0
/
+1
2019-03-06
x86/speculation/mds: Clear CPU buffers on exit to user
Thomas Gleixner
1
-0
/
+3
2019-03-06
x86/speculation/mds: Add BUG_MSBDS_ONLY
Thomas Gleixner
1
-8
/
+12
2019-03-06
x86/speculation/mds: Add basic bug infrastructure for MDS
Andi Kleen
1
-9
/
+16
2019-03-06
x86/speculation: Consolidate CPU whitelists
Thomas Gleixner
1
-49
/
+59
2019-03-06
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-5
/
+34
2019-03-05
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+12
2019-02-28
x86/Hyper-V: Set x2apic destination mode to physical when x2apic is available
Lan Tianyu
1
-0
/
+12
2019-02-28
kernfs, sysfs, cgroup, intel_rdt: Support fs_context
David Howells
2
-69
/
+132
2019-02-28
Merge branch 'linus' into perf/core, to pick up fixes
Ingo Molnar
1
-0
/
+1
2019-02-25
x86/mce: Improve error message when kernel cannot recover, p2
Tony Luck
1
-0
/
+5
2019-02-11
Merge branch 'x86/cpu' into perf/core, to pick up dependent commit
Ingo Molnar
2
-5
/
+34
2019-02-11
x86/cpufeature: Add facility to check for min microcode revisions
Kan Liang
1
-0
/
+31
2019-02-10
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+1
2019-02-08
x86/mtrr: Remove unused variable
Bo Yu
1
-2
/
+1
2019-02-05
x86/resctrl: Remove duplicate MSR_MISC_FEATURE_CONTROL definition
Reinette Chatre
1
-7
/
+0
[prev]
[next]