1. 6ec1480 aoe: switch to the new bio_flush_dcache_pages() interface by Andrew Morton · 15 years ago
  2. e019ef0 drivers/block/mg_disk.c: use resource_size() by H Hartley Sweeten · 15 years ago
  3. df9dc83 drivers/block/DAC960.c: use DAC960_V2_Controller by Julia Lawall · 15 years ago
  4. 490c560 Merge branch 'for-jens' of git://git.drbd.org/linux-2.6-drbd into for-linus by Jens Axboe · 15 years ago
  5. 820cd61 drbd: remove unused #include <linux/version.h> by Huang Weiyi · 15 years ago
  6. 7b886f4 drbd: remove duplicated #include by Huang Weiyi · 15 years ago
  7. 49829ea drbd: Fix test of unsigned in _drbd_fault_random() by Roel Kluin · 15 years ago
  8. 7d4e9d0 drbd: Constify struct file_operations by Emese Revfy · 15 years ago
  9. 4a63b03 drbd: fix test of unsigned in _drbd_fault_random() by Roel Kluin · 15 years ago
  10. 55db493b Merge branch 'cpumask-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 15 years ago
  11. b5c96f8 Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 by Linus Torvalds · 15 years ago
  12. e82b1da Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 15 years ago
  13. fc6f070 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 15 years ago
  14. dbfc985 Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 15 years ago
  15. bf931a0 Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 15 years ago
  16. 4e46aa0 Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlight by Linus Torvalds · 15 years ago
  17. 9209e4b Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-leds by Linus Torvalds · 15 years ago
  18. a695bc6 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 15 years ago
  19. 26b3c01 rtc: set wakeup capability for I2C and SPI RTC drivers by Anton Vorontsov · 15 years ago
  20. 1144ab5 sdhci-of: add support for the wii sdhci controller by Albert Herranz · 15 years ago
  21. 7657c3a sdhci-of: reorganize driver to support additional hardware by Albert Herranz · 15 years ago
  22. bc1ad56 sdhci-of: rename main driver file prior to reorganization by Albert Herranz · 15 years ago
  23. c0bba0d sdhci: protect header file against multi inclusion by Albert Herranz · 15 years ago
  24. e881279 sdio: initialise SDIO functions and update card->sdio_funcs in lockstep by Matt Fleming · 15 years ago
  25. 3d10a1b sdio: fix reference counting in sdio_remove_func() by Daniel Drake · 15 years ago
  26. 0f05058 drivers/video/via/viafbdev.c: correct code taking the size of a pointer by Julia Lawall · 15 years ago
  27. 312ea07 hwmon: I2C bus support for lis3lv02d and variant accelerometer chips by Samu Onkalo · 15 years ago
  28. 2bf212b cs5535: CS5535_MFGPT_DEFAULT_IRQ should depend on CS5535_MFGPT by Geert Uytterhoeven · 15 years ago
  29. 6665398 Merge branch 'cache' (early part) by Russell King · 15 years ago
  30. 22a8059 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6 by Linus Torvalds · 15 years ago
  31. d53342bf spi: spi_txx9.c: use resource_size() by hartleys · 15 years ago
  32. 76b6fdd spi: spi_sh_sci.c: use resource_size() by hartleys · 15 years ago
  33. 82de765 spi: spi_mpc8xxx.c: use resource_size() by hartleys · 15 years ago
  34. 74947b8 spi: spi_bfin5xx.c: use resource_size() by hartleys · 15 years ago
  35. 905aa0a spi: atmel_spi.c: use resource_size() by hartleys · 15 years ago
  36. 230d42d spi: Add s3c64xx SPI Controller driver by Jassi Brar · 15 years ago
  37. 6aed4ee atmel_spi: fix dma addr calculation for len > BUFFER_SIZE by Ben Nizette · 15 years ago
  38. bec0806 spi_s3c24xx: add FIQ pseudo-DMA support by Ben Dooks · 15 years ago
  39. e24c745 spi: controller driver for Designware SPI core by Feng Tang · 15 years ago
  40. db389b6 spidev: add proper section markers by Mike Frysinger · 15 years ago
  41. 8ae1c92 spidev: use DECLARE_BITMAP instead of declaring the array by Thadeu Lima de Souza Cascardo · 15 years ago
  42. 5a865c0 Merge branch 'for-33' of git://repo.or.cz/linux-kbuild by Linus Torvalds · 15 years ago
  43. 331d9d5 Revert "fbdev: atafb - add palette register check" by Geert Uytterhoeven · 15 years ago
  44. f7a297a backlight: mbp_nvidia_bl - add two more MacBookPro variants by Daniel Ritz · 15 years ago
  45. cfc3899 backlight: Pass device through notify callback in the pwm driver by Ben Dooks · 15 years ago
  46. e459062 leds: leds-pwm: Set led_classdev max_brightness by Lars-Peter Clausen · 15 years ago
  47. 51de036 leds: use default-on trigger for Cobalt Qube by Florian Fainelli · 15 years ago
  48. eedd898 leds: drivers/leds/leds-ss4200.c: fix return statement by akpm@linux-foundation.org · 15 years ago
  49. d4cc6a2 leds: Add LED class driver for regulator driven LEDs. by Antonio Ospite · 15 years ago
  50. 5b0582e backlight: PTR_ERR return of wrong pointer in cr_backlight_probe() by Roel Kluin · 15 years ago
  51. 3c0f6e1 leds: leds-cobalt-qube.c: use resource_size() by H Hartley Sweeten · 15 years ago
  52. d3aad63 leds: leds-cobalt-raq.c - use resource_size() by H Hartley Sweeten · 15 years ago
  53. 6f17c65 regulator: wm831x_reg_read() failure unnoticed in wm831x_aldo_get_mode() by Roel Kluin · 15 years ago
  54. cf9836f twl-regulator: Fix reg_disable functionality for 4030 and 6030 by Juha Keski-Saari · 15 years ago
  55. 53b8a9d twl-regulator: Add turnon delay to reg_enable by Juha Keski-Saari · 15 years ago
  56. 30010fa twl-regulator: Restore REMAP configuration in regulator probe by Juha Keski-Saari · 15 years ago
  57. 045f972 twl-regulator: Add turnon-delay and REMAP config to twlreg_info struct by Juha Keski-Saari · 15 years ago
  58. 205e5cd twl-regulator: Define critical regulators as always_on by Juha Keski-Saari · 15 years ago
  59. 07fc493 twl-regulator: Add all twl4030 regulators to twlreg_info by Juha Keski-Saari · 15 years ago
  60. 735eb93 regulator: mc13783-regulator: correct the probing time. by Alberto Panizzo · 15 years ago
  61. eb143ac regulator: Fix unbalanced disables/enables in regulator_bulk_{enable,disable} error path by Lars-Peter Clausen · 15 years ago
  62. fa2984d regulator: core.c: Small coding style cleanup (indentation fixup) by Stefan Roese · 15 years ago
  63. d662fc8 drivers/regulator: use PTR_ERR to get error code by Julia Lawall · 15 years ago
  64. a10099b regulator/mc13783: various cleanups by Uwe Kleine-König · 15 years ago
  65. b4b90c6 regulator/mc13783: rename source file to match other drivers by Uwe Kleine-König · 15 years ago
  66. 176f45b Fix some AB3100 regulator issues by Linus Walleij · 15 years ago
  67. 495353a regulator: keep index within bounds in da9034_get_ldo12_voltage() by Roel Kluin · 15 years ago
  68. ddec681 regulator: Ensure val is initialised in 88pm8607 choose_voltage() by Mark Brown · 15 years ago
  69. 9992ef4 regulator: Remove duplicate consts from ab3100 by Mark Brown · 15 years ago
  70. 638f85c regulator: Handle regulators without suspend mode configuration by Mark Brown · 15 years ago
  71. 1083c39 regulator: Factor out regulator name pretty printing by Mark Brown · 15 years ago
  72. 8f031b4 regulator: Display actual settings with constraints by Mark Brown · 15 years ago
  73. af5866c regulator: Also lift apply_uV into machine_constraints_voltage() by Mark Brown · 15 years ago
  74. e79055d regulator: Factor out voltage constraint setup by Mark Brown · 15 years ago
  75. 5b30762 regulator: Report error codes for bulk operations by Mark Brown · 15 years ago
  76. be0e2d3 regulator: add 88PM8607 PMIC driver by Haojian Zhuang · 15 years ago
  77. e24a04c regulator: Implement WM831x BuckWise DC-DC convertor DVS support by Mark Brown · 15 years ago
  78. 27f37e4 regulator: add driver for MAX8660/8661 by Wolfram Sang · 15 years ago
  79. 95abd0d RTC: rtc-cmos.c: Fix warning on MIPS by Wu Zhangjin · 15 years ago
  80. de4148f MIPS: eXcite: Remove platform. by Ralf Baechle · 15 years ago
  81. f6ed1b3 Staging: octeon-ethernet: Convert to use PHY Abstraction Layer. by David Daney · 15 years ago
  82. d6aa60a NET: Add Ethernet driver for Octeon MGMT devices. by David Daney · 15 years ago
  83. 25d967b NET: Add driver for Octeon MDIO buses. by David Daney · 15 years ago
  84. cc216b8 cpumask: convert drivers/idle/i7300_idle.c to cpumask_var_t by Rusty Russell · 15 years ago
  85. 6957177 cpumask: use modern cpumask style in drivers/scsi/fcoe/fcoe.c by Rusty Russell · 15 years ago
  86. 5fa3577 Merge branch 'drm-vmware-staging' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 15 years ago
  87. ebeb53e mfd: twl: fix twl4030 rename for remaining driver, board files by Balaji T K · 15 years ago
  88. c76f782 USB ehci: replace mach header with plat by Thomas Weber · 15 years ago
  89. c46c0e9 hwmon: (w83627hf) Fix for "No such device" by Christian Schulte · 15 years ago
  90. 4235f68 hwmon: (sht15) Off-by-one error in array index + incorrect constants by Jonathan Cameron · 15 years ago
  91. 70c3877 hwmon: Add driver for VIA CPU core temperature by Harald Welte · 15 years ago
  92. fa0bff0 hwmon: (smsc47m1) Enable device if needed by Jean Delvare · 15 years ago
  93. 3ecf44b hwmon: (smsc47m1) Fail module loading on error by Jean Delvare · 15 years ago
  94. a0e92d7 hwmon: (smsc47m1) Only request I/O ports we really use by Jean Delvare · 15 years ago
  95. 3c57e89 hwmon: New driver for AMD Family 10h/11h CPUs by Clemens Ladisch · 15 years ago
  96. d4220f9 Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 by Linus Torvalds · 15 years ago
  97. 288f02b Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 15 years ago
  98. a7a5ac5 PCMCIA: fix pxa2xx_lubbock modular build error by Marc Zyngier · 15 years ago
  99. bac5e54 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  100. 529e894 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 15 years ago