summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86/vdso: Use .fault for the vDSO text mappingAndy Lutomirski2016-01-123-17/+19
* x86/vdso: Track each mm's loaded vDSO image as well as its baseAndy Lutomirski2016-01-122-1/+3
* mm: Add vm_insert_pfn_prot()Andy Lutomirski2016-01-122-2/+25
* mm: Add a vm_special_mapping.fault() methodAndy Lutomirski2016-01-122-7/+28
* x86/boot: Hide local labels in verify_cpu()Borislav Petkov2016-01-121-25/+25
* x86/fpu: Disable AVX when eagerfpu is offyu-cheng yu2016-01-122-5/+12
* x86/fpu: Disable MPX when eagerfpu is offyu-cheng yu2016-01-123-14/+46
* x86/fpu: Disable XGETBV1 when no XSAVEyu-cheng yu2016-01-121-0/+1
* x86/fpu: Fix early FPU command-line parsingyu-cheng yu2016-01-121-71/+38
* x86/mm: Use PAGE_ALIGNED instead of IS_ALIGNEDKefeng Wang2016-01-121-2/+1
* selftests/x86: Disable the ldt_gdt_64 test for nowAndy Lutomirski2016-01-121-2/+3
* x86/mm/pat: Make split_page_count() check for empty levels to fix /proc/memin...Dave Jones2016-01-121-0/+3
* Merge commit 'linus' into x86/urgent, to pick up recent x86 changesIngo Molnar2016-01-12576-5089/+20459
|\
| * Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-01-126-3/+107
| |\
| | * x86/platform/calgary: Constify cal_chipset_ops structuresJulia Lawall2015-11-292-3/+3
| | * x86/pm: Introduce quirk framework to save/restore extra MSR registers around ...Chen Yu2015-11-264-0/+104
| * | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-01-1218-54/+146
| |\ \
| | * | x86/mm: Micro-optimise clflush_cache_range()Chris Wilson2016-01-081-4/+6
| | * | x86/mm/pat: Change free_memtype() to support shrinking caseToshi Kani2016-01-052-10/+44
| | * | x86/mm/pat: Add untrack_pfn_moved for mremapToshi Kani2016-01-053-1/+23
| | * | x86/mm: Drop WARN from multi-BAR checkLaura Abbott2015-12-291-2/+2
| | * | x86/LDT: Print the real LDT base addressJan Beulich2015-12-291-1/+1
| | * | x86/mm/64: Enable SWIOTLB if system has SRAT memory regions above MAX_DMA32_PFNIgor Mammedov2015-12-061-1/+1
| | * | x86/mm: Introduce max_possible_pfnIgor Mammedov2015-12-065-0/+10
| | * | x86/mm/ptdump: Make (debugfs)/kernel_page_tables read-onlyBorislav Petkov2015-12-041-1/+1
| | * | x86/mm/mtrr: Mark the 'range_new' static variable in mtrr_calc_range_state() ...Rasmus Villemoes2015-12-041-2/+9
| | * | x86/mm: Turn CONFIG_X86_PTDUMP into a moduleKees Cook2015-11-234-33/+50
| * | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-01-123-94/+87
| |\ \ \
| | * | | x86/fpu: Put a few variables in .init.dataRasmus Villemoes2015-11-272-4/+4
| | * | | x86/fpu: Get rid of xstate_fault()Borislav Petkov2015-11-241-53/+52
| | * | | x86/fpu: Add an XSTATE_OP() macroBorislav Petkov2015-11-241-37/+31
| | |/ /
| * | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-01-1213-74/+129
| |\ \ \
| | * | | x86: Replace RDRAND forced-reseed with simple sanity checkLen Brown2015-11-251-13/+12
| | * | | x86/MSR: Chop off lower 32-bit valueBorislav Petkov2015-11-241-1/+1
| | * | | x86/cpu: Fix MSR value truncation issueBorislav Petkov2015-11-241-1/+1
| | * | | x86/cpu/amd, kvm: Satisfy guest kernel reads of IC_CFG MSRBorislav Petkov2015-11-243-2/+20
| | * | | kvm: Add accessors for guest CPU's family, model, steppingBorislav Petkov2015-11-241-0/+34
| | * | | x86/cpu: Unify CPU family, model, stepping calculationBorislav Petkov2015-11-247-57/+61
| | |/ /
| * | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-01-1242-275/+148
| |\ \ \
| | * | | arch/x86/kernel/ptrace.c: Remove unused arg_offs_tablechengang@emindsoft.com.cn2015-12-291-15/+0
| | * | | x86/mm: Align macro definesBorislav Petkov2015-12-191-3/+3
| | * | | x86/cpu: Provide a config option to disable static_cpu_hasBorislav Petkov2015-12-192-1/+12
| | * | | x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov2015-12-1924-68/+48
| | * | | x86/cpufeature: Cleanup get_cpu_cap()Borislav Petkov2015-12-194-28/+45
| | * | | x86/cpufeature: Move some of the scattered feature bits to x86_capabilityBorislav Petkov2015-12-193-42/+37
| | * | | Merge branch 'linus' into x86/cleanupsThomas Gleixner2015-12-199086-223184/+443546
| | |\ \ \
| | * | | | x86/paravirt: Remove paravirt ops pmd_update[_defer] and pte_update_deferJuergen Gross2015-11-257-47/+3
| | * | | | x86/paravirt: Remove unused pv_apic_ops structureJuergen Gross2015-11-196-44/+0
| | * | | | x86/tsc: Remove unused tsc_pre_init() hookThomas Gleixner2015-11-193-5/+0
| | * | | | x86: Remove unused function cpu_has_ht_siblings()Juergen Gross2015-11-171-9/+0