aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
AgeCommit message (Expand)AuthorFilesLines
2019-04-21x86/fault: Make fault messages more succinctBorislav Petkov1-3/+3
2019-04-19x86/fault: Decode and print #PF oops in human readable formSean Christopherson1-31/+11
2019-04-19x86/fault: Reword initial BUG message for unhandled page faultsSean Christopherson1-3/+6
2019-04-18x86/mm/KASLR: Fix the size of the direct mapping sectionBaoquan He1-1/+1
2019-04-17x86/speculation: Support 'mitigations=' cmdline optionJosh Poimboeuf1-1/+3
2019-04-17x86/exceptions: Split debug IST stackThomas Gleixner1-1/+3
2019-04-17x86/traps: Use cpu_entry_area instead of orig_istThomas Gleixner1-1/+2
2019-04-17x86/cpu_entry_area: Provide exception stack accessorThomas Gleixner1-0/+4
2019-04-17x86/cpu_entry_area: Prepare for IST guard pagesThomas Gleixner1-7/+30
2019-04-17x86/exceptions: Add structs for exception stacksThomas Gleixner1-5/+3
2019-04-17x86/cpu_entry_area: Cleanup setup functionsThomas Gleixner1-10/+9
2019-04-17x86/exceptions: Make IST index zero basedThomas Gleixner1-1/+1
2019-04-16x86/mm/tlb: Revert "x86/mm: Align TLB invalidation info"Peter Zijlstra1-1/+1
2019-04-16x86/mm: Prevent bogus warnings with "noexec=off"Thomas Gleixner2-2/+3
2019-04-12x86/pkeys: Add PKRU value to init_fpstateSebastian Andrzej Siewior1-0/+6
2019-04-11x86/fpu: Eager switch PKRU stateRik van Riel1-1/+0
2019-04-11x86/pkeys: Don't check if PKRU is zero before writing itSebastian Andrzej Siewior1-7/+0
2019-04-10x86/fpu: Use a feature number instead of mask in two more helpersSebastian Andrzej Siewior1-3/+3
2019-04-10x86/fpu: Remove fpu->initializedSebastian Andrzej Siewior1-6/+1
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus1-2/+2
2019-04-08x86/mm: Convert some slow-path static_cpu_has() callers to boot_cpu_has()Borislav Petkov3-5/+5
2019-04-05x86/mm/KASLR: Reduce randomization granularity for 5-level paging to 1GBBaoquan He1-8/+2
2019-04-05x86/mm/KASLR: Use only one PUD entry for real mode trampolineBaoquan He1-47/+37
2019-03-28x86/mm: Don't exceed the valid physical address spaceRalph Campbell1-1/+1
2019-03-22x86/mm/pti: Make local symbols staticValdis Kletnieks1-2/+2
2019-03-12memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport1-6/+8
2019-03-12memblock: drop __memblock_alloc_base()Mike Rapoport1-8/+4
2019-03-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2019-03-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2019-03-07mm: create the new vm_fault_t typeSouptick Joarder1-1/+1
2019-03-07Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-6/+1
2019-03-06x86/mm: Remove unused variable 'old_pte'Qian Cai1-2/+2
2019-03-06x86/mm: Remove unused variable 'cpu'Qian Cai1-3/+0
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2019-03-06Merge tag 'asm-generic-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-1/+1
2019-03-06Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2019-03-05numa: make "nr_node_ids" unsigned intAlexey Dobriyan1-2/+2
2019-03-04x86-64: add warning for non-canonical user access address dereferencesLinus Torvalds1-0/+1
2019-02-25Revert "x86/fault: BUG() when uaccess helpers fault on kernel addresses"Linus Torvalds1-58/+0
2019-02-18x86/mpx: tweak header nameMichael S. Tsirkin1-1/+1
2019-02-14x86/mm/dump_pagetables: Remove the unused prev_pud variableShaokun Zhang1-2/+0
2019-02-08x86/cpu_entry_area: Move percpu_setup_debug_store() to __init sectionSergey Senozhatsky1-1/+1
2019-02-08x86/mm/cpa: Fix set_mce_nospec()Peter Zijlstra1-25/+25
2019-02-04x86: Make ARCH_USE_MEMREMAP_PROT a generic Kconfig symbolArd Biesheuvel1-2/+2
2019-01-29x86/fault: Fix sign-extend unintended sign extensionColin Ian King1-1/+1
2019-01-29x86/mm/tlb: Remove unused cpu variableShaokun Zhang1-3/+0
2019-01-15x86/mm/mem_encrypt: Fix erroneous sizeof()Peng Hao1-2/+2
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)1-2/+2
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1