1. 685bfd2 umh: creds: convert call_usermodehelper_keys() to use subprocess_info->init() by Oleg Nesterov · 14 years ago
  2. 898b374 exec: replace call_usermodehelper_pipe with use of umh init function and resolve limit by Neil Horman · 14 years ago
  3. a06a4dc kmod: add init function to usermodehelper by Neil Horman · 14 years ago
  4. 0ac0c0d cpusets: randomize node rotor used in cpuset_mem_spread_node() by Jack Steiner · 14 years ago
  5. 6adef3e cpusets: new round-robin rotor for SLAB allocations by Jack Steiner · 14 years ago
  6. 907860e cgroups: make cftype.unregister_event() void-returning by Kirill A. Shutemov · 14 years ago
  7. ac39cf8 memcg: fix mis-accounting of file mapped racy with migration by akpm@linux-foundation.org · 14 years ago
  8. 87946a7 memcg: move charge of file pages by Daisuke Nishimura · 14 years ago
  9. c4b5be9 gpiolib: introduce set_debounce method by Felipe Balbi · 14 years ago
  10. 6215499 gpiolib: make names array and its values const by Uwe Kleine-König · 14 years ago
  11. a80a0bb gpio: add interrupt handling capability to max732x by Marc Zyngier · 14 years ago
  12. c63b3cb sdhci-spear: ST SPEAr based SDHCI controller glue by Viresh KUMAR · 14 years ago
  13. 6c1f716 sdio: add new function for RAW (Read after Write) operation by Grazvydas Ignotas · 14 years ago
  14. 1a13f8f mmc: remove the "state" argument to mmc_suspend_host() by Matt Fleming · 14 years ago
  15. fdc50a9 mmc: add support MMCIF for SuperH by Yusuke Goda · 14 years ago
  16. a7626b7 sdhci-pltfm: implement platform data passing by Anton Vorontsov · 14 years ago
  17. 43b8e3b ALSA: usb-audio: parse UAC2 endpoint descriptors correctly by Daniel Mack · 14 years ago
  18. 6b2c676 cpuidle: fail to register if !CONFIG_CPU_IDLE by Len Brown · 14 years ago
  19. f5bf403 backlight: pcf50633: Register a pcf50633-backlight device in pcf50633 core driver. by Lars-Peter Clausen · 14 years ago
  20. 2ddfd12 backlight: Add pcf50633 backlight driver by Lars-Peter Clausen · 14 years ago
  21. ee378a5 backlight: add S6E63M0 AMOLED LCD Panel driver by InKi Dae · 14 years ago
  22. 13da9e2 Revert "endian: #define __BYTE_ORDER" by Linus Torvalds · 14 years ago
  23. c7c06d8 backlight: adp8860: add support for ADP8861 & ADP8863 by Michael Hennerich · 14 years ago
  24. 82fd53b backlight: new driver for the ADP8860 backlight parts by Michael Hennerich · 14 years ago
  25. 7fdcef8 leds: Add mc13783 LED support by Philippe Rétornaz · 14 years ago
  26. 2146325 leds: leds-gpio: Change blink_set callback to be able to turn off blinking by Benjamin Herrenschmidt · 14 years ago
  27. b1cdc46 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  28. 43c9c59 libata: implement dump_id force param by Tejun Heo · 14 years ago
  29. 9a7780c libata-sff: make BMDMA optional by Tejun Heo · 14 years ago
  30. 1c5afdf libata-sff: separate out BMDMA init by Tejun Heo · 14 years ago
  31. c3b2889 libata-sff: separate out BMDMA irq handler by Tejun Heo · 14 years ago
  32. 37f65b8 libata-sff: ata_sff_irq_clear() is BMDMA specific by Tejun Heo · 14 years ago
  33. 578454f driver core: add devname module aliases to allow module on-demand auto-loading by Kay Sievers · 14 years ago
  34. ec96e2f Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  35. 702c0b0 Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  36. 99765cc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6 by Linus Torvalds · 14 years ago
  37. 5487ab4 SFI: add support for v0.81 spec by Feng Tang · 14 years ago
  38. 49c39b4 fbdev: move FBIO_WAITFORVSYNC to linux/fb.h by Grazvydas Ignotas · 14 years ago
  39. 6d94d40 lis3: interrupt handlers for 8bit wakeup and click events by Samu Onkalo · 14 years ago
  40. 92ba4fe lis3: add skeletons for interrupt handlers by Samu Onkalo · 14 years ago
  41. 342c5f1 lis3: introduce platform data for second ff / wu unit by Samu Onkalo · 14 years ago
  42. 90378889 lib: introduce common method to convert hex digits by Andy Shevchenko · 14 years ago
  43. 2b2f68b DYNAMIC_DEBUG: fix documentation errors by Florian Ragwitz · 14 years ago
  44. f40c396 ratelimit: add ratelimit_state_init() by OGAWA Hirofumi · 14 years ago
  45. d8521fc printk_ratelimited(): fix uninitialized spinlock by OGAWA Hirofumi · 14 years ago
  46. fc62f2f kernel.h: add pr_warn for symmetry to dev_warn, netdev_warn by Joe Perches · 14 years ago
  47. 4be929b kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MIN by Alexey Dobriyan · 14 years ago
  48. b3b77c8 endian: #define __BYTE_ORDER by Joakim Tjernlund · 14 years ago
  49. e47103b err.h: add __must_check to error pointer handlers by Jani Nikula · 14 years ago
  50. c6f6b59 mm: make lowmem_page_address() use PFN_PHYS() for improved portability by Chris Metcalf · 14 years ago
  51. 4eaf3f6 mem-hotplug: fix potential race while building zonelist for new populated zone by Haicheng Li · 14 years ago
  52. 1f52250 mem-hotplug: avoid multiple zones sharing same boot strapping boot_pageset by Haicheng Li · 14 years ago
  53. 0faa563 mm: fix NR_SECTION_ROOTS == 0 when using using sparsemem extreme. by Marcelo Roberto Jimenez · 14 years ago
  54. ff3d58c highmem: remove unneeded #ifdef CONFIG_TRACE_IRQFLAGS_SUPPORT for debug_kmap_atomic() by Akinobu Mita · 14 years ago
  55. fd23855 include/linux/gfp.h: fix coding style by matt mooney · 14 years ago
  56. 263ff5d include/linux/gfp.h: spelling fixes by matt mooney · 14 years ago
  57. cf23422 cpu/mem hotplug: enable CPUs online before local memory online by minskey guo · 14 years ago
  58. 8b25c6d vmscan: remove isolate_pages callback scan control by Johannes Weiner · 14 years ago
  59. 4f92e25 mm: compaction: defer compaction using an exponential backoff when compaction fails by Mel Gorman · 14 years ago
  60. 5e77190 mm: compaction: add a tunable that decides when memory should be compacted and when it should be reclaimed by Mel Gorman · 14 years ago
  61. 56de726 mm: compaction: direct compact when a high-order allocation fails by Mel Gorman · 14 years ago
  62. ed4a6d7 mm: compaction: add /sys trigger for per-node memory compaction by Mel Gorman · 14 years ago
  63. 76ab0f5 mm: compaction: add /proc trigger for memory compaction by Mel Gorman · 14 years ago
  64. 748446b mm: compaction: memory compaction core by Mel Gorman · 14 years ago
  65. c175a0c mm: move definition for LRU isolation modes to a header by Mel Gorman · 14 years ago
  66. a8bef8ff mm: migration: avoid race between shift_arg_pages() and rmap_walk() during migration by not migrating temporary stacks by Mel Gorman · 14 years ago
  67. 7f60c21 mm: migration: share the anon_vma ref counts between KSM and page migration by Mel Gorman · 14 years ago
  68. 3f6c827 mm: migration: take a reference to the anon_vma before migrating by Mel Gorman · 14 years ago
  69. c0ff745 cpuset,mm: fix no node to alloc memory when changing cpuset's mems by Miao Xie · 14 years ago
  70. 708c1bb mempolicy: restructure rebinding-mempolicy functions by Miao Xie · 14 years ago
  71. e13861d mm: remove return value of putback_lru_pages() by Minchan Kim · 14 years ago
  72. e9d6c15 tmpfs: insert tmpfs cache pages to inactive list at first by KOSAKI Motohiro · 14 years ago
  73. facd07b direct-io: add a hook for the fs to provide its own submit_bio function by Josef Bacik · 14 years ago
  74. dd3bb14 fuse: support splice() writing to fuse device by Miklos Szeredi · 14 years ago
  75. 9f79e9d regulator: use voltage number array in 88pm860x by Haojian Zhuang · 14 years ago
  76. 0178f3e regulator: Allow regulator-regulator supplies to be specified by name by Mark Brown · 14 years ago
  77. b1e50eb Merge remote branch 'origin' into secretlab/next-spi by Grant Likely · 14 years ago
  78. 41c4221 spi: move bitbang txrx utility functions to private header by hartleys · 14 years ago
  79. 781c7b1 spi/pl022: add support for the PL023 derivate by Linus Walleij · 14 years ago
  80. 556f4ae spi/pl022: fix up differences between ARM and ST versions by Linus Walleij · 14 years ago
  81. 73367bd slub: move kmem_cache_node into it's own cacheline by Alexander Duyck · 14 years ago
  82. 7e125f7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6 by Linus Torvalds · 14 years ago
  83. f137711 Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 14 years ago
  84. 1595365 Merge git://git.infradead.org/battery-2.6 by Linus Torvalds · 14 years ago
  85. 0fed2b5c Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 14 years ago
  86. 62a11ae Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  87. 287a809 quota: rename default quotactl methods to dquot_ by Christoph Hellwig · 14 years ago
  88. 123e9ca quota: explicitly set ->dq_op and ->s_qcop by Christoph Hellwig · 14 years ago
  89. 307ae18 quota: drop remount argument to ->quota_on and ->quota_off by Christoph Hellwig · 14 years ago
  90. e0ccfd9 quota: move unmount handling into the filesystem by Christoph Hellwig · 14 years ago
  91. 0f0dd62 quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappers by Christoph Hellwig · 14 years ago
  92. 5eb32bd fec: add support for PHY interface platform data by Baruch Siach · 14 years ago
  93. a4ed89c net: Fix definition of netif_vdbg() when VERBOSE_DEBUG is not defined by Ben Hutchings · 14 years ago
  94. b3040e4 DMA: PL330: Add dma api driver by Jassi Brar · 14 years ago
  95. bb0fe53 sh: allow platforms to specify SD-card supported voltages by Guennadi Liakhovetski · 14 years ago
  96. a2b14dc mmc: let MFD's provide supported Vdd card voltages to tmio_mmc by Guennadi Liakhovetski · 14 years ago
  97. f87c20a mfd: pass platform flags down to the tmio_mmc driver by Guennadi Liakhovetski · 14 years ago
  98. ac8fb3e tmio: add a platform flag to disable card write-protection detection by Guennadi Liakhovetski · 14 years ago
  99. bb4f6b0 Merge branches 'slab/align', 'slab/cleanups', 'slab/fixes', 'slab/memhotadd' and 'slub/fixes' into slab-for-linus by Pekka Enberg · 14 years ago
  100. 056676d sh: prepare the SDHI MFD driver to pass DMA configuration to tmio_mmc.c by Guennadi Liakhovetski · 14 years ago