| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2016-12-12 | 9 | -940/+643 |
|\ |
|
| * | x86/microcode: Bump driver version, update copyrights | Borislav Petkov | 2016-10-25 | 2 | -3/+4 |
| * | x86/microcode: Rework microcode loading | Borislav Petkov | 2016-10-25 | 4 | -697/+446 |
| * | x86/microcode/intel: Remove intel_lib.c | Borislav Petkov | 2016-10-25 | 4 | -190/+154 |
| * | x86/microcode/amd: Move private inlines to .c and mark local functions static | Borislav Petkov | 2016-10-25 | 2 | -37/+37 |
| * | x86/microcode: Collect CPU info on resume | Borislav Petkov | 2016-10-25 | 1 | -0/+3 |
| * | x86/microcode: Issue the debug printk on resume only on success | Borislav Petkov | 2016-10-25 | 1 | -2/+2 |
| * | x86/microcode/amd: Hand down the CPU family | Borislav Petkov | 2016-10-25 | 3 | -9/+10 |
| * | x86/microcode: Export the microcode cache linked list | Borislav Petkov | 2016-10-25 | 3 | -16/+18 |
| * | x86/microcode: Remove one #ifdef clause | Borislav Petkov | 2016-10-25 | 1 | -6/+2 |
| * | x86/microcode/intel: Simplify generic_load_microcode() | Borislav Petkov | 2016-10-25 | 1 | -9/+5 |
| * | x86/microcode: Move driver authors to CREDITS | Borislav Petkov | 2016-10-25 | 1 | -2/+1 |
| * | x86/microcode: Run the AP-loading routine only on the application processors | Borislav Petkov | 2016-10-25 | 2 | -10/+2 |
* | | 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 |
|\ \ \ \ \ \ \ \ |
|