summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/mm: Fix dump pagetables for 4 levels of page tablesJuergen Gross2017-04-131-1/+1
* x86/mpx: Correctly report do_mpx_bt_fault() failures to user-spaceJoerg Roedel2017-04-121-9/+1
* Merge branch 'x86/boot' into x86/mm, to avoid conflictIngo Molnar2017-04-1112-30/+80
|\
| * Merge branch 'WIP.x86/boot' into x86/boot, to pick up ready branchIngo Molnar2017-04-1112-30/+80
| |\
| | * Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up up...Ingo Molnar2017-03-018-24/+104
| | |\
| | * | x86/boot/e820: Rename the remaining E820 APIs to the e820__*() prefixIngo Molnar2017-01-281-1/+1
| | * | x86/boot/e820: Clean up the E820 table size define namesIngo Molnar2017-01-282-5/+5
| | * | x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_"Ingo Molnar2017-01-282-7/+7
| | * | x86/boot/e820: Rename e820_any_mapped()/e820_all_mapped() to e820__mapped_any...Ingo Molnar2017-01-281-6/+6
| | * | x86/boot/e820: Move the memblock_find_dma_reserve() function and rename it to...Ingo Molnar2017-01-281-0/+47
| | * | x86/boot/e820: Remove unnecessary #include <linux/ioport.h> from asm/e820/api.hIngo Molnar2017-01-282-0/+2
| | * | x86/boot/e820: Remove spurious asm/e820/api.h inclusionsIngo Molnar2017-01-281-0/+1
| | * | x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar2017-01-2811-11/+11
* | | | Revert "x86/mm/numa: Remove numa_nodemask_from_meminfo()"Thomas Gleixner2017-04-081-1/+20
* | | | x86/kasan: Extend KASAN to support 5-level pagingKirill A. Shutemov2017-04-041-2/+16
* | | | x86/mm: Add basic defines/helpers for CONFIG_X86_5LEVEL=yKirill A. Shutemov2017-04-041-1/+31
* | | | Merge tag 'v4.11-rc5' into x86/mm, to refresh the branchIngo Molnar2017-04-033-3/+4
|\ \ \ \
| * | | | x86/mm/KASLR: Exclude EFI region from KASLR VA space randomizationBaoquan He2017-03-241-2/+2
| * | | | x86/mpx: Make unnecessarily global function staticTobias Klauser2017-03-161-1/+1
| * | | | x86/kasan: Fix boot with KASAN=y and PROFILE_ANNOTATED_BRANCHES=yAndrey Ryabinin2017-03-141-0/+1
* | | | | x86/mm/numa: Remove numa_nodemask_from_meminfo()Wei Yang2017-04-031-20/+1
* | | | | x86/mm/numa: Improve alloc_node_data() error path messageWei Yang2017-04-031-2/+2
* | | | | x86/boot/32: Flip the logic in test_wp_bit()Borislav Petkov2017-03-311-8/+7
* | | | | x86/boot/32: Rewrite test_wp_bit()Andy Lutomirski2017-03-301-34/+7
* | | | | Merge branch 'x86/cpu' into x86/mm, before applying dependent patchIngo Molnar2017-03-301-4/+5
|\ \ \ \ \
| * | | | | x86/cpu: Drop wp_works_ok member of struct cpuinfo_x86Mathias Krause2017-03-111-4/+5
| |/ / / /
* | | | | x86/dump_pagetables: Add support for 5-level pagingKirill A. Shutemov2017-03-301-14/+45
* | | | | x86: Convert the rest of the code to support p4d_tKirill A. Shutemov2017-03-271-38/+145
* | | | | x86/kasan: Prepare clear_pgds() to switch to <asm-generic/pgtable-nop4d.h>Kirill A. Shutemov2017-03-271-2/+13
* | | | | x86/mm/pat: Add 5-level paging supportKirill A. Shutemov2017-03-271-14/+40
* | | | | x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementationKirill A. Shutemov2017-03-182-497/+1
* | | | | x86/mm: Correct fixmap header usage on adaptable MODULES_ENDThomas Garnier2017-03-182-2/+0
* | | | | x86/mm: Adapt MODULES_END based on fixmap section sizeThomas Garnier2017-03-162-0/+2
* | | | | x86/hugetlb: Adjust to the new native/compat mmap basesDmitry Safonov2017-03-142-3/+20
* | | | | x86/mm/vmalloc: Add 5-level paging supportKirill A. Shutemov2017-03-141-3/+24
* | | | | x86/mm/ident_map: Add 5-level paging supportKirill A. Shutemov2017-03-141-7/+44
* | | | | x86/mm/gup: Add 5-level paging supportKirill A. Shutemov2017-03-141-6/+27
* | | | | x86/mm: Convert trivial cases of page table walk to 5-level pagingKirill A. Shutemov2017-03-145-15/+61
* | | | | x86/mm: Introduce mmap_compat_base() for 32-bit mmap()Dmitry Safonov2017-03-131-13/+34
* | | | | x86/mm: Add task_size parameter to mmap_base()Dmitry Safonov2017-03-131-18/+32
* | | | | x86/mm: Introduce arch_rnd() to compute 32/64 mmap random baseDmitry Safonov2017-03-131-12/+14
|/ / / /
* | | | x86, mm: unify exit paths in gup_pte_range()Dan Williams2017-03-101-19/+20
* | | | x86, mm: fix gup_pte_range() vs DAX mappingsDan Williams2017-03-101-2/+6
|/ / /
* | | sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linu...Ingo Molnar2017-03-021-0/+1
* | | sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-021-0/+1
* | | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* | | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+2
* | | sched/headers: Prepare for new header dependencies before moving more code to...Ingo Molnar2017-03-022-0/+2
* | | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
| |/ |/|
* | mm: add arch-independent testcases for RODATAJinbum Park2017-02-282-9/+0