summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/pageattr.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-11-031-29/+50
|\
| * x86/mm: Fix no-change case in try_preserve_large_page()Toshi Kani2015-09-221-1/+1
| * x86/mm: Fix __split_large_page() to handle large PAT bitToshi Kani2015-09-221-12/+19
| * x86/mm: Fix try_preserve_large_page() to handle large PAT bitToshi Kani2015-09-221-10/+14
| * x86/mm: Fix slow_virt_to_phys() to handle large PAT bitToshi Kani2015-09-221-7/+17
* | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar2015-10-271-3/+6
|\ \ | |/ |/|
| * x86/efi: Fix kernel panic when CONFIG_DEBUG_VIRTUAL is enabledSai Praneeth2015-10-251-3/+6
* | x86/mm/pat: Make mm/pageattr[-test].c explicitly non-modularPaul Gortmaker2015-08-251-1/+0
|/
* 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/+0
* 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/+0
* 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/+6
* x86/mm: Simplify enabling direct_gbpagesLuis R. Rodriguez2015-03-051-2/+0
* x86/mm: Unexport set_memory_ro() and set_memory_rw()Daniel Borkmann2015-02-281-2/+0
* 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
OpenPOWER on IntegriCloud