summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: add arch-independent testcases for RODATAJinbum Park2017-02-272-9/+0
* userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport2017-02-241-2/+2
* mm: fix get_user_pages() vs device-dax pud mappingsDan Williams2017-02-241-4/+24
* mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox2017-02-241-0/+31
* mm: drop unused argument of zap_page_range()Kirill A. Shutemov2017-02-221-1/+1
* mm/memory_hotplug: set magic number to page->freelist instead of page->lru.nextYasuaki Ishimatsu2017-02-221-1/+1
* x86/mm/ptdump: Add address marker for KASAN shadow regionAndrey Ryabinin2017-02-161-0/+9
* x86/mm/ptdump: Optimize check for W+X mappings for CONFIG_KASAN=yAndrey Ryabinin2017-02-161-1/+15
* Merge branch 'linus' into x86/mmThomas Gleixner2017-02-161-0/+2
|\
| * x86/mm/ptdump: Fix soft lockup in page table walkerAndrey Ryabinin2017-02-101-0/+2
* | x86/mm/pat: Use rb_entry()Geliang Tang2017-02-041-6/+6
* | x86/mm/cpa: Avoid wbinvd() for PREEMPTJohn Ogness2017-01-301-0/+13
|/
* x86/mpx: Use compatible types in comparison to fix sparse errorTobias Klauser2017-01-141-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-244-4/+4
* x86/mpx: Move bd_addr to mm_context_tMark Rutland2016-12-171-5/+5
* x86/mm: Drop unused argument 'removed' from sync_global_pgds()Kirill A. Shutemov2016-12-152-18/+8
* ACPI/NUMA: Do not map pxm to node when NUMA is turned offBoris Ostrovsky2016-12-151-1/+1
* Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-12-121-2/+1
|\
| * Merge branch 'linus' into x86/fpu, to resolve conflictsIngo Molnar2016-11-231-1/+6
| |\
| * \ Merge branch 'core/urgent' into x86/fpu, to merge fixesIngo Molnar2016-11-014-7/+20
| |\ \
| * | | x86/fpu: Finish excising 'eagerfpu'Andy Lutomirski2016-10-181-2/+1
* | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-12-121-2/+1
|\ \ \ \
| * \ \ \ Merge branch 'linus' into x86/asm, to pick up fixesIngo Molnar2016-11-012-3/+17
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | x86/dumpstack: Remove kernel text addresses from stack dumpJosh Poimboeuf2016-10-251-2/+1
* | | | | Merge branch 'mm-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-12-121-5/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | x86/pat, mm: Make track_pfn_insert() return voidBorislav Petkov2016-11-091-5/+2
| | |/ / | |/| |
* / | | x86/traps: Ignore high word of regs->cs in early_fixup_exception()Andy Lutomirski2016-11-211-1/+6
|/ / /
* | | Merge tag 'drm-x86-pat-regression-fix' of git://people.freedesktop.org/~airli...Linus Torvalds2016-10-281-0/+14
|\ \ \
| * | | x86/io: add interface to reserve io memtype for a resource range. (v1.1)Dave Airlie2016-10-261-0/+14
| |/ /
* / / kconfig.h: remove config_enabled() macroMasahiro Yamada2016-10-271-3/+3
|/ /
* | Merge branch 'gup_flag-cleanups'Linus Torvalds2016-10-192-4/+3
|\ \ | |/ |/|
| * mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes2016-10-191-3/+2
| * mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes2016-10-181-1/+1
* | Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-111-1/+1
|\ \ | |/ |/|
| * exceptions: detritus removalAl Viro2016-09-271-1/+1
* | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-102-8/+143
|\ \
| * | x86/pkeys: Allow configuration of init_pkruDave Hansen2016-09-091-0/+66
| * | x86/pkeys: Default to a restrictive init PKRUDave Hansen2016-09-091-0/+38
| * | x86/pkeys: Allocation/free syscallsDave Hansen2016-09-091-8/+30
| * | x86/pkeys: Add fault handling for PF_PK page fault bitDave Hansen2016-09-091-0/+9
* | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-10-033-5/+3
|\ \ \
| * | | x86: Migrate exception table users off module.h and onto extable.hPaul Gortmaker2016-09-202-2/+2
| * | | x86: Clean up various simple wrapper functionsMasahiro Yamada2016-09-131-3/+1
| | |/ | |/|
* | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-031-1/+3
|\ \ \
| * | | x86/e820: Use much less memory for e820/e820_saved, save up to 120kDenys Vlasenko2016-09-211-2/+2
| * | | x86/e820: Prepare e280 code for switch to dynamic storageDenys Vlasenko2016-09-211-0/+2
| |/ /
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-033-2/+71
|\ \ \
| * \ \ Merge branch 'x86/urgent' into x86/asmThomas Gleixner2016-09-301-10/+11
| |\ \ \
| * \ \ \ Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar2016-09-152-8/+11
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | x86/mm: Improve stack-overflow #PF handlingAndy Lutomirski2016-09-081-0/+32