summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] slab: consolidate code to free slabs from freelistChristoph Lameter2006-06-301-68/+51Star
* [PATCH] Light weight event countersChristoph Lameter2006-06-308-121/+114Star
* [PATCH] Use Zoned VM Counters for NUMA statisticsChristoph Lameter2006-06-303-52/+50Star
* [PATCH] zoned-vm-counters: remove read_page_state()Andrew Morton2006-06-301-14/+0Star
* [PATCH] zoned vm counters: remove useless struct wbsChristoph Lameter2006-06-301-51/+34Star
* [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/+3Star
* [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/+10Star
* [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/+2Star
* [PATCH] zoned vm counters: conversion of nr_pagecache to per zone counterChristoph Lameter2006-06-306-17/+7Star
* [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/+1Star
|\
| * [PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman2006-06-262-2/+0Star
| * [PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman2006-06-262-6/+1Star
* | 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-281-0/+1
* | | [PATCH] pi-futex: introduce debug_check_no_locks_freed()Ingo Molnar2006-06-282-3/+3
* | | [PATCH] cpu hotplug: make cpu_notifier related notifier calls __cpuinit onlyChandra Seetharaman2006-06-281-1/+1
* | | [PATCH] cpu hotplug: make cpu_notifier related notifier blocks __cpuinit onlyChandra Seetharaman2006-06-283-3/+5
* | | [PATCH] cpu hotplug: revert init patch submitted for 2.6.17Chandra Seetharaman2006-06-283-3/+3
* | | [PATCH] generic_file_buffered_write(): deadlock on vectored writeVladimir V. Saveliev2006-06-281-7/+11
* | | [PATCH] spin/rwlock init cleanupsIngo Molnar2006-06-281-1/+1
* | | [PATCH] add poison.h and patch primary usersRandy Dunlap2006-06-281-11/+1Star
* | | [PATCH] Register sysfs file for hotplugged new nodeYasunori Goto2006-06-281-1/+11
* | | [PATCH] sparc64: support sparsemem and !memory hotplugYasunori Goto2006-06-281-0/+1
* | | [PATCH] catch valid mem range at onlining memoryKAMEZAWA Hiroyuki2006-06-281-4/+24
* | | [PATCH] register hot-added memory to iomem resourceKAMEZAWA Hiroyuki2006-06-281-0/+25
* | | [PATCH] pgdat allocation for new node add (call pgdat allocation)Yasunori Goto2006-06-281-0/+52
* | | [PATCH] pgdat allocation for new node add (export kswapd start func)Yasunori Goto2006-06-281-11/+26
* | | [PATCH] pgdat allocation for new node add (specify node id)Yasunori Goto2006-06-281-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/+1Star
|/
* Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds2006-06-251-1/+1
|\
| * Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2006-06-2425-1030/+1816
| |\
| * \ Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2006-06-202-1/+3
| |\ \
| * | | VFS: Unexport do_kern_mount() and clean up simple_pin_fs()Trond Myklebust2006-06-091-1/+1
* | | | [PATCH] readahead: backoff on I/O errorWu Fengguang2006-06-251-0/+28