linux-2.6
2006-09-26  Christoph Lameter[PATCH] sys_move_pages: Do not fall back to other nodes
2006-09-26  Christoph Lameter[PATCH] Add __GFP_THISNODE to avoid fallback to other...
2006-09-26  Ravikiran G... [PATCH] slab: fix lockdep warnings
2006-09-26  Christoph Lameter[PATCH] slab: do not panic when alloc_kmemlist fails...
2006-09-26  Christoph Lameter[PATCH] slab: extract __kmem_cache_destroy from kmem_ca...
2006-09-26  Christoph Hellwig[PATCH] slab: optimize kmalloc_node the same way as...
2006-09-26  Nick Piggin[PATCH] update some mm/ comments
2006-09-26  Ravikiran G... [PATCH] Add some comments to slab.c
2006-09-26  Heiko Carstens[PATCH] bootmem: use MAX_DMA_ADDRESS instead of LOW32LIMIT
2006-09-26  Nick Piggin[PATCH] oom: more printk
2006-09-26  Nick Piggin[PATCH] oom: kthread infinite loop fix
2006-09-26  Nick Piggin[PATCH] oom: swapoff tasks tweak
2006-09-26  Nick Piggin[PATCH] oom: handle oom_disable exiting
2006-09-26  Nick Piggin[PATCH] oom: handle current exiting
2006-09-26  Nick Piggin[PATCH] oom: cpuset hint
2006-09-26  Nick Piggin[PATCH] oom: reclaim_mapped on oom
2006-09-26  Nick Piggin[PATCH] oom: use unreclaimable info
2006-09-26  Peter Zijlstra[PATCH] mm: swap write failure fixup
2006-09-26  Pekka Enberg[PATCH] slab: respect architecture and caller mandated...
2006-09-26  Nick Piggin[PATCH] mm: non syncing lock_page()
2006-09-26  Nick Piggin[PATCH] mm: remove_mapping() safeness
2006-09-26  Rolf Eike Beer[PATCH] Add kerneldocs for some functions in mm/memory.c
2006-09-26  Martin Peschke[PATCH] CPU hotplug compatible alloc_percpu()
2006-09-26  Martin Schwidefsky[PATCH] out of memory notifier
2006-09-26  Christoph Lameter[PATCH] linearly index zone->node_zonelists[]
2006-09-26  Christoph Lameter[PATCH] Apply type enum zone_type
2006-09-26  Christoph Lameter[PATCH] mempolicies: fix policy_zone check
2006-09-26  Christoph Lameter[PATCH] reduce MAX_NR_ZONES: fix i386 SRAT check for...
2006-09-26  Christoph Lameter[PATCH] reduce MAX_NR_ZONES: remove display of counters...
2006-09-26  Christoph Lameter[PATCH] reduce MAX_NR_ZONES: make ZONE_HIGHMEM optional
2006-09-26  Christoph Lameter[PATCH] reduce MAX_NR_ZONES: make ZONE_DMA32 optional
2006-09-26  Christoph Lameter[PATCH] reduce MAX_NR_ZONES: use enum to define zones...
2006-09-26  Christoph Lameter[PATCH] reduce MAX_NR_ZONES: page allocator ZONE_HIGHME...
2006-09-26  Christoph Lameter[PATCH] reduce MAX_NR_ZONES: move HIGHMEM counters...
2006-09-26  Christoph Lameter[PATCH] reduce MAX_NR_ZONES: make display of highmem...
2006-09-26  Christoph Lameter[PATCH] reduce MAX_NR_ZONES: fix MAX_NR_ZONES array...
2006-09-26  Christoph Lameter[PATCH] reduce MAX_NR_ZONES: remove two strange uses...
2006-09-26  Franck Bui-Huu[PATCH] bootmem: miscellaneous coding style fixes
2006-09-26  Franck Bui-Huu[PATCH] bootmem: use pfn/page conversion macros
2006-09-26  Franck Bui-Huu[PATCH] bootmem: remove useless headers inclusions
2006-09-26  Franck Bui-Huu[PATCH] bootmem: limit to 80 columns width
2006-09-26  Franck Bui-Huu[PATCH] bootmem: remove useless parentheses in bootmem...
2006-09-26  Franck Bui-Huu[PATCH] bootmem: mark link_bootmem() as part of the...
2006-09-26  Franck Bui-Huu[PATCH] bootmem: remove useless __init in header file
2006-09-26  keith mannthey[PATCH] convert i386 NUMA KVA space to bootmem
2006-09-26  Adrian Bunk[PATCH] mm/: make functions static
2006-09-26  Peter Zijlstra[PATCH] mm: msync() cleanup
2006-09-26  Peter Zijlstra[PATCH] mm: fixup do_wp_page()
2006-09-26  Peter Zijlstra[PATCH] mm: small cleanup of install_page()
2006-09-26  Peter Zijlstra[PATCH] mm: optimize the new mprotect() code a bit
2006-09-26  Peter Zijlstra[PATCH] mm: balance dirty pages
2006-09-26  Peter Zijlstra[PATCH] mm: tracking shared dirty pages
2006-09-26  Nick Piggin[PATCH] mm: VM_BUG_ON
2006-09-26  James Bottomley[PATCH] update to the kernel kmap/kunmap API
2006-09-26  Jan Kara[PATCH] jbd: fix commit of ordered data buffers
2006-09-26  Jan Blunck[PATCH] trigger a syntax error if percpu macros are...
2006-09-26  Christoph Lameter[PATCH] Fix longstanding load balancing bug in the...
2006-09-26  Alan SternDriver core: Don't call put methods while holding a...
2006-09-26  Alan SternDriver core: Remove unneeded routines from driver core
2006-09-26  Alan SternDriver core: Fix potential deadlock in driver core
2006-09-26  Greg Kroah... PCI: enable driver multi-threaded probe
2006-09-26  Greg Kroah... Driver Core: add ability for drivers to do a threaded...
2006-09-26  Andrew Mortonsysfs: add proper sysfs_init() prototype
2006-09-26  Andrew Mortondrivers/base: check errors
2006-09-26  Brian Walshdrivers/base: Platform notify needs to occur before...
2006-09-26  Andrew Mortonv4l-dev2: handle __must_check
2006-09-26  Andrew Mortonadd CONFIG_ENABLE_MUST_CHECK
2006-09-26  Andrew Mortonadd __must_check to device management code
2006-09-26  Yoichi YuasaDriver core: fixed add_bind_files() definition
2006-09-26  Dmitry TorokhovDriver core: fix comments in drivers/base/power/resume.c
2006-09-26  Randy.Dunlapsysfs_remove_bin_file: no return value, dump_stack...
2006-09-26  Randy Dunlapkobject: must_check fixes
2006-09-26  Greg Kroah... Driver core: add ability for devices to create and...
2006-09-26  Greg Kroah... Class: add support for class interfaces for devices
2006-09-26  Greg Kroah... Driver core: create devices/virtual/ tree
2006-09-26  Greg Kroah... Driver core: add device_rename function
2006-09-26  Greg Kroah... Driver core: add ability for classes to handle devices...
2006-09-26  Greg Kroah... Driver core: allow devices in classes to have no parent
2006-09-26  Greg Kroah... Driver core: add groups support to struct device
2006-09-26  David BrownellPM: platform_bus and late_suspend/early_resume
2006-09-26  Pavel MachekPM: device_suspend/resume may sleep
2006-09-26  Rafael J. WysockiPM: add /sys/power documentation to Documentation/ABI
2006-09-26  David BrownellPM: no suspend_prepare() phase
2006-09-26  Pavel MachekPM: schedule /sys/devices/.../power/state for removal
2006-09-26  David BrownellPM: add kconfig option for deprecated .../power/state...
2006-09-26  David BrownellPM: update docs for writing .../power/state
2006-09-26  David Brownellupdated Documentation/power/devices.txt
2006-09-26  David BrownellPM: issue PM_EVENT_PRETHAW
2006-09-26  David BrownellPM: USB HCDs use PM_EVENT_PRETHAW
2006-09-26  David BrownellPM: video drivers and PM_EVENT_PRETHAW
2006-09-26  David BrownellPM: PCI and IDE handle PM_EVENT_PRETHAW
2006-09-26  David BrownellPM: define PM_EVENT_PRETHAW
2006-09-26  David Brownellfix broken/dubious driver suspend() methods
2006-09-26  David Brownellmake suspend quieter
2006-09-26  Linus TorvaldsSuspend changes for PCI core
2006-09-26  Linus TorvaldsSuspend infrastructure cleanup and extension
2006-09-26  Greg Kroah... SYSFS: allow sysfs_create_link to create symlinks in...
2006-09-26  Randy DunlapDebugfs: kernel-doc fixes for debugfs
2006-09-26  Juha Yrjöläsysfs: Make poll behaviour consistent
2006-09-26  Miguel Ojeda... Driver core: add const to class_create
next