summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-11-041-0/+10
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | mm: add architecture primitives for software dirty bit clearingMartin Schwidefsky2015-10-141-0/+10
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-11-031-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86/platform/uv: Insert per_cpu accessor function on uv_hub_nmiGeorge Beshers2015-09-131-1/+1
* | | | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-11-034-14/+57
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/mm: Warn on W^X mappingsStephen Smalley2015-10-061-0/+7
| * | | | | | | | | | Merge tag 'v4.3-rc3' into x86/mm, to pick up fixes before applying new changesIngo Molnar2015-10-063-0/+12
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86/asm: Add pud_pgprot() and pmd_pgprot()Toshi Kani2015-09-221-1/+3
| * | | | | | | | | | | x86/asm: Fix pud/pmd interfaces to handle large PAT bitToshi Kani2015-09-222-8/+10
| * | | | | | | | | | | x86/asm: Add pud/pmd mask interfaces to handle large PAT bitToshi Kani2015-09-221-2/+34
| * | | | | | | | | | | x86/asm: Move PUD_PAGE macros to page_types.hToshi Kani2015-09-222-3/+3
* | | | | | | | | | | | Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-11-038-322/+319
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86/headers: Clean up too long linesPeter Zijlstra2015-09-141-26/+31
| * | | | | | | | | | | | x86/headers: Remove <asm/sigcontext.h> references on the kernel sideIngo Molnar2015-09-086-5/+7
| * | | | | | | | | | | | 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-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-11-033-53/+117
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | x86/fpu: Add C structures for AVX-512 state componentsDave Hansen2015-09-141-0/+33
| * | | | | | | | | | | | | x86/fpu: Rework YMM definitionDave Hansen2015-09-141-5/+11
| * | | | | | | | | | | | | x86/fpu/mpx: Rework MPX 'xstate' typesDave Hansen2015-09-142-9/+27
| * | | | | | | | | | | | | x86/fpu: Rework XSTATE_* macros to remove magic '2'Dave Hansen2015-09-141-0/+2
| * | | | | | | | | | | | | x86/fpu: Rename XFEATURES_NR_MAXDave Hansen2015-09-141-1/+1
| * | | | | | | | | | | | | x86/fpu: Rename XSAVE macrosDave Hansen2015-09-142-24/+34
| * | | | | | | | | | | | | x86/fpu: Remove partial LWP support definitionsDave Hansen2015-09-141-5/+0
| * | | | | | | | | | | | | x86/fpu: Remove XSTATE_RESERVEDave Hansen2015-09-141-8/+7
| * | | | | | | | | | | | | x86/fpu: Move XSAVE-disabling code to a helperDave Hansen2015-09-141-0/+1
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-11-031-1/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | x86/cpu: Add CLZERO detectionWan Zongshun2015-11-011-1/+4
| | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-031-6/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | x86/kexec: Remove obsolete 'in_crash_kexec' flagMinfei Huang2015-10-121-6/+0
| | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-11-038-28/+121
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | x86/asm: Remove the xyz_cfi macros from dwarf2.hAndy Lutomirski2015-10-141-93/+0
| * | | | | | | | | | | | | x86/asm: Remove thread_info.sysenter_returnAndy Lutomirski2015-10-091-1/+0
| * | | | | | | | | | | | | x86/syscalls: Give sys_call_ptr_t a useful typeAndy Lutomirski2015-10-091-1/+3
| * | | | | | | | | | | | | x86/entry/syscalls: Move syscall table declarations into asm/syscalls.hAndy Lutomirski2015-10-091-1/+11
| * | | | | | | | | | | | | x86/vdso/32: Save extra registers in the INT80 vsyscall pathAndy Lutomirski2015-10-091-0/+1
| * | | | | | | | | | | | | x86/elf/64: Clear more registers in elf_common_init()Andy Lutomirski2015-10-091-4/+4
| * | | | | | | | | | | | | x86/vdso: Define BUILD_VDSO while building and emit .eh_frame in asmAndy Lutomirski2015-10-091-3/+10
OpenPOWER on IntegriCloud