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
2017-10-21
x86/intel_rdt: Fix potential deadlock during resctrl unmount
Reinette Chatre
1
-5
/
+5
2017-10-21
x86/intel_rdt: Initialize bitmask of shareable resource if CDP enabled
Reinette Chatre
1
-0
/
+1
2017-10-18
x86/cpuid: Prevent out of bound access in do_clear_cpu_cap()
Thomas Gleixner
1
-2
/
+8
2017-10-18
x86/microcode/intel: Disable late loading on model 79
Borislav Petkov
1
-0
/
+19
2017-10-17
x86/fpu: Parse clearcpuid= as early XSAVE argument
Andi Kleen
1
-9
/
+7
2017-10-17
x86/cpuid: Add generic table for CPUID dependencies
Andi Kleen
2
-0
/
+114
2017-10-16
x86/cpu/intel_cacheinfo: Remove redundant assignment to 'this_leaf'
Colin Ian King
1
-1
/
+0
2017-10-14
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-9
/
+18
2017-10-14
x86/microcode: Do the family check first
Borislav Petkov
1
-9
/
+18
2017-10-05
x86/mce: Convert timers to use timer_setup()
Kees Cook
1
-8
/
+5
2017-10-05
x86/mce: Hide mca_cfg
Borislav Petkov
2
-0
/
+9
2017-10-05
x86/intel_rdt: Remove redundant assignment
Jithu Joseph
1
-1
/
+0
2017-10-05
x86/intel_rdt/cqm: Make integer rmid_limbo_count static
Colin Ian King
1
-1
/
+1
2017-10-03
x86/boot: Spell out "boot CPU" for BP
Jean Delvare
1
-2
/
+2
2017-09-27
x86/intel_rdt: Add diagnostics when making directories
Tony Luck
1
-6
/
+22
2017-09-27
x86/intel_rdt: Add diagnostics when writing the cpus file
Tony Luck
1
-3
/
+12
2017-09-27
x86/intel_rdt: Add diagnostics when writing the tasks file
Tony Luck
2
-6
/
+11
2017-09-27
x86/intel_rdt: Add diagnostics when writing the schemata file
Tony Luck
1
-11
/
+38
2017-09-27
x86/intel_rdt: Add framework for better RDT UI diagnostics
Tony Luck
2
-0
/
+63
2017-09-17
x86/mm/32: Move setup_clear_cpu_cap(X86_FEATURE_PCID) earlier
Andy Lutomirski
2
-8
/
+8
2017-09-15
x86/cpu/AMD: Fix erratum 1076 (CPB bit)
Borislav Petkov
1
-0
/
+11
2017-09-13
x86/hyper-V: Allocate the IDT entry early in boot
K. Y. Srinivasan
1
-2
/
+2
2017-09-13
x86/mm/64: Initialize CR4.PCIDE early
Andy Lutomirski
1
-42
/
+7
2017-09-07
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+1
2017-09-06
x86/mm: Document how CR4.PCIDE restore works
Andy Lutomirski
1
-0
/
+13
2017-09-06
x86/mm: Reinitialize TLB state on hotplug and resume
Andy Lutomirski
1
-0
/
+2
2017-09-05
Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
1
-3
/
+9
2017-09-04
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
5
-61
/
+9
2017-09-04
Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
6
-267
/
+2233
2017-09-04
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
5
-4
/
+117
2017-09-04
Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-14
/
+18
2017-09-04
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-22
/
+36
2017-09-04
Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-7
/
+2
2017-08-31
Merge branch 'x86/mm' into x86/platform, to pick up TLB flush dependency
Ingo Molnar
9
-10
/
+138
2017-08-29
x86/idt: Simplify alloc_intr_gate()
Thomas Gleixner
1
-7
/
+2
2017-08-29
x86/idt: Create file for IDT related code
Thomas Gleixner
1
-9
/
+0
2017-08-29
x86/mce: Remove duplicated tracing interrupt code
Thomas Gleixner
3
-45
/
+7
2017-08-29
x86/microcode/intel: Improve microcode patches saving flow
Borislav Petkov
1
-13
/
+14
2017-08-28
Merge 4.13-rc7 into char-misc-next
Greg Kroah-Hartman
4
-6
/
+21
2017-08-26
Merge branch 'linus' into x86/mm to pick up fixes and to fix conflicts
Ingo Molnar
5
-20
/
+48
2017-08-25
x86/intel_rdt: Turn off most RDT features on Skylake
Tony Luck
1
-0
/
+3
2017-08-25
x86/intel_rdt: Add command line options for resource director technology
Tony Luck
1
-8
/
+88
2017-08-25
x86/intel_rdt: Move special case code for Haswell to a quirk function
Tony Luck
1
-24
/
+28
2017-08-20
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-6
/
+18
2017-08-18
x86: Constify attribute_group structures
Arvind Yadav
2
-3
/
+3
2017-08-17
x86/mm, mm/hwpoison: Clear PRESENT bit for kernel 1:1 mappings of poison pages
Tony Luck
1
-0
/
+43
2017-08-16
x86/intel_rdt: Remove redundant ternary operator on return
Colin Ian King
1
-1
/
+1
2017-08-16
x86/intel_rdt/cqm: Improve limbo list processing
Vikas Shivappa
3
-122
/
+133
2017-08-16
x86/intel_rdt/mbm: Fix MBM overflow handler during CPU hotplug
Vikas Shivappa
4
-6
/
+6
2017-08-15
x86/mtrr: Prevent CPU hotplug lock recursion
Thomas Gleixner
1
-3
/
+15
[prev]
[next]