summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
*---------------. Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump',...Ingo Molnar2008-12-235-18/+266
|\ \ \ \ \ \ \ \ \
| | | | | | | | | * x86: PAT: remove follow_pfnmap_pte in favor of follow_physvenkatesh.pallipadi@intel.com2008-12-201-19/+11
| | | | | | | | | * x86: PAT: add pgprot_writecombine() interface for drivers - v3venkatesh.pallipadi@intel.com2008-12-181-0/+8
| | | | | | | | | * x86: PAT: implement track/untrack of pfnmap regions for x86 - v3venkatesh.pallipadi@intel.com2008-12-181-0/+236
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
| | | | | | * | | Merge branch 'linus' into x86/memory-corruption-checkIngo Molnar2008-11-209-44/+166
| | | | | | |\ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| | | | | | * | | x86: corruption check: run the corruption checks from a work queueArjan van de Ven2008-10-272-4/+0
| | | | | | |/ /
| | | | | * | | x86, dumpstack: let signr=0 signal no do_exitAlexander van Heukelum2008-10-221-4/+7
| | | * | | | | x86, 32-bit: add some compile time checks to mem_init()Jan Beulich2008-12-161-1/+15
| | | * | | | | x86: soften multi-BAR mapping sanity check warning messageIngo Molnar2008-12-121-1/+2
| |_|/ / / / / |/| | | | | |
| * | | | | | x86, 32-bit: simplify alloc_low_page()Jan Beulich2008-12-161-8/+4
| * | | | | | Merge commit 'v2.6.28-rc7' into x86/cleanupsIngo Molnar2008-12-041-0/+35
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Merge branch 'linus' into x86/cleanupsIngo Molnar2008-11-088-44/+131
| |\| | | | |
| * | | | | | x86: avoid duplicate running of pud_offset and pmd_offset in one_md_table_init()Zhaolei2008-10-311-0/+2
| | |_|_|/ / | |/| | | |
* | | | | | x86, hibernate: fix breakage on x86_32 with CONFIG_NUMA setRafael J. Wysocki2008-11-121-0/+35
| |/ / / / |/| | | |
* | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-11-071-4/+4
|\ \ \ \ \
| * | | | | x86: align DirectMap in /proc/meminfoHugh Dickins2008-11-061-4/+4
| | |/ / / | |/| | |
* / | | | x86: add iomap_atomic*()/iounmap_atomic() on 32-bit using fixmapsKeith Packard2008-10-313-3/+61
|/ / / /
* | | | x86: fix /dev/mem mmap breakage when PAT is disabledRavikiran G Thirumalai2008-10-301-0/+4
* | | | x86: remove debug code from arch_add_memory()Gary Hade2008-10-291-1/+1
* | | | x86: start annotating early ioremap pointers with __iomemHarvey Harrison2008-10-291-11/+11
* | | | x86: two trivial sparse annotationsHarvey Harrison2008-10-291-1/+1
* | | | x86: fix init_memory_mapping for [dc000000 - e0000000) - v2Yinghai Lu2008-10-281-17/+33
* | | | x86: 64 bit print out absent pages num tooYinghai Lu2008-10-281-3/+6
| |_|/ |/| |
* | | x86, memory hotplug: remove wrong -1 in calling init_memory_mapping()Shaohua Li2008-10-281-1/+1
* | | x86: keep the /proc/meminfo page count correctYinghai Lu2008-10-271-3/+9
|/ /
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-10-231-4/+3
|\ \
| * | x86: memtest fix use of reserve_early()Daniele Calore2008-10-221-4/+3
| |/
* / proc: switch /proc/meminfo to seq_fileAlexey Dobriyan2008-10-231-6/+5
|/
* Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-10-203-103/+109
|\
| * mmiotrace: remove left-over marker cruftPekka Paalanen2008-10-141-64/+0
| * x86 mmiotrace: implement mmiotrace_printk()Pekka Paalanen2008-10-142-1/+22
| * x86 mmiotrace: fix a rare memory leakPekka Paalanen2008-10-141-1/+3
| * x86: fix mmiotrace 8-bit register decodingPekka Paalanen2008-10-141-37/+84
* | mm: rewrite vmap layerNick Piggin2008-10-201-0/+2
* | Export kmap_atomic_pfn for DRM-GEM.Eric Anholt2008-10-171-0/+1
* | Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-10-171-0/+6
|\ \
| | \
| | \
| | \
| | \
| *---. \ Merge branches 'core/softlockup', 'core/softirq', 'core/resources', 'core/pri...Ingo Molnar2008-10-151-0/+6
| |\ \ \ \ | | |_|_|/ | |/| | |
| | | * | IO resources, x86: ioremap sanity check to catch mapping requests exceeding t...Suresh Siddha2008-09-261-0/+6
| | |/ /
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-10-171-28/+17
|\ \ \ \ | |/ / / |/| | |
| * | | x86/mm: unify init task OOM handlingIngo Molnar2008-10-131-9/+6
| * | | x86/mm: do not trigger a kernel warning if user-space disables interrupts and...Linus Torvalds2008-10-131-19/+11
* | | | x86: change early_ioremap to use slots instead of nestingYinghai Lu2008-10-131-20/+57
* | | | x86: fix virt_addr_valid() with CONFIG_DEBUG_VIRTUAL=y, v2Vegard Nossum2008-10-131-2/+34
* | | | traps: x86: remove trace_hardirqs_fixup from pagefault handlerAlexander van Heukelum2008-10-131-5/+0
* | | | x86, uv: add early detection of UV system typesJack Steiner2008-10-131-1/+1
* | | | x86: make mm/gup.c more virtualization friendlyJan Beulich2008-10-131-5/+5
* | | | x86-64: fix combining of regions in init_memory_mapping()Jan Beulich2008-10-131-1/+1
* | | | x86-64: don't check for map replacementJeremy Fitzhardinge2008-10-131-3/+0
* | | | x86: add early_memremap()Jeremy Fitzhardinge2008-10-132-6/+18
* | | | x86: add _PAGE_IOMAP pte flag for IO mappingsJeremy Fitzhardinge2008-10-133-6/+6