aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/node.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-22mm: oom analysis: add shmem vmstatGravatar KOSAKI Motohiro 1-0/+2
2009-09-22mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log outputGravatar KOSAKI Motohiro 1-0/+3
2009-06-16mm: remove CONFIG_UNEVICTABLE_LRU config optionGravatar KOSAKI Motohiro 1-4/+0
2009-03-13cpumask: replace node_to_cpumask with cpumask_of_node.Gravatar Rusty Russell 1-1/+1
2009-03-10mm: get_nid_for_pfn() returns intGravatar Roel Kluin 1-1/+1
2009-01-06mm: show node to memory section relationship with symlinks in sysfsGravatar Gary Hade 1-0/+103
2008-12-13cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Gravatar Rusty Russell 1-2/+2
2008-10-20vmscan: unevictable LRU scan sysctlGravatar Lee Schermerhorn 1-0/+5
2008-10-20vmstat: mlocked pages statisticsGravatar Nick Piggin 1-1/+3
2008-10-20Unevictable LRU Page StatisticsGravatar Lee Schermerhorn 1-0/+6
2008-10-20vmscan: split LRU lists into anon & file setsGravatar Rik van Riel 1-23/+33
2008-07-21sysdev: Pass the attribute to the low level sysdev show/store functionGravatar Andi Kleen 1-5/+10
2008-07-04mm: switch node meminfo Active & Inactive pages to KbytesGravatar John Blackwood 1-2/+2
2008-04-30mm: Add NR_WRITEBACK_TEMP counterGravatar Miklos Szeredi 1-0/+2
2008-04-19cpumask: use new cpus_scnprintf functionGravatar Mike Travis 1-5/+19
2008-04-19nodemask: use new node_to_cpumask_ptr functionGravatar Mike Travis 1-3/+4
2008-01-24Driver core: change sysdev classes to use dynamic kobject namesGravatar Kay Sievers 1-1/+1
2007-10-16mm: add node states sysfs class attributeSGravatar Lee Schermerhorn 1-1/+90
2007-02-17Replace remaining references to "driverfs" with "sysfs".Gravatar Robert P. J. Day 1-1/+1
2007-02-11[PATCH] Drop __get_zone_counts()Gravatar Christoph Lameter 1-7/+2
2006-09-26[PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLEGravatar Christoph Lameter 1-2/+7
2006-09-26[PATCH] reduce MAX_NR_ZONES: make display of highmem counters conditional on ...Gravatar Christoph Lameter 1-0/+4
2006-08-27[PATCH] /proc/meminfo: don't put spaces in namesGravatar Andrew Morton 1-1/+1
2006-06-30[PATCH] Use Zoned VM Counters for NUMA statisticsGravatar Christoph Lameter 1-28/+6
2006-06-30[PATCH] zoned vm counters: conversion of nr_bounce to per zone counterGravatar Christoph Lameter 1-0/+2
2006-06-30[PATCH] zoned vm counters: conversion of nr_unstable to per zone counterGravatar Christoph Lameter 1-2/+2
2006-06-30[PATCH] zoned vm counters: conversion of nr_writeback to per zone counterGravatar Christoph Lameter 1-4/+1
2006-06-30[PATCH] zoned vm counters: conversion of nr_dirty to per zone counterGravatar Christoph Lameter 1-3/+1
2006-06-30[PATCH] zoned vm counters: conversion of nr_pagetables to per zone counterGravatar Christoph Lameter 1-0/+2
2006-06-30[PATCH] zoned vm counters: conversion of nr_slab to per zone counterGravatar Christoph Lameter 1-3/+1
2006-06-30[PATCH] zoned vm counters: split NR_ANON_PAGES off from NR_FILE_MAPPEDGravatar Christoph Lameter 1-0/+2
2006-06-30[PATCH] zoned vm counters: conversion of nr_pagecache to per zone counterGravatar Christoph Lameter 1-0/+2
2006-06-30[PATCH] zoned vm counters: convert nr_mapped to per zone counterGravatar Christoph Lameter 1-3/+1
2006-06-27[PATCH] node hotplug: register cpu: remove node structGravatar KAMEZAWA Hiroyuki 1-0/+36
2006-06-27[PATCH] Register sysfs file for hotplugged new nodeGravatar Yasunori Goto 1-0/+25
2006-04-11[PATCH] Fix NULL pointer dereference in node_read_numastat()Gravatar Christoph Lameter 1-1/+1
2005-09-05[PATCH] VM: add page_state info to per-node meminfoGravatar Martin Hicks 1-2/+22
2005-06-21[PATCH] node local per-cpu-pagesGravatar Christoph Lameter 1-1/+1
2005-06-20[PATCH] Driver core: unregister_node() for hotplug useGravatar Keiichiro Tokunaga 1-2/+18
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+161