1. b3e8d7b kobject: remove kset_find_obj_hinted() by Kay Sievers · 12 years ago
  2. a6ec0c0 m86k: gpio - convert sysdev_class to a regular subsystem by Kay Sievers · 12 years ago
  3. 269a3eb mips: txx9_sram - convert sysdev_class to a regular subsystem by Kay Sievers · 12 years ago
  4. 0e38eaf mips: 7segled - convert sysdev_class to a regular subsystem by Kay Sievers · 12 years ago
  5. dc6876a sh: dma - convert sysdev_class to a regular subsystem by Kay Sievers · 12 years ago
  6. f4e73bf sh: intc - convert sysdev_class to a regular subsystem by Kay Sievers · 12 years ago
  7. 86ba41d power: suspend - convert sysdev_class to a regular subsystem by Kay Sievers · 12 years ago
  8. cfde779 power: qe_ic - convert sysdev_class to a regular subsystem by Kay Sievers · 12 years ago
  9. 6c9d290 power: cmm - convert sysdev_class to a regular subsystem by Kay Sievers · 12 years ago
  10. 3fbacff s390: time - convert sysdev_class to a regular subsystem by Kay Sievers · 12 years ago
  11. 10fbcf4 convert 'memory' sysdev_class to a regular subsystem by Kay Sievers · 12 years ago
  12. 8a25a2f cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystem by Kay Sievers · 12 years ago
  13. cb0c05c xen: fix build breakage in xen-selfballoon.c caused by sysdev conversion by Greg Kroah-Hartman · 13 years ago
  14. 0706802 xen-balloon: convert sysdev_class to a regular subsystem by Kay Sievers · 13 years ago
  15. d369a5d clocksource: convert sysdev_class to a regular subsystem by Kay Sievers · 13 years ago
  16. 15916a1 ibm_rtl: convert sysdev_class to a regular subsystem by Kay Sievers · 13 years ago
  17. fe5ff8b edac: convert sysdev_class to a regular subsystem by Kay Sievers · 13 years ago
  18. 997d3ea rtmutex-tester: convert sysdev_class to a regular subsystem by Kay Sievers · 13 years ago
  19. ca22e56 driver-core: implement 'sysdev' functionality for regular devices and buses by Kay Sievers · 13 years ago
  20. 6261dde kref: fix up the kfree build problems by Greg Kroah-Hartman · 13 years ago
  21. 3c8ed88 kref: Remove the memory barriers by Peter Zijlstra · 13 years ago
  22. 47dbd7d kref: Implement kref_put in terms of kref_sub by Peter Zijlstra · 13 years ago
  23. 4af679c kref: Inline all functions by Peter Zijlstra · 13 years ago
  24. 175cad2 Drivers: hv: Get rid of an unnecessary check in hv.c by K. Y. Srinivasan · 13 years ago
  25. 93e5bd0 Drivers: hv: Make the vmbus driver unloadable by K. Y. Srinivasan · 13 years ago
  26. 8b8ee67 Drivers: hv: Fix a memory leak by K. Y. Srinivasan · 13 years ago
  27. 2eb7f20 Documentation: Update stable address by Joe Perches · 13 years ago
  28. bc7a2f3 MAINTAINERS: stable: Update address by Joe Perches · 13 years ago
  29. c9cbf55 w1: add fast search for single slave bus by Evgeniy Polyakov · 13 years ago
  30. 74099b1 driver-core: skip uevent generation when nobody is listening by Kay Sievers · 13 years ago
  31. cf6a2ea drivers: hv: Don't OOPS when you cannot init vmbus by K. Y. Srinivasan · 13 years ago
  32. d2554f5 firmware: google: fix gsmi.c build warning by Maxin B. John · 13 years ago
  33. 5a3072b drivers_base: make argument to platform_device_register_full const by Uwe Kleine-König · 13 years ago
  34. 11e3123 uio: convert drivers/uio/* to use module_platform_driver() by Axel Lin · 13 years ago
  35. ccbc60d topology: Provide CPU topology in sysfs in !SMP configurations by Ben Hutchings · 13 years ago
  36. 5858441 debugfs: remove unneeded cast in debugfs_print_regs32() by Dan Carpenter · 13 years ago
  37. 124a6b4 hv: Add Kconfig menu entry by Bart Van Assche · 13 years ago
  38. 43d4e11 Staging: hv: vmbus: Support building the vmbus driver as part of the kernel by K. Y. Srinivasan · 13 years ago
  39. a48b0c4 hv: Move Kconfig menu entry by Bart Van Assche · 13 years ago
  40. 03e099f debugfs: bugfix: include <linux/io.h> in file.c by Alessandro Rubini · 13 years ago
  41. 42b4d11 usb: dwc3: fix a warning by Alessandro Rubini · 13 years ago
  42. 8ee4dd9 debugfs: print_regs32: make regs array a const pointer by Alessandro Rubini · 13 years ago
  43. c8d2a6f usb: dwc3: use debugfs_print_regs32() by Alessandro Rubini · 13 years ago
  44. 1a087c6 debugfs: add tools to printk 32-bit registers by Alessandro Rubini · 13 years ago
  45. fe74848 USB: convert some miscellanies drivers to use module_usb_driver() by Greg Kroah-Hartman · 13 years ago
  46. 424f075 USB: convert sound/* to use module_usb_driver() by Greg Kroah-Hartman · 13 years ago
  47. 42f06a1 USB: convert drivers/hid/* to use module_usb_driver() by Greg Kroah-Hartman · 13 years ago
  48. 08642e7 USB: convert drivers/input/* to use module_usb_driver() by Greg Kroah-Hartman · 13 years ago
  49. 93f1508 USB: convert drivers/bluetooth/* to use module_usb_driver() by Greg Kroah-Hartman · 13 years ago
  50. ecb3b2b USB: convert drivers/media/* to use module_usb_driver() by Greg Kroah-Hartman · 13 years ago
  51. d632eb1 USB: convert drivers/net/* to use module_usb_driver() by Greg Kroah-Hartman · 13 years ago
  52. bac2c12 USB: convert drivers/staging/* to use module_usb_driver() by Greg Kroah-Hartman · 13 years ago
  53. 65db430 USB: convert drivers/usb/* to use module_usb_driver() by Greg Kroah-Hartman · 13 years ago
  54. f3a6a4b USB: Add helper macro for usb_driver boilerplate by Greg Kroah-Hartman · 13 years ago
  55. ae6ae6f staging:iio: Use module_spi_driver to register SPI driver by Lars-Peter Clausen · 13 years ago
  56. 6e5af18 staging:iio: Use module_i2c_driver to register I2C drivers by Lars-Peter Clausen · 13 years ago
  57. 3acbb01 SPI: Add helper macro for spi_driver boilerplate by Lars-Peter Clausen · 13 years ago
  58. 7c92784 I2C: Add helper macro for i2c_driver boilerplate by Lars-Peter Clausen · 13 years ago
  59. 907d0ed drivercore: Generalize module_platform_driver by Lars-Peter Clausen · 13 years ago
  60. 377195c W1: w1_therm: release the bus during conversion on externally powered devices by Maciej Szmigiero · 13 years ago
  61. 65e6757 devtmpfsd: fix task state handling by Kautuk Consul · 13 years ago
  62. 72f8c0b lib: devres: add convenience function to remap a resource by Wolfram Sang · 13 years ago
  63. 571806a lib: devres: add annotations for #endif by Wolfram Sang · 13 years ago
  64. 1ea6b8f Linux 3.2-rc1 by Linus Torvalds · 13 years ago
  65. 075cb10 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap by Linus Torvalds · 13 years ago
  66. a3fbbde VFS: we need to set LOOKUP_JUMPED on mountpoint crossing by Al Viro · 13 years ago
  67. 54a0f91 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  68. d30cc16 Merge branch 'fixes-modulesplit' into fixes by Tony Lindgren · 13 years ago
  69. a1bcc1d ARM: OMAP: Fix export.h or module.h includes by Tony Lindgren · 13 years ago
  70. 5558141 ARM: OMAP: omap_device: Include linux/export.h by Axel Lin · 13 years ago
  71. 94956ee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  72. 50e6963 vfs: d_invalidate() should leave mountpoints alone by Al Viro · 13 years ago
  73. e45a618 forcedeth: fix a few sparse warnings (variable shadowing) by david decotigny · 13 years ago
  74. 0bdfea8 forcedeth: Improve stats counters by Mandeep Baines · 13 years ago
  75. 4687f3f forcedeth: remove unneeded stats updates by david decotigny · 13 years ago
  76. 2a4e7a0 forcedeth: Acknowledge only interrupts that are being processed by Mike Ditto · 13 years ago
  77. f9c4082 forcedeth: fix race when unloading module by david decotigny · 13 years ago
  78. a844506 device-mapper: using EXPORT_SYBOL in dm-space-map-checker.c needs export.h by Stephen Rothwell · 13 years ago
  79. 6f66263 device-mapper: dm-bufio.c needs to include module.h by Stephen Rothwell · 13 years ago
  80. 1944ce6 drivers/md: change module.h -> export.h in persistent-data/dm-* by Paul Gortmaker · 13 years ago
  81. 0c073e3 arm: Add export.h to recently added files for EXPORT_SYMBOL by Paul Gortmaker · 13 years ago
  82. dd1294c MAINTAINERS/rds: update maintainer by Or Gerlitz · 13 years ago
  83. 039c811 wanrouter: Remove kernel_lock annotations by Richard Weinberger · 13 years ago
  84. 23ba079 usbnet: fix oops in usbnet_start_xmit by Konstantin Khlebnikov · 13 years ago
  85. 0126410 ixgbe: Fix compile for kernel without CONFIG_PCI_IOV defined by Rose, Gregory V · 13 years ago
  86. 3c00303 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 13 years ago
  87. 83dbb15 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 13 years ago
  88. 6e6bc67 Merge branch 'urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 13 years ago
  89. ff4d7fa Merge git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 13 years ago
  90. e0d6511 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 13 years ago
  91. cf5e15f Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 by Linus Torvalds · 13 years ago
  92. 2ac8637 vmwgfx: Snoop DMA transfers with non-covering sizes by Jakob Bornecrantz · 13 years ago
  93. d41025c vmwgfx: Move the prefered mode first in the list by Jakob Bornecrantz · 13 years ago
  94. e5c8dbb vmwgfx: Unreference surface on cursor error path by Jakob Bornecrantz · 13 years ago
  95. 55bde5b vmwgfx: Free prefered mode on error path by Jakob Bornecrantz · 13 years ago
  96. d982640 vmwgfx: Use pointer return error codes by Jakob Bornecrantz · 13 years ago
  97. da7653d vmwgfx: Fix hw cursor position by Thomas Hellstrom · 13 years ago
  98. 6987427 vmwgfx: Infrastructure for explicit placement by Thomas Hellstrom · 13 years ago
  99. 1543b4d vmwgfx: Make the preferred autofit mode have a 60Hz vrefresh by Thomas Hellstrom · 13 years ago
  100. 0e708bc vmwgfx: Remove screen object active list by Thomas Hellstrom · 13 years ago