summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] vmstat: export all_vm_events()Heiko Carstens2006-07-101-0/+1
* [PATCH] mm/mmzone.c: EXPORT_UNUSED_SYMBOLAdrian Bunk2006-07-101-3/+3
* [PATCH] mm/memory.c: EXPORT_UNUSED_SYMBOLAdrian Bunk2006-07-101-1/+1
* [PATCH] mm/bootmem.c: EXPORT_UNUSED_SYMBOLAdrian Bunk2006-07-101-3/+1Star
* [PATCH] fadvise: remove dead commentsAndrew Morton2006-07-101-12/+0Star
* [PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar2006-07-041-4/+4
* [PATCH] lockdep: annotate SLAB codeIngo Molnar2006-07-041-11/+48
* [PATCH] lockdep: annotate mmIngo Molnar2006-07-042-2/+2
* [PATCH] lockdep: locking init debugging improvementIngo Molnar2006-07-041-1/+1
* [PATCH] lockdep: better lock debuggingIngo Molnar2006-07-041-0/+2
* [PATCH] ZVC/zone_reclaim: Leave 1% of unmapped pagecache pages for file I/OChristoph Lameter2006-07-042-13/+36
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-07-018-8/+0Star
|\
| * Remove obsolete #include <linux/config.h>Jörn Engel2006-06-308-8/+0Star
* | [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