aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-08x86/headers: Remove <asm/sigcontext.h> references on the kernel sideIngo Molnar6-5/+7
2015-09-08x86/headers: Remove direct sigcontext32.h usesIngo Molnar3-3/+3
2015-09-08x86/headers: Convert sigcontext_ia32 uses to sigcontext_32Ingo Molnar3-5/+11
2015-09-08x86/headers: Unify 'struct sigcontext_ia32' and 'struct sigcontext_32'Ingo Molnar3-27/+2
2015-09-08x86/headers: Make sigcontext pointers bit independentIngo Molnar1-2/+2
2015-09-08x86/headers: Move the 'struct sigcontext' definitions into the UAPI headerIngo Molnar2-73/+83
2015-09-08x86/headers: Clean up the kernel's struct sigcontext types to be ABI-cleanIngo Molnar1-52/+52
2015-09-08x86/headers: Convert uses of _fpstate_ia32 to _fpstate_32Ingo Molnar3-4/+5
2015-09-08x86/headers: Unify 'struct _fpstate_ia32' and i386 struct _fpstateIngo Molnar3-39/+17
2015-09-08x86/headers: Unify register type definitions between 32-bit compat and i386Ingo Molnar2-23/+2
2015-09-08x86/headers: Use ABI types consistently in sigcontext*.hIngo Molnar2-70/+70
2015-09-08x86/headers: Separate out legacy user-space structure definitionsIngo Molnar1-60/+59
2015-09-08x86/headers: Clean up and better document uapi/asm/sigcontext.hIngo Molnar1-148/+182
2015-09-08x86/headers: Clean up uapi/asm/sigcontext32.hIngo Molnar1-52/+58
2015-09-08x86/headers: Fix (old) header file dependency bug in uapi/asm/sigcontext32.hIngo Molnar1-0/+2
2015-09-01Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-4/+6
2015-09-01Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-4/+33
2015-09-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2015-09-01Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2015-09-01Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-11/+1
2015-09-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds26-210/+189
2015-08-31Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2015-08-31Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-5/+6
2015-08-31Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-0/+22
2015-08-31Merge branch 'mm-kasan-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2015-08-31Merge branch 'core-types-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+8
2015-08-31Merge tag 'pci-v4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-2/+0
2015-08-31Merge tag 'char-misc-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-0/+7
2015-08-31Merge tag 'kvm-4.3-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-31/+61
2015-08-31Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-8/+4
2015-08-28x86/asm: Drop repeated macro of X86_EFLAGS_AC definitionHuang Rui1-2/+0
2015-08-25Merge tag 'v4.2-rc8' into x86/mm, before applying new changesIngo Molnar97-2178/+2219
2015-08-23x86/asm/msr: Make wrmsrl() a functionAndy Lutomirski2-3/+9
2015-08-22x86/kasan: Define KASAN_SHADOW_OFFSET per architectureAndrey Ryabinin1-0/+3
2015-08-22x86/asm/delay: Introduce an MWAITX-based delay with a configurable timerHuang Rui1-0/+1
2015-08-22x86/asm: Add MONITORX/MWAITX instruction supportHuang Rui2-0/+46
2015-08-21x86/asm/tsc: Add rdtscll() merge helperIngo Molnar1-0/+3
2015-08-20Merge branch 'perf/urgent' into perf/core, to pick up fixes before adding more changesIngo Molnar5-43/+56
2015-08-18Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixesIngo Molnar3-29/+10
2015-08-18Revert "sched/x86_64: Don't save flags on context switch"Andy Lutomirski1-8/+4
2015-08-17x86/smpboot: Remove APIC.wait_for_init_deassert and atomic init_deassertedLen Brown1-2/+0
2015-08-17Merge tag 'v4.2-rc7' into x86/boot, to refresh the branch before merging new changesIngo Molnar15-132/+112
2015-08-15x86/kvm: Rename VMX's segment access rights definesAndy Lutomirski1-23/+23
2015-08-13Revert x86 sigcontext cleanupsLinus Torvalds2-21/+6
2015-08-13x86/mce: Clear Local MCE opt-in before kexecAshok Raj1-0/+4
2015-08-13x86/mce: Remove unused function declarationsAshok Raj1-4/+0
2015-08-13x86/mce: Kill drain_mcelog_buffer()Borislav Petkov1-1/+1
2015-08-13x86/mce: Remove the MCE ring for Action Optional errorsChen, Gong1-1/+1
2015-08-13x86/mce: Reuse one of the u16 padding fields in 'struct mce'Borislav Petkov1-1/+2
2015-08-09Merge 4.2-rc6 into char-misc-nextGreg Kroah-Hartman3-22/+50