aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-06-23[PATCH] Platform SMIs and their interferance with tsc based delay calibrationVenkatesh Pallipadi10-0/+130
2005-06-23[PATCH] use ${CROSS_COMPILE}installkernel in arch/*/boot/install.shIan Campbell6-12/+12
2005-06-23[PATCH] biarch compiler support for i386H. Peter Anvin1-0/+7
2005-06-23[PATCH] add page_state info to show_memMartin J. Bligh1-0/+8
2005-06-23[PATCH] add x86-64 specific support for sparsememMatt Tolentino4-12/+51
2005-06-23[PATCH] reorganize x86-64 NUMA and DISCONTIGMEM config optionsMatt Tolentino9-24/+25
2005-06-23[PATCH] add x86-64 Kconfig options for sparsememMatt Tolentino1-0/+19
2005-06-23[PATCH] remove direct ref to contig_page_data for x86-64Matt Tolentino2-5/+1
2005-06-23[PATCH] ppc64: sparsemem memory modelAndy Whitcroft7-21/+68
2005-06-23[PATCH] ppc64: add memory presentAndy Whitcroft2-2/+5
2005-06-23[PATCH] ppc64: add early_pfn_to_nidAndy Whitcroft2-0/+9
2005-06-23[PATCH] sparsemem hotplug baseAndy Whitcroft3-27/+125
2005-06-23[PATCH] sparsemem swiss cheese numa layoutsAndy Whitcroft3-0/+20
2005-06-23[PATCH] sparsemem memory model for i386Andy Whitcroft9-81/+135
2005-06-23[PATCH] sparsemem memory modelAndy Whitcroft10-33/+332
2005-06-23[PATCH] generify memory presentAndy Whitcroft2-1/+5
2005-06-23[PATCH] generify early_pfn_to_nidAndy Whitcroft3-0/+11
2005-06-23[PATCH] ppc64: Kconfig memory modelsMike Kravetz1-1/+8
2005-06-23[PATCH] mm/Kconfig: give DISCONTIG more help textDave Hansen1-0/+10
2005-06-23[PATCH] mm/Kconfig: hide "Memory Model" selection menuDave Hansen1-4/+17
2005-06-23[PATCH] mm/Kconfig: kill unused ARCH_FLATMEM_DISABLEDave Hansen3-12/+0
2005-06-23[PATCH] sparsemem: fix minor "defaults" issue in mm/KconfigDave Hansen1-2/+1
2005-06-23[PATCH] Introduce new Kconfig option for NUMA or DISCONTIGDave Hansen3-6/+14
2005-06-23[PATCH] update all defconfigs for ARCH_DISCONTIGMEM_ENABLEDave Hansen6-6/+6
2005-06-23[PATCH] make each arch use mm/KconfigDave Hansen23-10/+66
2005-06-23[PATCH] create mm/Kconfig for arch-independent memory optionsDave Hansen1-0/+25
2005-06-23[PATCH] sparsemem base: teach discontig about sparse rangesDave Hansen3-1/+17
2005-06-23[PATCH] sparsemem base: reorganize page->flags bit operationsDave Hansen3-22/+52
2005-06-23[PATCH] sparsemem base: simple NUMA remap space allocatorDave Hansen4-29/+50
2005-06-23[PATCH] sparsemem base: early_pfn_to_nid() (works before sparse is initialized)Dave Hansen1-0/+15
2005-06-23[PATCH] remove non-DISCONTIG use of pgdat->node_mem_mapDave Hansen14-36/+28
2005-06-23Merge 'misc-fixes' branch of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6Linus Torvalds1-0/+1
2005-06-23e1000: fix spinlock bugMitch Williams1-0/+1
2005-06-22Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2-5/+4
2005-06-22Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds17-482/+921
2005-06-22[PATCH] driver core: Fix up the device_attach() error handling in bus_add_device()Greg Kroah-Hartman1-3/+2
2005-06-22[PATCH] USB: fix hid core to return proper error code from probeStelian Pop1-2/+2
2005-06-22[LTPC]: Replace schedule_timeout() with ssleep()/msleep()Nishanth Aravamudan1-4/+2
2005-06-22[X25]: Fast select with no restriction on responseShaun Pereira5-16/+86
2005-06-22[X25]: Selective sub-address matching with call user data.Shaun Pereira4-45/+59
2005-06-22[EBTABLES]: vfree() checking cleanupsJames Lamanna1-14/+7
2005-06-22[ATALK] aarp: replace schedule_timeout() with msleep()Nishanth Aravamudan1-4/+3
2005-06-22[IPV4]: Fix route.c gcc4 warningsChuck Short1-4/+4
2005-06-22[NETPOLL]: allow multiple netpoll_clients to register against one interfaceJeff Moyer2-13/+41
2005-06-22[NETPOLL]: Introduce a netpoll_info structJeff Moyer3-29/+57
2005-06-22[NETPOLL]: Set poll_owner to -1 before unlocking in netpoll_poll_unlock()Jeff Moyer1-1/+1
2005-06-22[PATCH] boot_pageset must not be freed.Christoph Lameter1-2/+9
2005-06-22Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds10-72/+86
2005-06-22[NET]: dont use strlen() but the result from a prior sprintf()Eric Dumazet1-2/+1
2005-06-22Merge rsync://client.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds68-1004/+4135