summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* x86/headers: Remove direct sigcontext32.h usesIngo Molnar2015-09-083-3/+3
* x86/headers: Convert sigcontext_ia32 uses to sigcontext_32Ingo Molnar2015-09-083-5/+11
* x86/headers: Unify 'struct sigcontext_ia32' and 'struct sigcontext_32'Ingo Molnar2015-09-083-27/+2
* x86/headers: Make sigcontext pointers bit independentIngo Molnar2015-09-081-2/+2
* x86/headers: Move the 'struct sigcontext' definitions into the UAPI headerIngo Molnar2015-09-082-73/+83
* x86/headers: Clean up the kernel's struct sigcontext types to be ABI-cleanIngo Molnar2015-09-081-52/+52
* x86/headers: Convert uses of _fpstate_ia32 to _fpstate_32Ingo Molnar2015-09-083-4/+5
* x86/headers: Unify 'struct _fpstate_ia32' and i386 struct _fpstateIngo Molnar2015-09-083-39/+17
* x86/headers: Unify register type definitions between 32-bit compat and i386Ingo Molnar2015-09-082-23/+2
* x86/headers: Use ABI types consistently in sigcontext*.hIngo Molnar2015-09-082-70/+70
* x86/headers: Separate out legacy user-space structure definitionsIngo Molnar2015-09-081-60/+59
* x86/headers: Clean up and better document uapi/asm/sigcontext.hIngo Molnar2015-09-081-148/+182
* x86/headers: Clean up uapi/asm/sigcontext32.hIngo Molnar2015-09-081-52/+58
* x86/headers: Fix (old) header file dependency bug in uapi/asm/sigcontext32.hIngo Molnar2015-09-081-0/+2
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-012-4/+6
|\
| * x86/irq: Store irq descriptor in vector arrayThomas Gleixner2015-08-062-4/+6
| * x86/irq: Rename VECTOR_UNDEFINED to VECTOR_UNUSEDThomas Gleixner2015-08-061-1/+1
* | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-012-4/+33
|\ \
| * | x86/platform/iosf_mbi: Source cleanupAndy Shevchenko2015-07-161-4/+4
| * | x86/platform/intel/pmc_atom: Add Cherrytrail PMC interfaceAndy Shevchenko2015-07-061-0/+25
| * | x86/platform/intel/pmc_atom: Export accessors to PMC registersAndy Shevchenko2015-07-061-0/+4
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-09-011-0/+2
|\ \ \
| * \ \ Merge tag 'v4.2-rc8' into x86/mm, before applying new changesIngo Molnar2015-08-2597-2178/+2219
| |\ \ \
| * | | | x86/mm, asm-generic: Add IOMMU ioremap_uc() variant defaultLuis R. Rodriguez2015-07-211-0/+2
* | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-09-011-0/+1
|\ \ \ \ \
| * | | | | x86/cpufeature: Add feature bit for Intel's Silicon Debug CPUID bitMathias Krause2015-07-311-0/+1
* | | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-013-11/+1
|\ \ \ \ \ \
| * | | | | | x86/smpboot: Remove APIC.wait_for_init_deassert and atomic init_deassertedLen Brown2015-08-171-2/+0
| * | | | | | Merge tag 'v4.2-rc7' into x86/boot, to refresh the branch before merging new ...Ingo Molnar2015-08-1715-132/+112
| |\ \ \ \ \ \
| * | | | | | | x86/boot: Obsolete the MCA sys_desc_tablePaolo Pisati2015-07-212-9/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-09-0126-210/+189
|\ \ \ \ \ \ \
| * | | | | | | x86/asm: Drop repeated macro of X86_EFLAGS_AC definitionHuang Rui2015-08-281-2/+0
| * | | | | | | x86/asm/msr: Make wrmsrl() a functionAndy Lutomirski2015-08-232-3/+9
| * | | | | | | x86/asm/delay: Introduce an MWAITX-based delay with a configurable timerHuang Rui2015-08-221-0/+1
| * | | | | | | x86/asm: Add MONITORX/MWAITX instruction supportHuang Rui2015-08-222-0/+46
| * | | | | | | x86/asm/tsc: Add rdtscll() merge helperIngo Molnar2015-08-211-0/+3
| * | | | | | | Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixesIngo Molnar2015-08-183-29/+10
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | x86/entry: Remove do_notify_resume(), syscall_trace_leave(), and their TIF masksAndy Lutomirski2015-08-053-18/+0
| * | | | | | | x86/vm86: Rename vm86->v86flags and v86maskBrian Gerst2015-07-311-2/+2
| * | | | | | | x86/vm86: Rename vm86->vm86_info to user_vm86Brian Gerst2015-07-311-1/+1
| * | | | | | | x86/vm86: Clean up vm86.h includesBrian Gerst2015-07-312-5/+2
| * | | | | | | x86/vm86: Move the vm86 IRQ definitions to vm86.hIngo Molnar2015-07-312-11/+14
| * | | | | | | x86/vm86: Use the normal pt_regs area for vm86Brian Gerst2015-07-312-6/+11
| * | | | | | | x86/vm86: Eliminate 'struct kernel_vm86_struct'Brian Gerst2015-07-311-24/+1
| * | | | | | | x86/vm86: Move fields from 'struct kernel_vm86_struct' to 'struct vm86'Brian Gerst2015-07-311-8/+8
| * | | | | | | x86/vm86: Move vm86 fields out of 'thread_struct'Brian Gerst2015-07-312-9/+21
| * | | | | | | x86/ldt: Make modify_ldt() optionalAndy Lutomirski2015-07-312-7/+23
| * | | | | | | Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar2015-07-3113-111/+106
| |\ \ \ \ \ \ \
| * | | | | | | | x86/entry/vm86: Move userspace accesses to do_sys_vm86()Brian Gerst2015-07-211-1/+1
| * | | | | | | | x86/entry/vm86: Clean up saved_fs/gsBrian Gerst2015-07-211-2/+0
OpenPOWER on IntegriCloud