summaryrefslogtreecommitdiff
path: root/drivers/base/node.c
AgeCommit message (Expand)Author
2009-09-22mm: oom analysis: add shmem vmstatKOSAKI Motohiro
2009-09-22mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log outputKOSAKI Motohiro
2009-06-16mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro
2009-03-13cpumask: replace node_to_cpumask with cpumask_of_node.Rusty Russell
2009-03-10mm: get_nid_for_pfn() returns intRoel Kluin
2009-01-06mm: show node to memory section relationship with symlinks in sysfsGary Hade
2008-12-13cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell
2008-10-20vmscan: unevictable LRU scan sysctlLee Schermerhorn
2008-10-20vmstat: mlocked pages statisticsNick Piggin
2008-10-20Unevictable LRU Page StatisticsLee Schermerhorn
2008-10-20vmscan: split LRU lists into anon & file setsRik van Riel
2008-07-21sysdev: Pass the attribute to the low level sysdev show/store functionAndi Kleen
2008-07-04mm: switch node meminfo Active & Inactive pages to KbytesJohn Blackwood
2008-04-30mm: Add NR_WRITEBACK_TEMP counterMiklos Szeredi
2008-04-19cpumask: use new cpus_scnprintf functionMike Travis
2008-04-19nodemask: use new node_to_cpumask_ptr functionMike Travis
2008-01-24Driver core: change sysdev classes to use dynamic kobject namesKay Sievers
2007-10-16mm: add node states sysfs class attributeSLee Schermerhorn
2007-02-17Replace remaining references to "driverfs" with "sysfs".Robert P. J. Day
2007-02-11[PATCH] Drop __get_zone_counts()Christoph Lameter
2006-09-26[PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLEChristoph Lameter
2006-09-26[PATCH] reduce MAX_NR_ZONES: make display of highmem counters conditional on ...Christoph Lameter
2006-08-27[PATCH] /proc/meminfo: don't put spaces in namesAndrew Morton
2006-06-30[PATCH] Use Zoned VM Counters for NUMA statisticsChristoph Lameter
2006-06-30[PATCH] zoned vm counters: conversion of nr_bounce to per zone counterChristoph Lameter
2006-06-30[PATCH] zoned vm counters: conversion of nr_unstable to per zone counterChristoph Lameter
2006-06-30[PATCH] zoned vm counters: conversion of nr_writeback to per zone counterChristoph Lameter
2006-06-30[PATCH] zoned vm counters: conversion of nr_dirty to per zone counterChristoph Lameter
2006-06-30[PATCH] zoned vm counters: conversion of nr_pagetables to per zone counterChristoph Lameter
2006-06-30[PATCH] zoned vm counters: conversion of nr_slab to per zone counterChristoph Lameter
2006-06-30[PATCH] zoned vm counters: split NR_ANON_PAGES off from NR_FILE_MAPPEDChristoph Lameter
2006-06-30[PATCH] zoned vm counters: conversion of nr_pagecache to per zone counterChristoph Lameter
2006-06-30[PATCH] zoned vm counters: convert nr_mapped to per zone counterChristoph Lameter
2006-06-27[PATCH] node hotplug: register cpu: remove node structKAMEZAWA Hiroyuki
2006-06-27[PATCH] Register sysfs file for hotplugged new nodeYasunori Goto
2006-04-11[PATCH] Fix NULL pointer dereference in node_read_numastat()Christoph Lameter
2005-09-05[PATCH] VM: add page_state info to per-node meminfoMartin Hicks
2005-06-21[PATCH] node local per-cpu-pagesChristoph Lameter
2005-06-20[PATCH] Driver core: unregister_node() for hotplug useKeiichiro Tokunaga
2005-01-07[PATCH] Replace 'numnodes' with 'node_online_map' - arch-independentMatthew Dobson
2005-01-03[PATCH] x86_64: Add x86_64 support for Jack Steiner's SLIT sysfs patchAndi Kleen
2005-01-03[PATCH] x86_64: Add SLIT (inter node distance) information to sysfs.Andi Kleen
2004-08-23[PATCH] show Active/Inactive on per-node meminfoAkinobu Mita
2004-08-23[PATCH] Read cpumasks every time when exporting through sysfsRusty Russell
2004-06-26[PATCH] per node huge page stats in sysfsKenneth W. Chen
2004-06-09[PATCH] Driver Core: Whitespace fixesDmitry Torokhov
2004-06-04[PATCH] fix sysfs node cpumap for large NR_CPUSRusty Russell
2004-05-22[PATCH] Re-add NUMA API statisticsAndrew Morton
2004-02-18[PATCH] sys_device_[un]register() are not syscallsRandy Dunlap
2004-02-18[PATCH] Rename bitmap_snprintf() and cpumask_snprintf() to *_scnprintf()Andrew Morton