aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/pageattr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar1-0/+7
2009-03-11x86: work around Fedora-11 x86-32 kernel failures on Intel Atom CPUsIngo Molnar1-0/+11
2009-02-20x86, pat: add large-PAT check to split_large_page()Ingo Molnar1-0/+7
2009-02-20x86: use the right protections for split-up pagetablesIngo Molnar1-10/+5
2009-02-12x86: CPA avoid repeated lazy mmu flushThomas Gleixner1-8/+7
2009-02-12x86/cpa: make sure cpa is safe to call in lazy mmu modeJeremy Fitzhardinge1-0/+14
2009-01-21x86: fix page attribute corruption with cpa()Suresh Siddha1-15/+34
2008-11-06x86: align DirectMap in /proc/meminfoHugh Dickins1-4/+4
2008-10-23proc: switch /proc/meminfo to seq_fileAlexey Dobriyan1-6/+5
2008-10-20mm: rewrite vmap layerNick Piggin1-0/+2
2008-10-10Merge branch 'linus' into x86/pat2Ingo Molnar1-1/+3
2008-10-10x86, cpa: srlz cpa(), global flush tlb after splitting big page and before doing cpaSuresh Siddha1-2/+38
2008-10-10x86, cpa: remove cpa pool codeSuresh Siddha1-152/+5
2008-10-10x86, cpa: no need to check alias for __set_pages_p/__set_pages_npSuresh Siddha1-7/+16
2008-10-06Merge branches 'x86/alternatives', 'x86/cleanups', 'x86/commandline', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/doc', 'x86/exports', 'x86/fpu', 'x86/gart', 'x86/idle', 'x86/mm', 'x86/mtrr', 'x86/nmi-watchdog', 'x86/oprofile', 'x86/paravirt', 'x86/reboot', 'x86/sparse-fixes', 'x86/tsc', ...Ingo Molnar1-1/+3
2008-09-30x86: export set_memory_ro and set_memory_rwBruce Allan1-0/+2
2008-08-25Merge branch 'x86/urgent' into x86/cleanupsIngo Molnar1-3/+3
2008-08-23x86: have set_memory_array_{uc,wb} coalesce memtypes, fixVenki Pallipadi1-1/+1
2008-08-22x86: have set_memory_array_{uc,wb} coalesce memtypes.Rene Herman1-6/+32
2008-08-22x86: {reverve,free}_memtype() take a physical addressRene Herman1-3/+3
2008-08-22Merge branch 'x86/urgent' into x86/patIngo Molnar1-11/+16
2008-08-21x86, pageattr: introduce APIs to change pageattr of a page arrayShaohua Li1-50/+166
2008-08-21Revert "introduce two APIs for page attribute"Ingo Molnar1-50/+8
2008-08-21x86: PAT proper tracking of set_memory_uc and friendsvenkatesh.pallipadi@intel.com1-3/+3
2008-08-20Merge branch 'linus' into x86/cleanupsIngo Molnar1-8/+13
2008-08-15x86, pat: avoid highmem cache attribute aliasingNick Piggin1-0/+3
2008-08-15introduce two APIs for page attributeShaohua Li1-8/+50
2008-08-15x86: fix /proc/meminfo DirectMapHugh Dickins1-6/+12
2008-08-13x86: use WARN() in arch/x86/mm/pageattr.cArjan van de Ven1-2/+1
2008-07-26x86: convert pageattr.c from round_up to roundupJoerg Roedel1-1/+1
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar1-2/+2
2008-07-14Merge branch 'auto-ftrace-next' into tracing/for-linusIngo Molnar1-0/+1
2008-07-13x86: max_low_pfn_mapped fix, #2Yinghai Lu1-2/+2
2008-07-11x86: introduce max_low_pfn_mapped for 64-bitYinghai Lu1-2/+17
2008-07-08Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/build', 'x86/cleanups', 'x86/cpa', 'x86/cpu', 'x86/defconfig', 'x86/gart', 'x86/i8259', 'x86/intel', 'x86/irqstats', 'x86/kconfig', 'x86/ldt', 'x86/mce', 'x86/memtest', 'x86/pat', 'x86/ptemask', 'x86/resumetrace', 'x86/thr...Ingo Molnar1-1/+40
2008-07-08x86: janitor CPA statistics patchThomas Gleixner1-22/+26
2008-07-08x86, generic: CPA add statistics about state of direct mapping v4Andi Kleen1-0/+35
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe1-2/+2
2008-06-12x86: rename pat_wc_enabled to pat_enabledAndreas Herrmann1-1/+1
2008-05-24x86 mmiotrace: use lookup_address()Pekka Paalanen1-0/+1
2008-04-30x86 PAT: fix performance drop for glx, use UC minus for ioremap(), ioremap_nocache() and pci_mmap_page_range()Suresh Siddha1-2/+8
2008-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-xen-nextLinus Torvalds1-3/+1
2008-04-24x86: rename paravirt_alloc_pt etc after the pagetable structureJeremy Fitzhardinge1-1/+1
2008-04-24x86: put paravirt stubs into common asm/pgalloc.hJeremy Fitzhardinge1-2/+0
2008-04-24"make namespacecheck" fixesIngo Molnar1-1/+1
2008-04-18x86 PAT: fix mmap() of holesIngo Molnar1-1/+1
2008-04-17x86: add set_memory_4k to pageattr.cAndi Kleen1-4/+16
2008-04-17x86: PAT add set_memory_wc() interfacevenkatesh.pallipadi@intel.com1-0/+19
2008-04-17x86: PAT use reserve free memtype in set_memory_ucvenkatesh.pallipadi@intel.com1-2/+19
2008-04-17x86: PAT infrastructure patchvenkatesh.pallipadi@intel.com1-2/+2