summaryrefslogtreecommitdiff
path: root/arch/x86/mm/pageattr.c
AgeCommit message (Expand)Author
2011-02-14Digi Release Code from del-5.6/main2.6.31-digi-201102141643Ian Wisbon
2009-08-03x86: Fix CPA memtype reserving in the set_pages_array*() casesThomas Hellstrom
2009-07-30x86, pat: Fix set_memory_wc related corruptionPallipadi, Venkatesh
2009-06-22x86: fix pageattr handling for lpage percpu allocator and re-enable itTejun Heo
2009-06-22x86: reorganize cpa_process_alias()Tejun Heo
2009-06-15kmemcheck: don't track page tablesVegard Nossum
2009-06-10Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-05-26x86: avoid back to back on_each_cpu in cpa_flush_arrayPallipadi, Venkatesh
2009-05-22x86: cpa_flush_array wbinvd should be done on all CPUsvenkatesh.pallipadi@intel.com
2009-05-22x86: bugfix wbinvd() model check instead of family checkvenkatesh.pallipadi@intel.com
2009-05-08Merge branch 'x86/urgent' into x86/xenIngo Molnar
2009-04-10x86, PAT: Changing memtype to WC ensuring no WB aliasvenkatesh.pallipadi@intel.com
2009-04-10x86, PAT: Handle faults cleanly in set_memory_ APIsvenkatesh.pallipadi@intel.com
2009-04-10x86, PAT: Change order of cpa and free in set_memory_wbvenkatesh.pallipadi@intel.com
2009-04-07Merge commit 'origin/master' into for-linus/xen/masterJeremy Fitzhardinge
2009-03-29x86/paravirt: remove lazy mode in interruptsJeremy Fitzhardinge
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar
2009-03-20x86, CPA: Add set_pages_arrayuc and set_pages_array_wbvenkatesh.pallipadi@intel.com
2009-03-20x86, PAT: Add support for struct page pointer array in cpa set_clrvenkatesh.pallipadi@intel.com
2009-03-20x86, CPA: Add a flag parameter to cpa set_clr()venkatesh.pallipadi@intel.com
2009-03-14x86: add brk allocation for very, very early allocationsJeremy Fitzhardinge
2009-03-12Merge branches 'x86/asm', 'x86/debug', 'x86/mm', 'x86/setup', 'x86/urgent' an...Ingo Molnar
2009-03-11x86: work around Fedora-11 x86-32 kernel failures on Intel Atom CPUsIngo Molnar
2009-02-20x86, pat: add large-PAT check to split_large_page()Ingo Molnar
2009-02-20x86: use the right protections for split-up pagetablesIngo Molnar
2009-02-12x86: CPA avoid repeated lazy mmu flushThomas Gleixner
2009-02-12x86/cpa: make sure cpa is safe to call in lazy mmu modeJeremy Fitzhardinge
2009-01-21x86: fix page attribute corruption with cpa()Suresh Siddha
2008-11-06x86: align DirectMap in /proc/meminfoHugh Dickins
2008-10-23proc: switch /proc/meminfo to seq_fileAlexey Dobriyan
2008-10-20mm: rewrite vmap layerNick Piggin
2008-10-10Merge branch 'linus' into x86/pat2Ingo Molnar
2008-10-10x86, cpa: srlz cpa(), global flush tlb after splitting big page and before do...Suresh Siddha
2008-10-10x86, cpa: remove cpa pool codeSuresh Siddha
2008-10-10x86, cpa: no need to check alias for __set_pages_p/__set_pages_npSuresh Siddha
2008-10-06Merge branches 'x86/alternatives', 'x86/cleanups', 'x86/commandline', 'x86/cr...Ingo Molnar
2008-09-30x86: export set_memory_ro and set_memory_rwBruce Allan
2008-08-25Merge branch 'x86/urgent' into x86/cleanupsIngo Molnar
2008-08-23x86: have set_memory_array_{uc,wb} coalesce memtypes, fixVenki Pallipadi
2008-08-22x86: have set_memory_array_{uc,wb} coalesce memtypes.Rene Herman
2008-08-22x86: {reverve,free}_memtype() take a physical addressRene Herman
2008-08-22Merge branch 'x86/urgent' into x86/patIngo Molnar
2008-08-21x86, pageattr: introduce APIs to change pageattr of a page arrayShaohua Li
2008-08-21Revert "introduce two APIs for page attribute"Ingo Molnar
2008-08-21x86: PAT proper tracking of set_memory_uc and friendsvenkatesh.pallipadi@intel.com
2008-08-20Merge branch 'linus' into x86/cleanupsIngo Molnar
2008-08-15x86, pat: avoid highmem cache attribute aliasingNick Piggin
2008-08-15introduce two APIs for page attributeShaohua Li
2008-08-15x86: fix /proc/meminfo DirectMapHugh Dickins
2008-08-13x86: use WARN() in arch/x86/mm/pageattr.cArjan van de Ven