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
2017-01-28
x86/boot/e820: Rename everything to e820_table
Ingo Molnar
7
-94
/
+94
2017-01-28
x86/boot/e820: Rename 'e820_map' variables to 'e820_array'
Ingo Molnar
7
-92
/
+92
2017-01-28
x86/boot/e820: Remove e820_mark_nosave_regions() definition uglies
Ingo Molnar
1
-3
/
+0
2017-01-28
x86/boot/e820: Rename the basic e820 data types to 'struct e820_entry' and 'struct e820_array'
Ingo Molnar
5
-39
/
+39
2017-01-28
x86/boot/e820: Remove spurious asm/e820/api.h inclusions
Ingo Molnar
4
-0
/
+4
2017-01-28
x86/boot/e820: Move asm/e820.h to asm/e820/api.h
Ingo Molnar
15
-15
/
+15
2017-01-28
Merge branch 'linus' into x86/boot, to pick up fixes
Ingo Molnar
8
-76
/
+55
2017-01-27
ACPI / idle: small formatting fixes
Nick Desaulniers
1
-4
/
+5
2017-01-27
x86/gpu: GLK uses the same GMS values as SKL
Paulo Zanoni
1
-0
/
+1
2017-01-25
x86/fpu: Fix the "Giving up, no FPU found" test
Andy Lutomirski
1
-1
/
+1
2017-01-25
x86/fpu: Fix CPUID-less FPU detection
Andy Lutomirski
1
-13
/
+14
2017-01-25
x86/fpu: Fix "x86/fpu: Legacy x87 FPU detected" message
Andy Lutomirski
1
-1
/
+7
2017-01-25
x86/cpu: Re-apply forced caps every time CPU caps are re-read
Andy Lutomirski
1
-0
/
+7
2017-01-25
x86/cpu: Factor out application of forced CPU caps
Andy Lutomirski
1
-8
/
+12
2017-01-25
x86/cpu: Add X86_FEATURE_CPUID
Borislav Petkov
1
-3
/
+4
2017-01-25
x86/fpu/xstate: Move XSAVES state init to a function
Yu-cheng Yu
1
-8
/
+1
2017-01-24
treewide: Move dma_ops from struct dev_archdata into struct device
Bart Van Assche
1
-2
/
+2
2017-01-24
treewide: Constify most dma_map_ops structures
Bart Van Assche
5
-6
/
+6
2017-01-24
x86/ras, EDAC, acpi: Assign MCE notifier handlers a priority
Borislav Petkov
1
-5
/
+3
2017-01-24
x86/ras: Get rid of mce_process_work()
Borislav Petkov
3
-13
/
+3
2017-01-24
x86/ras: Flip the TSC-adding logic
Borislav Petkov
3
-11
/
+9
2017-01-24
x86/ras/amd: Make sysfs names of banks more user-friendly
Yazen Ghannam
1
-1
/
+5
2017-01-24
x86/ras/therm_throt: Do not log a fake MCE for thermal events
Borislav Petkov
2
-44
/
+11
2017-01-24
x86/ras/inject: Make it depend on X86_LOCAL_APIC=y
Borislav Petkov
1
-4
/
+1
2017-01-24
x86/fpu/xstate: Fix xcomp_bv in XSAVES header
Yu-cheng Yu
2
-2
/
+3
2017-01-23
x86/fpu: Set the xcomp_bv when we fake up a XSAVES area
Kevin Hao
1
-0
/
+1
2017-01-23
x86/microcode/AMD: Remove struct cont_desc.eq_id
Borislav Petkov
1
-10
/
+4
2017-01-23
x86/microcode/AMD: Remove AP scanning optimization
Borislav Petkov
1
-60
/
+18
2017-01-23
x86/microcode/AMD: Simplify saving from initrd
Borislav Petkov
1
-30
/
+13
2017-01-23
x86/microcode/AMD: Unify load_ucode_amd_ap()
Borislav Petkov
1
-50
/
+31
2017-01-23
x86/microcode/AMD: Check patch level only on the BSP
Borislav Petkov
2
-67
/
+52
2017-01-23
x86/microcode: Remove local vendor variable
Borislav Petkov
1
-6
/
+4
2017-01-23
x86/microcode/AMD: Use find_microcode_in_initrd()
Borislav Petkov
1
-11
/
+5
2017-01-23
x86/microcode/AMD: Get rid of global this_equiv_id
Borislav Petkov
1
-4
/
+1
2017-01-23
x86/microcode: Decrease CPUID use
Borislav Petkov
2
-52
/
+38
2017-01-23
x86/microcode/AMD: Rework container parsing
Borislav Petkov
1
-133
/
+105
2017-01-23
x86/microcode/AMD: Extend the container struct
Borislav Petkov
1
-11
/
+15
2017-01-23
x86/microcode/AMD: Shorten function parameter's name
Borislav Petkov
1
-3
/
+3
2017-01-23
x86/microcode/AMD: Clean up find_equiv_id()
Borislav Petkov
1
-12
/
+5
2017-01-23
x86/microcode/intel: Drop stashed AP patch pointer optimization
Borislav Petkov
1
-8
/
+1
2017-01-23
x86/crash: Update the stale comment in reserve_crashkernel()
Xunlei Pang
1
-1
/
+3
2017-01-20
Drivers: hv: vmbus: Move the extracting of Hypervisor version information
K. Y. Srinivasan
1
-0
/
+20
2017-01-20
Drivers: hv: vmbus: Consolidate all Hyper-V specific clocksource code
K. Y. Srinivasan
1
-23
/
+0
2017-01-20
x86/ioapic: Return suitable error code in mp_map_gsi_to_irq()
Andy Shevchenko
1
-2
/
+2
2017-01-20
sched/clock: Fix hotplug crash
Peter Zijlstra
7
-7
/
+21
2017-01-19
Drivers: hv vmbus: Move Hypercall page setup out of common code
K. Y. Srinivasan
1
-0
/
+7
2017-01-19
sched/x86: Remove unnecessary TBM3 check to update topology
Tim Chen
1
-4
/
+2
2017-01-18
x86/ioapic: Restore IO-APIC irq_chip retrigger callback
Ruslan Ruslichenko
1
-0
/
+2
2017-01-18
x86/ioapic: Restore IO-APIC irq_chip retrigger callback
Ruslan Ruslichenko
1
-0
/
+2
2017-01-16
x86/cpufeature: Add AVX512_VPOPCNTDQ feature
Piotr Luc
1
-0
/
+1
[prev]
[next]