summaryrefslogtreecommitdiff
path: root/arch/x86/mm
AgeCommit message (Expand)AuthorFilesLines
2020-06-05arch/kunmap_atomic: consolidate duplicate codeIra Weiny1-5/+2
2020-06-05arch/kmap_atomic: consolidate duplicate codeIra Weiny1-14/+0
2020-06-05{x86,powerpc,microblaze}/kmap: move preempt disableIra Weiny1-8/+2
2020-06-05arch/kunmap: remove duplicate kunmap implementationsIra Weiny1-9/+0
2020-06-05arch/kmap: remove redundant arch specific kmapsIra Weiny1-9/+0
2020-06-05arch/kmap: remove BUG_ON()Ira Weiny1-2/+1
2020-06-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-23/+27
2020-06-04mm/thp: rename pmd_mknotpresent() as pmd_mkinvalid()Anshuman Khandual1-1/+1
2020-06-04hugetlbfs: remove hugetlb_add_hstate() warning for existing hstateMike Kravetz1-1/+1
2020-06-04hugetlbfs: move hugepagesz= parsing to arch independent codeMike Kravetz1-16/+0
2020-06-04hugetlbfs: add arch_hugetlb_valid_sizeMike Kravetz1-4/+13
2020-06-04mm: make deferred init's max threads arch-specificDaniel Jordan1-0/+12
2020-06-04mm: rename free_area_init_node() to free_area_init_memoryless_node()Mike Rapoport1-4/+1
2020-06-04mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport1-1/+1
2020-06-04mm: memblock: replace dereferences of memblock_region.nid with API callsMike Rapoport1-2/+4
2020-06-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+19
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-228/+33
2020-06-02x86/mm: remove vmalloc faultingJoerg Roedel3-178/+1
2020-06-02mm: remove vmalloc_sync_(un)mappings()Joerg Roedel1-37/+0
2020-06-02x86/mm/32: implement arch_sync_kernel_mappings()Joerg Roedel1-9/+16
2020-06-02x86/mm/64: implement arch_sync_kernel_mappings()Joerg Roedel1-0/+5
2020-06-02mm: ptdump: expand type of 'val' in note_page()Steven Price1-1/+1
2020-06-02x86: mm: ptdump: calculate effective permissions correctlySteven Price1-13/+20
2020-06-02Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-3/+1
2020-06-01Merge tag 'x86-cleanups-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-36/+2
2020-05-28x86/mm: Drop deprecated DISCONTIGMEM support for 32-bitMike Rapoport1-34/+0
2020-05-23x86/mm: Stop printing BRK addressesArvind Sankar1-2/+0
2020-05-19x86/mmiotrace: Use cpumask_available() for cpumask_var_t variablesNathan Chancellor1-2/+2
2020-05-19x86/kvm: Handle async page faults directly through do_page_fault()Andy Lutomirski1-0/+19
2020-05-14Merge tag 'trace-v5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-0/+3
2020-05-13x86/ftrace: Have ftrace trampolines turn read-only at the end of system boot upSteven Rostedt (VMware)1-0/+3
2020-04-30x86/mm/cpa: Flush direct map alias during cpaRick Edgecombe1-4/+8
2020-04-22x86/mm/mmap: Fix -Wmissing-prototypes warningsBenjamin Thiel1-0/+2
2020-04-14x86/32: Remove CONFIG_DOUBLEFAULTBorislav Petkov1-3/+1
2020-04-11mm/memory_hotplug: add pgprot_t to mhp_paramsLogan Gunthorpe2-1/+13
2020-04-11x86/mm: introduce __set_memory_prot()Logan Gunthorpe1-0/+13
2020-04-11x86/mm: thread pgprot_t through init_memory_mapping()Logan Gunthorpe4-20/+27
2020-04-11mm/memory_hotplug: rename mhp_restrictions to mhp_paramsLogan Gunthorpe2-6/+6
2020-04-11mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual1-1/+1
2020-04-09Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-15/+52
2020-04-07mm/vma: make vma_is_accessible() available for general useAnshuman Khandual1-1/+1
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu1-2/+0
2020-04-02mm: introduce FAULT_FLAG_DEFAULTPeter Xu1-1/+1
2020-04-02x86/mm: use helper fault_signal_pending()Peter Xu1-15/+13
2020-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-5/+9
2020-03-31Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-47/+4
2020-03-31Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-20/+5
2020-03-31Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2020-03-28Merge branch 'next.uaccess-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Thomas Gleixner1-12/+0
2020-03-27x86/mm/set_memory: Fix -Wmissing-prototypes warningsBenjamin Thiel2-7/+4