summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* [GFS2] Alter direct I/O pathSteven Whitehouse2006-07-251-2/+2
* Merge branch 'master'Steven Whitehouse2006-07-178-55/+59
|\
| * [PATCH] per-task-delay-accounting: sync block I/O and swapin delay collectionShailabh Nagar2006-07-141-0/+4
| * [PATCH] nommu: export two symbols for drivers to useLuke Yang2006-07-141-0/+2
| * [PATCH] ia64: race flushing icache in COW pathAnil Keshavamurthy2006-07-141-1/+1
| * [PATCH] mm: fix oom roll-back of __vmalloc_area_nodeJan Kiszka2006-07-141-3/+4
| * [PATCH] revert slab.c locking changeIngo Molnar2006-07-131-9/+0
| * [PATCH] lockdep: annotate mm/slab.cArjan van de Ven2006-07-131-0/+32
| * [PATCH] lockdep: undo mm/slab.c annotationIngo Molnar2006-07-131-23/+10
| * [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/+1
| * [PATCH] fadvise: remove dead commentsAndrew Morton2006-07-101-12/+0
* | Merge branch 'master'Steven Whitehouse2006-07-058-31/+93
|\ \ | |/
| * [PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar2006-07-031-4/+4
| * [PATCH] lockdep: annotate SLAB codeIngo Molnar2006-07-031-11/+48
| * [PATCH] lockdep: annotate mmIngo Molnar2006-07-032-2/+2
| * [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 rsync://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Steven Whitehouse2006-07-0336-1798/+2879
|\ \ | |/
| * 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
OpenPOWER on IntegriCloud