summaryrefslogtreecommitdiff
path: root/arch/x86/mm
AgeCommit message (Expand)AuthorFilesLines
2016-07-12x86/mm/kmmio: Fix mmiotrace for hugepagesKarol Herbst1-29/+59
2016-02-15x86/mm/pat: Avoid truncation when converting cpa->numpages to addressMatt Fleming1-2/+2
2015-10-28x86/mm: Set NX on gap between __ex_table and rodataStephen Smalley1-1/+1
2015-10-07x86/mm: Initialize pmd_idx in page_table_range_init_count()Minfei Huang1-0/+1
2015-06-28x86: Store a per-cpu shadow copy of CR4Andy Lutomirski3-4/+9
2015-06-28x86: Clean up cr4 manipulationAndy Lutomirski1-2/+2
2015-05-18mm/hugetlb: use pmd_page() in follow_huge_pmd()Naoya Horiguchi1-12/+0
2015-03-07x86, mm/ASLR: Fix stack randomization on 64-bit systemsHector Marco-Gisbert1-3/+3
2015-03-07mm/hugetlb: pmd_huge() returns true for non-present hugepageNaoya Horiguchi2-2/+8
2015-02-11x86: mm: move mmap_sem unlock from mm_fault_error() to callerLinus Torvalds1-7/+1
2015-02-06vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds1-0/+2
2014-11-18x86, mm: Set NX across entire PMD at bootKees Cook1-1/+10
2014-10-29x86, pageattr: Prevent overflow in slow_virt_to_phys() for X86_PAEDexuan Cui1-1/+1
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-7/+7
2014-10-14Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2-48/+61
2014-10-14Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-68/+39
2014-10-14arch/x86/mm/numa.c: fix boot failure when all nodes are hotpluggableXishi Qiu1-44/+45
2014-10-14x86: use optimized ioresource lookup in ioremap functionMike Travis1-4/+16
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+1
2014-09-23x86: remove the Xen-specific _PAGE_IOMAP PTE flagDavid Vrabel2-2/+2
2014-09-23x86: skip check for spurious faults for non-present faultsDavid Vrabel1-2/+20
2014-09-19sched: Add helper for task stack page overrun checkingAaron Tomlin1-3/+1
2014-09-19init/main.c: Give init_task a canaryAaron Tomlin1-2/+1
2014-09-16x86/mm/numa: Drop dead code and rename setup_node_data() to setup_alloc_data()Luiz Capitulino1-20/+14
2014-09-16x86/mm/hotplug: Modify PGD entry when removing memoryYasuaki Ishimatsu2-9/+20
2014-09-16x86/mm/hotplug: Pass sync_global_pgds() a correct argument in remove_pagetable()Yasuaki Ishimatsu1-4/+5
2014-09-09x86/mm: Apply the section attribute to the variable, not its typeJan-Simon Möller1-1/+1
2014-09-08x86-64, ptdump: Mark espfix area only if existentMathias Krause1-0/+4
2014-09-01x86: Remove set_pmd_pfnMatthew Wilcox1-35/+0
2014-08-26x86: Replace __get_cpu_var usesChristoph Lameter1-7/+7
2014-08-22Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar3-3/+6
2014-08-10x86/mm: Fix sparse 'tlb_single_page_flush_ceiling' warning and make the varia...Jeremiah Mahler1-1/+1
2014-08-08x86/mm: Fix RCU splat from new TLB tracepointsDave Hansen1-1/+7
2014-08-07memory-hotplug: x86_32: suitable memory should go to ZONE_MOVABLEWang Nan1-1/+2
2014-08-07memory-hotplug: x86_64: suitable memory should go to ZONE_MOVABLEWang Nan1-1/+2
2014-08-07mm: describe mmap_sem rules for __lock_page_or_retry() and callersPaul Cassella1-1/+2
2014-08-05Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-54/+62
2014-07-31x86/mm: Set TLB flush tunable to sane value (33)Dave Hansen1-2/+11
2014-07-31x86/mm: New tunable for single vs full TLB flushDave Hansen1-0/+46
2014-07-31x86/mm: Add tracepoints for TLB flushesDave Hansen2-2/+16
2014-07-31x86/mm: Unify remote INVLPG codeDave Hansen1-2/+2
2014-07-31x86/mm: Fix missed global TLB flush statDave Hansen1-8/+7
2014-07-31x86/mm: Rip out complicated, out-of-date, buggy TLB flushingDave Hansen1-76/+11
2014-07-31x86/mm: Clean up the TLB flushing codeDave Hansen1-12/+11
2014-06-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-11/+18
2014-06-12x86/smep: Be more informative when signalling an SMEP faultJiri Kosina1-0/+6
2014-06-05Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...Linus Torvalds4-20/+26
2014-06-05Merge branch 'x86/espfix' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-11/+33
2014-06-05arch/x86/mm/numa.c: use for_each_memblock()Emil Medve1-3/+3
2014-06-05x86, mm: probe memory block size for generic x86 64bitYinghai Lu1-4/+30