summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ras/core' into core/objtool, to pick up the new exception table...Ingo Molnar2016-02-252-29/+73
|\
| * x86/mm: Expand the exception table logic to allow new handling optionsTony Luck2016-02-182-29/+73
* | Merge branch 'x86/debug' into core/objtool, to pick up frame pointer fixesIngo Molnar2016-02-252-2/+3
|\ \
| * \ Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar2016-02-184-9/+16
| |\ \
| * | | x86/mm: Honour passed pgprot in track_pfn_insert() and track_pfn_remap()Matthew Wilcox2016-02-091-2/+2
| * | | x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov2016-01-301-0/+1
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-02-201-4/+11
|\ \ \ \ | | |/ / | |/| |
| * | | x86/mm: Fix vmalloc_fault() to handle large pages properlyToshi Kani2016-02-181-4/+11
| | |/ | |/|
* / | mm, x86: fix pte_page() crash in gup_pte_range()Hugh Dickins2016-02-191-1/+1
|/ /
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-02-141-1/+1
|\ \
| * | x86/mm/numa: Fix 32-bit memblock range truncation bug on 32-bit NUMA kernelsIngo Molnar2016-02-081-1/+1
* | | mm, hugetlb: don't require CMA for runtime gigantic pagesVlastimil Babka2016-02-061-2/+2
|/ /
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-02-011-2/+2
|\ \ | |/ |/|
| * x86/mm/pat: Avoid truncation when converting cpa->numpages to addressMatt Fleming2016-01-291-2/+2
* | mm, x86: get_user_pages() for dax mappingsDan Williams2016-01-161-3/+54
* | mm, dax: convert vmf_insert_pfn_pmd() to pfn_tDan Williams2016-01-161-2/+3
* | x86, mm: introduce vmem_altmap to augment vmemmap_populate()Dan Williams2016-01-161-7/+26
* | x86, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-162-25/+1Star
* | mm: drop tail page refcountingKirill A. Shutemov2016-01-161-4/+0Star
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-01-151-6/+6
|\ \ | |/ |/|
| * x86: mm: support ARCH_MMAP_RND_BITSDaniel Cashman2016-01-151-6/+6
* | x86/mm: Use PAGE_ALIGNED instead of IS_ALIGNEDKefeng Wang2016-01-121-2/+1Star
* | x86/mm/pat: Make split_page_count() check for empty levels to fix /proc/memin...Dave Jones2016-01-121-0/+3
* | Merge commit 'linus' into x86/urgent, to pick up recent x86 changesIngo Molnar2016-01-1210-56/+116
|\|
| * Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-01-128-48/+113
| |\
| | * x86/mm: Micro-optimise clflush_cache_range()Chris Wilson2016-01-081-4/+6
| | * x86/mm/pat: Change free_memtype() to support shrinking caseToshi Kani2016-01-052-10/+44
| | * x86/mm/pat: Add untrack_pfn_moved for mremapToshi Kani2016-01-051-0/+10
| | * x86/mm: Drop WARN from multi-BAR checkLaura Abbott2015-12-291-2/+2
| | * x86/mm: Introduce max_possible_pfnIgor Mammedov2015-12-061-0/+2
| | * x86/mm/ptdump: Make (debugfs)/kernel_page_tables read-onlyBorislav Petkov2015-12-041-1/+1
| | * x86/mm: Turn CONFIG_X86_PTDUMP into a moduleKees Cook2015-11-233-32/+49
| * | x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov2015-12-191-2/+2
| * | Merge branch 'linus' into x86/cleanupsThomas Gleixner2015-12-196-30/+66
| |\ \
| * | | x86/paravirt: Remove paravirt ops pmd_update[_defer] and pte_update_deferJuergen Gross2015-11-251-6/+1Star
* | | | x86/mm: Add barriers and document switch_mm()-vs-flush synchronizationAndy Lutomirski2016-01-111-3/+26
| |/ / |/| |
* | | Fix user-visible spelling errorLinus Torvalds2015-12-151-1/+1
* | | x86/mpx: Fix instruction decoder conditionDave Hansen2015-12-051-3/+3
| |/ |/|
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-11-221-6/+41
|\ \
| * | x86/mpx: Fix 32-bit address space calculationDave Hansen2015-11-121-5/+17
| * | x86/mpx: Do proper get_user() when running 32-bit binaries on 64-bit kernelsDave Hansen2015-11-121-1/+24
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-11-151-1/+16
|\| |
| * | x86/mm: Skip the hypervisor range when walking PGDBoris Ostrovsky2015-11-071-1/+16
| |/
* | Merge tag 'libnvdimm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-102-4/+4
|\ \
| * | x86, mm: quiet arch_add_memory()Dan Williams2015-10-092-4/+4
* | | kmap_atomic_to_page() has no users, remove itNicolas Pitre2015-11-101-14/+0Star
* | | kasan: update log messagesAndrey Konovalov2015-11-061-1/+1
| |/ |/|
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-11-046-59/+125
|\ \
| * | x86/mm: Warn on W^X mappingsStephen Smalley2015-10-064-2/+46
| * | x86/mm: Fix no-change case in try_preserve_large_page()Toshi Kani2015-09-221-1/+1