summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/pageattr.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-16Merge tag 'stable/for-linus-3.19-rc0b-tag' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-0/+20
2014-12-13mm/debug-pagealloc: make debug-pagealloc boottime configurableJoonsoo Kim1-1/+1
2014-12-10Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-34/+50
2014-12-04x86: Introduce function to get pmd entry pointerJuergen Gross1-0/+20
2014-11-16x86: Respect PAT bit when copying pte values between large and normal pagesJuergen Gross1-10/+23
2014-11-16x86: Use new cache mode type in memtype related functionsJuergen Gross1-5/+4
2014-11-16x86: Use new cache mode type in setting page attributesJuergen Gross1-24/+28
2014-11-16x86: Remove looking for setting of _PAGE_PAT_LARGE in pageattr.cJuergen Gross1-1/+1
2014-10-29x86, pageattr: Prevent overflow in slow_virt_to_phys() for X86_PAEDexuan Cui1-1/+1
2014-03-31Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-17/+39
2014-03-31Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+4
2014-03-13x86, pageattr: Correct WBINVD spelling in commentBorislav Petkov1-3/+3
2014-03-05Merge remote-tracking branch 'tip/x86/efi-mixed' into efi-for-mingoMatt Fleming1-4/+8
2014-03-04x86/mm/pageattr: Always dump the right page table in an oopsMatt Fleming1-4/+8
2014-03-04x86, pageattr: Export page unmapping interfaceBorislav Petkov1-13/+31
2014-02-27x86: Use clflushopt in clflush_cache_rangeRoss Zwisler1-4/+4
2013-11-02x86/mm/cpa: Map in an arbitrary pgdBorislav Petkov1-7/+46
2013-11-02x86/mm/pageattr: Add last levels of error pathBorislav Petkov1-1/+93
2013-11-02x86/mm/pageattr: Add a PUD error unwinding pathBorislav Petkov1-2/+58
2013-11-02x86/mm/pageattr: Add a PTE pagetable populating functionBorislav Petkov1-1/+21
2013-11-02x86/mm/pageattr: Add a PMD pagetable populating functionBorislav Petkov1-1/+81
2013-11-02x86/mm/pageattr: Add a PUD pagetable populating functionBorislav Petkov1-1/+86
2013-11-02x86/mm/pageattr: Add a PGD pagetable populating functionBorislav Petkov1-0/+39
2013-11-02x86/mm/pageattr: Lookup address in an arbitrary PGDBorislav Petkov1-10/+26
2013-04-30Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+4
2013-04-12x86/mm: Flush lazy MMU when DEBUG_PAGEALLOC is setBoris Ostrovsky1-0/+2
2013-04-11x86/mm/cpa: Convert noop to functional fixAndrea Arcangeli1-5/+5
2013-04-10x86/mm/cpa: Cleanup split_large_page() and its calleeBorislav Petkov1-5/+4
2013-02-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+47
2013-02-24x86/mm/pageattr: Prevent PSE and GLOABL leftovers to confuse pmd/pte_present ...Andrea Arcangeli1-3/+47
2013-02-23memory-hotplug: common APIs to support page tables hot-removeWen Congyang1-22/+25
2013-02-01Merge remote-tracking branch 'origin/x86/mm' into x86/mm2H. Peter Anvin1-11/+39
2013-01-25x86, mm: Create slow_virt_to_phys()Dave Hansen1-0/+31
2013-01-25x86, mm: Use new pagetable helpers in try_preserve_large_page()Dave Hansen1-7/+4
2012-12-15Revert "x86-64/efi: Use EFI to deal with platform wall clock (again)"Linus Torvalds1-6/+4
2012-11-17x86, mm: use pfn_range_is_mapped() with CPAYinghai Lu1-13/+3
2012-11-16x86: Use __pa_symbol instead of __pa on C visible symbolsAlexander Duyck1-4/+4
2012-10-30x86-64/efi: Use EFI to deal with platform wall clock (again)Jan Beulich1-4/+6
2012-08-14Revert "x86-64/efi: Use EFI to deal with platform wall clock"H. Peter Anvin1-6/+4
2012-07-26Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+6
2012-06-11x86/mm: Fix some kernel-doc warningsWanpeng Li1-1/+1
2012-06-06x86-64/efi: Use EFI to deal with platform wall clockJan Beulich1-4/+6
2012-01-11Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-6/+0
2011-12-06mm, x86: Remove debug_pagealloc_enabledStanislaw Gruszka1-6/+0
2011-12-05arch/x86/mm/pageattr.c: Quiet sparse noise; local functions should be staticH Hartley Sweeten1-1/+1
2011-03-18x86: Fix common misspellingsLucas De Marchi1-1/+1
2011-03-10x86/mm: Fix pgd_lock deadlockAndrea Arcangeli1-10/+8
2011-02-02x86, nx: Don't force pages RW when setting NX bitsMatthieu CASTET1-8/+0
2010-11-18x86: Add NX protection for kernel dataMatthieu Castet1-1/+4
2010-11-18x86: Fix improper large page preservationmatthieu castet1-10/+18