summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | x86: cleanup early per cpu variables/accesses v4Mike Travis2008-07-082-33/+12
| | |/ | |/|
* | | Merge branch 'x86/mpparse' into x86/develIngo Molnar2008-07-085-126/+182
|\ \ \
| * | | x86: fix compiling when CONFIG_X86_MPPARSE is not setYinghai Lu2008-07-081-0/+4
| * | | x86: merge setup_memory_map with e820Yinghai Lu2008-07-081-0/+12
| * | | x86: kill bad_pproYinghai Lu2008-07-082-33/+14
| * | | x86, mm: use add_highpages_with_active_regions() for high pages init v2Yinghai Lu2008-07-082-23/+58
| * | | x86: replace shrink_active_range() with remove_active_range()Yinghai Lu2008-07-081-21/+24
| * | | x86: clean up reserve_bootmem_generic() and port it to 32-bitYinghai Lu2008-07-082-1/+8
| * | | x86: add flags parameter to reserve_bootmem_generic()Bernhard Walle2008-07-081-5/+12
| * | | Merge branch 'linus' into tmp.x86.mpparse.newIngo Molnar2008-07-085-61/+40
| |\| |
| * | | x86, numa, 32-bit: use find_e820_area() to find KVA RAM on nodeYinghai Lu2008-06-101-26/+33
| * | | mm, x86: shrink_active_range() should check allYinghai Lu2008-06-101-1/+1
| * | | x86: reserve highmem pages via reserve_earlyHuang, Ying2008-06-051-1/+2
| * | | x86: make 32-bit use e820_register_active_regions()Yinghai Lu2008-06-041-13/+6
| * | | x86, numa, 32-bit: make sure get we kva spaceYinghai Lu2008-06-041-5/+12
| * | | x86: clean up max_pfn_mapped usage - 32-bitYinghai Lu2008-06-031-1/+2
| * | | x86, numa, 32-bit: avoid clash between ramdisk and kvaYinghai Lu2008-06-031-19/+8
| * | | x86, numa, 32-bit: print out debug info on all kvasYinghai Lu2008-06-031-2/+7
| * | | x86, 32-bit: change propagate_e820_map() back to find_max_pfn()Yinghai Lu2008-06-031-1/+1
| * | | x86: set node_remap_size[0] in fallback pathYinghai Lu2008-06-031-0/+1
| * | | x86, numa, 32-bit: increase max_elements to 1024Yinghai Lu2008-06-031-7/+7
| * | | x86: extend e820 early_res support 32bit -fix #5Yinghai Lu2008-05-311-7/+5
| * | | x86: extend e820 early_res support 32bit -fix #4Yinghai Lu2008-05-311-2/+7
| * | | x86 boot: remove some unused extern function declarationsPaul Jackson2008-05-251-1/+1
| | | |
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
*-----. \ \ \ Merge branches 'x86/mmio', 'x86/delay', 'x86/idle', 'x86/oprofile', 'x86/debu...Ingo Molnar2008-07-081-12/+4
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | / | | | |_|_|/ | | |/| | |
| | | * | | x86: small unifications of address printingVegard Nossum2008-07-011-12/+4
| | |/ / /
| | | | |
| \ \ \ \
| \ \ \ \
| \ \ \ \
| \ \ \ \
| \ \ \ \
| \ \ \ \
| \ \ \ \
| \ \ \ \
| \ \ \ \
| \ \ \ \
| \ \ \ \
| \ \ \ \
| \ \ \ \
*-------------. \ \ \ \ Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/bu...Ingo Molnar2008-07-0810-321/+233
|\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / | | |/| | | | | | / / / | | | | | | | |_|/ / / | | | | | | |/| | | / | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| | | | | | | | * | x86: pat.c final cleanup of loop body in reserve_memtypeAndreas Herrmann2008-06-241-19/+11
| | | | | | | | * | x86: pat.c introduce function to check for conflicts with existing memtypesAndreas Herrmann2008-06-241-63/+33
| | | | | | | | * | x86: pat.c consolidate list_add handling in reserve_memtypeAndreas Herrmann2008-06-241-13/+8
| | | | | | | | * | x86: pat.c consolidate error/debug messages in reserve_memtypeAndreas Herrmann2008-06-241-40/+11
| | | | | | | | * | x86: pat.c more trivial changesAndreas Herrmann2008-06-241-13/+8
| | | | | | | | * | x86: pat.c choose more crisp variable namesAndreas Herrmann2008-06-241-65/+62
| | | | | | | | * | x86: introduce macro to check whether an address range is in the ISA rangeAndreas Herrmann2008-06-242-4/+3
| | | | | | | | * | x86: shrink pat_x_mtrr_type to its essentialsAndreas Herrmann2008-06-191-19/+11
| | | | | | | | * | x86: PAT: make pat_x_mtrr_type() more readableHugh Dickins2008-06-181-35/+12
| | | | | | | | * | Merge branch 'linus' into x86/patIngo Molnar2008-06-165-33/+12
| | | | | | | | |\ \ | | | | | | | |_|/ / | | | | | | |/| | |
| | | | | | | | * | x86: rename pat_wc_enabled to pat_enabledAndreas Herrmann2008-06-123-11/+11
| | | | | | | | * | x86: PAT: fixed checkpatch errors (and whitespaces)Andreas Herrmann2008-06-121-15/+14
| | | | | | | | * | x86: PAT: fix ambiguous paranoia check in pat_init()Andreas Herrmann2008-06-121-5/+6
| | | | | | | | * | x86: fix Xorg crash with xf86MapVidMem errorVenki Pallipadi2008-06-121-25/+24
| | | | | | | | * | arch/x86/mm/pat.c: use boot_cpu_has()Andrew Morton2008-05-251-4/+4
| | | | | | | | * | Merge branch 'linus' into x86/patIngo Molnar2008-05-191-1/+1
| | | | | | | | |\ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| | | | | | | | * | Merge branch 'linus' into x86/patThomas Gleixner2008-05-182-13/+3
| | | | | | | | |\ \
| | | | | | | | * | | x86: add "debugpat" boot optionVenki Pallipadi2008-05-121-7/+20
| | | | |_|_|_|/ / / | | | |/| | | | | |
| | | | | | | * | | Merge branch 'linus' into x86/memtestIngo Molnar2008-06-166-72/+40
| | | | | | | |\ \ \ | | | | | | | |/ / / | | | | | | |/| | |
| | | | | | | * | | x86_64: simplify the memtest parameter settingYinghai Lu2008-05-121-2/+3
| | | | |_|_|/ / / | | | |/| | | | |
| | | | | * | | | x86_64: use PAGE_OFFSET in dump_pagetablesJiri Slaby2008-07-081-1/+1
| | | | | * | | | x86: add sparse annotations to ioremapThomas Gleixner2008-07-081-5/+5
| | | | | * | | | x86: janitor CPA statistics patchThomas Gleixner2008-07-081-22/+26