1. ff8561c lguest: do not statically allocate root device by Mark McLoughlin · 16 years ago
  2. 63d1255 virtio: do not statically allocate root device by Mark McLoughlin · 16 years ago
  3. 0aa0dc4 driver core: add root_device_register() by Mark McLoughlin · 16 years ago
  4. 7232800 driver core:fix duplicate removing driver link in __device_release_driver by Ming Lei · 16 years ago
  5. ec0676ee Driver core: move the bus notifier call points by Alan Stern · 16 years ago
  6. d0d85ff Make DEBUG take precedence over DYNAMIC_PRINTK_DEBUG by Cornelia Huck · 16 years ago
  7. b9daa99 driver core: move knode_bus into private structure by Greg Kroah-Hartman · 16 years ago
  8. 93e746d driver core: move knode_driver into private structure by Greg Kroah-Hartman · 16 years ago
  9. 11c3b5c driver core: move klist_children into private structure by Greg Kroah-Hartman · 16 years ago
  10. 2831fe6 driver core: create a private portion of struct device by Greg Kroah-Hartman · 16 years ago
  11. 2e5ba26 dynamic_printk: reduce one level of indentation by Wu Fengguang · 16 years ago
  12. 0732b49 kobject: Make Documentation/kobject.txt a little more coherent. by Rusty Russell · 16 years ago
  13. 355a72d PCI: Rework default handling of suspend and resume by Rafael J. Wysocki · 16 years ago
  14. cd3772e kernel/ksysfs.c:fix dependence on CONFIG_NET by Ming Lei · 16 years ago
  15. e0d7bf5 kobject: return the result of uevent sending by netlink by Ming Lei · 16 years ago
  16. c65b914 uevent: don't pass envp_ext[] as format string in kobject_uevent_env() by Tejun Heo · 16 years ago
  17. fce3e80 sysfs: clarify SYSFS_DEPRECATED help text by Kay Sievers · 16 years ago
  18. 1e0b2cf driver core: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  19. 210272a driver core: Remove completion from struct klist_node by Matthew Wilcox · 16 years ago
  20. 929d2fa driver core: Rearrange struct device for better packing by Matthew Wilcox · 16 years ago
  21. 7f4f5d4 Fix misspellings in pm.h macros by Alan Stern · 16 years ago
  22. adf0949 PM: Simplify the new suspend/hibernation framework for devices by Rafael J. Wysocki · 16 years ago
  23. 76288b4 virtio: convert to net_device_ops by Stephen Hemminger · 16 years ago
  24. 148bc43 wireless: convert wireless ioctl to net_device_ops by Stephen Hemminger · 16 years ago
  25. 53a3294 bonding: use net_device_ops by Stephen Hemminger · 16 years ago
  26. af04908 irda: convert to internal stats by Stephen Hemminger · 16 years ago
  27. b9bdcbb ioat: fix self test for multi-channel case by Dan Williams · 16 years ago
  28. 652afc2 dmaengine: bump initcall level to arch_initcall by Dan Williams · 16 years ago
  29. e234667 dmaengine: advertise all channels on a device to dma_filter_fn by Dan Williams · 16 years ago
  30. 864498a dmaengine: use idr for registering dma device numbers by Dan Williams · 16 years ago
  31. 41d5e59 dmaengine: add a release for dma class devices and dependent infrastructure by Dan Williams · 16 years ago
  32. 4fac7fa ioat: do not perform removal actions at shutdown by Dan Williams · 16 years ago
  33. 630738b iop-adma: enable module removal by Dan Williams · 16 years ago
  34. 0d603f6 iop-adma: kill debug BUG_ON by Dan Williams · 16 years ago
  35. f388220 iop-adma: let devm do its job, don't duplicate free by Dan Williams · 16 years ago
  36. 7dd6025 dmaengine: kill enum dma_state_client by Dan Williams · 16 years ago
  37. f27c580 dmaengine: remove 'bigref' infrastructure by Dan Williams · 16 years ago
  38. aa1e6f1 dmaengine: kill struct dma_client and supporting infrastructure by Dan Williams · 16 years ago
  39. 209b84a dmaengine: replace dma_async_client_register with dmaengine_get by Dan Williams · 16 years ago
  40. 74465b4 atmel-mci: convert to dma_request_channel and down-level dma_slave by Dan Williams · 16 years ago
  41. 33df8ca dmatest: convert to dma_request_channel by Dan Williams · 16 years ago
  42. 59b5ec2 dmaengine: introduce dma_request_channel and private channels by Dan Williams · 16 years ago
  43. f67b459 net_dma: convert to dma_find_channel by Dan Williams · 16 years ago
  44. 2ba0562 dmaengine: provide a common 'issue_pending_all' implementation by Dan Williams · 16 years ago
  45. bec0851 dmaengine: centralize channel allocation, introduce dma_find_channel by Dan Williams · 16 years ago
  46. 6f49a57 dmaengine: up-level reference counting to the module level by Dan Williams · 16 years ago
  47. cc7172d Btrfs: Don't use kmap_atomic(..., KM_IRQ0) during checksum verifies by Chris Mason · 16 years ago
  48. b2c0805 sparc: make proces_ver_nack a bit more readable by Steven Rostedt · 16 years ago
  49. 9a9b1d1 wusb: return -ENOTCONN when resetting a port with no connected device by David Vrabel · 16 years ago
  50. 2226b1c uwb: safely remove all reservations by David Vrabel · 16 years ago
  51. 69b6ba3 SUNRPC: Ensure the server closes sockets in a timely fashion by Trond Myklebust · 16 years ago
  52. 262a098 NFSD: Add documenting comments for nfsctl interface by Chuck Lever · 16 years ago
  53. 9e07485 NFSD: Replace open-coded integer with macro by Chuck Lever · 16 years ago
  54. 54224f0 NFSD: Fix a handful of coding style issues in write_filehandle() by Chuck Lever · 16 years ago
  55. b046ccd NFSD: clean up failover sysctl function naming by Chuck Lever · 16 years ago
  56. b064ec0 lockd: Enable NLM use of AF_INET6 by Chuck Lever · 16 years ago
  57. 57ef692 NLM: Rewrite IPv4 privileged requester's check by Chuck Lever · 16 years ago
  58. d1208f7 NLM: nlm_privileged_requester() doesn't recognize mapped loopback address by Chuck Lever · 16 years ago
  59. 49b5699 NSM: Move nsm_create() by Chuck Lever · 16 years ago
  60. b7ba597 NSM: Move nsm_use_hostnames to mon.c by Chuck Lever · 16 years ago
  61. 8529bc5 NSM: Move nsm_addr() to fs/lockd/mon.c by Chuck Lever · 16 years ago
  62. e6765b8 NSM: Remove include/linux/lockd/sm_inter.h by Chuck Lever · 16 years ago
  63. 94da766 NSM: Replace IP address as our nlm_reboot lookup key by Chuck Lever · 16 years ago
  64. 77a3ef3 NSM: More clean up of nsm_get_handle() by Chuck Lever · 16 years ago
  65. b39b897 NSM: Refactor nsm_handle creation into a helper function by Chuck Lever · 16 years ago
  66. 92fd91b NLM: Remove "create" argument from nsm_find() by Chuck Lever · 16 years ago
  67. 8c7378f NLM: Call nsm_reboot_lookup() instead of nsm_find() by Chuck Lever · 16 years ago
  68. 3420a8c NSM: Add nsm_lookup() function by Chuck Lever · 16 years ago
  69. 576df46 NLM: Decode "priv" argument of NLMPROC_SM_NOTIFY as an opaque by Chuck Lever · 16 years ago
  70. 7fefc9c NLM: Change nlm_host_rebooted() to take a single nlm_reboot argument by Chuck Lever · 16 years ago
  71. cab2d3c NSM: Encode the new "priv" cookie for NSMPROC_MON requests by Chuck Lever · 16 years ago
  72. 7e44d3b NSM: Generate NSMPROC_MON's "priv" argument when nsm_handle is created by Chuck Lever · 16 years ago
  73. 05f3a9a NSM: Remove !nsm check from nsm_release() by Chuck Lever · 16 years ago
  74. bc1cc6c NSM: Remove NULL pointer check from nsm_find() by Chuck Lever · 16 years ago
  75. 5cf1c4b NSM: Add dprintk() calls in nsm_find and nsm_release by Chuck Lever · 16 years ago
  76. 67c6d10 NSM: Move nsm_find() to fs/lockd/mon.c by Chuck Lever · 16 years ago
  77. 03eb1dc NSM: move to xdr_stream-based XDR encoders and decoders by Chuck Lever · 16 years ago
  78. 36e8e66 NSM: Move NSM program and procedure numbers to fs/lockd/mon.c by Chuck Lever · 16 years ago
  79. 9c1bfd0 NSM: Move NSM-related XDR data structures to lockd's xdr.h by Chuck Lever · 16 years ago
  80. 0c7aef4 NSM: Check result of SM_UNMON upcall by Chuck Lever · 16 years ago
  81. 356c3eb NLM: Move the public declaration of nsm_unmonitor() to lockd.h by Chuck Lever · 16 years ago
  82. c8c23c4 NSM: Release nsmhandle in nlm_destroy_host by Chuck Lever · 16 years ago
  83. 1e49323c NLM: Move the public declaration of nsm_monitor() to lockd.h by Chuck Lever · 16 years ago
  84. 5d254b1 NSM: Make sure to return an error if the SM_MON call result is not zero by Chuck Lever · 16 years ago
  85. 5bc74be NSM: Remove BUG_ON() in nsm_monitor() by Chuck Lever · 16 years ago
  86. 501c1ed NLM: Remove redundant printk() in nlmclnt_lock() by Chuck Lever · 16 years ago
  87. 9fee490 NSM: Use sm_name instead of h_name in nsm_monitor() and nsm_unmonitor() by Chuck Lever · 16 years ago
  88. 29ed140 NSM: Support IPv6 version of mon_name by Chuck Lever · 16 years ago
  89. f47534f NSM: Use modern style for sm_name field in nsm_handle by Chuck Lever · 16 years ago
  90. 5acf431 NSM: convert printk(KERN_DEBUG) to a dprintk() by Chuck Lever · 16 years ago
  91. a484675 NSM: Use C99 structure initializer to initialize nsm_args by Chuck Lever · 16 years ago
  92. afb0369 NLM: Add helper to handle IPv4 addresses by Chuck Lever · 16 years ago
  93. bc99580 NLM: Support IPv6 scope IDs in nlm_display_address() by Chuck Lever · 16 years ago
  94. 6999fb4 NLM: Remove AF_UNSPEC arm in nlm_display_address() by Chuck Lever · 16 years ago
  95. 1df40b6 NLM: Remove address eye-catcher buffers from nlm_host by Chuck Lever · 16 years ago
  96. 7538ce1 NLM: Use modern style for pointer fields in nlm_host by Chuck Lever · 16 years ago
  97. c72a476 lockd: set svc_serv->sv_maxconn to a more reasonable value (try #3) by Jeff Layton · 16 years ago
  98. c9233eb sunrpc: add sv_maxconn field to svc_serv (try #3) by Jeff Layton · 16 years ago
  99. 548eaca nfsd: document new filehandle fsid types by J. Bruce Fields · 16 years ago
  100. 2bd9e7b nfsd: Fix leaked memory in nfs4_make_rec_clidname by Krishna Kumar · 16 years ago