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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-19
x86/fpu: Simplify the xsave_state*() methods
Ingo Molnar
1
-1
/
+2
2015-05-19
x86/fpu: Factor out the FPU bug detection code into fpu__init_check_bugs()
Ingo Molnar
2
-52
/
+64
2015-05-19
x86/fpu: Rename math_state_restore() to fpu__restore()
Ingo Molnar
5
-7
/
+7
2015-05-19
x86/fpu: Move math_state_restore() to fpu/core.c
Ingo Molnar
2
-42
/
+42
2015-05-19
x86/fpu: Factor out fpu__flush_thread() from flush_thread()
Ingo Molnar
2
-13
/
+18
2015-05-19
x86/fpu: Remove the free_thread_xstate() complication
Ingo Molnar
1
-7
/
+2
2015-05-19
x86/fpu: Move the no_387 handling and FPU detection code into init.c
Ingo Molnar
2
-34
/
+34
2015-05-19
x86/fpu: Remove unnecessary includes from core.c
Ingo Molnar
1
-13
/
+0
2015-05-19
x86/fpu: Split out the boot time FPU init code into fpu/init.c
Ingo Molnar
3
-89
/
+94
2015-05-19
x86/fpu: Fix header file dependencies of fpu-internal.h
Ingo Molnar
8
-8
/
+0
2015-05-19
x86/fpu: Move i387.c and xsave.c to arch/x86/kernel/fpu/
Ingo Molnar
4
-1
/
+6
2015-05-19
x86/fpu: Move thread_info::fpu_counter into thread_info::fpu.counter
Ingo Molnar
2
-2
/
+2
2015-05-19
x86/fpu: Rename init_thread_xstate() to fpstate_xstate_init_size()
Ingo Molnar
1
-4
/
+4
2015-05-19
x86/fpu: Rename fpu_init() to fpu__cpu_init()
Ingo Molnar
2
-6
/
+8
2015-05-19
x86/fpu: Rename fpu_finit() to fpstate_init()
Ingo Molnar
2
-5
/
+5
2015-05-19
x86/fpu: Rename fpu_free() to fpstate_free()
Ingo Molnar
1
-1
/
+1
2015-05-19
x86/fpu: Rename fpu_alloc() to fpstate_alloc()
Ingo Molnar
2
-5
/
+9
2015-05-19
x86/fpu: Move fpu_alloc() out of line
Ingo Molnar
1
-0
/
+12
2015-05-19
x86/fpu: Simplify fpu__unlazy_stopped()
Ingo Molnar
1
-2
/
+4
2015-05-19
x86/fpu: Optimize fpu__unlazy_stopped()
Ingo Molnar
1
-2
/
+0
2015-05-19
x86/fpu: Rename init_fpu() to fpu__unlazy_stopped() and add debugging check
Ingo Molnar
1
-14
/
+17
2015-05-19
x86/fpu: Make init_fpu() static
Ingo Molnar
1
-2
/
+1
2015-05-19
x86/fpu: Split an fpstate_alloc_init() function out of init_fpu()
Ingo Molnar
4
-3
/
+34
2015-05-19
x86/fpu: Rename fpu_detect() to fpu__detect()
Ingo Molnar
2
-2
/
+6
2015-05-19
x86/fpu: Add debugging check to fpu__save()
Ingo Molnar
1
-0
/
+4
2015-05-19
x86/fpu: Add comments to fpu__save() and restrict its export
Ingo Molnar
1
-1
/
+4
2015-05-19
x86/fpu: Rename unlazy_fpu() to fpu__save()
Ingo Molnar
2
-4
/
+4
2015-05-19
x86: Rename eisa_set_level_irq to elcr_set_level_irq
Paul Gortmaker
1
-1
/
+1
2015-05-18
x86/smp/boot: Fix legacy SMP bootup slow-boot bug
Ingo Molnar
1
-1
/
+1
2015-05-18
x86/mce: Fix MCE severity messages
Borislav Petkov
1
-2
/
+5
2015-05-18
x86/microcode/intel: Rename get_matching_sig()
Borislav Petkov
2
-3
/
+3
2015-05-18
x86/microcode/intel: Simplify get_matching_sig()
Borislav Petkov
1
-10
/
+8
2015-05-18
x86/microcode/intel: Simplify update_match_cpu()
Borislav Petkov
1
-6
/
+13
2015-05-18
x86/microcode/intel: Rename get_matching_microcode
Borislav Petkov
3
-8
/
+8
2015-05-17
Merge branch 'x86/asm' into x86/apic, to resolve conflicts
Ingo Molnar
5
-12
/
+12
2015-05-17
x86/asm/entry/64: Use shorter MOVs from segment registers
Denys Vlasenko
1
-4
/
+4
2015-05-17
x86/asm/head*.S: Change global labels to local
Borislav Petkov
2
-4
/
+4
2015-05-17
Merge branch 'linus' into x86/asm, to resolve conflicts
Ingo Molnar
2
-4
/
+4
2015-05-15
x86: Consolidate irq entering inlines
Thomas Gleixner
2
-21
/
+8
2015-05-15
x86: Use entering[_ack]_irq() instead of open coding it
Thomas Gleixner
3
-20
/
+8
2015-05-13
x86, irq: Allocate CPU vectors from device local CPUs if possible
Jiang Liu
1
-9
/
+14
2015-05-13
x86/hpet: Pass proper pointer to irq_alloc_info
Sergey Senozhatsky
1
-1
/
+1
2015-05-13
Revert f5d6a52f5111 ("x86/smpboot: Skip delays during SMP initialization similar to Xen")
Ingo Molnar
1
-36
/
+22
2015-05-12
x86/smp/boot: Remove 10ms delay from cpu_up() on modern processors
Len Brown
1
-0
/
+15
2015-05-12
x86/smp/boot: Add cmdline "cpu_init_udelay=N" to specify cpu_up() delay
Len Brown
1
-1
/
+22
2015-05-11
Merge branch 'x86/asm' into x86/apic, to resolve a conflict
Ingo Molnar
27
-211
/
+183
2015-05-11
perf/x86/intel/uncore: Add Broadwell-U uncore IMC PMU support
Stephane Eranian
3
-0
/
+24
2015-05-11
perf/x86/rapl: Enable Broadwell-U RAPL support
Stephane Eranian
1
-0
/
+1
2015-05-11
x86/mm/mtrr: Remove incorrect address check in __mtrr_type_lookup()
Toshi Kani
1
-1
/
+1
2015-05-11
x86/cpu/microcode: Zap changelog
Borislav Petkov
2
-135
/
+16
[prev]
[next]