summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/pageattr.c
Commit message (Expand)AuthorAgeFilesLines
* x86/mm/pat: Add set_memory_wt() for Write-Through typeToshi Kani2015-06-071-13/+49
* x86/mm/pat: Remove pat_enabled() checksBorislav Petkov2015-06-071-3/+0Star
* x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>Stephen Rothwell2015-06-031-0/+1
* x86/mm/pat: Wrap pat_enabled into a function APILuis R. Rodriguez2015-05-271-1/+1
* x86/mm/pageattr: Remove an unused variable in slow_virt_to_phys()Dexuan Cui2015-05-111-2/+0Star
* x86/mm: Add ioremap_uc() helper to map memory uncacheable (not UC-)Luis R. Rodriguez2015-05-111-0/+3
* x86/mm: Do not flush last cacheline twice in clflush_cache_range()Ross Zwisler2015-05-111-7/+6Star
* x86/mm: Simplify enabling direct_gbpagesLuis R. Rodriguez2015-03-051-2/+0Star
* x86/mm: Unexport set_memory_ro() and set_memory_rw()Daniel Borkmann2015-02-281-2/+0Star
* 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/+4Star
| * 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/+4Star
|\
| * x86/mm/cpa: Cleanup split_large_page() and its calleeBorislav Petkov2013-04-101-5/+4Star
* | 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-271-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-161-6/+4Star
| * 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-241-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-261-0/+31
| * | x86, mm: Use new pagetable helpers in try_preserve_large_page()Dave Hansen2013-01-261-7/+4Star
| * | x86: Use __pa_symbol instead of __pa on C visible symbolsAlexander Duyck2012-11-171-4/+4
| |/
* / x86, mm: use pfn_range_is_mapped() with CPAYinghai Lu2012-11-171-13/+3Star
|/
* Revert "x86-64/efi: Use EFI to deal with platform wall clock"H. Peter Anvin2012-08-141-6/+4Star
* 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