summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-025-228/+33
|\
| * x86/mm: remove vmalloc faultingJoerg Roedel2020-06-023-178/+1
| * mm: remove vmalloc_sync_(un)mappings()Joerg Roedel2020-06-021-37/+0
| * x86/mm/32: implement arch_sync_kernel_mappings()Joerg Roedel2020-06-021-9/+16
| * x86/mm/64: implement arch_sync_kernel_mappings()Joerg Roedel2020-06-021-0/+5
| * mm: ptdump: expand type of 'val' in note_page()Steven Price2020-06-021-1/+1
| * x86: mm: ptdump: calculate effective permissions correctlySteven Price2020-06-021-13/+20
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-06-021-3/+1
|\ \
| * | x86/32: Remove CONFIG_DOUBLEFAULTBorislav Petkov2020-04-141-3/+1
* | | Merge tag 'x86-cleanups-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-06-013-36/+2
|\ \ \ | |_|/ |/| |
| * | x86/mm: Drop deprecated DISCONTIGMEM support for 32-bitMike Rapoport2020-05-281-34/+0
| * | x86/mm: Stop printing BRK addressesArvind Sankar2020-05-231-2/+0
| * | x86/mm/mmap: Fix -Wmissing-prototypes warningsBenjamin Thiel2020-04-221-0/+2
| |/
* | x86/mmiotrace: Use cpumask_available() for cpumask_var_t variablesNathan Chancellor2020-05-191-2/+2
* | Merge tag 'trace-v5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-05-141-0/+3
|\ \
| * | x86/ftrace: Have ftrace trampolines turn read-only at the end of system boot upSteven Rostedt (VMware)2020-05-131-0/+3
| |/
* / x86/mm/cpa: Flush direct map alias during cpaRick Edgecombe2020-04-301-4/+8
|/
* mm/memory_hotplug: add pgprot_t to mhp_paramsLogan Gunthorpe2020-04-112-1/+13
* x86/mm: introduce __set_memory_prot()Logan Gunthorpe2020-04-111-0/+13
* x86/mm: thread pgprot_t through init_memory_mapping()Logan Gunthorpe2020-04-114-20/+27
* mm/memory_hotplug: rename mhp_restrictions to mhp_paramsLogan Gunthorpe2020-04-112-6/+6
* mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual2020-04-111-1/+1
* Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-091-15/+52
|\
| * x86/NUMA: Provide a range-to-target_node lookup facilityDan Williams2020-02-181-10/+51
| * x86/mm: Introduce CONFIG_NUMA_KEEP_MEMINFODan Williams2020-02-171-5/+1
* | mm/vma: make vma_is_accessible() available for general useAnshuman Khandual2020-04-071-1/+1
* | mm: allow VM_FAULT_RETRY for multiple timesPeter Xu2020-04-021-2/+0
* | mm: introduce FAULT_FLAG_DEFAULTPeter Xu2020-04-021-1/+1
* | x86/mm: use helper fault_signal_pending()Peter Xu2020-04-021-15/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-04-011-5/+9
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-262-2/+45
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-141-5/+9
| |\ \ \
| | * | | x86/mm: Rename is_kernel_text to __is_kernel_textJiri Olsa2020-03-131-5/+9
| | | |/ | | |/|
* | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-03-313-47/+4
|\ \ \ \
| * | | | x86/mm: Remove the now redundant N_MEMORY checkBaoquan He2020-03-171-2/+1
| * | | | x86/mm/kmmio: Use this_cpu_ptr() instead get_cpu_var() for kmmio_ctxSebastian Andrzej Siewior2020-03-121-7/+3
| * | | | x86/mm/init/32: Stop printing the virtual memory layoutArvind Sankar2020-03-051-38/+0
| | |/ / | |/| |
* | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-03-314-20/+5
|\ \ \ \
| * \ \ \ Merge branch 'next.uaccess-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Thomas Gleixner2020-03-281-12/+0
| |\ \ \ \
| | * | | | kill uaccess_try()Al Viro2020-03-261-12/+0
| | |/ / /
| * | | | x86/mm/set_memory: Fix -Wmissing-prototypes warningsBenjamin Thiel2020-03-272-7/+4
| * | | | x86/mm: Mark setup_emu2phys_nid() staticBenjamin Thiel2020-03-271-1/+1
| |/ / /
* | | | Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-03-311-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | x86/smp: Replace cpu_up/down() with add/remove_cpu()Qais Yousef2020-03-251-2/+2
| | |/ | |/|
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-03-241-0/+3
|\ \ \
| * | | x86/ioremap: Fix CONFIG_EFI=n buildBorislav Petkov2020-03-191-0/+3
* | | | x86/mm: split vmalloc_sync_all()Joerg Roedel2020-03-221-2/+24
|/ / /
* / / x86/ioremap: Map EFI runtime services data as encrypted for SEVTom Lendacky2020-03-111-0/+18
|/ /
* / x86/mm: Fix dump_pagetables with Xen PVJuergen Gross2020-02-291-6/+1
|/
* x86: mm: avoid allocating struct mm_struct on the stackSteven Price2020-02-042-19/+9