| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-12-12 | 23 | -161/+70 |
|\ |
|
| * | x86: Remove empty idle.h header | Thomas Gleixner | 2016-12-09 | 16 | -21/+0 |
| * | x86/amd: Simplify AMD E400 aware idle routine | Borislav Petkov | 2016-12-09 | 6 | -54/+30 |
| * | x86/amd: Check for the C1E bug post ACPI subsystem init | Thomas Gleixner | 2016-12-09 | 1 | -0/+23 |
| * | x86/bugs: Separate AMD E400 erratum and C1E bug | Thomas Gleixner | 2016-12-09 | 3 | -9/+16 |
| * | x86/cpufeature: Provide helper to set bugs bits | Borislav Petkov | 2016-12-09 | 1 | -0/+1 |
| * | x86/idle: Remove enter_idle(), exit_idle() | Len Brown | 2016-11-18 | 4 | -37/+0 |
| * | x86: Remove x86_test_and_clear_bit_percpu() | Len Brown | 2016-11-18 | 1 | -11/+0 |
| * | x86/idle: Remove is_idle flag | Len Brown | 2016-11-18 | 1 | -7/+0 |
| * | x86/idle: Remove idle_notifier | Len Brown | 2016-11-18 | 2 | -22/+0 |
* | | Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-12-12 | 1 | -1/+2 |
|\ \ |
|
| * | | x86/percpu: Remove unnecessary include of module.h, add asm/desc.h | Paul Gortmaker | 2016-11-15 | 1 | -1/+2 |
* | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2016-12-12 | 29 | -471/+100 |
|\ \ \ |
|
| * \ \ | Merge branch 'linus' into x86/fpu, to resolve conflicts | Ingo Molnar | 2016-11-23 | 130 | -801/+2036 |
| |\ \ \ |
|
| * | | | | x86/fpu: Remove clts() | Andy Lutomirski | 2016-11-01 | 8 | -48/+0 |
| * | | | | x86/fpu: Remove stts() | Andy Lutomirski | 2016-11-01 | 1 | -2/+0 |
| * | | | | x86/fpu: Handle #NM without FPU emulation as an error | Andy Lutomirski | 2016-11-01 | 1 | -4/+16 |
| * | | | | x86/fpu, lguest: Remove CR0.TS support | Andy Lutomirski | 2016-11-01 | 2 | -11/+7 |
| * | | | | x86/fpu, kvm: Remove host CR0.TS manipulation | Andy Lutomirski | 2016-11-01 | 2 | -13/+4 |
| * | | | | x86/fpu: Remove irq_ts_save() and irq_ts_restore() | Andy Lutomirski | 2016-11-01 | 2 | -39/+0 |
| * | | | | x86/fpu: Stop saving and restoring CR0.TS in fpu__init_check_bugs() | Andy Lutomirski | 2016-11-01 | 1 | -7/+0 |
| * | | | | x86/fpu: Get rid of two redundant clts() calls | Andy Lutomirski | 2016-11-01 | 1 | -18/+0 |
| * | | | | Merge branch 'core/urgent' into x86/fpu, to merge fixes | Ingo Molnar | 2016-11-01 | 182 | -1421/+2305 |
| |\ \ \ \ |
|
| * | | | | | x86/fpu: Finish excising 'eagerfpu' | Andy Lutomirski | 2016-10-18 | 3 | -26/+1 |
| * | | | | | Merge tag 'v4.9-rc1' into x86/fpu, to resolve conflict | Ingo Molnar | 2016-10-16 | 1810 | -31229/+44168 |
| |\ \ \ \ \ |
|
| * | | | | | | x86/fpu: Split old_fpu & new_fpu handling into separate functions | Rik van Riel | 2016-10-16 | 3 | -39/+19 |
| * | | | | | | x86/fpu: Remove 'cpu' argument from __cpu_invalidate_fpregs_state() | Rik van Riel | 2016-10-16 | 3 | -8/+9 |
| * | | | | | | x86/fpu: Split old & new FPU code paths | Rik van Riel | 2016-10-07 | 1 | -14/+8 |
| * | | | | | | x86/fpu: Remove __fpregs_(de)activate() | Rik van Riel | 2016-10-07 | 1 | -18/+7 |
| * | | | | | | x86/fpu: Rename lazy restore functions to "register state valid" | Rik van Riel | 2016-10-07 | 3 | -9/+23 |
| * | | | | | | x86/fpu, kvm: Remove KVM vcpu->fpu_counter | Rik van Riel | 2016-10-07 | 1 | -3/+1 |
| * | | | | | | x86/fpu: Remove struct fpu::counter | Rik van Riel | 2016-10-07 | 4 | -21/+1 |
| * | | | | | | x86/fpu: Remove use_eager_fpu() | Andy Lutomirski | 2016-10-07 | 7 | -106/+14 |
| * | | | | | | x86/fpu: Remove the XFEATURE_MASK_EAGER/LAZY distinction | Andy Lutomirski | 2016-10-07 | 1 | -9/+5 |
| * | | | | | | x86/fpu: Hard-disable lazy FPU mode | Andy Lutomirski | 2016-10-07 | 3 | -90/+5 |
| * | | | | | | x86/crypto, x86/fpu: Remove X86_FEATURE_EAGER_FPU #ifdef from the crc32c code | Andy Lutomirski | 2016-10-07 | 1 | -5/+0 |
* | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2016-12-12 | 6 | -106/+43 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | x86/cpu/AMD: Clean up cpu_llc_id assignment per topology feature | Yazen Ghannam | 2016-11-09 | 1 | -12/+19 |
| * | | | | | | | Merge branch 'x86/urgent' into x86/cpu, to pick up dependent fix | Ingo Molnar | 2016-11-09 | 141 | -1551/+2326 |
| |\ \ \ \ \ \ \ |
|
| * | | | | | | | | x86/cpu: Get rid of the show_msr= boot option | Borislav Petkov | 2016-10-25 | 1 | -53/+0 |
| * | | | | | | | | x86/cpu: Merge bugs.c and bugs_64.c | Borislav Petkov | 2016-10-25 | 3 | -40/+23 |
| * | | | | | | | | x86/cpu: Remove the printk format specifier in "CPU0: " | Borislav Petkov | 2016-10-25 | 1 | -1/+1 |
* | | | | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2016-12-12 | 3 | -8/+8 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | x86/ldt: Make all size computations unsigned | Thomas Gleixner | 2016-12-10 | 3 | -7/+7 |
| * | | | | | | | | | x86/ldt: Make a size argument unsigned | Dan Carpenter | 2016-12-10 | 1 | -1/+1 |
* | | | | | | | | | | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2016-12-12 | 3 | -32/+42 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | x86/build: Remove three unneeded genhdr-y entries | Paul Bolle | 2016-11-28 | 1 | -4/+0 |
| * | | | | | | | | | | x86/build: Don't use $(LINUXINCLUDE) twice | Paul Bolle | 2016-11-28 | 1 | -1/+1 |
| * | | | | | | | | | | x86/kconfig: Sort the 'config X86' selects alphabetically | Ingo Molnar | 2016-11-15 | 1 | -6/+9 |
| * | | | | | | | | | | x86/kconfig: Clean up 32-bit compat options | Ingo Molnar | 2016-11-15 | 1 | -3/+7 |