1. f6de0c9 Char: rocket, remove useless macros by Jiri Slaby · 17 years ago
  2. 68562b7 Char: rocket, printk cleanup by Jiri Slaby · 17 years ago
  3. 48a67f5 Char: rocket, switch long delay to sleep by Jiri Slaby · 17 years ago
  4. 48103c5 i8k: Inspiron E1705 fix by Frank Sorenson · 17 years ago
  5. fe04f22 I8K: allow i8k driver to be built on x86_64 systems by Bradley Smith · 17 years ago
  6. ae5e297 MBCS: convert dmareadlock to mutex by Matthias Kaehlcke · 17 years ago
  7. 46bca69 MBCS: convert dmawritelock to mutex by Matthias Kaehlcke · 17 years ago
  8. a40ba84 MBCS: convert algolock to mutex by Matthias Kaehlcke · 17 years ago
  9. e6ee512 dz.c: Resource management by Maciej W. Rozycki · 17 years ago
  10. f5519ca dz.c: Use a helper to cast from "struct uart_port *" by Maciej W. Rozycki · 17 years ago
  11. ff11d07 dz: clean up and improve the setup of termios settings by Maciej W. Rozycki · 17 years ago
  12. 54c0f37 dz: handle special conditions on reception correctly by Maciej W. Rozycki · 17 years ago
  13. 43d46ab dz: fix locking issues by Maciej W. Rozycki · 17 years ago
  14. 6d83c06 dz: rename the serial console structure by Maciej W. Rozycki · 17 years ago
  15. 7287d76 dz: update kconfig description by Maciej W. Rozycki · 17 years ago
  16. 87cff7f dz: add and reorder inclusions, remove unneeded ones by Maciej W. Rozycki · 17 years ago
  17. 0ba137e dz: don't panic() when request_irq() fails by Maciej W. Rozycki · 17 years ago
  18. dbab812 dz: always check if it is safe to console_putchar() by Maciej W. Rozycki · 17 years ago
  19. d4dd146 dz.h: remove useless unused module junk by Maciej W. Rozycki · 17 years ago
  20. 870897a drivers/edac/i3000: document type promotion by Jason Uhlenkott · 17 years ago
  21. 7ed31e0 drivers/edac: i3000: missing init code by Hitoshi Mitake · 17 years ago
  22. cd4755c drivers/edac: mpc85xx: add static scope by Doug Thompson · 17 years ago
  23. f5c0454 drivers/edac: i3000: 64bit build by Jason Uhlenkott · 17 years ago
  24. 6b09ff9 drivers/edac: pci: broken parity regression by Bryan Boatright · 17 years ago
  25. 4f4aeea drivers-edac: add marvell mv64x60 driver by Dave Jiang · 17 years ago
  26. a9a753d drivers-edac: add freescale mpc85xx driver by Dave Jiang · 17 years ago
  27. 4d2b165 drivers-edac: i3000 replace macros with functions by Jason Uhlenkott · 17 years ago
  28. ce783d7 drivers-edac: i3000 code tidying by Jason Uhlenkott · 17 years ago
  29. 48764e4 drivers-edac: add Cell MC driver by Benjamin Herrenschmidt · 17 years ago
  30. 1d5f726 drivers-edac: add Cell XDR memory types by Benjamin Herrenschmidt · 17 years ago
  31. c2ae24c drivers-edac: use round_jiffies_relative by Anton Blanchard · 17 years ago
  32. 56e61a9 drivers-edac: turn on edac device error logging by Doug Thompson · 17 years ago
  33. fa9ff4b ASIC3 driver by Samuel Ortiz · 17 years ago
  34. 4aa323b DS1WM: decouple host IRQ and INTR active state settings by Philipp Zabel · 17 years ago
  35. 4cbc76e power_supply: remove capacity_level from list of sysfs attributes by Thadeu Lima de Souza Cascardo · 17 years ago
  36. 3d4d458 Merge branch 'async-tx-for-linus' of git://lost.foo-projects.org/~dwillia2/git/iop into fix by Linus Torvalds · 17 years ago
  37. 8f1bfa4c scsi: megaraid: trivial drop duplicate mutex.h include by Daniel Walker · 17 years ago
  38. 2dd550b Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 17 years ago
  39. 8755e56 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  40. 55850f4 fb: fix warning: no return statement in function returning non-void by Anton Vorontsov · 17 years ago
  41. 6659a0f virtio: add missing #include <linux/delay.h> by Johann Felix Soden · 17 years ago
  42. 445a1d3 PNP: disable Supermicro H8DCE motherboard resources that overlap SATA BARs by Bjorn Helgaas · 17 years ago
  43. 5d38998 PNP: do not test PNP_DRIVER_RES_DO_NOT_CHANGE on suspend/resume by Rene Herman · 17 years ago
  44. b3bd86e isapnp driver semaphore to mutex by Daniel Walker · 17 years ago
  45. 2bb9a6b pnp: declare PNP option parsing functions as __init by Thomas Renninger · 17 years ago
  46. cc8259a simplify pnp_activate_dev() and pnp_disable_dev() return values by Bjorn Helgaas · 17 years ago
  47. 6ed3003 md: fix an occasional deadlock in raid5 by NeilBrown · 17 years ago
  48. 73c3443 md: change ITERATE_RDEV_GENERIC to rdev_for_each_list, and remove ITERATE_RDEV_PENDING. by NeilBrown · 17 years ago
  49. d089c6a md: change ITERATE_RDEV to rdev_for_each by NeilBrown · 17 years ago
  50. 29ac4aa md: change INTERATE_MDDEV to for_each_mddev by NeilBrown · 17 years ago
  51. 20a49ff md: change a few 'int' to 'size_t' in md by NeilBrown · 17 years ago
  52. 177a99b md: fix use-after-free bug when dropping an rdev from an md array by NeilBrown · 17 years ago
  53. a17184a md: allow an md array to appear with 0 drives if it has external metadata by NeilBrown · 17 years ago
  54. ca38805 md: lock address when changing attributes of component devices by NeilBrown · 17 years ago
  55. c5d79ad md: allow devices to be shared between md arrays by NeilBrown · 17 years ago
  56. 1ec4a93 md: set and test the ->persistent flag for md devices more consistently by NeilBrown · 17 years ago
  57. c620727 md: allow a maximum extent to be set for resyncing by NeilBrown · 17 years ago
  58. c303da6 md: give userspace control over removing failed devices when external metdata in use by NeilBrown · 17 years ago
  59. e691063 md: support 'external' metadata for md arrays by NeilBrown · 17 years ago
  60. b47490c md: Update md bitmap during resync. by NeilBrown · 17 years ago
  61. 66c811e md: raid6: clean up the style of raid6test/test.c by H. Peter Anvin · 17 years ago
  62. 98ec302 md: raid6: Fix mktable.c by H. Peter Anvin · 17 years ago
  63. 54212cf coding style cleanups for drivers/md/mktables.c by Oliver Pinter · 17 years ago
  64. 91c4313 fbcon: fix color generation for monochrome framebuffer by Thomas Pfaff · 17 years ago
  65. e897363 FB/S3C2410: check default_display parameter passed in platform data by Ben Dooks · 17 years ago
  66. c0d4033 FB/S3C2410: ensure S3C2410 framebuffer clears initial memory to black by Ben Dooks · 17 years ago
  67. 38a02f56 FB/S3C2410: update debugging in S3C2410 framebuffer driver by Ben Dooks · 17 years ago
  68. f62e770 FB/S3C2412: add S3C2412 support to S3C2410 fb driver by Ben Dooks · 17 years ago
  69. 40488db FB/SM501: ensure console suspended before saving state by Ben Dooks · 17 years ago
  70. bc9c6a1 pm2fb: big endian fix by Krzysztof Helt · 17 years ago
  71. a782eed ps3fb: fix modedb typos by Geoff Levand · 17 years ago
  72. a286408 ps3fb: cleanup sweep by Geert Uytterhoeven · 17 years ago
  73. a366536 ps3fb: round up video modes by Geert Uytterhoeven · 17 years ago
  74. 34c422f ps3fb: reorganize modedb handling by Geert Uytterhoeven · 17 years ago
  75. 633bd11 ps3fb: add support for configurable black borders by Geert Uytterhoeven · 17 years ago
  76. 7974f72 ps3fb: make frame buffer offsets unsigned int by Geert Uytterhoeven · 17 years ago
  77. 9f4f21b ps3fb: kill ps3fb_res by Geert Uytterhoeven · 17 years ago
  78. d9a4ba6 ps3fb: open-code macros that are used only once by Geert Uytterhoeven · 17 years ago
  79. bbcfe34 ps3fb: kill PS3FB_FULL_MODE_BIT by Geert Uytterhoeven · 17 years ago
  80. 084ffff ps3: use symbolic names for video modes by Geert Uytterhoeven · 17 years ago
  81. 3c4f594 ps3av: ps3av_get_scanmode() and ps3av_get_refresh_rate() are unused by Geert Uytterhoeven · 17 years ago
  82. a9a84c3 atmel_lcdfb: backlight control by David Brownell · 17 years ago
  83. b1230ee sm501fb: clear framebuffer memory and palette by Magnus Damm · 17 years ago
  84. dfcffa4 sm501fb: control panel pin usage with platform data flags by Magnus Damm · 17 years ago
  85. 625fcaf drivers/video: add missing pci_dev_get by Julia Lawall · 17 years ago
  86. 5eb03a4 uvesafb: small cleanups by Randy Dunlap · 17 years ago
  87. 0ce85eb tdfxfb: fix section mismatch warnings by Randy Dunlap · 17 years ago
  88. 74f482c fb: nvidiafb: Try harder at initial mode setting. by Paul Mundt · 17 years ago
  89. 2e97502 vermilion.c: use ALIGN(), not __ALIGN_MASK() by Andrew Morton · 17 years ago
  90. 0e90454 neofb: avoid overwriting fb_info fields by Andrew Morton · 17 years ago
  91. 050da93 drivers/video/pm3fb.c section fix by Adrian Bunk · 17 years ago
  92. 2428e59 fbcon: fix sparse warning about shadowing 'rotate' symbol by Marcin Slusarz · 17 years ago
  93. 2c6cc35 fbcon: fix sparse warning about shadowing 'p' symbol by Marcin Slusarz · 17 years ago
  94. cbfb3e0 vgacon: fix sparse warning about shadowing 'i' symbol by Marcin Slusarz · 17 years ago
  95. 162b3a0 atmel_lcdfb: validate display timings by Haavard Skinnemoen · 17 years ago
  96. 529e55b fb: defio nopage by Nick Piggin · 17 years ago
  97. 8c85fd8 fbmon: cleanup trailing whitespaces by Andre Haupt · 17 years ago
  98. cb85063 fbmon: remove unnecessary local variable by Andre Haupt · 17 years ago
  99. ea237a6 drivers/video: remove unnecessary pci_dev_put by Julia Lawall · 17 years ago
  100. 5a1c84f video/hpfb.c section fix by Adrian Bunk · 17 years ago