1. 8d57a98 block: add secure discard by Adrian Hunter · 14 years ago
  2. dfe86cb mmc: add erase, secure erase, trim and secure trim operations by Adrian Hunter · 14 years ago
  3. 81d73a3 mm: fix writeback_in_progress() by Jan Kara · 14 years ago
  4. 16c4042 writeback: avoid unnecessary calculation of bdi dirty thresholds by Wu Fengguang · 14 years ago
  5. 0a7992c acpi: fix bogus preemption logic by Thomas Gleixner · 14 years ago
  6. c6c1933 mfd: Add TPS6586x driver by Mike Rapoport · 14 years ago
  7. b6e6d54 mfd: Get rid of now unused mc13783 private header by Uwe Kleine-König · 14 years ago
  8. 3b16bb5 mfd: New mc13783 function exposing flags by Uwe Kleine-König · 14 years ago
  9. 5981f4e mfd: Add stmpe auto sleep feature by Sundar R Iyer · 14 years ago
  10. 9accdc1 mfd: Add additional WM8994 GPIO functions by Mark Brown · 14 years ago
  11. 91f4deb mfd: Add JZ4740 ADC driver by Lars-Peter Clausen · 14 years ago
  12. 27e3499 mfd: Add STMPE I/O Expander support by Rabin Vincent · 14 years ago
  13. 56a67df dm: factor out max_io_len_target_boundary by Mike Snitzer · 14 years ago
  14. 5ae89a8 dm: linear support discard by Mike Snitzer · 14 years ago
  15. 7e507eb dm: allow autoloading of dm mod by Peter Rajnoha · 14 years ago
  16. 57cba5d dm: rename map_info flush_request to target_request_nr by Mike Snitzer · 14 years ago
  17. a5664da dm ioctl: make bio or request based device type immutable by Mike Snitzer · 14 years ago
  18. 31ce4bf io-mapping: move asm include inside the config option by Dave Airlie · 14 years ago
  19. 71beefe vgaarb: drop vga.h include by Dave Airlie · 14 years ago
  20. d5302fe Make lib/raid6/test build correctly. by NeilBrown · 14 years ago
  21. 5af568cb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  22. 7f52813 i2c: I2C bus multiplexer driver pca954x by Michael Lawnick · 14 years ago
  23. 0826374 i2c: Multiplexed I2C bus core support by Michael Lawnick · 14 years ago
  24. dafc50d i2c: Use a separate mutex for userspace client lists by Jean Delvare · 14 years ago
  25. fe61e07 i2c: Move adapter locking helpers to i2c-core by Jean Delvare · 14 years ago
  26. d44f19d V4L/DVB: Use custom I2C probing function mechanism by Jean Delvare · 14 years ago
  27. 9a94241 i2c: Add support for custom probe function by Jean Delvare · 14 years ago
  28. 636d174 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  29. 2e956fb kfifo: replace the old non generic API by Stefani Seibold · 14 years ago
  30. 4201d9a kfifo: add the new generic kfifo API by Stefani Seibold · 14 years ago
  31. ad9c7ed kfifo: kfifo_is_{full,empty} should return bools, not ints by Robert P. J. Day · 14 years ago
  32. 0bcaa65 fs/sysv: v7: adjust sanity checks for some volumes by Lubomir Rintel · 14 years ago
  33. 863a604 lib/bug.c: add oops end marker to WARN implementation by Anton Blanchard · 14 years ago
  34. c7ff0d9 panic: keep blinking in spite of long spin timer mode by TAMUKI Shoichi · 14 years ago
  35. 3b9c6c1 dma-mapping: remove dma_is_consistent API by FUJITA Tomonori · 14 years ago
  36. 4565f01 dma-mapping: unify dma_get_cache_alignment implementations by FUJITA Tomonori · 14 years ago
  37. a6eb9fe dma-mapping: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGN by FUJITA Tomonori · 14 years ago
  38. 00918b6 memcg: remove nid and zid argument from mem_cgroup_soft_limit_reclaim() by KOSAKI Motohiro · 14 years ago
  39. 14fec79 memcg: mem_cgroup_shrink_node_zone() doesn't need sc.nodemask by KOSAKI Motohiro · 14 years ago
  40. 158e0a2 memcg: use find_lock_task_mm() in memory cgroups oom by KAMEZAWA Hiroyuki · 14 years ago
  41. c34f16b gpio: sx150x: add Semtech I2C sx150x gpio expander driver by Gregory Bean · 14 years ago
  42. 4a22b8a gpio: max730x: make pullups configurable via platformdata by Marc Kleine-Budde · 14 years ago
  43. 6f51be3 sdio: allow non-standard SDIO cards by Grazvydas Ignotas · 14 years ago
  44. 4c2ef25 mmc: fix all hangs related to mmc/sd card insert/removal during suspend/resume by Maxim Levitsky · 14 years ago
  45. 7310ece8 mmc: implement SD-combo (IO+mem) support by Michal Miroslaw · 14 years ago
  46. 6da24b7 mmc: recognize CSD structure by Kyungmin Park · 14 years ago
  47. 454eedb vfs: O_* bit numbers uniqueness check by Wu Fengguang · 14 years ago
  48. 5a19ae4 virtio_9p.h: include linux/types.h by Randy Dunlap · 14 years ago
  49. 083c8c1 scsi: use __uX types for headers exported to user space by Peter Korsgaard · 14 years ago
  50. 13bcbc0 include/linux/fs.h: complete hexification of FMODE_* constants by Andrew Morton · 14 years ago
  51. a6de51b param: don't deref arg in __same_type() checks by Rusty Russell · 14 years ago
  52. 546970b param: add kerneldoc to moduleparam.h by Rusty Russell · 14 years ago
  53. 907b29e param: locking for kernel parameters by Rusty Russell · 14 years ago
  54. 914dcaa param: make param sections const. by Rusty Russell · 14 years ago
  55. e6df34a param: add a free hook to kernel_param_ops. by Rusty Russell · 14 years ago
  56. 9bbb9e5 param: use ops in struct kernel_param, rather than get and set fns directly by Rusty Russell · 14 years ago
  57. 549931f ab8500-mfd: add regulator support to ab8500 mfd device by Sundar R Iyer · 14 years ago
  58. 156f252 drivers: regulator: add Maxim 8998 driver by Kyungmin Park · 14 years ago
  59. e3390f6 hwpoison: rename CONFIG by Naoya Horiguchi · 14 years ago
  60. 93f70f9 HWPOISON, hugetlb: isolate corrupted hugepage by Naoya Horiguchi · 14 years ago
  61. 0fe6e20 hugetlb, rmap: add reverse mapping for hugepage by Naoya Horiguchi · 14 years ago
  62. 8edf344 hugetlb: move definition of is_vm_hugetlb_page() to hugepage_inline.h by Naoya Horiguchi · 14 years ago
  63. 532490f vfs: remove unused MNT_STRICTATIME by Miklos Szeredi · 14 years ago
  64. 8df9d1a vfs: show unreachable paths in getcwd and proc by Miklos Szeredi · 14 years ago
  65. f7ad3c6 vfs: add helpers to get root and pwd by Miklos Szeredi · 14 years ago
  66. 496ee9b8 V7: Adjust sanity checks for some volumes by Lubomir Rintel · 14 years ago
  67. 969a6e5 net: make netpoll_rx return bool for !CONFIG_NETPOLL by John W. Linville · 14 years ago
  68. 1c114f4 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 14 years ago
  69. 72d2e9f i2c.h: fix kernel-doc warnings by Randy Dunlap · 14 years ago
  70. 2f9e825 Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  71. 0b019a4 Merge branches 'master' and 'devel' into for-linus by Russell King · 14 years ago
  72. 7ae0dea90 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 14 years ago
  73. 6c74700 Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog by Linus Torvalds · 14 years ago
  74. 04f2b97 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 14 years ago
  75. 9895850 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 14 years ago
  76. fc385c3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 14 years ago
  77. c6ba1c2 USB:: fix linux/usb.h kernel-doc warnings by Randy Dunlap · 14 years ago
  78. 93362a8 USB delay init quirk for logitech Harmony 700-series devices by Phil Dibowitz · 14 years ago
  79. 13dd0c9 USB: otg/ulpi: extend the generic ulpi driver. by Igor Grinberg · 14 years ago
  80. 5128993 USB: ulpi: fix compilation warning by Ajay Kumar Gupta · 14 years ago
  81. ff2f078 USB: fix race between root-hub wakeup & controller suspend by Alan Stern · 14 years ago
  82. 4147200 USB: add do_wakeup parameter for PCI HCD suspend by Alan Stern · 14 years ago
  83. 541c7d4 USB: convert usb_hcd bitfields into atomic flags by Alan Stern · 14 years ago
  84. 3f3e12d USB: gadget: composite: added disconnect callback by Michal Nazarewicz · 14 years ago
  85. f2adc4f USB: gadget: composite: usb_string_ids_*() functions added by Michal Nazarewicz · 14 years ago
  86. 7898aee USB: gadget: f_fs: functionfs_add() renamed to functionfs_bind_config() by Michal Nazarewicz · 14 years ago
  87. c532b29 USB-BKL: Convert usb_driver ioctl to unlocked_ioctl by Andi Kleen · 14 years ago
  88. 48f2497 USB: EHCI: EHCI 1.1 addendum: Basic LPM feature support by Alek Du · 14 years ago
  89. aa4d834 USB: EHCI: EHCI 1.1 addendum: preparation by Alek Du · 14 years ago
  90. 6e1c3b4 USB: otg.h: Fix the mixup in parameters order. by Igor Grinberg · 14 years ago
  91. 6d88e67 USB: don't stop root-hub status polls too soon by Alan Stern · 14 years ago
  92. 7233e39 Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 14 years ago
  93. 235dae5 U6715 16550A serial driver support by Philippe Langlais · 14 years ago
  94. d843fc6 hsu: driver for Medfield High Speed UART device by Feng Tang · 14 years ago
  95. 1b63318 serial: general fixes in the serial_rs485 structure by Claudio Scordino · 14 years ago
  96. 93e3d58 serial: fix missing bit coverage of ASYNC_FLAGS by John Villalovos · 14 years ago
  97. 75e0b94 vt: Fix warning: statement with no effect due to vt_kern.h by Kevin Winchester · 14 years ago
  98. 61fd152 serial: max3107: Abstract out the platform specific bits by Alan Cox · 14 years ago
  99. b07471f tty: implement BTM as mutex instead of BKL by Arnd Bergmann · 14 years ago
  100. ddcd9fb tty: remove tty_lock_nested by Arnd Bergmann · 14 years ago