aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2006-07-03[PATCH] lockdep: locking init debugging improvementGravatar Ingo Molnar 1-1/+1
2006-07-03[PATCH] lockdep: better lock debuggingGravatar Ingo Molnar 1-0/+2
2006-07-03[PATCH] ZVC/zone_reclaim: Leave 1% of unmapped pagecache pages for file I/OGravatar Christoph Lameter 2-13/+36
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialGravatar Linus Torvalds 8-8/+0
2006-06-30[PATCH] slab: consolidate code to free slabs from freelistGravatar Christoph Lameter 1-68/+51
2006-06-30[PATCH] Light weight event countersGravatar Christoph Lameter 8-121/+114
2006-06-30[PATCH] Use Zoned VM Counters for NUMA statisticsGravatar Christoph Lameter 3-52/+50
2006-06-30[PATCH] zoned-vm-counters: remove read_page_state()Gravatar Andrew Morton 1-14/+0
2006-06-30[PATCH] zoned vm counters: remove useless struct wbsGravatar Christoph Lameter 1-51/+34
2006-06-30[PATCH] zoned vm counters: conversion of nr_bounce to per zone counterGravatar Christoph Lameter 2-4/+4
2006-06-30[PATCH] zoned vm counters: conversion of nr_unstable to per zone counterGravatar Christoph Lameter 3-28/+3
2006-06-30[PATCH] zoned vm counters: conversion of nr_writeback to per zone counterGravatar Christoph Lameter 3-3/+3
2006-06-30[PATCH] zoned vm counters: conversion of nr_dirty to per zone counterGravatar Christoph Lameter 3-7/+8
2006-06-30[PATCH] zoned vm counters: conversion of nr_pagetables to per zone counterGravatar Christoph Lameter 3-4/+4
2006-06-30[PATCH] zoned vm counters: conversion of nr_slab to per zone counterGravatar Christoph Lameter 4-5/+5
2006-06-30[PATCH] zoned vm counters: zone_reclaim: remove /proc/sys/vm/zone_reclaim_int...Gravatar Christoph Lameter 1-21/+10
2006-06-30[PATCH] zoned vm counters: split NR_ANON_PAGES off from NR_FILE_MAPPEDGravatar Christoph Lameter 4-4/+8
2006-06-30[PATCH] zoned vm counters: remove NR_FILE_MAPPED from scan control structureGravatar Christoph Lameter 1-9/+2
2006-06-30[PATCH] zoned vm counters: conversion of nr_pagecache to per zone counterGravatar Christoph Lameter 6-17/+7
2006-06-30[PATCH] zoned vm counters: convert nr_mapped to per zone counterGravatar Christoph Lameter 5-10/+10
2006-06-30[PATCH] zoned vm counters: basic ZVC (zoned vm counter) implementationGravatar Christoph Lameter 3-4/+217
2006-06-30[PATCH] zoned vm counters: create vmstat.c/.h from page_alloc.c/.hGravatar Christoph Lameter 3-408/+418
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 8-8/+0
2006-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Gravatar Linus Torvalds 2-8/+1
2006-06-29Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Gravatar Linus Torvalds 1-0/+6
2006-06-29[PATCH] solve config broken: undefined reference to `online_page'Gravatar Yasunori Goto 1-1/+1
2006-06-29[PATCH] generic_file_buffered_write(): handle zero-length iovec segmentsGravatar Andrew Morton 2-3/+10
2006-06-28[PATCH] mark address_space_operations constGravatar Christoph Hellwig 4-6/+6
2006-06-27[PATCH] pi-futex: rt mutex debugGravatar Ingo Molnar 1-0/+1
2006-06-27[PATCH] pi-futex: introduce debug_check_no_locks_freed()Gravatar Ingo Molnar 2-3/+3
2006-06-27[PATCH] cpu hotplug: make cpu_notifier related notifier calls __cpuinit onlyGravatar Chandra Seetharaman 1-1/+1
2006-06-27[PATCH] cpu hotplug: make cpu_notifier related notifier blocks __cpuinit onlyGravatar Chandra Seetharaman 3-3/+5
2006-06-27[PATCH] cpu hotplug: revert init patch submitted for 2.6.17Gravatar Chandra Seetharaman 3-3/+3
2006-06-27[PATCH] generic_file_buffered_write(): deadlock on vectored writeGravatar Vladimir V. Saveliev 1-7/+11
2006-06-27[PATCH] spin/rwlock init cleanupsGravatar Ingo Molnar 1-1/+1
2006-06-27[PATCH] add poison.h and patch primary usersGravatar Randy Dunlap 1-11/+1
2006-06-27[PATCH] Register sysfs file for hotplugged new nodeGravatar Yasunori Goto 1-1/+11
2006-06-27[PATCH] sparc64: support sparsemem and !memory hotplugGravatar Yasunori Goto 1-0/+1
2006-06-27[PATCH] catch valid mem range at onlining memoryGravatar KAMEZAWA Hiroyuki 1-4/+24
2006-06-27[PATCH] register hot-added memory to iomem resourceGravatar KAMEZAWA Hiroyuki 1-0/+25
2006-06-27[PATCH] pgdat allocation for new node add (call pgdat allocation)Gravatar Yasunori Goto 1-0/+52
2006-06-27[PATCH] pgdat allocation for new node add (export kswapd start func)Gravatar Yasunori Goto 1-11/+26
2006-06-27[PATCH] pgdat allocation for new node add (specify node id)Gravatar Yasunori Goto 1-0/+11
2006-06-27[PATCH] 64bit Resource: finally enable 64bit resource sizesGravatar Greg Kroah-Hartman 1-0/+6
2006-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialGravatar Linus Torvalds 2-3/+3
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGravatar Greg Kroah-Hartman 2-2/+0
2006-06-26[PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGravatar Greg Kroah-Hartman 2-6/+1
2006-06-26[PATCH] proc: don't lock task_structs indefinitelyGravatar Eric W. Biederman 1-3/+3
2006-06-26[PATCH] core: use list_move()Gravatar Akinobu Mita 1-2/+1
2006-06-26spelling fixesGravatar Andreas Mohr 2-3/+3