summaryrefslogtreecommitdiff
path: root/arch/x86/mm/pageattr.c
AgeCommit message (Expand)Author
2015-06-07x86/mm/pat: Add set_memory_wt() for Write-Through typeToshi Kani
2015-06-07x86/mm/pat: Remove pat_enabled() checksBorislav Petkov
2015-06-03x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>Stephen Rothwell
2015-05-27x86/mm/pat: Wrap pat_enabled into a function APILuis R. Rodriguez
2015-05-11x86/mm/pageattr: Remove an unused variable in slow_virt_to_phys()Dexuan Cui
2015-05-11x86/mm: Add ioremap_uc() helper to map memory uncacheable (not UC-)Luis R. Rodriguez
2015-05-11x86/mm: Do not flush last cacheline twice in clflush_cache_range()Ross Zwisler
2015-03-05x86/mm: Simplify enabling direct_gbpagesLuis R. Rodriguez
2015-02-28x86/mm: Unexport set_memory_ro() and set_memory_rw()Daniel Borkmann
2014-12-16Merge tag 'stable/for-linus-3.19-rc0b-tag' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2014-12-13mm/debug-pagealloc: make debug-pagealloc boottime configurableJoonsoo Kim
2014-12-10Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2014-12-04x86: Introduce function to get pmd entry pointerJuergen Gross
2014-11-16x86: Respect PAT bit when copying pte values between large and normal pagesJuergen Gross
2014-11-16x86: Use new cache mode type in memtype related functionsJuergen Gross
2014-11-16x86: Use new cache mode type in setting page attributesJuergen Gross
2014-11-16x86: Remove looking for setting of _PAGE_PAT_LARGE in pageattr.cJuergen Gross
2014-10-29x86, pageattr: Prevent overflow in slow_virt_to_phys() for X86_PAEDexuan Cui
2014-03-31Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-03-31Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-03-13x86, pageattr: Correct WBINVD spelling in commentBorislav Petkov
2014-03-05Merge remote-tracking branch 'tip/x86/efi-mixed' into efi-for-mingoMatt Fleming
2014-03-04x86/mm/pageattr: Always dump the right page table in an oopsMatt Fleming
2014-03-04x86, pageattr: Export page unmapping interfaceBorislav Petkov
2014-02-27x86: Use clflushopt in clflush_cache_rangeRoss Zwisler
2013-11-02x86/mm/cpa: Map in an arbitrary pgdBorislav Petkov
2013-11-02x86/mm/pageattr: Add last levels of error pathBorislav Petkov
2013-11-02x86/mm/pageattr: Add a PUD error unwinding pathBorislav Petkov
2013-11-02x86/mm/pageattr: Add a PTE pagetable populating functionBorislav Petkov
2013-11-02x86/mm/pageattr: Add a PMD pagetable populating functionBorislav Petkov
2013-11-02x86/mm/pageattr: Add a PUD pagetable populating functionBorislav Petkov
2013-11-02x86/mm/pageattr: Add a PGD pagetable populating functionBorislav Petkov
2013-11-02x86/mm/pageattr: Lookup address in an arbitrary PGDBorislav Petkov
2013-04-30Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-04-12x86/mm: Flush lazy MMU when DEBUG_PAGEALLOC is setBoris Ostrovsky
2013-04-11x86/mm/cpa: Convert noop to functional fixAndrea Arcangeli
2013-04-10x86/mm/cpa: Cleanup split_large_page() and its calleeBorislav Petkov
2013-02-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-02-24x86/mm/pageattr: Prevent PSE and GLOABL leftovers to confuse pmd/pte_present ...Andrea Arcangeli
2013-02-23memory-hotplug: common APIs to support page tables hot-removeWen Congyang
2013-02-01Merge remote-tracking branch 'origin/x86/mm' into x86/mm2H. Peter Anvin
2013-01-25x86, mm: Create slow_virt_to_phys()Dave Hansen
2013-01-25x86, mm: Use new pagetable helpers in try_preserve_large_page()Dave Hansen
2012-12-15Revert "x86-64/efi: Use EFI to deal with platform wall clock (again)"Linus Torvalds
2012-11-17x86, mm: use pfn_range_is_mapped() with CPAYinghai Lu
2012-11-16x86: Use __pa_symbol instead of __pa on C visible symbolsAlexander Duyck
2012-10-30x86-64/efi: Use EFI to deal with platform wall clock (again)Jan Beulich
2012-08-14Revert "x86-64/efi: Use EFI to deal with platform wall clock"H. Peter Anvin
2012-07-26Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-06-11x86/mm: Fix some kernel-doc warningsWanpeng Li