1. e5ab677 sysctl extern cleanup: rcu by Dave Young · 14 years ago
  2. d33ed52 sysctl extern cleanup: signal by Dave Young · 14 years ago
  3. eb5572f sysctl extern cleanup: C_A_D by Dave Young · 14 years ago
  4. 5ceaa2f decompress: fix new decompressor for PIC by Russell King · 14 years ago
  5. a0880df pps: serial clients support by Rodolfo Giometti · 14 years ago
  6. 572b9ad ldisc n_tty: add new method n_tty_inherit_ops() by Rodolfo Giometti · 14 years ago
  7. b3e63af ldisc: new dcd_change() method for line disciplines by Rodolfo Giometti · 14 years ago
  8. 5f3cd1e dma-mapping: pci: move pci_set_dma_mask and pci_set_consistent_dma_mask to pci-dma-compat.h by FUJITA Tomonori · 14 years ago
  9. 6a1961f dma-mapping: dma-mapping.h: add dma_set_coherent_mask by FUJITA Tomonori · 14 years ago
  10. 0acedc1 dma-mapping.h: add the dma_unmap state API by FUJITA Tomonori · 14 years ago
  11. f41b177 pci-dma: add linux/pci-dma.h to linux/pci.h by FUJITA Tomonori · 14 years ago
  12. 5637f2d pci-dma: add include/linux/pci-dma.h by FUJITA Tomonori · 14 years ago
  13. 8467005 nsproxy: remove INIT_NSPROXY() by Alexey Dobriyan · 14 years ago
  14. 6edb676 ipmi: remove ipmi_smi.h self-include by Corey Minyard · 14 years ago
  15. 93c5990 copy_signal() cleanup: clean thread_group_cputime_init() by Veaceslav Falico · 14 years ago
  16. 4dd66e6 copy_signal() cleanup: kill taskstats_tgid_init() and acct_init_pacct() by Veaceslav Falico · 14 years ago
  17. dacbe41 ptrace: move user_enable_single_step & co prototypes to linux/ptrace.h by Christoph Hellwig · 14 years ago
  18. 7baab93 nodemask: fix the declaration of NODEMASK_ALLOC() by Miao Xie · 14 years ago
  19. 867578c memcg: fix oom kill behavior by KAMEZAWA Hiroyuki · 14 years ago
  20. a0a4db5 cgroups: remove events before destroying subsystem state objects by Kirill A. Shutemov · 14 years ago
  21. 0dea116 cgroup: implement eventfd-based generic API for notifications by Kirill A. Shutemov · 14 years ago
  22. 0249144 memcg: move charges of anonymous swap by Daisuke Nishimura · 14 years ago
  23. 67523c4 cgroups: blkio subsystem as module by Ben Blum · 14 years ago
  24. cf5d594 cgroups: subsystem module unloading by Ben Blum · 14 years ago
  25. e6a1105 cgroups: subsystem module loading interface by Ben Blum · 14 years ago
  26. aae8aab cgroups: revamp subsys array by Ben Blum · 14 years ago
  27. d7b9fff cgroup: introduce coalesce css_get() and css_put() by Daisuke Nishimura · 14 years ago
  28. 2468c72 cgroup: introduce cancel_attach() by Daisuke Nishimura · 14 years ago
  29. 6e3e37a coredump: plug a memory leak situation on dump_seek() by André Goddard Rosa · 14 years ago
  30. 5cacdb4 Add generic sys_olduname() by Christoph Hellwig · 14 years ago
  31. baed7fc Add generic sys_ipc wrapper by Christoph Hellwig · 14 years ago
  32. a467937 Add generic sys_old_mmap() by Christoph Hellwig · 14 years ago
  33. 5d0e528 Add generic sys_old_select() by Christoph Hellwig · 14 years ago
  34. 718a382 mm: introduce dump_page() and print symbolic flag names by Wu Fengguang · 14 years ago
  35. 53bddb4 nommu: fix build breakage by KAMEZAWA Hiroyuki · 14 years ago
  36. d0ab4a4 rtc/hctosys: only claim the RTC provided the system time if it did by Uwe Kleine-König · 14 years ago
  37. e101541 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 14 years ago
  38. 56b7892 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 14 years ago
  39. a3087ae Merge branch 'topic/misc' into for-linus by Takashi Iwai · 14 years ago
  40. 8e9394c Driver core: create lock/unlock functions for struct device by Greg Kroah-Hartman · 14 years ago
  41. 62e877b8 sysfs: fix for thinko with sysfs_bin_attr_init() by Stephen Rothwell · 14 years ago
  42. 7cb3294 sysfs: Implement sysfs_rename_link by Eric W. Biederman · 14 years ago
  43. 3596025 sysfs: Document sysfs_attr_init and sysfs_bin_attr_init by Eric W. Biederman · 14 years ago
  44. 6992f53 sysfs: Use one lockdep class per sysfs attribute. by Eric W. Biederman · 14 years ago
  45. 831fad2 Driver core: make struct platform_driver.id_table const by Uwe Kleine-König · 15 years ago
  46. 52cf25d Driver core: Constify struct sysfs_ops in struct kobj_type by Emese Revfy · 15 years ago
  47. 9cd4361 kobject: Constify struct kset_uevent_ops by Emese Revfy · 15 years ago
  48. 869dfc8 driver core: Add class_attr_string for simple read-only string by Andi Kleen · 15 years ago
  49. 28812fe driver-core: Add attribute argument to class_attribute show/store by Andi Kleen · 15 years ago
  50. 1e395ab sysdev: Add sysdev_create/remove_files by Andi Kleen · 15 years ago
  51. 38457ab sysfs: Add attribute array to sysdev classes by Andi Kleen · 15 years ago
  52. 1c205ae sysfs: Add sysfs_add/remove_files utility functions by Andi Kleen · 15 years ago
  53. c9be0a3 sysdev: Pass attribute in sysdev_class attributes show/store by Andi Kleen · 15 years ago
  54. 3d03ba4 driver core: make platform_device_id table const by Eric Miao · 15 years ago
  55. ecdf6ce Driver core: add platform_create_bundle() helper by Dmitry Torokhov · 15 years ago
  56. 322aafa Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  57. 6dc3eb5 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 14 years ago
  58. 4a31c08 Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 14 years ago
  59. 5980bb3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 14 years ago
  60. 2c08583 mfd: Fix ucb1x00 build failure for collie_defconfig by Peter Huewe · 14 years ago
  61. 473fe73 mfd: Use completion interrupt for WM831x AUXADC by Mark Brown · 14 years ago
  62. d19663a mfd: Use completion interrupt for WM835x AUXADC by Mark Brown · 14 years ago
  63. 11a441c mfd: Introduce remove_script function for twl4030 by Mike Turquette · 14 years ago
  64. f92e8f8 mfd: Add WM831x revision B support by Mark Brown · 14 years ago
  65. 707f0b2 tmio_mmc: Remove const from platform data V3 by Magnus Damm · 14 years ago
  66. b741d44 tmio_mmc: Add MMC_CAP_MMC_HIGHSPEED support V2 by Yusuke Goda · 14 years ago
  67. fa0d976 mfd: Add twl6030 base addr for ID0, ID1, ID2 by Balaji T K · 14 years ago
  68. a29aaf5 mfd: Disable TWL4030/5030 I2C1/I2C4 internal pull-ups by Moiz Sonasath · 14 years ago
  69. 2afa62e mfd: Use genirq in 88pm860x by Haojian Zhuang · 14 years ago
  70. 34c9120 mfd: Clean code in max8925 by Haojian Zhuang · 15 years ago
  71. 1f1cf8f mfd: Update irq handler in max8925 by Haojian Zhuang · 14 years ago
  72. 9e50108 mfd: Add initial WM8994 support by Mark Brown · 15 years ago
  73. 1c4d3b70 mfd: Add WM8994 register definitions by Mark Brown · 15 years ago
  74. f7ea2dc mfd: Remove leftover from discontinued TWL4030 battery patch by Christoph Egger · 15 years ago
  75. 6048a3d mfd: Add HTCPLD driver by Cory Maccarrone · 15 years ago
  76. 1ad9989 mfd: Add subdevs in max8925 by Haojian Zhuang · 15 years ago
  77. d50f8f3 mfd: Initial max8925 support by Haojian Zhuang · 15 years ago
  78. 866a98a input: Enable touch on 88pm860x by Haojian Zhuang · 15 years ago
  79. a16122b mfd: Append subdev into 88pm860x driver by Haojian Zhuang · 15 years ago
  80. 5c42e8c mfd: Add irq support in 88pm860x by Haojian Zhuang · 15 years ago
  81. 53dbab7 mfd: Support 88pm8606 in 860x driver by Haojian Zhuang · 15 years ago
  82. bbd51b1 mfd: Split 88pm8607 driver by Haojian Zhuang · 15 years ago
  83. 0df883d mfd: Convert AB3100 driver to threaded IRQ by Linus Walleij · 15 years ago
  84. 38f6ce4 gpiolib: Add support for WM8350 GPIO controller by Mark Brown · 15 years ago
  85. 760e451 mfd: Convert WM8350 to genirq by Mark Brown · 15 years ago
  86. 29c71b1 rtc: Suppress duplicate enable/disable of WM8350 update interrupt by Mark Brown · 15 years ago
  87. f99344f mfd: Add a data argument to the WM8350 IRQ free function by Mark Brown · 15 years ago
  88. 66b8915 Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfs by Linus Torvalds · 14 years ago
  89. d690b2c PM: Provide generic subsystem-level callbacks by Rafael J. Wysocki · 14 years ago
  90. 87c7ae0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm by Linus Torvalds · 14 years ago
  91. 05c5cb3 Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  92. 89ea8bb gpio: pca953x.c: add interrupt handling capability by Marc Zyngier · 14 years ago
  93. 62fecb7 pca953x: minor include cleanup by Olof Johansson · 14 years ago
  94. e952805 gpio: add driver for MAX7300 I2C GPIO extender by Wolfram Sang · 14 years ago
  95. 86c3400 mfd/mc13783: new function reading irq mask and status register by Uwe Kleine-König · 14 years ago
  96. 5720502 mc13783: rename mc13783_{{un,}mask,ack_irq} to have a mc13783_irq prefix by Uwe Kleine-König · 14 years ago
  97. 30736a4 coredump: pass mm->flags as a coredump parameter for consistency by Masami Hiramatsu · 14 years ago
  98. 8d9032b elf coredump: add extended numbering support by Daisuke HATAYAMA · 14 years ago
  99. 1fcccba elf coredump: replace ELF_CORE_EXTRA_* macros by functions by Daisuke HATAYAMA · 14 years ago
  100. 088e7af coredump: move dump_write() and dump_seek() into a header file by Daisuke HATAYAMA · 14 years ago