summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
Commit message (Expand)AuthorAgeFilesLines
* x86: prepare for cpumask iterators to only go to nr_cpu_idsMike Travis2008-12-162-3/+3
*-. Merge commit 'v2.6.28-rc7'; branch 'x86/dumpstack' into tracing/ftraceIngo Molnar2008-12-031-4/+7
|\ \
| | * x86, dumpstack: let signr=0 signal no do_exitAlexander van Heukelum2008-10-221-4/+7
| | |
| \ \
*-. \ \ Merge branches 'tracing/profiling', 'tracing/options' and 'tracing/urgent' in...Ingo Molnar2008-11-231-0/+35
|\ \ \ \ | | |/ /
| | * | x86, hibernate: fix breakage on x86_32 with CONFIG_NUMA setRafael J. Wysocki2008-11-121-0/+35
| |/ /
* | | Merge branch 'tracing/urgent' into tracing/ftraceIngo Molnar2008-11-111-4/+4
|\ \ \ | |/ /
| * | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-11-061-4/+4
| |\ \
| | * | x86: align DirectMap in /proc/meminfoHugh Dickins2008-11-061-4/+4
* | | | Merge branches 'tracing/ftrace', 'tracing/fastboot', 'tracing/nmisafe' and 't...Ingo Molnar2008-11-083-3/+61
|\ \ \ \ | |/ / /
| * | | x86: add iomap_atomic*()/iounmap_atomic() on 32-bit using fixmapsKeith Packard2008-10-313-3/+61
| |/ /
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'tracing/ftrace', 'tracing/markers', 'tracing/mmiotrace', 'tra...Ingo Molnar2008-11-032-3/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| | * | | trace: add the MMIO-tracer to the tracer menu, cleanupPekka Paalanen2008-10-272-3/+2
| |/ / /
* | | | 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-181-0/+1
* | Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-10-161-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-161-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
* | | | x86: rename discontig_32.c to numa_32.cYinghai Lu2008-10-132-5/+1
|/ / /
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
*-----------. \ \ Merge branches 'x86/xen', 'x86/build', 'x86/microcode', 'x86/mm-debug-v2', 'x...Ingo Molnar2008-10-124-15/+38
|\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| | | | | * | | | x86: memory corruption check - cleanupIngo Molnar2008-10-122-0/+2
| | | | | * | | | Merge branch 'linus' into x86/memory-corruption-checkIngo Molnar2008-10-1212-301/+617
| | | | | |\ \ \ \ | | | | | | | |/ / | | | | | | |/| |
| | | | | * | | | x86: add periodic corruption checkHugh Dickins2008-09-073-2/+4
OpenPOWER on IntegriCloud