summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/asm: Remove unused L3_PAGE_OFFSETAlexander Kuleshov2016-01-271-1/+0
* x86/asm: Add C versions of frame pointer macrosJosh Poimboeuf2016-01-191-3/+13
* x86/asm: Clean up frame pointer macrosJosh Poimboeuf2016-01-191-16/+27
* x86/signal: Cleanup get_nr_restart_syscall()Dmitry V. Levin2016-01-191-5/+8
* x86/asm/entry: Remove unused SAVE_ALL/RESTORE_ALL macros for !CONFIG_x86_64Alexander Kuleshov2016-01-191-31/+0
* x86/vdso: Disallow vvar access to vclock IO for never-used vclocksAndy Lutomirski2016-01-124-7/+21
* x86/vdso: Use ->fault() instead of remap_pfn_range() for the vvar mappingAndy Lutomirski2016-01-121-40/+57
* 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
* 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
* 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-12137-884/+2106
|\
| * 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-1213-53/+127
| |\ \
| | * | 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-051-0/+10
| | * | 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-062-0/+4
| | * | 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-1237-269/+141
| |\ \
| | * | 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-1919-62/+41
| | * | 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-191597-19901/+45133
| | |\ \