1. 192505b powerpc: doc/dts-bindings: update doc of FSL I2C bindings by Wolfgang Grandegger · 14 years ago
  2. f00d738 i2c-mpc: add support for the MPC512x processors from Freescale by Wolfgang Grandegger · 14 years ago
  3. a935221 i2c-mpc: rename "setclock" initialization functions to "setup" by Wolfgang Grandegger · 14 years ago
  4. 6e56dd3 i2c-mpc: use __devinit[data] for initialization functions and data by Wolfgang Grandegger · 14 years ago
  5. 96eb716 i2c/imx: don't add probe function to the driver struct by Uwe Kleine-König · 14 years ago
  6. 3f9900f i2c: Add support for Ux500/Nomadik I2C controller by srinidhi kasagar · 14 years ago
  7. 08b8499 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 14 years ago
  8. 3ceb85a USB: remove unused defintion of struct usb_device_status by Dmitry Torokhov · 14 years ago
  9. b8fa057 Revert "lib: build list_sort() only if needed" by Linus Torvalds · 14 years ago
  10. 4da0b66 vsprintf: move %pR resource printf_specs off the stack by Bjorn Helgaas · 14 years ago
  11. b89dc5d vsprintf: clarify comments for printf_spec flags by Bjorn Helgaas · 14 years ago
  12. ef0658f vsprintf.c: Reduce sizeof struct printf_spec from 24 to 8 bytes by Joe Perches · 14 years ago
  13. 7bc80cd usbfs: fix deadlock on 'usbfs_mutex', clean up poll by Linus Torvalds · 14 years ago
  14. 66b8915 Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfs by Linus Torvalds · 14 years ago
  15. 87c7ae0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm by Linus Torvalds · 14 years ago
  16. dff6d1c Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 14 years ago
  17. 66ce3cf Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 14 years ago
  18. 05c5cb3 Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  19. 4582a30 Merge git://git.infradead.org/ubi-2.6 by Linus Torvalds · 14 years ago
  20. 9cc0cb3 gpio: introduce it8761e_gpio driver for IT8761E Super I/O chip by Denis Turischev · 14 years ago
  21. a8a5164 gpio: cs5535-gpio: fix input direction by Ben Gardner · 14 years ago
  22. 89ea8bb gpio: pca953x.c: add interrupt handling capability by Marc Zyngier · 14 years ago
  23. 8c35c89 timbgpio: add support for interrupt triggering on both flanks by Richard Röjfors · 14 years ago
  24. 3e45f1d gpio: introduce gpio_request_one() and friends by Eric Miao · 14 years ago
  25. 62fecb7 pca953x: minor include cleanup by Olof Johansson · 14 years ago
  26. e952805 gpio: add driver for MAX7300 I2C GPIO extender by Wolfram Sang · 14 years ago
  27. 5a98c04 rtc-coh901331: fix braces in resume code by James Hogan · 14 years ago
  28. 9407351 rtc/mc13783: implement alarm by Uwe Kleine-König · 14 years ago
  29. 4c014e8 rtc/mc13783: protect rtc {,un}registration by mc13783 lock by Uwe Kleine-König · 14 years ago
  30. 86c3400 mfd/mc13783: new function reading irq mask and status register by Uwe Kleine-König · 14 years ago
  31. 4dd4dd6 rtc/mc13783: don't use deprecated mc13783 API calls by Uwe Kleine-König · 14 years ago
  32. 2a833191 input/mc13783-ts: don't use deprecated mc13783 API calls by Uwe Kleine-König · 14 years ago
  33. 5720502 mc13783: rename mc13783_{{un,}mask,ack_irq} to have a mc13783_irq prefix by Uwe Kleine-König · 14 years ago
  34. 2a7a06a rtc-core: fix memory leak by Aaro Koskinen · 14 years ago
  35. 2e84067 rtc-twl: Storage class should be before const qualifier by Tobias Klauser · 14 years ago
  36. 870a276 rtc-at91sam9: Correct size given to memset by Julia Lawall · 14 years ago
  37. b51e829 rtc-pcf2123: move pcf2123_remove to .devexit.text by Uwe Kleine-König · 14 years ago
  38. b4877d2 rtc-ep93xx.c: cleanup probe/remove routines by H Hartley Sweeten · 14 years ago
  39. 49908e7 rtc: mxc: fix memory leak by Alexander Beregalov · 14 years ago
  40. 27fb7f0 xen: add kconfig menu by Randy Dunlap · 14 years ago
  41. 6aed359 console/vgacon.c: mark file-local symbol static by Thiago Farina · 14 years ago
  42. a52712a console: limit the range of VGACON_SOFT_SCROLLBACK_SIZE by Amerigo Wang · 14 years ago
  43. 76595f7 coredump: suppress uid comparison test if core output files are pipes by Neil Horman · 14 years ago
  44. 5c99cbf coredump: set ->group_exit_code for other CLONE_VM tasks too by Oleg Nesterov · 14 years ago
  45. 30736a4 coredump: pass mm->flags as a coredump parameter for consistency by Masami Hiramatsu · 14 years ago
  46. 8d9032b elf coredump: add extended numbering support by Daisuke HATAYAMA · 14 years ago
  47. 93eb211 elf coredump: make offset calculation process and writing process explicit by Daisuke HATAYAMA · 14 years ago
  48. 1fcccba elf coredump: replace ELF_CORE_EXTRA_* macros by functions by Daisuke HATAYAMA · 14 years ago
  49. 088e7af coredump: move dump_write() and dump_seek() into a header file by Daisuke HATAYAMA · 14 years ago
  50. 05f47fd coredump: unify dump_seek() implementations for each binfmt_*.c by Daisuke HATAYAMA · 14 years ago
  51. 12bac0d proc: warn on non-existing proc entries by Alexey Dobriyan · 14 years ago
  52. e17a576 proc: do translation + unlink atomically at remove_proc_entry() by Alexey Dobriyan · 14 years ago
  53. 5748150 drivers/hwmon/adcxx.c: fix for single-channel ADCs by José Miguel Gonçalves · 14 years ago
  54. 4cae787 drivers/hwmon/vt8231.c: fix continuation line formats by Joe Perches · 14 years ago
  55. 4f2a9463 crc32: some minor cleanups by Joakim Tjernlund · 14 years ago
  56. 5e79d96 checkpatch: warn on unnecessary spaces before quoted newlines by Joe Perches · 14 years ago
  57. 08e4436 checkpatch.pl: warn if an adding line introduce spaces before tabs. by Alberto Panizzo · 14 years ago
  58. 7940484 checkpatch.pl: extend list of expected-to-be-const structures by Emese Revfy · 14 years ago
  59. 22fd2d3 checkpatch.pl: add union and struct to the exceptions list by Stefani Seibold · 14 years ago
  60. 5213129 checkpatch: fix false positive on __initconst by Wolfram Sang · 14 years ago
  61. 691e669 checkpatch.pl: allow > 80 char lines for logging functions not just printk by Joe Perches · 14 years ago
  62. 42bdf74 checkpatch: trivial fix for trailing statements check by Hidetoshi Seto · 14 years ago
  63. 8f53a9b scripts/checkpatch.pl: add WARN on sizeof(&foo) by Joe Perches · 14 years ago
  64. 8493829 mmc: enable DMA on Ricoh sdhci reader by default by Vasily Khoruzhick · 14 years ago
  65. 752993e mmc: at91_mci: correct kunmap_atomic() by Nicolas Ferre · 14 years ago
  66. 5b27a1a mmc: at91_mci: introduce per-mci-revision conditional code by Nicolas Ferre · 14 years ago
  67. 541e7ef mmc: at91_mci: Enable MMC_CAP_SDIO_IRQ only when it actually works. by Nicolas Ferre · 14 years ago
  68. 9af13be mmc: at91_mci: enable large data blocks by Wolfgang Muees · 14 years ago
  69. 86ee26f mmc: at91_mci: use DMA buffer for read by Wolfgang Muees · 14 years ago
  70. 3780d90 mmc: at91_mci: use one coherent DMA buffer by Wolfgang Muees · 14 years ago
  71. a04ac5b mmc: at91_mci: fix timeout errors by Wolfgang Muees · 14 years ago
  72. 0b3520f mmc: at91_mci: fix pointer errors by Wolfgang Muees · 14 years ago
  73. dc2ed55 s3cmci: s3cmci_card_present: Use no_detect to decide whether there is a card detect pin by Lars-Peter Clausen · 14 years ago
  74. c212808 s3cmci: initialize default platform data no_wprotect and no_detect with 1 by Lars-Peter Clausen · 14 years ago
  75. 6b5eda3 sdio: put active devices into 1-bit mode during suspend by Daniel Drake · 14 years ago
  76. 4021684 sdio: kick the interrupt thread upon a resume by Nicolas Pitre · 14 years ago
  77. 3bca4cf7 sdio: don't use CMD[357] as part of a powered SDIO resume by Chris Ball · 14 years ago
  78. 2f4cbb3 sdio: sdhci support for suspend mode PM features by Nicolas Pitre · 14 years ago
  79. da68c4e sdio: introduce API for special power management features by Nicolas Pitre · 14 years ago
  80. 9e506f3 sdhci: improve sdhci sdhci_set_adma_desc() code by Ben Dooks · 14 years ago
  81. 118cd17 sdhci: add adma descriptor set call by Ben Dooks · 14 years ago
  82. 3fb7fb4 sdio: add quirk to clamp byte mode transfer by Bing Zhao · 14 years ago
  83. 729adf1 mmc: bfin_sdh: set timeout based on actual card data by Cliff Cai · 14 years ago
  84. 05dabcc mmc: bfin_sdh: drop redundant MMC depend string by Mike Frysinger · 14 years ago
  85. c744d98 mmc: bfin_sdh: fix unused sg warning on BF51x/BF52x systems by Mike Frysinger · 14 years ago
  86. 09591dd mmc: Atmel host kconfig cleanup for everyone else by Nicolas Ferre · 14 years ago
  87. 132f107 davinci: MMC: add support for 8bit MMC cards by Vipin Bhandari · 14 years ago
  88. 03cd8f7 ricoh_mmc: port from driver to pci quirk by Maxim Levitsky · 14 years ago
  89. 45bf5cd fs/compat_ioctl.c: suppress two warnings by Andrew Morton · 14 years ago
  90. 08564fb bitmap: use for_each_set_bit() by Akinobu Mita · 14 years ago
  91. 9a86e2b lib: fix first line of kernel-doc for a few functions by Ben Hutchings · 14 years ago
  92. a069c26 lib: build list_sort() only if needed by Don Mullis · 14 years ago
  93. 02b12b7 lib: revise list_sort() header comment by Don Mullis · 14 years ago
  94. 835cc0c lib: more scalable list_sort() by Don Mullis · 14 years ago
  95. d6a2eed lib/string.c: simplify strnstr() by André Goddard Rosa · 14 years ago
  96. a11d2b6 lib/string.c: simplify stricmp() by André Goddard Rosa · 14 years ago
  97. 8a6e253 MAINTAINERS: document and add "Q" patchwork queue entries by Joe Perches · 14 years ago
  98. e200e0e MAINTAINERS: WAVELAN moved to staging by Joe Perches · 14 years ago
  99. 931812c MAINTAINERS: STARMODE RADIO IP (STRIP) moved to staging by Joe Perches · 14 years ago
  100. dc95ec6 MAINTAINERS: update PERFORMANCE EVENTS F: patterns by Joe Perches · 14 years ago