summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86: Remove unused function cpu_has_ht_siblings()Juergen Gross2015-11-171-9/+0
* x86/paravirt: Kill some unused patching functionsBorislav Petkov2015-11-072-14/+1
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-11-034-27/+33
|\
| * x86/intel-mid: Make intel_mid_ops staticAndy Shevchenko2015-10-111-1/+1
| * arch/x86/intel-mid: Use kmemdup rather than duplicating its implementationAndrzej Hajda2015-09-171-2/+1
| * x86/platform/uv: Implement simple dump failover if kdump failsMike Travis2015-09-141-23/+30
| * 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-0312-74/+219
|\ \
| * | x86/mm: Warn on W^X mappingsStephen Smalley2015-10-066-3/+88
| * | Merge tag 'v4.3-rc3' into x86/mm, to pick up fixes before applying new changesIngo Molnar2015-10-06436-2581/+4983
| |\ \
| * | | x86/mm: Fix no-change case in try_preserve_large_page()Toshi Kani2015-09-221-1/+1
| * | | x86/mm: Fix __split_large_page() to handle large PAT bitToshi Kani2015-09-221-12/+19
| * | | x86/mm: Fix try_preserve_large_page() to handle large PAT bitToshi Kani2015-09-221-10/+14
| * | | x86/mm: Fix gup_huge_p?d() to handle large PAT bitToshi Kani2015-09-221-10/+8
| * | | x86/mm: Fix slow_virt_to_phys() to handle large PAT bitToshi Kani2015-09-221-7/+17
| * | | x86/mm: Fix page table dump to show PAT bitToshi Kani2015-09-221-18/+21
| * | | 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
| * | | x86/vdso32: Define PGTABLE_LEVELS to 32bit VDSOToshi Kani2015-09-221-0/+2
* | | | Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-11-0313-339/+338
|\ \ \ \
| * | | | 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-088-7/+9
| * | | | x86/headers: Remove direct sigcontext32.h usesIngo Molnar2015-09-084-4/+4
| * | | | x86/headers: Convert sigcontext_ia32 uses to sigcontext_32Ingo Molnar2015-09-085-16/+22
| * | | | 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-082-3/+5
| * | | | 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-085-7/+8
| * | | | 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-0333-243/+1374
|\ \ \ \ \
| * | | | | x86/fpu: Fixup uninitialized feature_name warningBorislav Petkov2015-09-241-1/+1
| * | | | | x86/fpu/math-emu: Add support for FISTTP instructionsDenys Vlasenko2015-09-201-12/+51
| * | | | | x86/fpu/math-emu, selftests: Add test for FISTTP instructionsDenys Vlasenko2015-09-202-1/+138
| * | | | | x86/fpu/math-emu: Add support for FCMOVcc insnsDenys Vlasenko2015-09-203-9/+87
| * | | | | x86/fpu/math-emu: Add support for F[U]COMI[P] insnsDenys Vlasenko2015-09-203-12/+147
| * | | | | x86/fpu/math-emu: Remove define layer for undocumented opcodesDenys Vlasenko2015-09-201-22/+21
| * | | | | x86/fpu/math-emu, selftests: Add tests for FCMOV and FCOMI insnsDenys Vlasenko2015-09-203-2/+427
| * | | | | x86/fpu/math-emu: Remove !NO_UNDOC_CODEDenys Vlasenko2015-09-151-36/+0
| * | | | | x86/fpu: Check CPU-provided sizes against struct declarationsDave Hansen2015-09-141-0/+45
| * | | | | x86/fpu: Check to ensure increasing-offset xstate offsetsDave Hansen2015-09-141-11/+24
| * | | | | x86/fpu: Correct and check XSAVE xstate size calculationsDave Hansen2015-09-141-10/+174
OpenPOWER on IntegriCloud