aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-30x86/mm/cpa: Flush direct map alias during cpaRick Edgecombe1-4/+8
2020-04-10mm/memory_hotplug: add pgprot_t to mhp_paramsLogan Gunthorpe2-1/+13
2020-04-10x86/mm: introduce __set_memory_prot()Logan Gunthorpe1-0/+13
2020-04-10x86/mm: thread pgprot_t through init_memory_mapping()Logan Gunthorpe4-20/+27
2020-04-10mm/memory_hotplug: rename mhp_restrictions to mhp_paramsLogan Gunthorpe2-6/+6
2020-04-10mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual1-1/+1
2020-04-08Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus 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-03-31Merge 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/git/tip/tipLinus Torvalds3-47/+4
2020-03-31Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-20/+5
2020-03-30Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2020-03-28Merge branch 'next.uaccess-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into x86/cleanupsThomas Gleixner1-12/+0
2020-03-27x86/mm/set_memory: Fix -Wmissing-prototypes warningsBenjamin Thiel2-7/+4
2020-03-27x86/mm: Mark setup_emu2phys_nid() staticBenjamin Thiel1-1/+1
2020-03-26kill uaccess_try()Al Viro1-12/+0
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-2/+45
2020-03-25x86/smp: Replace cpu_up/down() with add/remove_cpu()Qais Yousef1-2/+2
2020-03-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2020-03-21x86/mm: split vmalloc_sync_all()Joerg Roedel1-2/+24
2020-03-19x86/ioremap: Fix CONFIG_EFI=n buildBorislav Petkov1-0/+3
2020-03-17x86/mm: Remove the now redundant N_MEMORY checkBaoquan He1-2/+1
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-5/+9
2020-03-13x86/mm: Rename is_kernel_text to __is_kernel_textJiri Olsa1-5/+9
2020-03-12x86/mm/kmmio: Use this_cpu_ptr() instead get_cpu_var() for kmmio_ctxSebastian Andrzej Siewior1-7/+3
2020-03-11x86/ioremap: Map EFI runtime services data as encrypted for SEVTom Lendacky1-0/+18
2020-03-05x86/mm/init/32: Stop printing the virtual memory layoutArvind Sankar1-38/+0
2020-02-29x86/mm: Fix dump_pagetables with Xen PVJuergen Gross1-6/+1
2020-02-18x86/NUMA: Provide a range-to-target_node lookup facilityDan Williams1-10/+51
2020-02-17x86/mm: Introduce CONFIG_NUMA_KEEP_MEMINFODan Williams1-5/+1
2020-02-04x86: mm: avoid allocating struct mm_struct on the stackSteven Price2-19/+9
2020-02-04mm: ptdump: reduce level numbers by 1 in note_page()Steven Price1-9/+10
2020-02-04x86: mm: convert dump_pagetables to use walk_page_rangeSteven Price2-229/+67
2020-02-04x86: mm: convert ptdump_walk_pgd_level_debugfs() to take an mm_structSteven Price2-12/+10
2020-02-04x86: mm+efi: convert ptdump_walk_pgd_level() to take a mm_structSteven Price1-2/+2
2020-02-04x86: mm: point to struct seq_file from struct pg_stateSteven Price1-34/+35
2020-01-31Merge tag 'kvm-5.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+11
2020-01-30Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/daveh/x86-mpxLinus Torvalds4-946/+0
2020-01-28Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-21/+0
2020-01-28Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-27/+12
2020-01-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-64/+0
2020-01-28Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds14-307/+354
2020-01-27Merge tag 'smp-core-2020-01-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2020-01-27x86/mm: Introduce lookup_address_in_mm()Sean Christopherson1-0/+11
2020-01-24smp: Remove allocation mask from on_each_cpu_cond.*()Sebastian Andrzej Siewior1-1/+1
2020-01-23x86/mpx: remove MPX from arch/x86Dave Hansen3-945/+0
2020-01-23x86/mpx: remove build infrastructureDave Hansen1-1/+0