summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86/fpu: Rename math_state_restore() to fpu__restore()Ingo Molnar2015-05-196-8/+8
* x86/fpu: Move math_state_restore() to fpu/core.cIngo Molnar2015-05-192-42/+42
* x86/fpu: Factor out fpu__flush_thread() from flush_thread()Ingo Molnar2015-05-193-13/+19
* x86/fpu: Remove the free_thread_xstate() complicationIngo Molnar2015-05-192-8/+2
* x86/fpu: Move the no_387 handling and FPU detection code into init.cIngo Molnar2015-05-192-34/+34
* x86/fpu: Remove unnecessary includes from core.cIngo Molnar2015-05-191-13/+0
* x86/fpu: Split out the boot time FPU init code into fpu/init.cIngo Molnar2015-05-193-89/+94
* x86/fpu: Fix header file dependencies of fpu-internal.hIngo Molnar2015-05-1914-20/+3
* x86/fpu: Move i387.c and xsave.c to arch/x86/kernel/fpu/Ingo Molnar2015-05-194-1/+6
* x86/fpu: Clean up asm/fpu/types.hIngo Molnar2015-05-191-20/+30
* x86/fpu: Move FPU data structures to asm/fpu_types.hIngo Molnar2015-05-192-131/+133
* x86/fpu: Improve the comment for the fpu::counter fieldIngo Molnar2015-05-191-5/+5
* x86/fpu: Move thread_info::fpu_counter into thread_info::fpu.counterIngo Molnar2015-05-194-16/+16
* x86/fpu: Rename init_thread_xstate() to fpstate_xstate_init_size()Ingo Molnar2015-05-191-4/+4
* x86/fpu: Rename fpu_init() to fpu__cpu_init()Ingo Molnar2015-05-194-8/+10
* x86/fpu: Rename fpu_finit() to fpstate_init()Ingo Molnar2015-05-194-7/+7
* x86/fpu: Rename fpu_free() to fpstate_free()Ingo Molnar2015-05-193-3/+3
* x86/fpu: Rename fpu_alloc() to fpstate_alloc()Ingo Molnar2015-05-194-7/+11
* x86/fpu: Move fpu_alloc() out of lineIngo Molnar2015-05-192-10/+13
* x86/fpu: Remove fpu_allocated()Ingo Molnar2015-05-191-6/+1
* x86/fpu: Simplify fpu__unlazy_stopped()Ingo Molnar2015-05-191-2/+4
* x86/fpu: Optimize fpu__unlazy_stopped()Ingo Molnar2015-05-191-2/+0
* x86/fpu: Rename init_fpu() to fpu__unlazy_stopped() and add debugging checkIngo Molnar2015-05-191-14/+17
* x86/fpu: Make init_fpu() staticIngo Molnar2015-05-192-4/+1
* x86/fpu: Split an fpstate_alloc_init() function out of init_fpu()Ingo Molnar2015-05-197-5/+39
* x86/fpu: Remove stale init_fpu() prototypeIngo Molnar2015-05-191-1/+0
* x86/fpu: Rename fpu_detect() to fpu__detect()Ingo Molnar2015-05-193-3/+7
* x86/fpu: Add debugging check to fpu__save()Ingo Molnar2015-05-191-0/+4
* x86/fpu: Add comments to fpu__save() and restrict its exportIngo Molnar2015-05-191-1/+4
* x86/fpu: Rename unlazy_fpu() to fpu__save()Ingo Molnar2015-05-194-6/+6
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-05-151-1/+1
|\
| * x86/vdso: Fix 'make bzImage' on older distrosOleg Nesterov2015-05-111-1/+1
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-05-152-4/+4
|\ \
| * | perf/x86/rapl: Enable Broadwell-U RAPL supportStephane Eranian2015-05-111-0/+1
| * | perf/x86/intel: Fix SLM cache event listKan Liang2015-05-081-4/+3
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-05-121-0/+28
|\ \ | |/ |/|
| * x86: bpf_jit: fix FROM_BE16 and FROM_LE16/32 instructionsAlexei Starovoitov2015-05-121-0/+28
* | Merge tag 'pm+acpi-4.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-05-071-2/+22
|\ \
| | \
| | \
| *-. | Merge branches 'acpi-resources', 'acpi-battery', 'acpi-doc' and 'acpi-pnp'Rafael J. Wysocki2015-05-074-69/+43
| |\ \|
| * | | x86/PCI/ACPI: Make all resources except [io 0xcf8-0xcff] available on PCI busJiang Liu2015-04-301-2/+22
| |/ /
* | | Merge tag 'for-linus-4.1b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-05-065-12/+36
|\ \ \
| * | | xen: Add __GFP_DMA flag when xen_swiotlb_init gets free pages on ARMStefano Stabellini2015-05-061-0/+5
| * | | hypervisor/x86/xen: Unset X86_BUG_SYSRET_SS_ATTRS on Xen PV guestsBoris Ostrovsky2015-05-053-12/+21
| * | | xen: Suspend ticks on all CPUs during suspendBoris Ostrovsky2015-04-291-0/+10
| |/ /
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-05-064-13/+19
|\ \ \
| * | | x86/fpu: Always restore_xinit_state() when use_eager_cpu()Bobby Powers2015-05-061-5/+7
| * | | Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar2015-05-061-0/+2
| |\ \ \
| | * | | x86/efi: Store upper bits of command line buffer address in ext_cmd_line_ptrRoy Franz2015-04-171-0/+2
| * | | | x86: Make cpu_tss available to external modulesMarc Dionne2015-05-051-1/+1
| * | | | x86/spinlocks: Fix regression in spinlock contention detectionTahsin Erdogan2015-05-051-1/+1