1. cb986b7 driver core: Change function call order in device_bind_driver(). by Cornelia Huck · 18 years ago
  2. c578abb driver core: Don't stop probing on ->probe errors. by Cornelia Huck · 18 years ago
  3. fbfb144 driver core fixes: device_register() retval check in platform.c by Cornelia Huck · 18 years ago
  4. cb360bb driver core fixes: make_class_name() retval checks by Cornelia Huck · 18 years ago
  5. c744aeae driver core: Allow device_move(dev, NULL). by Cornelia Huck · 18 years ago
  6. 717e48c driver core: Remove device_is_registered() in device_move(). by Cornelia Huck · 18 years ago
  7. af9997e [PATCH] fix kernel-doc warnings in 2.6.20-rc1 by Randy Dunlap · 18 years ago
  8. 6eefd34 Driver core: Make platform_device_add_data accept a const pointer by Scott Wood · 18 years ago
  9. c63e078 Driver core: "platform_driver_probe() can save codespace": save codespace by Andrew Morton · 18 years ago
  10. 44c53c4 driver core: delete virtual directory on class_unregister() by Akinobu Mita · 18 years ago
  11. 5cbded5 [PATCH] getting rid of all casts of k[cmz]alloc() calls by Robert P. J. Day · 18 years ago
  12. 4522d58 Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 by Linus Torvalds · 18 years ago
  13. 02316067 [PATCH] hotplug CPU: clean up hotcpu_notifier() use by Ingo Molnar · 18 years ago
  14. 28ec24e [PATCH] driver/base/memory.c: handle errors properly by Andrew Morton · 18 years ago
  15. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  16. 54e6ecb [PATCH] slab: remove SLAB_ATOMIC by Christoph Lameter · 18 years ago
  17. 8734813 [PATCH] add numa node information to struct device by Christoph Hellwig · 18 years ago
  18. 72486f1 [PATCH] i386: change the 'no_control' field to 'hotpluggable' in the struct cpu by Siddha, Suresh B · 18 years ago
  19. f6a5703 [PATCH] severing module.h->sched.h by Al Viro · 18 years ago
  20. c67334f Driver core: platform_driver_probe(), can save codespace by David Brownell · 18 years ago
  21. acf02d2 driver core: Use klist_remove() in device_move() by Cornelia Huck · 18 years ago
  22. 8a82472 driver core: Introduce device_move(): move a device to a new parent. by Cornelia Huck · 18 years ago
  23. af9e076 Driver core: make drivers/base/core.c:setup_parent() static by Adrian Bunk · 18 years ago
  24. 5ab6998 driver core: Introduce device_find_child(). by Cornelia Huck · 18 years ago
  25. 06a4bca cpu topology: consider sysfs_create_group return value by Heiko Carstens · 18 years ago
  26. 2895353 Driver core: Call platform_notify_remove later by Benjamin Herrenschmidt · 18 years ago
  27. e55c879 Driver core: convert firmware code to use struct device by Greg Kroah-Hartman · 18 years ago
  28. 805fab4 CONFIG_SYSFS_DEPRECATED - class symlinks by Kay Sievers · 18 years ago
  29. a87cb2a CONFIG_SYSFS_DEPRECATED - PHYSDEV* uevent variables by Kay Sievers · 18 years ago
  30. 99ef3ef CONFIG_SYSFS_DEPRECATED - device symlinks by Kay Sievers · 18 years ago
  31. b9cafc7 CONFIG_SYSFS_DEPRECATED - bus symlinks by Kay Sievers · 18 years ago
  32. 40fa542 Driver core: make old versions of udev work properly by Greg Kroah-Hartman · 18 years ago
  33. f0ee61a Driver Core: Move virtual_device_parent() to core.c by Greg Kroah-Hartman · 18 years ago
  34. 1901fb2 Driver core: fix "driver" symlink timing by Kay Sievers · 18 years ago
  35. 116af37 Driver core: add notification of bus events by Benjamin Herrenschmidt · 18 years ago
  36. 82189b9 [PATCH] Fix device_attribute memory leak in device_del by Catalin Marinas · 18 years ago
  37. eba6cd6 [PATCH] move SYS_HYPERVISOR inside the Generic Driver menu by Randy Dunlap · 18 years ago
  38. 735a7ff [PATCH] drivers: wait for threaded probes between initcall levels by Andrew Morton · 18 years ago
  39. 4d66423 driver core: kmalloc() failure check in driver_probe_device by Akinobu Mita · 18 years ago
  40. d9fd4d3b3 Driver core: bus: remove indentation level by Jeff Garzik · 18 years ago
  41. f70fa62 Driver core: Don't ignore error returns from probing by Alan Stern · 18 years ago
  42. 952ab43 Driver core: Don't leak 'old_class_name' in drivers/base/core.c::device_rename() by Jesper Juhl · 18 years ago
  43. 221c324 driver core fixes: sysfs_create_group() retval in topology.c by Cornelia Huck · 18 years ago
  44. 141ecc5 driver core fixes: device_create_file() retval check in dmapool.c by Cornelia Huck · 18 years ago
  45. a306eea driver core fixes: device_add() cleanup on error by Cornelia Huck · 18 years ago
  46. 513e733 driver core fixes: bus_add_device() cleanup on error by Cornelia Huck · 18 years ago
  47. 1bb6881 driver core fixes: bus_add_attrs() retval check by Cornelia Huck · 18 years ago
  48. f0e1761 driver core fixes: sysfs_create_link() retval check in class.c by Cornelia Huck · 18 years ago
  49. 310a922 Fix dev_printk() is now GPL-only by Matthew Wilcox · 18 years ago
  50. 0fbf116 Driver core: plug device probe memory leak by Duncan Sands · 18 years ago
  51. 5394702 [PATCH] hot-add-mem x86_64: use CONFIG_MEMORY_HOTPLUG_SPARSE by Keith Mannthey · 18 years ago
  52. 563d075 [PATCH] kthread: drivers/base/firmware_class.c by Sukadev Bhattiprolu · 18 years ago
  53. 92a0f86 [PATCH] Fix parameter names in drivers/base/class.c by Rolf Eike Beer · 18 years ago
  54. a30a6a2 [PATCH] x86 microcode: using request_firmware to pull microcode by Shaohua Li · 18 years ago
  55. dd77a4e Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 18 years ago
  56. 972d1a7 [PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLE by Christoph Lameter · 18 years ago
  57. 182e8e2 [PATCH] reduce MAX_NR_ZONES: make display of highmem counters conditional on CONFIG_HIGHMEM by Christoph Lameter · 18 years ago
  58. 81107bf Driver core: Remove unneeded routines from driver core by Alan Stern · 18 years ago
  59. f2eaae1 Driver core: Fix potential deadlock in driver core by Alan Stern · 18 years ago
  60. d779249 Driver Core: add ability for drivers to do a threaded probe by Greg Kroah-Hartman · 18 years ago
  61. f86db39 drivers/base: check errors by Andrew Morton · 18 years ago
  62. 3702264 drivers/base: Platform notify needs to occur before drivers attach to the device by Brian Walsh · 18 years ago
  63. 35acfdd Driver core: fixed add_bind_files() definition by Yoichi Yuasa · 18 years ago
  64. 9de72ee Driver core: fix comments in drivers/base/power/resume.c by Dmitry Torokhov · 18 years ago
  65. 2589f188 Driver core: add ability for devices to create and remove bin files by Greg Kroah-Hartman · 18 years ago
  66. c47ed21 Class: add support for class interfaces for devices by Greg Kroah-Hartman · 18 years ago
  67. c205ef4 Driver core: create devices/virtual/ tree by Greg Kroah-Hartman · 18 years ago
  68. a2de48c Driver core: add device_rename function by Greg Kroah-Hartman · 18 years ago
  69. 2620efe Driver core: add ability for classes to handle devices properly by Greg Kroah-Hartman · 18 years ago
  70. 64bb5d2 Driver core: allow devices in classes to have no parent by Greg Kroah-Hartman · 18 years ago
  71. de0ff00 Driver core: add groups support to struct device by Greg Kroah-Hartman · 18 years ago
  72. 386415d PM: platform_bus and late_suspend/early_resume by David Brownell · 18 years ago
  73. bb84c89 PM: device_suspend/resume may sleep by Pavel Machek · 18 years ago
  74. 1d3a82a PM: no suspend_prepare() phase by David Brownell · 18 years ago
  75. 2bca293 PM: add kconfig option for deprecated .../power/state files by David Brownell · 18 years ago
  76. 047bda3 PM: update docs for writing .../power/state by David Brownell · 18 years ago
  77. f1cc0a8 PM: issue PM_EVENT_PRETHAW by David Brownell · 18 years ago
  78. 8f4bcc2 make suspend quieter by David Brownell · 18 years ago
  79. 7c8265f Suspend infrastructure cleanup and extension by Linus Torvalds · 18 years ago
  80. ab7d737 Driver core: add const to class_create by Miguel Ojeda Sandonis · 18 years ago
  81. 5cbe5f8 device_create(): make fmt argument 'const char *' by Greg Kroah-Hartman · 18 years ago
  82. ddd5d35 class_device_create(): make fmt argument 'const char *' by Dmitry Torokhov · 18 years ago
  83. d81d9d6 deprecate PHYSDEV* keys by Kay Sievers · 18 years ago
  84. f19bfb2 [S390] hypfs comment cleanup. by Michael Holzheu · 18 years ago
  85. f5ef68d [PATCH] /proc/meminfo: don't put spaces in names by Andrew Morton · 18 years ago
  86. be6b5a3 [PATCH] cpu hotplug: use hotplug version of registration in late inits by Chandra Seetharaman · 18 years ago
  87. 7e4ef08 [PATCH] Driver core: bus.c cleanups by Adrian Bunk · 18 years ago
  88. 42734da [PATCH] Driver core: kernel-doc in drivers/base/core.c corrections by Henrik Kretzschmar · 18 years ago
  89. 7d12e9d [PATCH] Driver core: fix driver-core kernel-doc by Randy Dunlap · 18 years ago
  90. 135c294 [PATCH] don't select CONFIG_HOTPLUG by Andrew Morton · 18 years ago
  91. 22a3e23 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 18 years ago
  92. ca889e6 [PATCH] Use Zoned VM Counters for NUMA statistics by Christoph Lameter · 18 years ago
  93. d2c5e30 [PATCH] zoned vm counters: conversion of nr_bounce to per zone counter by Christoph Lameter · 18 years ago
  94. fd39fc8 [PATCH] zoned vm counters: conversion of nr_unstable to per zone counter by Christoph Lameter · 18 years ago
  95. ce866b3 [PATCH] zoned vm counters: conversion of nr_writeback to per zone counter by Christoph Lameter · 18 years ago
  96. b1e7a8f [PATCH] zoned vm counters: conversion of nr_dirty to per zone counter by Christoph Lameter · 18 years ago
  97. df849a1 [PATCH] zoned vm counters: conversion of nr_pagetables to per zone counter by Christoph Lameter · 18 years ago
  98. 9a865ff [PATCH] zoned vm counters: conversion of nr_slab to per zone counter by Christoph Lameter · 18 years ago
  99. f3dbd34 [PATCH] zoned vm counters: split NR_ANON_PAGES off from NR_FILE_MAPPED by Christoph Lameter · 18 years ago
  100. 347ce43 [PATCH] zoned vm counters: conversion of nr_pagecache to per zone counter by Christoph Lameter · 18 years ago