aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/pageattr.c
Commit message (Expand)AuthorAge
* x86/mm/pat: Prevent hang during boot when mapping pagesMatt Fleming2016-09-20
* Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-25
|\
| * x86/mm: Do not reference phys addr beyond kernelThomas Garnier2016-07-10
* | x86/mm/cpa: Add missing comment in populate_pdg()Andy Lutomirski2016-07-23
* | x86/mm/cpa: Fix populate_pgd(): Stop trying to deallocate failed PUDsAndy Lutomirski2016-07-23
* | x86/mm: Remove kernel_unmap_pages_in_pgd() and efi_cleanup_page_tables()Andy Lutomirski2016-07-15
* | x86/mm/cpa: In populate_pgd(), don't set the PGD entry until it's populatedAndy Lutomirski2016-07-15
* | x86/mm: Use pte_none() to test for empty PTEDave Hansen2016-07-13
|/
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-05-16
|\
| * x86/cpufeature: Remove cpu_has_clflushBorislav Petkov2016-03-31
| * x86/cpufeature: Remove cpu_has_gbpagesBorislav Petkov2016-03-31
* | x86/mm/pat: Document the (currently) EFI-only code pathMatt Fleming2016-04-28
|/
* Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-20
|\
| * x86/mm/pat: Fix boot crash when 1GB pages are not supported by the CPUMatt Fleming2016-03-16
| * x86/mm/pat: Don't implicitly allow _PAGE_RW in kernel_map_pages_in_pgd()Sai Praneeth2016-02-22
| * x86/mm/pat: Use _PAGE_GLOBAL bit for EFI page table mappingsSai Praneeth2016-02-22
| * Merge branch 'linus' into efi/core, to refresh the branch and to pick up rece...Ingo Molnar2016-02-03
| |\
| * | x86/mm/pat: Ensure cpa->pfn only contains page frame numbersMatt Fleming2015-11-29
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-16
|\ \ \
| * | | x86: query dynamic DEBUG_PAGEALLOC settingChristian Borntraeger2016-03-15
* | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-03-15
|\ \ \ \ | |/ / / |/| | |
| * | | x86/mm: Avoid premature success when changing page attributesJan Beulich2016-02-25
| | |/ | |/|
* | | Merge branch 'mm-readonly-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-14
|\ \ \
| * | | x86/mm: Always enable CONFIG_DEBUG_RODATA and remove the Kconfig optionKees Cook2016-02-22
| |/ /
* / / x86/mm: Fix slow_virt_to_phys() for X86_PAE againDexuan Cui2016-02-25
|/ /
* | x86/mm/pat: Avoid truncation when converting cpa->numpages to addressMatt Fleming2016-01-29
* | x86/mm/pat: Make split_page_count() check for empty levels to fix /proc/memin...Dave Jones2016-01-12
* | x86/mm: Micro-optimise clflush_cache_range()Chris Wilson2016-01-08
|/
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-11-04
|\
| * x86/mm: Fix no-change case in try_preserve_large_page()Toshi Kani2015-09-22
| * x86/mm: Fix __split_large_page() to handle large PAT bitToshi Kani2015-09-22
| * x86/mm: Fix try_preserve_large_page() to handle large PAT bitToshi Kani2015-09-22
| * x86/mm: Fix slow_virt_to_phys() to handle large PAT bitToshi Kani2015-09-22
* | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar2015-10-27
|\ \ | |/ |/|
| * x86/efi: Fix kernel panic when CONFIG_DEBUG_VIRTUAL is enabledSai Praneeth2015-10-25
* | x86/mm/pat: Make mm/pageattr[-test].c explicitly non-modularPaul Gortmaker2015-08-25
|/
* x86/mm/pat: Add set_memory_wt() for Write-Through typeToshi Kani2015-06-07
* x86/mm/pat: Remove pat_enabled() checksBorislav Petkov2015-06-07
* x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>Stephen Rothwell2015-06-03
* x86/mm/pat: Wrap pat_enabled into a function APILuis R. Rodriguez2015-05-27
* x86/mm/pageattr: Remove an unused variable in slow_virt_to_phys()Dexuan Cui2015-05-11
* x86/mm: Add ioremap_uc() helper to map memory uncacheable (not UC-)Luis R. Rodriguez2015-05-11
* x86/mm: Do not flush last cacheline twice in clflush_cache_range()Ross Zwisler2015-05-11
* x86/mm: Simplify enabling direct_gbpagesLuis R. Rodriguez2015-03-05
* x86/mm: Unexport set_memory_ro() and set_memory_rw()Daniel Borkmann2015-02-28
* Merge tag 'stable/for-linus-3.19-rc0b-tag' of git://git.kernel.org/pub/scm/li...Linus Torvalds2014-12-16
|\
| * x86: Introduce function to get pmd entry pointerJuergen Gross2014-12-04
* | mm/debug-pagealloc: make debug-pagealloc boottime configurableJoonsoo Kim2014-12-13
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-12-10
|\ \ | |/ |/|
| * x86: Respect PAT bit when copying pte values between large and normal pagesJuergen Gross2014-11-16