summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | xen/arm: Enable cpu_hotplug.cStefano Stabellini2015-10-231-0/+5
| * | | | | | | | | xen/swiotlb: Pass addresses rather than frame numbers to xen_arch_need_swiotlbJulien Grall2015-10-231-2/+2
| * | | | | | | | | xen/grant: Introduce helpers to split a page into grantJulien Grall2015-10-231-1/+1
| * | | | | | | | | x86/xen: export xen_alloc_p2m_entry()David Vrabel2015-10-231-0/+2
* | | | | | | | | | 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-036-83/+10
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | 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-082-2/+2
| * | | | | | | | | | | | x86/headers: Convert sigcontext_ia32 uses to sigcontext_32Ingo Molnar2015-09-082-2/+2
| * | | | | | | | | | | | x86/headers: Unify 'struct sigcontext_ia32' and 'struct sigcontext_32'Ingo Molnar2015-09-081-1/+0
| * | | | | | | | | | | | x86/headers: Move the 'struct sigcontext' definitions into the UAPI headerIngo Molnar2015-09-081-73/+0
| * | | | | | | | | | | | 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-081-1/+1
| * | | | | | | | | | | | x86/headers: Unify 'struct _fpstate_ia32' and i386 struct _fpstateIngo Molnar2015-09-081-1/+0
* | | | | | | | | | | | | 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
| * | | | | | | | | | | | | x86/asm: Re-add parts of the manual CFI infrastructureAndy Lutomirski2015-10-091-0/+170
| * | | | | | | | | | | | | x86/vdso: Remove runtime 32-bit vDSO selectionAndy Lutomirski2015-10-072-9/+2
| * | | | | | | | | | | | | x86/uaccess: Add unlikely() to __chk_range_not_ok() failure pathsAndy Lutomirski2015-10-071-3/+3
| * | | | | | | | | | | | | x86/uaccess: Tell the compiler that uaccess is unlikely to faultAndy Lutomirski2015-10-071-4/+4
OpenPOWER on IntegriCloud