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-12-17
x86/entry/64: Move the IST stacks into struct cpu_entry_area
Andy Lutomirski
1
-32
/
+42
2017-12-17
x86/entry/64: Create a per-CPU SYSCALL entry trampoline
Andy Lutomirski
1
-1
/
+14
2017-12-17
x86/entry/64: Use a per-CPU trampoline stack for IDT entries
Andy Lutomirski
1
-2
/
+4
2017-12-17
x86/entry: Remap the TSS into the CPU entry area
Andy Lutomirski
1
-6
/
+35
2017-12-17
x86/entry: Move SYSENTER_stack to the beginning of struct tss_struct
Andy Lutomirski
1
-0
/
+21
2017-12-17
x86/entry: Fix assumptions that the HW TSS is at the beginning of cpu_tss
Andy Lutomirski
1
-4
/
+4
2017-12-17
x86/mm/fixmap: Generalize the GDT fixmap mechanism, introduce struct cpu_entry_area
Andy Lutomirski
1
-7
/
+7
2017-12-17
x86/entry/64: Allocate and enable the SYSENTER stack
Andy Lutomirski
1
-1
/
+3
2017-12-17
x86: Make X86_BUG_FXSAVE_LEAK detectable in CPUID on AMD
Rudolf Marek
1
-2
/
+5
2017-12-17
Merge commit 'upstream-x86-virt' into WIP.x86/mm
Ingo Molnar
3
-37
/
+41
2017-12-17
Merge branch 'upstream-x86-selftests' into WIP.x86/pti.base
Ingo Molnar
1
-15
/
+11
2017-12-17
Merge commit 'upstream-x86-entry' into WIP.x86/mm
Ingo Molnar
3
-12
/
+143
2017-12-06
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-2
/
+9
2017-12-06
x86/microcode/AMD: Add support for fam17h microcode loading
Tom Lendacky
1
-0
/
+4
2017-12-06
x86/cpufeatures: Make X86_BUG_FXSAVE_LEAK detectable in CPUID on AMD
Rudolf Marek
1
-2
/
+5
2017-12-04
x86/mce/AMD: Don't set DEF_INT_TYPE in MSR_CU_DEF_ERR on SMCA systems
Yazen Ghannam
1
-1
/
+3
2017-12-04
x86/MCE: Extend table to report action optional errors through CMCI too
Xie XiuQi
1
-9
/
+17
2017-12-04
x86/CPU/AMD: Add the Secure Encrypted Virtualization CPU feature
Tom Lendacky
2
-20
/
+47
2017-11-27
x86: annotate ->poll() instances
Al Viro
1
-1
/
+1
2017-11-26
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+2
2017-11-17
Merge tag 'pm-fixes-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
4
-24
/
+61
2017-11-15
kmemcheck: rip it out
Levin, Alexander (Sasha Levin)
1
-15
/
+0
2017-11-15
x86 / CPU: Always show current CPU frequency in /proc/cpuinfo
Rafael J. Wysocki
4
-24
/
+61
2017-11-14
x86/umip: Print a line in the boot log that UMIP has been enabled
Ricardo Neri
1
-0
/
+2
2017-11-13
x86 / CPU: Avoid unnecessary IPIs in arch_freq_get_on_cpu()
Rafael J. Wysocki
1
-4
/
+7
2017-11-13
Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
5
-32
/
+159
2017-11-13
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-37
/
+41
2017-11-13
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+2
2017-11-13
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-13
/
+163
2017-11-13
Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-13
/
+9
2017-11-12
x86/intel_rdt: Fix a silent failure when writing zero value schemata
Xiaochen Shen
1
-0
/
+5
2017-11-10
Revert "x86: CPU: Fix up "cpu MHz" in /proc/cpuinfo"
Linus Torvalds
3
-11
/
+6
2017-11-10
x86/virt: Add enum for hypervisors to replace x86_hyper
Juergen Gross
3
-7
/
+13
2017-11-10
x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform' and 'struct x86_init'
Juergen Gross
3
-31
/
+29
2017-11-08
x86/umip: Enable User-Mode Instruction Prevention at runtime
Ricardo Neri
1
-1
/
+24
2017-11-07
x86/MCE/AMD: Fix mce_severity_amd_smca() signature
Yazen Ghannam
1
-1
/
+1
2017-11-07
x86/MCE/AMD: Always give panic severity for UC errors in kernel context
Yazen Ghannam
1
-4
/
+3
2017-11-07
Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflicts
Ingo Molnar
29
-99
/
+70
2017-11-06
Merge branch 'x86/fpu' into x86/asm, to pick up fix
Ingo Molnar
1
-15
/
+11
2017-11-05
Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-92
/
+25
2017-11-03
x86: CPU: Fix up "cpu MHz" in /proc/cpuinfo
Rafael J. Wysocki
3
-6
/
+11
2017-11-02
Revert "x86: do not use cpufreq_quick_get() for /proc/cpuinfo "cpu MHz""
Linus Torvalds
1
-2
/
+8
2017-11-02
x86/cpuid: Replace set/clear_bit32()
Thomas Gleixner
1
-15
/
+11
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
27
-0
/
+27
2017-11-02
x86/entry/64: Stop initializing TSS.sp0 at boot
Andy Lutomirski
1
-3
/
+10
2017-11-02
x86/entry/64: Pass SP0 directly to load_sp0()
Andy Lutomirski
1
-2
/
+2
2017-11-02
Merge branch 'x86/fpu' into x86/asm
Ingo Molnar
3
-9
/
+133
2017-11-01
x86/mcelog: Get rid of RCU remnants
Borislav Petkov
1
-92
/
+25
2017-10-31
x86/cpufeatures: Enable new SSE/AVX/AVX512 CPU features
Gayatri Kammela
1
-0
/
+6
2017-10-21
x86/intel_rdt: Fix potential deadlock during resctrl mount
Reinette Chatre
1
-3
/
+5
[prev]
[next]