1. f92e8f8 mfd: Add WM831x revision B support by Mark Brown · 15 years ago
  2. 707f0b2 tmio_mmc: Remove const from platform data V3 by Magnus Damm · 15 years ago
  3. b741d44 tmio_mmc: Add MMC_CAP_MMC_HIGHSPEED support V2 by Yusuke Goda · 15 years ago
  4. fa0d976 mfd: Add twl6030 base addr for ID0, ID1, ID2 by Balaji T K · 15 years ago
  5. a29aaf5 mfd: Disable TWL4030/5030 I2C1/I2C4 internal pull-ups by Moiz Sonasath · 15 years ago
  6. 2afa62e mfd: Use genirq in 88pm860x by Haojian Zhuang · 15 years ago
  7. 34c9120 mfd: Clean code in max8925 by Haojian Zhuang · 15 years ago
  8. 1f1cf8f mfd: Update irq handler in max8925 by Haojian Zhuang · 15 years ago
  9. 9e50108 mfd: Add initial WM8994 support by Mark Brown · 15 years ago
  10. 1c4d3b7 mfd: Add WM8994 register definitions by Mark Brown · 15 years ago
  11. f7ea2dc mfd: Remove leftover from discontinued TWL4030 battery patch by Christoph Egger · 15 years ago
  12. 6048a3d mfd: Add HTCPLD driver by Cory Maccarrone · 15 years ago
  13. 1ad9989 mfd: Add subdevs in max8925 by Haojian Zhuang · 15 years ago
  14. d50f8f3 mfd: Initial max8925 support by Haojian Zhuang · 15 years ago
  15. 866a98a input: Enable touch on 88pm860x by Haojian Zhuang · 15 years ago
  16. a16122b mfd: Append subdev into 88pm860x driver by Haojian Zhuang · 15 years ago
  17. 5c42e8c mfd: Add irq support in 88pm860x by Haojian Zhuang · 15 years ago
  18. 53dbab7 mfd: Support 88pm8606 in 860x driver by Haojian Zhuang · 15 years ago
  19. bbd51b1 mfd: Split 88pm8607 driver by Haojian Zhuang · 15 years ago
  20. 0df883d mfd: Convert AB3100 driver to threaded IRQ by Linus Walleij · 15 years ago
  21. 38f6ce4 gpiolib: Add support for WM8350 GPIO controller by Mark Brown · 15 years ago
  22. 760e451 mfd: Convert WM8350 to genirq by Mark Brown · 15 years ago
  23. 29c71b1 rtc: Suppress duplicate enable/disable of WM8350 update interrupt by Mark Brown · 15 years ago
  24. f99344f mfd: Add a data argument to the WM8350 IRQ free function by Mark Brown · 15 years ago
  25. 66b8915 Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfs by Linus Torvalds · 15 years ago
  26. 87c7ae0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm by Linus Torvalds · 15 years ago
  27. 05c5cb3 Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 15 years ago
  28. 89ea8bb gpio: pca953x.c: add interrupt handling capability by Marc Zyngier · 15 years ago
  29. 3e45f1d gpio: introduce gpio_request_one() and friends by Eric Miao · 15 years ago
  30. 62fecb7 pca953x: minor include cleanup by Olof Johansson · 15 years ago
  31. e952805 gpio: add driver for MAX7300 I2C GPIO extender by Wolfram Sang · 15 years ago
  32. 86c3400 mfd/mc13783: new function reading irq mask and status register by Uwe Kleine-König · 15 years ago
  33. 5720502 mc13783: rename mc13783_{{un,}mask,ack_irq} to have a mc13783_irq prefix by Uwe Kleine-König · 15 years ago
  34. 30736a4 coredump: pass mm->flags as a coredump parameter for consistency by Masami Hiramatsu · 15 years ago
  35. 8d9032b elf coredump: add extended numbering support by Daisuke HATAYAMA · 15 years ago
  36. 1fcccba elf coredump: replace ELF_CORE_EXTRA_* macros by functions by Daisuke HATAYAMA · 15 years ago
  37. 088e7af coredump: move dump_write() and dump_seek() into a header file by Daisuke HATAYAMA · 15 years ago
  38. 6b5eda3 sdio: put active devices into 1-bit mode during suspend by Daniel Drake · 15 years ago
  39. da68c4e sdio: introduce API for special power management features by Nicolas Pitre · 15 years ago
  40. 3fb7fb4 sdio: add quirk to clamp byte mode transfer by Bing Zhao · 15 years ago
  41. 9a86e2b lib: fix first line of kernel-doc for a few functions by Ben Hutchings · 15 years ago
  42. cfd8d6c smp: fix documentation in include/linux/smp.h by Rakib Mullick · 15 years ago
  43. 72c3368 nodemask.h: remove macro any_online_node by H Hartley Sweeten · 15 years ago
  44. 221e3eb cpumask: let num_*_cpus() function always return unsigned values by Heiko Carstens · 15 years ago
  45. 478352e mm: add comment about deprecation of __GFP_NOFAIL by David Rientjes · 15 years ago
  46. 6457474 vmscan: detect mapped file pages used only once by Johannes Weiner · 15 years ago
  47. 452aa69 mm/pm: force GFP_NOIO during suspend/hibernation and resume by Rafael J. Wysocki · 15 years ago
  48. fc148a5 mm: remove VM_LOCK_RMAP code by Rik van Riel · 15 years ago
  49. c44b674 rmap: move exclusively owned pages to own anon_vma in do_wp_page() by Rik van Riel · 15 years ago
  50. 5beb493 mm: change anon_vma linking to fix multi-process server scalability issue by Rik van Riel · 15 years ago
  51. 19adf9c include/linux/fs.h: convert FMODE_* constants to hex by Andrew Morton · 15 years ago
  52. 0141450 readahead: introduce FMODE_RANDOM for POSIX_FADV_RANDOM by Wu Fengguang · 15 years ago
  53. d96ae53 memory-hotplug: create /sys/firmware/memmap entry for new memory by akpm@linux-foundation.org · 15 years ago
  54. 93e4a89 mm: restore zone->all_unreclaimable to independence word by KOSAKI Motohiro · 15 years ago
  55. fc91668 mm: remove free_hot_page() by Li Hong · 15 years ago
  56. b084d43 mm: count swap usage by KAMEZAWA Hiroyuki · 15 years ago
  57. 34e5523 mm: avoid false sharing of mm_counter by KAMEZAWA Hiroyuki · 15 years ago
  58. d559db0 mm: clean up mm_counter by KAMEZAWA Hiroyuki · 15 years ago
  59. 984b3f5 bitops: rename for_each_bit() to for_each_set_bit() by Akinobu Mita · 15 years ago
  60. 924e600 dm: eliminate some holes data structures by Mike Snitzer · 15 years ago
  61. 3abf85b dm ioctl: introduce flag indicating uevent was generated by Peter Rajnoha · 15 years ago
  62. 8215d6e dm table: remove unused dm_get_device range parameters by Nikanth Karthikesan · 15 years ago
  63. 64096c1 Merge branch 'slab-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 15 years ago
  64. cc7889f Merge branch 'nfs-for-2.6.34' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 15 years ago
  65. b13d3c6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 15 years ago
  66. e213e26 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 15 years ago
  67. c812a51 Merge branch 'kvm-updates/2.6.34' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 15 years ago
  68. 342fee1 9P2010.L handshake: Remove "dotu" variable by Sripathi Kodi · 15 years ago
  69. 0fb80ab 9P2010.L handshake: Add mount option by Sripathi Kodi · 15 years ago
  70. 37c1209 net/9p: Remove MAX_9P_CHAN limit by Aneesh Kumar K.V · 15 years ago
  71. f75580c net/9p: Add multi channel support. by Aneesh Kumar K.V · 15 years ago
  72. 3fa04ec Merge branch 'writeback-for-2.6.34' into nfs-for-2.6.34 by Trond Myklebust · 15 years ago
  73. 1cda707 NFS: Remove requirement for inode->i_mutex from nfs_invalidate_mapping by Trond Myklebust · 15 years ago
  74. 7f2f12d NFS: Simplify nfs_wb_page() by Trond Myklebust · 15 years ago
  75. acdc53b NFS: Replace __nfs_write_mapping with sync_inode() by Trond Myklebust · 15 years ago
  76. c988950 NFS: Simplify nfs_wb_page_cancel() by Trond Myklebust · 15 years ago
  77. ff778d0 NFS: Add a count of the number of unstable writes carried by an inode by Trond Myklebust · 15 years ago
  78. 8fc795f NFS: Cleanup - move nfs_write_inode() into fs/nfs/write.c by Trond Myklebust · 15 years ago
  79. 9467c4f Merge branch 'write_inode2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  80. 660f6a3 Merge branch 'perf-probes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  81. 1f63b9c Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  82. a9185b4 pass writeback_control to ->write_inode by Christoph Hellwig · 15 years ago
  83. efd8f0e quota: stop using QUOTA_OK / NO_QUOTA by Christoph Hellwig · 15 years ago
  84. 871a293 dquot: cleanup dquot initialize routine by Christoph Hellwig · 15 years ago
  85. 907f455 dquot: move dquot initialization responsibility into the filesystem by Christoph Hellwig · 15 years ago
  86. 9f75475 dquot: cleanup dquot drop routine by Christoph Hellwig · 15 years ago
  87. b43fa82 dquot: cleanup dquot transfer routine by Christoph Hellwig · 15 years ago
  88. 63936dd dquot: cleanup inode allocation / freeing routines by Christoph Hellwig · 15 years ago
  89. 5dd4056 dquot: cleanup space allocation / freeing routines by Christoph Hellwig · 15 years ago
  90. 8ddd69d quota: generalize quota transfer interface by Dmitry Monakhov · 15 years ago
  91. ad1e6e8 quota: sb_quota state flags cleanup by Dmitry Monakhov · 15 years ago
  92. 5fb324a quota: move code from sync_quota_sb into vfs_quota_sync by Christoph Hellwig · 15 years ago
  93. 8c4e4ac quota: clean up Q_XQUOTASYNC by Christoph Hellwig · 15 years ago
  94. c469070 quota: manage reserved space when quota is not active [v2] by Dmitry Monakhov · 15 years ago
  95. c7e8d4d jbd[2]: remove references to BUFFER_DEBUG by Christoph Egger · 15 years ago
  96. 9df9393 ext3: Use bitops to read/modify EXT3_I(inode)->i_state by Jan Kara · 15 years ago
  97. 4ea41e2 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs into for-2.6.34-incoming by J. Bruce Fields · 15 years ago
  98. 4c10c93 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-next-2.6 by Linus Torvalds · 15 years ago
  99. 9bb6769 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 15 years ago
  100. 0f2cc4e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago