aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/mm/discontig.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-11i386: prepare shared mm/discontig.cThomas Gleixner1-431/+0
2007-05-15x86: Fix discontigmem + non-HIGHMEM compileLinus Torvalds1-6/+3
2007-02-13[PATCH] i386: Remove extern declaration from mm/discontig.c, put in header.Rusty Russell1-1/+0
2006-12-22[PATCH] memory hotplug: fix compile error for i386 with NUMA configYasunori Goto1-0/+28
2006-12-07[PATCH] i386: substitute __va lookup with pfn_to_kaddrDavid Rientjes1-1/+1
2006-10-11[PATCH] mm: use symbolic names instead of indices for zone initialisationMel Gorman1-5/+6
2006-10-03BUG_ON cleanups in arch/i386Eric Sesterhenn1-2/+1
2006-09-27[PATCH] Have x86 use add_active_range() and free_area_init_nodesMel Gorman1-52/+17
2006-09-26Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds1-0/+5
2006-09-26[PATCH] NUMA: Add zone_to_nid functionChristoph Lameter1-1/+1
2006-09-26[PATCH] reduce MAX_NR_ZONES: fix MAX_NR_ZONES array initializationsChristoph Lameter1-1/+1
2006-09-26[PATCH] convert i386 NUMA KVA space to bootmemkeith mannthey1-8/+21
2006-09-26[PATCH] i386: initialize end-of-memory variables as early as possibleJan Beulich1-0/+5
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-30typo fixes: specfic -> specificAdrian Bunk1-1/+1
2006-03-27[PATCH] unify PFN_* macrosDave Hansen1-0/+1
2006-03-27[PATCH] for_each_online_pgdat: remove sorting pgdatKAMEZAWA Hiroyuki1-11/+0
2005-10-29[PATCH] memory hotplug: i386 addition functionsDave Hansen1-2/+2
2005-09-07[PATCH] Additions to .data.read_mostly sectionRavikiran G Thirumalai1-4/+4
2005-08-07[PATCH] Move the fix to align node_end_pfns to a proper locationRavikiran G Thirumalai1-8/+11
2005-07-29[PATCH] mm: Ensure proper alignment for node_remap_start_pfnRavikiran G Thirumalai1-0/+8
2005-06-25[PATCH] crashdump: x86 crashkernel optionEric W. Biederman1-0/+2
2005-06-23[PATCH] Remove i386_ksyms.c, almost.Alexey Dobriyan1-0/+3
2005-06-23[PATCH] sparsemem memory model for i386Andy Whitcroft1-16/+20
2005-06-23[PATCH] sparsemem base: teach discontig about sparse rangesDave Hansen1-0/+14
2005-06-23[PATCH] sparsemem base: simple NUMA remap space allocatorDave Hansen1-28/+31
2005-06-23[PATCH] sparsemem base: early_pfn_to_nid() (works before sparse is initialized)Dave Hansen1-0/+15
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+383