summaryrefslogtreecommitdiff
path: root/arch/x86/mm
AgeCommit message (Expand)AuthorFilesLines
2016-02-18mm/core, x86/mm/pkeys: Differentiate instruction fetchesDave Hansen1-2/+6
2016-02-18x86/mm/pkeys: Optimize fault handling in access_error()Dave Hansen1-0/+15
2016-02-18mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keysDave Hansen2-1/+25
2016-02-18x86/mm/gup: Simplify get_user_pages() PTE bit handlingDave Hansen1-16/+22
2016-02-18x86/mm/pkeys: Fill in pkey field in siginfoDave Hansen1-1/+63
2016-02-18x86/mm/pkeys: Pass VMA down in to fault signal generation codeDave Hansen1-22/+28
2016-02-18x86/mm/pkeys: Add new 'PF_PK' page fault error code bitDave Hansen1-0/+8
2016-02-16mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen2-3/+3
2016-02-16Merge branches 'x86/fpu', 'x86/mm' and 'x86/asm' into x86/pkeysIngo Molnar6-52/+69
2016-02-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2016-02-09x86/mm: Honour passed pgprot in track_pfn_insert() and track_pfn_remap()Matthew Wilcox1-2/+2
2016-02-09x86/kasan: Write protect kasan zero shadowAndrey Ryabinin1-2/+8
2016-02-09x86/kasan: Clear kasan_zero_page after TLB flushAndrey Ryabinin1-3/+8
2016-02-08x86/mm/numa: Check for failures in numa_clear_kernel_node_hotplug()Ingo Molnar1-1/+3
2016-02-08x86/mm/numa: Clean up numa_clear_kernel_node_hotplug()Ingo Molnar1-23/+42
2016-02-08Merge branch 'x86/urgent' into x86/mm, to pick up dependent fixIngo Molnar7-50/+93
2016-02-08x86/mm/numa: Fix 32-bit memblock range truncation bug on 32-bit NUMA kernelsIngo Molnar1-1/+1
2016-02-06mm, hugetlb: don't require CMA for runtime gigantic pagesVlastimil Babka1-2/+2
2016-02-01Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2016-01-30x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov1-0/+1
2016-01-29x86/mm/pat: Avoid truncation when converting cpa->numpages to addressMatt Fleming1-2/+2
2016-01-20x86/mm: Make kmap_prot into a #defineAndy Lutomirski1-3/+0
2016-01-20x86/mm/32: Set NX in __supported_pte_mask before enabling pagingAndy Lutomirski1-3/+2
2016-01-19x86/mm: Streamline and restore probe_memory_block_size()Seth Jennings1-18/+6
2016-01-16mm, x86: get_user_pages() for dax mappingsDan Williams1-3/+54
2016-01-16mm, dax: convert vmf_insert_pfn_pmd() to pfn_tDan Williams1-2/+3
2016-01-16x86, mm: introduce vmem_altmap to augment vmemmap_populate()Dan Williams1-7/+26
2016-01-16x86, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2-25/+1
2016-01-16mm: drop tail page refcountingKirill A. Shutemov1-4/+0
2016-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-6/+6
2016-01-15x86: mm: support ARCH_MMAP_RND_BITSDaniel Cashman1-6/+6
2016-01-12x86/mm: Use PAGE_ALIGNED instead of IS_ALIGNEDKefeng Wang1-2/+1
2016-01-12x86/mm/pat: Make split_page_count() check for empty levels to fix /proc/memin...Dave Jones1-0/+3
2016-01-12Merge commit 'linus' into x86/urgent, to pick up recent x86 changesIngo Molnar10-56/+116
2016-01-12Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds8-48/+113
2016-01-11x86/mm: Add barriers and document switch_mm()-vs-flush synchronizationAndy Lutomirski1-3/+26
2016-01-08x86/mm: Micro-optimise clflush_cache_range()Chris Wilson1-4/+6
2016-01-05x86/mm/pat: Change free_memtype() to support shrinking caseToshi Kani2-10/+44
2016-01-05x86/mm/pat: Add untrack_pfn_moved for mremapToshi Kani1-0/+10
2015-12-29x86/mm: Drop WARN from multi-BAR checkLaura Abbott1-2/+2
2015-12-19x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov1-2/+2
2015-12-19Merge branch 'linus' into x86/cleanupsThomas Gleixner6-30/+66
2015-12-15Fix user-visible spelling errorLinus Torvalds1-1/+1
2015-12-06x86/mm: Introduce max_possible_pfnIgor Mammedov1-0/+2
2015-12-05x86/mpx: Fix instruction decoder conditionDave Hansen1-3/+3
2015-12-04x86/mm/ptdump: Make (debugfs)/kernel_page_tables read-onlyBorislav Petkov1-1/+1
2015-11-26x86/paravirt: Remove paravirt ops pmd_update[_defer] and pte_update_deferJuergen Gross1-6/+1
2015-11-23x86/mm: Turn CONFIG_X86_PTDUMP into a moduleKees Cook3-32/+49
2015-11-22Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-6/+41
2015-11-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+16