summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-03-02early_res: Need to save the allocation name in drop_range_partial()Yinghai Lu1-2/+12
2010-03-02sparsemem: Fix compilation on PowerPCYinghai Lu1-4/+7
2010-02-26early_res: Add free_early_partial()Yinghai Lu4-3/+62
2010-02-22x86: Fix non-bootmem compilation on PowerPCYinghai Lu1-0/+2
2010-02-17core: Move early_res from arch/x86 to kernel/Yinghai Lu7-18/+23
2010-02-12x86: Add find_fw_memmap_areaYinghai Lu3-6/+16
2010-02-12Move round_up/down to kernel.hYinghai Lu2-10/+10
2010-02-12x86: Make 32bit support NO_BOOTMEMYinghai Lu4-1/+12
2010-02-12early_res: Enhance check_and_double_early_resYinghai Lu1-7/+20
2010-02-12x86: Move back find_e820_area to e820.cYinghai Lu4-59/+57
2010-02-12x86: Add find_early_area_sizeYinghai Lu1-13/+32
2010-02-12x86: Separate early_res related code from e820.cYinghai Lu5-553/+561
2010-02-12x86: Move bios page reserve early to head32/64.cYinghai Lu2-20/+12
2010-02-12sparsemem: Put mem map for one node together.Yinghai Lu5-3/+195
2010-02-12sparsemem: Put usemap for one node togetherYinghai Lu1-18/+66
2010-02-12x86: Make 64 bit use early_res instead of bootmem before slabYinghai Lu13-23/+454
2010-02-11x86: Only call dma32_reserve_bootmem 64bit !CONFIG_NUMAYinghai Lu4-12/+12
2010-02-11x86: Make early_node_mem get mem > 4 GB if possibleYinghai Lu1-4/+17
2010-02-11x86: Dynamically increase early_res array sizeYinghai Lu1-0/+53
2010-02-11x86: Introduce max_early_res and early_res_countYinghai Lu1-15/+32
2010-02-11x86: Call early_res_to_bootmem one timeYinghai Lu4-45/+22
2010-02-11x86: Print out RAM buffer informationYinghai Lu1-0/+2
2010-02-11x86: Change range end to start+sizeYinghai Lu3-36/+40
2010-02-11x86/pci: Enable pci root res read out for 32bit tooYinghai Lu4-24/+5
2010-02-11x86/pci: Add cap_resource()Yinghai Lu3-3/+17
2010-02-11x86/pci: Use u64 instead of size_t in amd_bus.cYinghai Lu1-8/+8
2010-02-11x86/pci: AMD one chain system to use pci read out resYinghai Lu3-9/+4
2010-02-11x86/pci: Use resource_size_t in update_resYinghai Lu2-10/+10
2010-02-11x86: Move range related operation to one fileYinghai Lu6-230/+214
2010-02-11ibmphp: Rename add_range() to add_bus_range() to avoid conflictH. Peter Anvin1-7/+7
2010-02-11Merge remote branch 'linus/master' into x86/bootmemH. Peter Anvin9951-439203/+838341
2010-02-10Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+6
2010-02-10Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2-3/+5
2010-02-10Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-4/+8
2010-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6Linus Torvalds1-6/+9
2010-02-10Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds1-3/+9
2010-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds7-14/+54
2010-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds35-164/+197
2010-02-10powerpc: Fix address masking bug in hpte_need_flush()David Gibson1-3/+9
2010-02-10Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2-15/+13
2010-02-10md: fix some lockdep issues between md and sysfs.NeilBrown2-11/+6
2010-02-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds8-40/+91
2010-02-09KVM: PIT: control word is write-onlyMarcelo Tosatti1-0/+3
2010-02-09kvmclock: count total_sleep_time when updating guest clockJason Wang1-4/+3
2010-02-09Export the symbol of getboottime and mmonotonic_to_bootbasedJason Wang1-0/+2
2010-02-09[S390] Fix struct _lowcore layout.Heiko Carstens1-2/+2
2010-02-09[S390] qdio: prevent call trace if CHPID is offlineJan Glauber1-0/+2
2010-02-09[S390] qdio: continue polling for buffer state ERRORUrsula Braun1-1/+1
2010-02-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller6-28/+38
2010-02-09drivers/net: Correct NULL testJulia Lawall1-1/+1