Age | Commit message (Expand) | Author | Files | Lines |
2016-02-18 | mm/core, x86/mm/pkeys: Differentiate instruction fetches | Dave Hansen | 1 | -2/+6 |
2016-02-18 | x86/mm/pkeys: Optimize fault handling in access_error() | Dave Hansen | 1 | -0/+15 |
2016-02-18 | mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keys | Dave Hansen | 2 | -1/+25 |
2016-02-18 | x86/mm/gup: Simplify get_user_pages() PTE bit handling | Dave Hansen | 1 | -16/+22 |
2016-02-18 | x86/mm/pkeys: Fill in pkey field in siginfo | Dave Hansen | 1 | -1/+63 |
2016-02-18 | x86/mm/pkeys: Pass VMA down in to fault signal generation code | Dave Hansen | 1 | -22/+28 |
2016-02-18 | x86/mm/pkeys: Add new 'PF_PK' page fault error code bit | Dave Hansen | 1 | -0/+8 |
2016-02-16 | mm/gup: Switch all callers of get_user_pages() to not pass tsk/mm | Dave Hansen | 2 | -3/+3 |
2016-02-16 | Merge branches 'x86/fpu', 'x86/mm' and 'x86/asm' into x86/pkeys | Ingo Molnar | 6 | -52/+69 |
2016-02-14 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
2016-02-09 | x86/mm: Honour passed pgprot in track_pfn_insert() and track_pfn_remap() | Matthew Wilcox | 1 | -2/+2 |
2016-02-09 | x86/kasan: Write protect kasan zero shadow | Andrey Ryabinin | 1 | -2/+8 |
2016-02-09 | x86/kasan: Clear kasan_zero_page after TLB flush | Andrey Ryabinin | 1 | -3/+8 |
2016-02-08 | x86/mm/numa: Check for failures in numa_clear_kernel_node_hotplug() | Ingo Molnar | 1 | -1/+3 |
2016-02-08 | x86/mm/numa: Clean up numa_clear_kernel_node_hotplug() | Ingo Molnar | 1 | -23/+42 |
2016-02-08 | Merge branch 'x86/urgent' into x86/mm, to pick up dependent fix | Ingo Molnar | 7 | -50/+93 |
2016-02-08 | x86/mm/numa: Fix 32-bit memblock range truncation bug on 32-bit NUMA kernels | Ingo Molnar | 1 | -1/+1 |
2016-02-05 | mm, hugetlb: don't require CMA for runtime gigantic pages | Vlastimil Babka | 1 | -2/+2 |
2016-01-31 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -2/+2 |
2016-01-30 | x86/cpufeature: Carve out X86_FEATURE_* | Borislav Petkov | 1 | -0/+1 |
2016-01-29 | x86/mm/pat: Avoid truncation when converting cpa->numpages to address | Matt Fleming | 1 | -2/+2 |
2016-01-20 | x86/mm: Make kmap_prot into a #define | Andy Lutomirski | 1 | -3/+0 |
2016-01-20 | x86/mm/32: Set NX in __supported_pte_mask before enabling paging | Andy Lutomirski | 1 | -3/+2 |
2016-01-19 | x86/mm: Streamline and restore probe_memory_block_size() | Seth Jennings | 1 | -18/+6 |
2016-01-15 | mm, x86: get_user_pages() for dax mappings | Dan Williams | 1 | -3/+54 |
2016-01-15 | mm, dax: convert vmf_insert_pfn_pmd() to pfn_t | Dan Williams | 1 | -2/+3 |
2016-01-15 | x86, mm: introduce vmem_altmap to augment vmemmap_populate() | Dan Williams | 1 | -7/+26 |
2016-01-15 | x86, thp: remove infrastructure for handling splitting PMDs | Kirill A. Shutemov | 2 | -25/+1 |
2016-01-15 | mm: drop tail page refcounting | Kirill A. Shutemov | 1 | -4/+0 |
2016-01-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -6/+6 |
2016-01-14 | x86: mm: support ARCH_MMAP_RND_BITS | Daniel Cashman | 1 | -6/+6 |
2016-01-12 | x86/mm: Use PAGE_ALIGNED instead of IS_ALIGNED | Kefeng Wang | 1 | -2/+1 |
2016-01-12 | x86/mm/pat: Make split_page_count() check for empty levels to fix /proc/memin... | Dave Jones | 1 | -0/+3 |
2016-01-12 | Merge commit 'linus' into x86/urgent, to pick up recent x86 changes | Ingo Molnar | 10 | -56/+116 |
2016-01-11 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 8 | -48/+113 |
2016-01-11 | x86/mm: Add barriers and document switch_mm()-vs-flush synchronization | Andy Lutomirski | 1 | -3/+26 |
2016-01-08 | x86/mm: Micro-optimise clflush_cache_range() | Chris Wilson | 1 | -4/+6 |
2016-01-05 | x86/mm/pat: Change free_memtype() to support shrinking case | Toshi Kani | 2 | -10/+44 |
2016-01-05 | x86/mm/pat: Add untrack_pfn_moved for mremap | Toshi Kani | 1 | -0/+10 |
2015-12-29 | x86/mm: Drop WARN from multi-BAR check | Laura Abbott | 1 | -2/+2 |
2015-12-19 | x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros | Borislav Petkov | 1 | -2/+2 |
2015-12-19 | Merge branch 'linus' into x86/cleanups | Thomas Gleixner | 6 | -30/+66 |
2015-12-15 | Fix user-visible spelling error | Linus Torvalds | 1 | -1/+1 |
2015-12-06 | x86/mm: Introduce max_possible_pfn | Igor Mammedov | 1 | -0/+2 |
2015-12-05 | x86/mpx: Fix instruction decoder condition | Dave Hansen | 1 | -3/+3 |
2015-12-04 | x86/mm/ptdump: Make (debugfs)/kernel_page_tables read-only | Borislav Petkov | 1 | -1/+1 |
2015-11-25 | x86/paravirt: Remove paravirt ops pmd_update[_defer] and pte_update_defer | Juergen Gross | 1 | -6/+1 |
2015-11-23 | x86/mm: Turn CONFIG_X86_PTDUMP into a module | Kees Cook | 3 | -32/+49 |
2015-11-22 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -6/+41 |
2015-11-15 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+16 |