summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-12-1223-161/+70
|\
| * x86: Remove empty idle.h headerThomas Gleixner2016-12-0916-21/+0
| * x86/amd: Simplify AMD E400 aware idle routineBorislav Petkov2016-12-096-54/+30
| * x86/amd: Check for the C1E bug post ACPI subsystem initThomas Gleixner2016-12-091-0/+23
| * x86/bugs: Separate AMD E400 erratum and C1E bugThomas Gleixner2016-12-093-9/+16
| * x86/cpufeature: Provide helper to set bugs bitsBorislav Petkov2016-12-091-0/+1
| * x86/idle: Remove enter_idle(), exit_idle()Len Brown2016-11-184-37/+0
| * x86: Remove x86_test_and_clear_bit_percpu()Len Brown2016-11-181-11/+0
| * x86/idle: Remove is_idle flagLen Brown2016-11-181-7/+0
| * x86/idle: Remove idle_notifierLen Brown2016-11-182-22/+0
* | Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-121-1/+2
|\ \
| * | x86/percpu: Remove unnecessary include of module.h, add asm/desc.hPaul Gortmaker2016-11-151-1/+2
* | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-12-1229-471/+100
|\ \ \
| * \ \ Merge branch 'linus' into x86/fpu, to resolve conflictsIngo Molnar2016-11-23130-801/+2036
| |\ \ \
| * | | | x86/fpu: Remove clts()Andy Lutomirski2016-11-018-48/+0
| * | | | x86/fpu: Remove stts()Andy Lutomirski2016-11-011-2/+0
| * | | | x86/fpu: Handle #NM without FPU emulation as an errorAndy Lutomirski2016-11-011-4/+16
| * | | | x86/fpu, lguest: Remove CR0.TS supportAndy Lutomirski2016-11-012-11/+7
| * | | | x86/fpu, kvm: Remove host CR0.TS manipulationAndy Lutomirski2016-11-012-13/+4
| * | | | x86/fpu: Remove irq_ts_save() and irq_ts_restore()Andy Lutomirski2016-11-012-39/+0
| * | | | x86/fpu: Stop saving and restoring CR0.TS in fpu__init_check_bugs()Andy Lutomirski2016-11-011-7/+0
| * | | | x86/fpu: Get rid of two redundant clts() callsAndy Lutomirski2016-11-011-18/+0
| * | | | Merge branch 'core/urgent' into x86/fpu, to merge fixesIngo Molnar2016-11-01182-1421/+2305
| |\ \ \ \
| * | | | | x86/fpu: Finish excising 'eagerfpu'Andy Lutomirski2016-10-183-26/+1
| * | | | | Merge tag 'v4.9-rc1' into x86/fpu, to resolve conflictIngo Molnar2016-10-161810-31229/+44168
| |\ \ \ \ \
| * | | | | | x86/fpu: Split old_fpu & new_fpu handling into separate functionsRik van Riel2016-10-163-39/+19
| * | | | | | x86/fpu: Remove 'cpu' argument from __cpu_invalidate_fpregs_state()Rik van Riel2016-10-163-8/+9
| * | | | | | x86/fpu: Split old & new FPU code pathsRik van Riel2016-10-071-14/+8
| * | | | | | x86/fpu: Remove __fpregs_(de)activate()Rik van Riel2016-10-071-18/+7
| * | | | | | x86/fpu: Rename lazy restore functions to "register state valid"Rik van Riel2016-10-073-9/+23
| * | | | | | x86/fpu, kvm: Remove KVM vcpu->fpu_counterRik van Riel2016-10-071-3/+1
| * | | | | | x86/fpu: Remove struct fpu::counterRik van Riel2016-10-074-21/+1
| * | | | | | x86/fpu: Remove use_eager_fpu()Andy Lutomirski2016-10-077-106/+14
| * | | | | | x86/fpu: Remove the XFEATURE_MASK_EAGER/LAZY distinctionAndy Lutomirski2016-10-071-9/+5
| * | | | | | x86/fpu: Hard-disable lazy FPU modeAndy Lutomirski2016-10-073-90/+5
| * | | | | | x86/crypto, x86/fpu: Remove X86_FEATURE_EAGER_FPU #ifdef from the crc32c codeAndy Lutomirski2016-10-071-5/+0
* | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-12-126-106/+43
|\ \ \ \ \ \ \
| * | | | | | | x86/cpu/AMD: Clean up cpu_llc_id assignment per topology featureYazen Ghannam2016-11-091-12/+19
| * | | | | | | Merge branch 'x86/urgent' into x86/cpu, to pick up dependent fixIngo Molnar2016-11-09141-1551/+2326
| |\ \ \ \ \ \ \
| * | | | | | | | x86/cpu: Get rid of the show_msr= boot optionBorislav Petkov2016-10-251-53/+0
| * | | | | | | | x86/cpu: Merge bugs.c and bugs_64.cBorislav Petkov2016-10-253-40/+23
| * | | | | | | | x86/cpu: Remove the printk format specifier in "CPU0: "Borislav Petkov2016-10-251-1/+1
* | | | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-12-123-8/+8
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86/ldt: Make all size computations unsignedThomas Gleixner2016-12-103-7/+7
| * | | | | | | | | x86/ldt: Make a size argument unsignedDan Carpenter2016-12-101-1/+1
* | | | | | | | | | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-12-123-32/+42
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/build: Remove three unneeded genhdr-y entriesPaul Bolle2016-11-281-4/+0
| * | | | | | | | | | x86/build: Don't use $(LINUXINCLUDE) twicePaul Bolle2016-11-281-1/+1
| * | | | | | | | | | x86/kconfig: Sort the 'config X86' selects alphabeticallyIngo Molnar2016-11-151-6/+9
| * | | | | | | | | | x86/kconfig: Clean up 32-bit compat optionsIngo Molnar2016-11-151-3/+7