aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-40/+47
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-7/+0
2018-12-28lib/ioremap: ensure break-before-make is used for huge p4d mappingsWill Deacon1-0/+8
2018-12-28x86/pgtable: drop pXd_none() checks from pXd_free_pYd_table()Will Deacon1-6/+0
2018-12-28mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador2-2/+3
2018-12-28mm: make free_reserved_area() return "const char *"Alexey Dobriyan1-1/+1
2018-12-28kasan: rename kasan_zero_page to kasan_early_shadow_pageAndrey Konovalov2-31/+35
2018-12-26Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-332/+308
2018-12-26Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2018-12-26Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2018-12-26Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+38
2018-12-25Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2018-12-18x86/mm/dump_pagetables: Use DEFINE_SHOW_ATTRIBUTE()Yangtao Li1-51/+7
2018-12-17x86/mm/cpa: Rename @addrinarray to @numpagesPeter Zijlstra1-26/+26
2018-12-17x86/mm/cpa: Better use CLFLUSHOPTPeter Zijlstra1-12/+17
2018-12-17x86/mm/cpa: Fold cpa_flush_range() and cpa_flush_array() into a single cpa_flush() functionPeter Zijlstra1-74/+18
2018-12-17x86/mm/cpa: Make cpa_data::numpages invariantPeter Zijlstra1-8/+13
2018-12-17x86/mm/cpa: Optimize cpa_flush_array() TLB invalidationPeter Zijlstra3-19/+29
2018-12-17x86/mm/cpa: Simplify the code after making cpa->vaddr invariantPeter Zijlstra2-14/+6
2018-12-17x86/mm/cpa: Make cpa_data::vaddr invariantPeter Zijlstra1-10/+8
2018-12-17x86/mm/cpa: Add __cpa_addr() helperPeter Zijlstra1-19/+19
2018-12-17x86/mm/cpa: Add ARRAY and PAGES_ARRAY selftestsPeter Zijlstra1-4/+24
2018-12-17Merge branch 'x86/urgent' into x86/mm, to pick up dependent fixIngo Molnar4-48/+119
2018-12-17x86/mm/cpa: Fix cpa_flush_array() TLB invalidationPeter Zijlstra1-8/+16
2018-12-13dma-direct: merge swiotlb_dma_ops into the dma_direct codeChristoph Hellwig1-7/+0
2018-12-11x86/mm: Fix decoy address handling vs 32-bit buildsDan Williams1-2/+11
2018-12-11x86/speculation/l1tf: Drop the swap storage limit restriction when l1tf=offMichal Hocko1-1/+1
2018-12-11x86/dump_pagetables: Fix LDT remap address markerKirill A. Shutemov1-5/+2
2018-12-11x86/mm: Fix guard hole handlingKirill A. Shutemov1-4/+4
2018-12-05x86/mm: Drop usage of __flush_tlb_all() in kernel_physical_mapping_init()Dan Williams1-6/+0
2018-12-05x86/mm: Validate kernel_physical_mapping_init() PTE populationDan Williams1-12/+12
2018-12-03x86/pkeys: Make init_pkru_value staticSebastian Andrzej Siewior1-0/+1
2018-12-03x86: Fix various typos in commentsIngo Molnar1-1/+1
2018-11-30x86/mm/pageattr: Introduce helper function to unmap EFI boot servicesSai Praneeth Prakhya1-2/+38
2018-11-28x86/speculation: Prepare for conditional IBPB in switch_mm()Thomas Gleixner1-29/+86
2018-11-22x86/fault: Clean up the page fault oops decoder a bitIngo Molnar1-15/+23
2018-11-22x86/fault: Decode page fault OOPSes betterAndy Lutomirski1-0/+84
2018-11-22x86/fault: Don't try to recover from an implicit supervisor accessAndy Lutomirski1-0/+10
2018-11-22x86/fault: Remove sw_error_codeAndy Lutomirski1-39/+11
2018-11-20x86/fault: Don't set thread.cr2, etc before OOPSingAndy Lutomirski1-8/+0
2018-11-20x86/fault: Make error_code sanitization more robustAndy Lutomirski1-9/+21
2018-11-20x86/fault: Improve the condition for signalling vs OOPSingAndy Lutomirski1-1/+1
2018-11-20x86/fault: Fix SMAP #PF handling buglet for implicit supervisor accessesAndy Lutomirski1-3/+6
2018-11-20x86/fault: Fold smap_violation() into do_user_addr_fault()Andy Lutomirski1-17/+6
2018-11-20x86/cpufeatures, x86/fault: Mark SMAP as disabled when configured outAndy Lutomirski1-4/+1
2018-11-20x86/fault: Check user_mode(regs) when avoiding an mmap_sem deadlockAndy Lutomirski1-5/+2
2018-11-12x86/mm/fault: Allow stack access below %rspWaiman Long1-12/+0