summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/memory_hotplug: add pgprot_t to mhp_paramsLogan Gunthorpe2020-04-102-1/+13
* x86/mm: introduce __set_memory_prot()Logan Gunthorpe2020-04-101-0/+13
* x86/mm: thread pgprot_t through init_memory_mapping()Logan Gunthorpe2020-04-104-20/+27
* mm/memory_hotplug: rename mhp_restrictions to mhp_paramsLogan Gunthorpe2020-04-102-6/+6
* mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual2020-04-101-1/+1
* Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-081-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-03-311-5/+9
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-252-2/+45
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-131-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-301-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-211-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
* mm: ptdump: reduce level numbers by 1 in note_page()Steven Price2020-02-041-9/+10
* x86: mm: convert dump_pagetables to use walk_page_rangeSteven Price2020-02-042-229/+67
* x86: mm: convert ptdump_walk_pgd_level_debugfs() to take an mm_structSteven Price2020-02-042-12/+10
* x86: mm+efi: convert ptdump_walk_pgd_level() to take a mm_structSteven Price2020-02-041-2/+2
* x86: mm: point to struct seq_file from struct pg_stateSteven Price2020-02-041-34/+35
* Merge tag 'kvm-5.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-01-311-0/+11
|\
| * x86/mm: Introduce lookup_address_in_mm()Sean Christopherson2020-01-271-0/+11
* | Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2020-01-304-946/+0
|\ \
| * | x86/mpx: remove MPX from arch/x86Dave Hansen2020-01-233-945/+0
| * | x86/mpx: remove build infrastructureDave Hansen2020-01-231-1/+0
* | | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-01-281-21/+0
|\ \ \
| * | | x86/kasan: Print original address on #GPJann Horn2019-12-311-21/+0
* | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-01-281-27/+12
|\ \ \ \
| * | | | x86/context-tracking: Remove exception_enter/exit() from do_page_fault()Frederic Weisbecker2020-01-071-27/+12
| | |_|/ | |/| |
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-01-282-64/+0
|\ \ \ \
| * | | | Merge tag 'v5.5-rc7' into perf/core, to pick up fixesIngo Molnar2020-01-202-6/+2
| |\| | |
| * | | | Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar2019-12-107-15/+88
| |\ \ \ \ | | | |/ / | | |/| |