summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/pageattr.c
Commit message (Expand)AuthorAgeFilesLines
* x86: align DirectMap in /proc/meminfoHugh Dickins2008-11-061-4/+4
* proc: switch /proc/meminfo to seq_fileAlexey Dobriyan2008-10-231-6/+5Star
* mm: rewrite vmap layerNick Piggin2008-10-201-0/+2
* Merge branch 'linus' into x86/pat2Ingo Molnar2008-10-101-1/+3
|\
| *-----. Merge branches 'x86/alternatives', 'x86/cleanups', 'x86/commandline', 'x86/cr...Ingo Molnar2008-10-061-1/+3
| |\ \ \ \
| | | | | * x86: export set_memory_ro and set_memory_rwBruce Allan2008-09-301-0/+2
| | |_|_|/ | |/| | |
| | | * | Merge branch 'x86/urgent' into x86/cleanupsIngo Molnar2008-08-251-3/+3
| | | |\ \ | | |_|/ / | |/| | |
| | | * | Merge branch 'linus' into x86/cleanupsIngo Molnar2008-08-201-8/+13
| | | |\|
| | | * | x86: convert pageattr.c from round_up to roundupJoerg Roedel2008-07-261-1/+1
| | |/ /
* | | | x86, cpa: srlz cpa(), global flush tlb after splitting big page and before do...Suresh Siddha2008-10-101-2/+38
* | | | x86, cpa: remove cpa pool codeSuresh Siddha2008-10-101-152/+5Star
* | | | x86, cpa: no need to check alias for __set_pages_p/__set_pages_npSuresh Siddha2008-10-101-7/+16
* | | | x86: have set_memory_array_{uc,wb} coalesce memtypes, fixVenki Pallipadi2008-08-231-1/+1
* | | | x86: have set_memory_array_{uc,wb} coalesce memtypes.Rene Herman2008-08-221-6/+32
* | | | x86: {reverve,free}_memtype() take a physical addressRene Herman2008-08-221-3/+3
* | | | Merge branch 'x86/urgent' into x86/patIngo Molnar2008-08-221-11/+16
|\| | |
| * | | x86: PAT proper tracking of set_memory_uc and friendsvenkatesh.pallipadi@intel.com2008-08-211-3/+3
| | |/ | |/|
| * | x86: fix /proc/meminfo DirectMapHugh Dickins2008-08-151-6/+12
| * | x86: use WARN() in arch/x86/mm/pageattr.cArjan van de Ven2008-08-131-2/+1Star
| |/
* | x86, pageattr: introduce APIs to change pageattr of a page arrayShaohua Li2008-08-211-50/+166
* | Revert "introduce two APIs for page attribute"Ingo Molnar2008-08-211-50/+8Star
* | x86, pat: avoid highmem cache attribute aliasingNick Piggin2008-08-151-0/+3
* | introduce two APIs for page attributeShaohua Li2008-08-151-8/+50
|/
* Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar2008-07-151-2/+2
|\
| * on_each_cpu(): kill unused 'retry' parameterJens Axboe2008-06-261-2/+2
* | Merge branch 'auto-ftrace-next' into tracing/for-linusIngo Molnar2008-07-141-0/+1
|\ \
| * | x86 mmiotrace: use lookup_address()Pekka Paalanen2008-05-241-0/+1
| |/
* | x86: max_low_pfn_mapped fix, #2Yinghai Lu2008-07-131-2/+2
* | x86: introduce max_low_pfn_mapped for 64-bitYinghai Lu2008-07-111-2/+17
| |
| \
*-. \ Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/bu...Ingo Molnar2008-07-081-1/+40
|\ \ \ | |_|/ |/| |
| | * x86: rename pat_wc_enabled to pat_enabledAndreas Herrmann2008-06-121-1/+1
| |/ |/|
| * x86: janitor CPA statistics patchThomas Gleixner2008-07-081-22/+26
| * x86, generic: CPA add statistics about state of direct mapping v4Andi Kleen2008-07-081-0/+35
|/
* x86 PAT: fix performance drop for glx, use UC minus for ioremap(), ioremap_no...Suresh Siddha2008-04-301-2/+8
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds2008-04-251-3/+1Star
|\
| * x86: rename paravirt_alloc_pt etc after the pagetable structureJeremy Fitzhardinge2008-04-241-1/+1
| * x86: put paravirt stubs into common asm/pgalloc.hJeremy Fitzhardinge2008-04-241-2/+0Star
* | "make namespacecheck" fixesIngo Molnar2008-04-241-1/+1
|/
* x86 PAT: fix mmap() of holesIngo Molnar2008-04-181-1/+1
* x86: add set_memory_4k to pageattr.cAndi Kleen2008-04-171-4/+16
* x86: PAT add set_memory_wc() interfacevenkatesh.pallipadi@intel.com2008-04-171-0/+19
* x86: PAT use reserve free memtype in set_memory_ucvenkatesh.pallipadi@intel.com2008-04-171-2/+19
* x86: PAT infrastructure patchvenkatesh.pallipadi@intel.com2008-04-171-2/+2
* x86: add debug info to DEBUG_PAGEALLOCThomas Gleixner2008-04-171-0/+41
* x86: fix performance drop for glxSuresh Siddha2008-03-261-1/+1
* x86: revert "x86: CPA: avoid split of alias mappings"Rafael J. Wysocki2008-03-031-11/+10Star
* x86: CPA: avoid split of alias mappingsThomas Gleixner2008-02-291-10/+11
* x86: make DEBUG_PAGEALLOC and CPA more robustIngo Molnar2008-02-261-33/+51
* Hibernation: Handle DEBUG_PAGEALLOC on x86Rafael J. Wysocki2008-02-211-1/+18
* x86: CPA: remove BUG_ON for LRU/Compound pagesAndi Kleen2008-02-191-5/+0Star