| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "x86/mm/numa: Remove numa_nodemask_from_meminfo()" | Thomas Gleixner | 2017-04-08 | 1 | -1/+20 |
* | x86/kasan: Extend KASAN to support 5-level paging | Kirill A. Shutemov | 2017-04-04 | 1 | -2/+16 |
* | x86/mm: Add basic defines/helpers for CONFIG_X86_5LEVEL=y | Kirill A. Shutemov | 2017-04-04 | 1 | -1/+31 |
* | Merge tag 'v4.11-rc5' into x86/mm, to refresh the branch | Ingo Molnar | 2017-04-03 | 3 | -3/+4 |
|\ |
|
| * | x86/mm/KASLR: Exclude EFI region from KASLR VA space randomization | Baoquan He | 2017-03-24 | 1 | -2/+2 |
| * | x86/mpx: Make unnecessarily global function static | Tobias Klauser | 2017-03-16 | 1 | -1/+1 |
| * | x86/kasan: Fix boot with KASAN=y and PROFILE_ANNOTATED_BRANCHES=y | Andrey Ryabinin | 2017-03-14 | 1 | -0/+1 |
* | | x86/mm/numa: Remove numa_nodemask_from_meminfo() | Wei Yang | 2017-04-03 | 1 | -20/+1 |
* | | x86/mm/numa: Improve alloc_node_data() error path message | Wei Yang | 2017-04-03 | 1 | -2/+2 |
* | | x86/boot/32: Flip the logic in test_wp_bit() | Borislav Petkov | 2017-03-31 | 1 | -8/+7 |
* | | x86/boot/32: Rewrite test_wp_bit() | Andy Lutomirski | 2017-03-30 | 1 | -34/+7 |
* | | Merge branch 'x86/cpu' into x86/mm, before applying dependent patch | Ingo Molnar | 2017-03-30 | 1 | -4/+5 |
|\ \ |
|
| * | | x86/cpu: Drop wp_works_ok member of struct cpuinfo_x86 | Mathias Krause | 2017-03-11 | 1 | -4/+5 |
| |/ |
|
* | | x86/dump_pagetables: Add support for 5-level paging | Kirill A. Shutemov | 2017-03-30 | 1 | -14/+45 |
* | | x86: Convert the rest of the code to support p4d_t | Kirill A. Shutemov | 2017-03-27 | 1 | -38/+145 |
* | | x86/kasan: Prepare clear_pgds() to switch to <asm-generic/pgtable-nop4d.h> | Kirill A. Shutemov | 2017-03-27 | 1 | -2/+13 |
* | | x86/mm/pat: Add 5-level paging support | Kirill A. Shutemov | 2017-03-27 | 1 | -14/+40 |
* | | x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementation | Kirill A. Shutemov | 2017-03-18 | 2 | -497/+1 |
* | | x86/mm: Correct fixmap header usage on adaptable MODULES_END | Thomas Garnier | 2017-03-18 | 2 | -2/+0 |
* | | x86/mm: Adapt MODULES_END based on fixmap section size | Thomas Garnier | 2017-03-16 | 2 | -0/+2 |
* | | x86/hugetlb: Adjust to the new native/compat mmap bases | Dmitry Safonov | 2017-03-14 | 2 | -3/+20 |
* | | x86/mm/vmalloc: Add 5-level paging support | Kirill A. Shutemov | 2017-03-14 | 1 | -3/+24 |
* | | x86/mm/ident_map: Add 5-level paging support | Kirill A. Shutemov | 2017-03-14 | 1 | -7/+44 |
* | | x86/mm/gup: Add 5-level paging support | Kirill A. Shutemov | 2017-03-14 | 1 | -6/+27 |
* | | x86/mm: Convert trivial cases of page table walk to 5-level paging | Kirill A. Shutemov | 2017-03-14 | 5 | -15/+61 |
* | | x86/mm: Introduce mmap_compat_base() for 32-bit mmap() | Dmitry Safonov | 2017-03-13 | 1 | -13/+34 |
* | | x86/mm: Add task_size parameter to mmap_base() | Dmitry Safonov | 2017-03-13 | 1 | -18/+32 |
* | | x86/mm: Introduce arch_rnd() to compute 32/64 mmap random base | Dmitry Safonov | 2017-03-13 | 1 | -12/+14 |
|/ |
|
* | x86, mm: unify exit paths in gup_pte_range() | Dan Williams | 2017-03-09 | 1 | -19/+20 |
* | x86, mm: fix gup_pte_range() vs DAX mappings | Dan Williams | 2017-03-09 | 1 | -2/+6 |
* | sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linu... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+2 |
* | sched/headers: Prepare for new header dependencies before moving more code to... | Ingo Molnar | 2017-03-02 | 2 | -0/+2 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -1/+1 |
* | mm: add arch-independent testcases for RODATA | Jinbum Park | 2017-02-27 | 2 | -9/+0 |
* | userfaultfd: non-cooperative: add event for memory unmaps | Mike Rapoport | 2017-02-24 | 1 | -2/+2 |
* | mm: fix get_user_pages() vs device-dax pud mappings | Dan Williams | 2017-02-24 | 1 | -4/+24 |
* | mm, x86: add support for PUD-sized transparent hugepages | Matthew Wilcox | 2017-02-24 | 1 | -0/+31 |
* | mm: drop unused argument of zap_page_range() | Kirill A. Shutemov | 2017-02-22 | 1 | -1/+1 |
* | mm/memory_hotplug: set magic number to page->freelist instead of page->lru.next | Yasuaki Ishimatsu | 2017-02-22 | 1 | -1/+1 |
* | x86/mm/ptdump: Add address marker for KASAN shadow region | Andrey Ryabinin | 2017-02-16 | 1 | -0/+9 |
* | x86/mm/ptdump: Optimize check for W+X mappings for CONFIG_KASAN=y | Andrey Ryabinin | 2017-02-16 | 1 | -1/+15 |
* | Merge branch 'linus' into x86/mm | Thomas Gleixner | 2017-02-16 | 1 | -0/+2 |
|\ |
|
| * | x86/mm/ptdump: Fix soft lockup in page table walker | Andrey Ryabinin | 2017-02-10 | 1 | -0/+2 |
* | | x86/mm/pat: Use rb_entry() | Geliang Tang | 2017-02-04 | 1 | -6/+6 |
* | | x86/mm/cpa: Avoid wbinvd() for PREEMPT | John Ogness | 2017-01-30 | 1 | -0/+13 |
|/ |
|
* | x86/mpx: Use compatible types in comparison to fix sparse error | Tobias Klauser | 2017-01-14 | 1 | -1/+1 |
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 4 | -4/+4 |