summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/pageattr.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'stable/for-linus-3.19-rc0b-tag' of git://git.kernel.org/pub/scm/li...Linus Torvalds2014-12-161-0/+20
|\
| * x86: Introduce function to get pmd entry pointerJuergen Gross2014-12-041-0/+20
* | mm/debug-pagealloc: make debug-pagealloc boottime configurableJoonsoo Kim2014-12-131-1/+1
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-12-101-34/+50
|\ \ | |/ |/|
| * x86: Respect PAT bit when copying pte values between large and normal pagesJuergen Gross2014-11-161-10/+23
| * x86: Use new cache mode type in memtype related functionsJuergen Gross2014-11-161-5/+4
| * x86: Use new cache mode type in setting page attributesJuergen Gross2014-11-161-24/+28
| * x86: Remove looking for setting of _PAGE_PAT_LARGE in pageattr.cJuergen Gross2014-11-161-1/+1
* | x86, pageattr: Prevent overflow in slow_virt_to_phys() for X86_PAEDexuan Cui2014-10-291-1/+1
|/
* Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-03-311-17/+39
|\
| * Merge remote-tracking branch 'tip/x86/efi-mixed' into efi-for-mingoMatt Fleming2014-03-051-4/+8
| |\
| | * x86/mm/pageattr: Always dump the right page table in an oopsMatt Fleming2014-03-041-4/+8
| * | x86, pageattr: Export page unmapping interfaceBorislav Petkov2014-03-041-13/+31
| |/
* | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-03-311-4/+4
|\ \
| * | x86: Use clflushopt in clflush_cache_rangeRoss Zwisler2014-02-271-4/+4
| |/
* | x86, pageattr: Correct WBINVD spelling in commentBorislav Petkov2014-03-131-3/+3
|/
* x86/mm/cpa: Map in an arbitrary pgdBorislav Petkov2013-11-021-7/+46
* x86/mm/pageattr: Add last levels of error pathBorislav Petkov2013-11-021-1/+93
* x86/mm/pageattr: Add a PUD error unwinding pathBorislav Petkov2013-11-021-2/+58
* x86/mm/pageattr: Add a PTE pagetable populating functionBorislav Petkov2013-11-021-1/+21
* x86/mm/pageattr: Add a PMD pagetable populating functionBorislav Petkov2013-11-021-1/+81
* x86/mm/pageattr: Add a PUD pagetable populating functionBorislav Petkov2013-11-021-1/+86
* x86/mm/pageattr: Add a PGD pagetable populating functionBorislav Petkov2013-11-021-0/+39
* x86/mm/pageattr: Lookup address in an arbitrary PGDBorislav Petkov2013-11-021-10/+26
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-04-301-5/+4
|\
| * x86/mm/cpa: Cleanup split_large_page() and its calleeBorislav Petkov2013-04-101-5/+4
* | x86/mm: Flush lazy MMU when DEBUG_PAGEALLOC is setBoris Ostrovsky2013-04-121-0/+2
* | x86/mm/cpa: Convert noop to functional fixAndrea Arcangeli2013-04-111-5/+5
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-261-3/+47
|\
| * x86/mm/pageattr: Prevent PSE and GLOABL leftovers to confuse pmd/pte_present ...Andrea Arcangeli2013-02-241-3/+47
| * Revert "x86-64/efi: Use EFI to deal with platform wall clock (again)"Linus Torvalds2012-12-151-6/+4
| * x86-64/efi: Use EFI to deal with platform wall clock (again)Jan Beulich2012-10-301-4/+6
* | memory-hotplug: common APIs to support page tables hot-removeWen Congyang2013-02-231-22/+25
* | Merge remote-tracking branch 'origin/x86/mm' into x86/mm2H. Peter Anvin2013-02-011-11/+39
|\ \
| * | x86, mm: Create slow_virt_to_phys()Dave Hansen2013-01-251-0/+31
| * | x86, mm: Use new pagetable helpers in try_preserve_large_page()Dave Hansen2013-01-251-7/+4
| * | x86: Use __pa_symbol instead of __pa on C visible symbolsAlexander Duyck2012-11-161-4/+4
| |/
* | x86, mm: use pfn_range_is_mapped() with CPAYinghai Lu2012-11-171-13/+3
|/
* Revert "x86-64/efi: Use EFI to deal with platform wall clock"H. Peter Anvin2012-08-141-6/+4
* Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-07-261-4/+6
|\
| * x86-64/efi: Use EFI to deal with platform wall clockJan Beulich2012-06-061-4/+6
* | x86/mm: Fix some kernel-doc warningsWanpeng Li2012-06-111-1/+1
|/
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-111-6/+0
|\
| * mm, x86: Remove debug_pagealloc_enabledStanislaw Gruszka2011-12-061-6/+0
* | arch/x86/mm/pageattr.c: Quiet sparse noise; local functions should be staticH Hartley Sweeten2011-12-051-1/+1
|/
* x86: Fix common misspellingsLucas De Marchi2011-03-181-1/+1
* x86/mm: Fix pgd_lock deadlockAndrea Arcangeli2011-03-101-10/+8
* x86, nx: Don't force pages RW when setting NX bitsMatthieu CASTET2011-02-021-8/+0
* x86: Add NX protection for kernel dataMatthieu Castet2010-11-181-1/+4
* x86: Fix improper large page preservationmatthieu castet2010-11-181-10/+18
OpenPOWER on IntegriCloud