summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/pageattr.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-29x86/mm/pat: Avoid truncation when converting cpa->numpages to addressMatt Fleming1-2/+2
2016-01-12x86/mm/pat: Make split_page_count() check for empty levels to fix /proc/memin...Dave Jones1-0/+3
2016-01-08x86/mm: Micro-optimise clflush_cache_range()Chris Wilson1-4/+6
2015-11-29x86/mm/pat: Ensure cpa->pfn only contains page frame numbersMatt Fleming1-11/+6
2015-11-03Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-29/+50
2015-10-27Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar1-3/+6
2015-10-25x86/efi: Fix kernel panic when CONFIG_DEBUG_VIRTUAL is enabledSai Praneeth1-3/+6
2015-09-22x86/mm: Fix no-change case in try_preserve_large_page()Toshi Kani1-1/+1
2015-09-22x86/mm: Fix __split_large_page() to handle large PAT bitToshi Kani1-12/+19
2015-09-22x86/mm: Fix try_preserve_large_page() to handle large PAT bitToshi Kani1-10/+14
2015-09-22x86/mm: Fix slow_virt_to_phys() to handle large PAT bitToshi Kani1-7/+17
2015-08-25x86/mm/pat: Make mm/pageattr[-test].c explicitly non-modularPaul Gortmaker1-1/+0
2015-06-07x86/mm/pat: Add set_memory_wt() for Write-Through typeToshi Kani1-13/+49
2015-06-07x86/mm/pat: Remove pat_enabled() checksBorislav Petkov1-3/+0
2015-06-03x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>Stephen Rothwell1-0/+1
2015-05-27x86/mm/pat: Wrap pat_enabled into a function APILuis R. Rodriguez1-1/+1
2015-05-11x86/mm/pageattr: Remove an unused variable in slow_virt_to_phys()Dexuan Cui1-2/+0
2015-05-11x86/mm: Add ioremap_uc() helper to map memory uncacheable (not UC-)Luis R. Rodriguez1-0/+3
2015-05-11x86/mm: Do not flush last cacheline twice in clflush_cache_range()Ross Zwisler1-7/+6
2015-03-05x86/mm: Simplify enabling direct_gbpagesLuis R. Rodriguez1-2/+0
2015-02-28x86/mm: Unexport set_memory_ro() and set_memory_rw()Daniel Borkmann1-2/+0
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