summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] lockdep: locking init debugging improvementIngo Molnar2006-07-031-1/+1
* [PATCH] lockdep: better lock debuggingIngo Molnar2006-07-031-0/+2
* [PATCH] ZVC/zone_reclaim: Leave 1% of unmapped pagecache pages for file I/OChristoph Lameter2006-07-032-13/+36
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-06-308-8/+0
|\
| * Remove obsolete #include <linux/config.h>Jörn Engel2006-06-308-8/+0
* | [PATCH] slab: consolidate code to free slabs from freelistChristoph Lameter2006-06-301-68/+51
* | [PATCH] Light weight event countersChristoph Lameter2006-06-308-121/+114
* | [PATCH] Use Zoned VM Counters for NUMA statisticsChristoph Lameter2006-06-303-52/+50
* | [PATCH] zoned-vm-counters: remove read_page_state()Andrew Morton2006-06-301-14/+0
* | [PATCH] zoned vm counters: remove useless struct wbsChristoph Lameter2006-06-301-51/+34
* | [PATCH] zoned vm counters: conversion of nr_bounce to per zone counterChristoph Lameter2006-06-302-4/+4
* | [PATCH] zoned vm counters: conversion of nr_unstable to per zone counterChristoph Lameter2006-06-303-28/+3
* | [PATCH] zoned vm counters: conversion of nr_writeback to per zone counterChristoph Lameter2006-06-303-3/+3
* | [PATCH] zoned vm counters: conversion of nr_dirty to per zone counterChristoph Lameter2006-06-303-7/+8
* | [PATCH] zoned vm counters: conversion of nr_pagetables to per zone counterChristoph Lameter2006-06-303-4/+4
* | [PATCH] zoned vm counters: conversion of nr_slab to per zone counterChristoph Lameter2006-06-304-5/+5
* | [PATCH] zoned vm counters: zone_reclaim: remove /proc/sys/vm/zone_reclaim_int...Christoph Lameter2006-06-301-21/+10
* | [PATCH] zoned vm counters: split NR_ANON_PAGES off from NR_FILE_MAPPEDChristoph Lameter2006-06-304-4/+8
* | [PATCH] zoned vm counters: remove NR_FILE_MAPPED from scan control structureChristoph Lameter2006-06-301-9/+2
* | [PATCH] zoned vm counters: conversion of nr_pagecache to per zone counterChristoph Lameter2006-06-306-17/+7
* | [PATCH] zoned vm counters: convert nr_mapped to per zone counterChristoph Lameter2006-06-305-10/+10
* | [PATCH] zoned vm counters: basic ZVC (zoned vm counter) implementationChristoph Lameter2006-06-303-4/+217
* | [PATCH] zoned vm counters: create vmstat.c/.h from page_alloc.c/.hChristoph Lameter2006-06-303-408/+418
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds2006-06-292-8/+1
|\
| * [PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman2006-06-262-2/+0
| * [PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman2006-06-262-6/+1
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2006-06-291-0/+6
|\ \
| * | [PATCH] 64bit Resource: finally enable 64bit resource sizesGreg Kroah-Hartman2006-06-271-0/+6
* | | [PATCH] solve config broken: undefined reference to `online_page'Yasunori Goto2006-06-291-1/+1
* | | [PATCH] generic_file_buffered_write(): handle zero-length iovec segmentsAndrew Morton2006-06-292-3/+10
* | | [PATCH] mark address_space_operations constChristoph Hellwig2006-06-284-6/+6
* | | [PATCH] pi-futex: rt mutex debugIngo Molnar2006-06-271-0/+1
* | | [PATCH] pi-futex: introduce debug_check_no_locks_freed()Ingo Molnar2006-06-272-3/+3
* | | [PATCH] cpu hotplug: make cpu_notifier related notifier calls __cpuinit onlyChandra Seetharaman2006-06-271-1/+1
* | | [PATCH] cpu hotplug: make cpu_notifier related notifier blocks __cpuinit onlyChandra Seetharaman2006-06-273-3/+5
* | | [PATCH] cpu hotplug: revert init patch submitted for 2.6.17Chandra Seetharaman2006-06-273-3/+3
* | | [PATCH] generic_file_buffered_write(): deadlock on vectored writeVladimir V. Saveliev2006-06-271-7/+11
* | | [PATCH] spin/rwlock init cleanupsIngo Molnar2006-06-271-1/+1
* | | [PATCH] add poison.h and patch primary usersRandy Dunlap2006-06-271-11/+1
* | | [PATCH] Register sysfs file for hotplugged new nodeYasunori Goto2006-06-271-1/+11
* | | [PATCH] sparc64: support sparsemem and !memory hotplugYasunori Goto2006-06-271-0/+1
* | | [PATCH] catch valid mem range at onlining memoryKAMEZAWA Hiroyuki2006-06-271-4/+24
* | | [PATCH] register hot-added memory to iomem resourceKAMEZAWA Hiroyuki2006-06-271-0/+25
* | | [PATCH] pgdat allocation for new node add (call pgdat allocation)Yasunori Goto2006-06-271-0/+52
* | | [PATCH] pgdat allocation for new node add (export kswapd start func)Yasunori Goto2006-06-271-11/+26
* | | [PATCH] pgdat allocation for new node add (specify node id)Yasunori Goto2006-06-271-0/+11
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-06-262-3/+3
|\ \ | |/ |/|
| * spelling fixesAndreas Mohr2006-06-262-3/+3
* | [PATCH] proc: don't lock task_structs indefinitelyEric W. Biederman2006-06-261-3/+3
* | [PATCH] core: use list_move()Akinobu Mita2006-06-261-2/+1
|/