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
2016-11-01
x86/fpu: Stop saving and restoring CR0.TS in fpu__init_check_bugs()
Andy Lutomirski
1
-7
/
+0
2016-11-01
x86/fpu: Get rid of two redundant clts() calls
Andy Lutomirski
1
-18
/
+0
2016-11-01
Merge branch 'core/urgent' into x86/fpu, to merge fixes
Ingo Molnar
15
-21
/
+50
2016-11-01
Merge branch 'linus' into x86/asm, to pick up fixes
Ingo Molnar
11
-16
/
+37
2016-10-30
x86/intel_rdt: Add scheduler hook
Fenghua Yu
4
-1
/
+11
2016-10-30
x86/intel_rdt: Add schemata file
Tony Luck
3
-1
/
+253
2016-10-30
x86/intel_rdt: Add tasks files
Fenghua Yu
1
-0
/
+180
2016-10-30
x86/intel_rdt: Add cpus file
Tony Luck
2
-5
/
+149
2016-10-30
x86/intel_rdt: Add mkdir to resctrl file system
Fenghua Yu
1
-0
/
+231
2016-10-30
x86/intel_rdt: Add "info" files to resctrl file system
Fenghua Yu
1
-0
/
+185
2016-10-30
x86/intel_rdt: Add basic resctrl filesystem support
Fenghua Yu
3
-2
/
+279
2016-10-30
x86/intel_rdt: Build structures for each resource based on cache topology
Tony Luck
1
-0
/
+189
2016-10-30
x86/vmware: Add paravirt sched clock
Alexey Makhalov
1
-0
/
+42
2016-10-30
x86/vmware: Add basic paravirt ops support
Alexey Makhalov
1
-0
/
+12
2016-10-30
x86/vmware: Use tsc_khz value for calibrate_cpu()
Alexey Makhalov
1
-0
/
+1
2016-10-29
x86/smpboot: Init apic mapping before usage
Thomas Gleixner
1
-1
/
+6
2016-10-28
Merge tag 'acpi-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-0
/
+1
2016-10-28
x86/microcode/AMD: Fix more fallout from CONFIG_RANDOMIZE_MEMORY=y
Borislav Petkov
1
-1
/
+1
2016-10-28
x86/unwind: Ensure stack grows down
Josh Poimboeuf
1
-4
/
+30
2016-10-27
x86/unwind: Detect bad stack return address
Josh Poimboeuf
1
-1
/
+9
2016-10-27
x86/dumpstack: Warn on stack recursion
Josh Poimboeuf
2
-2
/
+6
2016-10-27
x86/unwind: Warn on bad frame pointer
Josh Poimboeuf
1
-2
/
+16
2016-10-26
x86/intel_rdt: Pick up L3/L2 RDT parameters from CPUID
Fenghua Yu
1
-7
/
+104
2016-10-26
x86/intel_rdt: Add Haswell feature discovery
Fenghua Yu
1
-4
/
+45
2016-10-26
x86/intel_rdt: Add CONFIG, Makefile, and basic initialization
Fenghua Yu
2
-0
/
+56
2016-10-26
x86/cpufeature: Add RDT CPUID feature bits
Fenghua Yu
1
-0
/
+3
2016-10-26
x86/intel_cacheinfo: Enable cache id in cache info
Fenghua Yu
1
-0
/
+20
2016-10-26
x86: Fix export for mcount and __fentry__
Steven Rostedt
1
-1
/
+2
2016-10-26
kernel/smp: Make the SMP boot message common on all arches
Michael Ellerman
1
-8
/
+0
2016-10-25
x86/dumpstack: Remove raw stack dump
Josh Poimboeuf
3
-103
/
+4
2016-10-25
x86/dumpstack: Remove kernel text addresses from stack dump
Josh Poimboeuf
3
-21
/
+10
2016-10-25
x86/microcode: Bump driver version, update copyrights
Borislav Petkov
2
-3
/
+4
2016-10-25
x86/microcode: Rework microcode loading
Borislav Petkov
3
-697
/
+445
2016-10-25
x86/microcode/intel: Remove intel_lib.c
Borislav Petkov
3
-186
/
+154
2016-10-25
x86/microcode/amd: Move private inlines to .c and mark local functions static
Borislav Petkov
1
-16
/
+37
2016-10-25
x86/microcode: Collect CPU info on resume
Borislav Petkov
1
-0
/
+3
2016-10-25
x86/microcode: Issue the debug printk on resume only on success
Borislav Petkov
1
-2
/
+2
2016-10-25
x86/microcode/amd: Hand down the CPU family
Borislav Petkov
2
-5
/
+5
2016-10-25
x86/microcode: Export the microcode cache linked list
Borislav Petkov
2
-16
/
+9
2016-10-25
x86/microcode/intel: Simplify generic_load_microcode()
Borislav Petkov
1
-9
/
+5
2016-10-25
x86/microcode: Move driver authors to CREDITS
Borislav Petkov
1
-2
/
+1
2016-10-25
x86/microcode: Run the AP-loading routine only on the application processors
Borislav Petkov
2
-10
/
+2
2016-10-25
x86/cpu: Get rid of the show_msr= boot option
Borislav Petkov
1
-53
/
+0
2016-10-25
x86/cpu: Merge bugs.c and bugs_64.c
Borislav Petkov
3
-40
/
+23
2016-10-25
x86/cpu: Remove the printk format specifier in "CPU0: "
Borislav Petkov
1
-1
/
+1
2016-10-25
x86/quirks: Hide maybe-uninitialized warning
Arnd Bergmann
1
-2
/
+1
2016-10-25
x86/unwind: Fix empty stack dereference in guess unwinder
Josh Poimboeuf
1
-1
/
+8
2016-10-24
ACPI/PCI: pci_link: penalize SCI correctly
Sinan Kaya
1
-0
/
+1
2016-10-22
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
5
-10
/
+18
2016-10-22
x86/boot/smp: Don't try to poke disabled/non-existent APIC
Ville Syrjälä
1
-7
/
+9
[prev]
[next]