1. 321bf4e drivers/base/memory.c: fix memory_dev_init() long delay by Yinghai Lu · 12 years ago
  2. ff4b8a5 Merge branch 'driver-core-next' into Linux 3.2 by Greg Kroah-Hartman · 13 years ago
  3. 10fbcf4 convert 'memory' sysdev_class to a regular subsystem by Kay Sievers · 13 years ago
  4. 8a25a2f cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystem by Kay Sievers · 13 years ago
  5. 91a13c2 drivers/base/node.c: fix compilation error with older versions of gcc by Claudio Scordino · 13 years ago
  6. fa25c50 mm: per-node vmstat: show proper vmstats by KOSAKI Motohiro · 13 years ago
  7. d336016 memory hotplug: Update phys_index to [start|end]_section_nr by Nathan Fontenot · 13 years ago
  8. 05b258e thp: transparent hugepage sysfs meminfo by David Rientjes · 13 years ago
  9. 2ac3903 writeback: add /sys/devices/system/node/<node>/vmstat by Michael Rubin · 14 years ago
  10. 63d027a driver core: Convert link_mem_sections to use find_memory_block_hinted. by Robin Holt · 14 years ago
  11. 7ee9225 drivers/base/node.c: reduce stack usage of node_read_meminfo() by KOSAKI Motohiro · 14 years ago
  12. ed4a6d7 mm: compaction: add /sys trigger for per-node memory compaction by Mel Gorman · 14 years ago
  13. 18e5b53 nodemask: include slab.h from drivers/base/node.c by Tejun Heo · 14 years ago
  14. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  15. 12ee3c0 driver core: numa: fix BUILD_BUG_ON for node_read_distance by David Rientjes · 14 years ago
  16. 3701cde sysdev: Use sysdev_class attribute arrays in node driver by Andi Kleen · 15 years ago
  17. b15f562 sysdev: Convert node driver class attributes to be data driven by Andi Kleen · 15 years ago
  18. c9be0a3 sysdev: Pass attribute in sysdev_class attributes show/store by Andi Kleen · 15 years ago
  19. 9ae49fa mm: slab-allocate memory section nodemask for large systems by David Rientjes · 15 years ago
  20. 1830794 mm: add numa node symlink for cpu devices in sysfs by Alex Chiang · 15 years ago
  21. b9d52da mm: refactor unregister_cpu_under_node() by Alex Chiang · 15 years ago
  22. f8246f3 mm: refactor register_cpu_under_node() by Alex Chiang · 15 years ago
  23. dee5d0d mm: add numa node symlink for memory section in sysfs by Alex Chiang · 15 years ago
  24. 39da08c hugetlb: offload per node attribute registrations by Lee Schermerhorn · 15 years ago
  25. 4faf8d9 hugetlb: handle memory hot-plug events by Lee Schermerhorn · 15 years ago
  26. 9a30523 hugetlb: add per node hstate attributes by Lee Schermerhorn · 15 years ago
  27. 4b02108 mm: oom analysis: add shmem vmstat by KOSAKI Motohiro · 15 years ago
  28. c6a7f57 mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log output by KOSAKI Motohiro · 15 years ago
  29. 6837765 mm: remove CONFIG_UNEVICTABLE_LRU config option by KOSAKI Motohiro · 15 years ago
  30. a70f730 cpumask: replace node_to_cpumask with cpumask_of_node. by Rusty Russell · 15 years ago
  31. 4750498 mm: get_nid_for_pfn() returns int by Roel Kluin · 15 years ago
  32. c04fc58 mm: show node to memory section relationship with symlinks in sysfs by Gary Hade · 16 years ago
  33. 29c0177 cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpulist_scnprintf to take pointers. by Rusty Russell · 16 years ago
  34. af936a1 vmscan: unevictable LRU scan sysctl by Lee Schermerhorn · 16 years ago
  35. 5344b7e vmstat: mlocked pages statistics by Nick Piggin · 16 years ago
  36. 7b85412 Unevictable LRU Page Statistics by Lee Schermerhorn · 16 years ago
  37. 4f98a2f vmscan: split LRU lists into anon & file sets by Rik van Riel · 16 years ago
  38. 4a0b2b4 sysdev: Pass the attribute to the low level sysdev show/store function by Andi Kleen · 16 years ago
  39. 2d5c1be mm: switch node meminfo Active & Inactive pages to Kbytes by John Blackwood · 16 years ago
  40. fc3ba69 mm: Add NR_WRITEBACK_TEMP counter by Miklos Szeredi · 16 years ago
  41. 39106dc cpumask: use new cpus_scnprintf function by Mike Travis · 16 years ago
  42. c5f59f0 nodemask: use new node_to_cpumask_ptr function by Mike Travis · 16 years ago
  43. af5ca3f Driver core: change sysdev classes to use dynamic kobject names by Kay Sievers · 17 years ago
  44. bde631a mm: add node states sysfs class attributeS by Lee Schermerhorn · 17 years ago
  45. 405ae7d Replace remaining references to "driverfs" with "sysfs". by Robert P. J. Day · 17 years ago
  46. 05a0416 [PATCH] Drop __get_zone_counts() by Christoph Lameter · 17 years ago
  47. 972d1a7 [PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLE by Christoph Lameter · 18 years ago
  48. 182e8e2 [PATCH] reduce MAX_NR_ZONES: make display of highmem counters conditional on CONFIG_HIGHMEM by Christoph Lameter · 18 years ago
  49. f5ef68d [PATCH] /proc/meminfo: don't put spaces in names by Andrew Morton · 18 years ago
  50. ca889e6 [PATCH] Use Zoned VM Counters for NUMA statistics by Christoph Lameter · 18 years ago
  51. d2c5e30 [PATCH] zoned vm counters: conversion of nr_bounce to per zone counter by Christoph Lameter · 18 years ago
  52. fd39fc8 [PATCH] zoned vm counters: conversion of nr_unstable to per zone counter by Christoph Lameter · 18 years ago
  53. ce866b3 [PATCH] zoned vm counters: conversion of nr_writeback to per zone counter by Christoph Lameter · 18 years ago
  54. b1e7a8f [PATCH] zoned vm counters: conversion of nr_dirty to per zone counter by Christoph Lameter · 18 years ago
  55. df849a1 [PATCH] zoned vm counters: conversion of nr_pagetables to per zone counter by Christoph Lameter · 18 years ago
  56. 9a865ff [PATCH] zoned vm counters: conversion of nr_slab to per zone counter by Christoph Lameter · 18 years ago
  57. f3dbd34 [PATCH] zoned vm counters: split NR_ANON_PAGES off from NR_FILE_MAPPED by Christoph Lameter · 18 years ago
  58. 347ce43 [PATCH] zoned vm counters: conversion of nr_pagecache to per zone counter by Christoph Lameter · 18 years ago
  59. 65ba55f [PATCH] zoned vm counters: convert nr_mapped to per zone counter by Christoph Lameter · 18 years ago
  60. 76b67ed [PATCH] node hotplug: register cpu: remove node struct by KAMEZAWA Hiroyuki · 18 years ago
  61. 0fc4415 [PATCH] Register sysfs file for hotplugged new node by Yasunori Goto · 18 years ago
  62. 54404e7 [PATCH] Fix NULL pointer dereference in node_read_numastat() by Christoph Lameter · 18 years ago
  63. c07e02d [PATCH] VM: add page_state info to per-node meminfo by Martin Hicks · 19 years ago
  64. e7c8d5c [PATCH] node local per-cpu-pages by Christoph Lameter · 19 years ago
  65. 4b45099 [PATCH] Driver core: unregister_node() for hotplug use by Keiichiro Tokunaga · 19 years ago
  66. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago