summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
AgeCommit message (Expand)AuthorFilesLines
2015-12-15Fix user-visible spelling errorLinus Torvalds1-1/+1
2015-12-05x86/mpx: Fix instruction decoder conditionDave Hansen1-3/+3
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
2015-11-12x86/mpx: Fix 32-bit address space calculationDave Hansen1-5/+17
2015-11-12x86/mpx: Do proper get_user() when running 32-bit binaries on 64-bit kernelsDave Hansen1-1/+24
2015-11-10Merge tag 'libnvdimm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-4/+4
2015-11-09kmap_atomic_to_page() has no users, remove itNicolas Pitre1-14/+0
2015-11-07x86/mm: Skip the hypervisor range when walking PGDBoris Ostrovsky1-1/+16
2015-11-05kasan: update log messagesAndrey Konovalov1-1/+1
2015-11-03Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-59/+125
2015-11-03Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-7/+8
2015-11-03Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+0
2015-10-27Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar1-3/+6
2015-10-25x86/efi: Fix kernel panic when CONFIG_DEBUG_VIRTUAL is enabledSai Praneeth1-3/+6
2015-10-21x86/microcode: Merge the early microcode loaderBorislav Petkov1-2/+0
2015-10-09x86, mm: quiet arch_add_memory()Dan Williams2-4/+4
2015-10-06x86/mm: Warn on W^X mappingsStephen Smalley4-2/+46
2015-10-02x86/mm: Set NX on gap between __ex_table and rodataStephen Smalley1-1/+1
2015-09-22x86/mm: Fix no-change case in try_preserve_large_page()Toshi Kani1-1/+1
2015-09-22x86/mm: Fix __split_large_page() to handle large PAT bitToshi Kani1-12/+19
2015-09-22x86/mm: Fix try_preserve_large_page() to handle large PAT bitToshi Kani1-10/+14
2015-09-22x86/mm: Fix gup_huge_p?d() to handle large PAT bitToshi Kani1-10/+8
2015-09-22x86/mm: Fix slow_virt_to_phys() to handle large PAT bitToshi Kani1-7/+17
2015-09-22x86/mm: Fix page table dump to show PAT bitToshi Kani1-18/+21
2015-09-17Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+3
2015-09-14x86/fpu/mpx: Rework MPX 'xstate' typesDave Hansen1-4/+5
2015-09-14x86/fpu: Rename XSAVE macrosDave Hansen1-3/+3
2015-09-10mm, mpx: add "vm_flags_t vm_flags" arg to do_mmap_pgoff()Oleg Nesterov1-44/+7
2015-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+4
2015-09-08mem-hotplug: handle node hole when initializing numa_meminfo.Tang Chen1-2/+4
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-4/+4
2015-09-05Merge branch 'linus' into x86/urgent, to be able to merge a dependent fixIngo Molnar6-125/+18
2015-09-04x86, mm: trace when an IPI is about to be sentMel Gorman1-0/+1
2015-09-02x86/mm/srat: Print non-volatile flag in SRATLinda Knippers1-2/+3
2015-09-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-5/+8
2015-09-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+5
2015-08-27mm: ZONE_DEVICE for "device memory"Dan Williams2-4/+4
2015-08-25Merge tag 'v4.2-rc8' into x86/mm, before applying new changesIngo Molnar9-241/+384
2015-08-25x86/mm/pat: Make mm/pageattr[-test].c explicitly non-modularPaul Gortmaker2-3/+2
2015-08-22x86/kasan, mm: Introduce generic kasan_populate_zero_shadow()Andrey Ryabinin1-118/+5
2015-08-20x86/mm/pat: Add comments to cachemode translation tablesToshi Kani1-2/+5
2015-07-31x86/vm86: Clean up vm86.h includesBrian Gerst1-0/+1
2015-07-31x86/vm86: Move vm86 fields out of 'thread_struct'Brian Gerst1-2/+4
2015-07-26x86/mm/pat: Revert 'Adjust default caching mode translation tables'Thomas Gleixner1-3/+3
2015-07-24x86/mm: Fix newly introduced printk format warningsThomas Gleixner1-2/+2
2015-07-22x86/mm: Remove region_is_ram() call from ioremapToshi Kani1-18/+6
2015-07-22x86/mm: Move warning from __ioremap_check_ram() to the call siteToshi Kani1-3/+4
2015-07-21x86/mm/pat: Adjust default caching mode translation tablesJan Beulich1-3/+3
2015-07-21x86/mpx: Do not set ->vm_ops on MPX VMAsKirill A. Shutemov2-21/+10