1. 5e72b32 uvesafb: don't treat valid modes returned byfb_find_mode() as errors by Michal Januszewski · 16 years ago
  2. e0745ae radeonfb: speed up the I2C buses by Jean Delvare · 16 years ago
  3. bc3bf46 radeonfb: drop redundant RTRACE macro by Jean Delvare · 16 years ago
  4. b0313f8 radeonfb: fix debug option by Jean Delvare · 16 years ago
  5. e7a18c9 radeonfb: use PCI device id in hex for name string by Andreas Herrmann · 16 years ago
  6. af2afd2 drivers/video/aty/aty128fb.c: fix incorrect usage of strncat in aty128_init() by Roel Kluin · 16 years ago
  7. 9e3f0ca fbdev: add removed option "mode" to keep compatibility by Krzysztof Helt · 16 years ago
  8. a814054 s3fb: add option mode_option by Krzysztof Helt · 16 years ago
  9. 1abf917 arkfb: add option mode_option by Krzysztof Helt · 16 years ago
  10. cc6c549 vt8623fb: change option mode to mode_option by Krzysztof Helt · 16 years ago
  11. cf6d880 update modedb.txt documentation about mode_option parameter change by Krzysztof Helt · 16 years ago
  12. 4e65c61 pm3fb: change option mode to mode_option by Krzysztof Helt · 16 years ago
  13. 07f41e4 tridentfb: change option mode to mode_option by Krzysztof Helt · 16 years ago
  14. 5eb81e80 pm2fb: change option mode to mode_option by Krzysztof Helt · 16 years ago
  15. 21b4d1d video/aty/atyfb_base.c: free when fb can't be registered by Roel Kluin · 16 years ago
  16. 57a7a6d fbmem: fix con2fbmap limit check by Peter Samuelson · 16 years ago
  17. b6f448e PM/gxfb: add hook to PM console layer that allows disabling of suspend VT switch by Andres Salomon · 16 years ago
  18. 46fb6f1 gxfb: add power management functionality by Andres Salomon · 16 years ago
  19. d1b4cc3 gxfb: stop sharing code with gx1fb by Andres Salomon · 16 years ago
  20. 9f1277b gxfb: move MSR bit fields into gxfb.h by Andres Salomon · 16 years ago
  21. d255114 gxfb: clean up register definitions by Andres Salomon · 16 years ago
  22. ab06aaf gxfb: create DC/VP/FP-specific handlers rather than using readl/writel by Andres Salomon · 16 years ago
  23. fa20c8a6 gxfb: replace FBSIZE config option with a module parameter by Andres Salomon · 16 years ago
  24. 0a5e790 gxfb: use PCI_DEVICE() for gxfb's pci device table by Andres Salomon · 16 years ago
  25. e2b1180 gxfb: don't enable the CRT DACs when we are in flatpanel mode by Jordan Crouse · 16 years ago
  26. f0a0c1f gxfb: set the right registers to tweak the sync polarity by Jordan Crouse · 16 years ago
  27. e933836 x86: GEODE: add Virtual Systems Architecture detection by Andres Salomon · 16 years ago
  28. 32bf87e x86: geode: MSR cleanup by Andres Salomon · 16 years ago
  29. 22af89a fbcon: replace mono_col macro with static inline by Harvey Harrison · 16 years ago
  30. 2ae09f0 pm2fb: correct error values returned from probe function by Krzysztof Helt · 16 years ago
  31. 416e74e fbdev: use DIV_ROUND_UP or roundup by Julia Lawall · 16 years ago
  32. 7f29b87 powerpc: offb: add support for foreign endianness by Anton Vorontsov · 16 years ago
  33. e4c690e fb: add support for foreign endianness by Anton Vorontsov · 16 years ago
  34. 6b745b6 fbdev: make the best-fit section of fb_find_mode return the closest matching mode by Michal Januszewski · 16 years ago
  35. 169b6a7 gpiochip_reserve() by Anton Vorontsov · 16 years ago
  36. 8d0aab2 gpiolib: dynamic gpio number allocation by Anton Vorontsov · 16 years ago
  37. e6de180 gpio: define gpio_is_valid() by Guennadi Liakhovetski · 16 years ago
  38. d72cbed gpiolib: i2c/spi drivers: handle rmmod better by Guennadi Liakhovetski · 16 years ago
  39. 438d890 gpiolib: better rmmod infrastructure by Guennadi Liakhovetski · 16 years ago
  40. 73fcdc9 i2o: remove static inline forward declarations by Ilpo Järvinen · 16 years ago
  41. 37772ac isdn: rename CONFIG_AVMB1_COMPAT to not look like a Kconfig variable by Robert P. J. Day · 16 years ago
  42. c24e9b3 capifs: fix memory leak on remount by Cyrill Gorcunov · 16 years ago
  43. 30d55e7 hisax: depend on CONFIG_PNP, not __ISAPNP__ by Bjorn Helgaas · 16 years ago
  44. f342954 isdn: fix obvious cut-and-paste error in st5481_usb.c by Robert P. J. Day · 16 years ago
  45. 156f1ed isdn: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  46. dd58c0d eicon: fix sparse integer as NULL pointer warnings by Harvey Harrison · 16 years ago
  47. 8e44b29 avm: fix sparse warning using integer as NULL pointer by Harvey Harrison · 16 years ago
  48. 2f9e9b6 capi: fix sparse warnings using integer as NULL pointer by Harvey Harrison · 16 years ago
  49. 50f8c37 quota: convert stub functions from macros into inlines by Andrew Morton · 16 years ago
  50. 1b445a9 quota: reiserfs: make reiserfs handle quotaon on remount by Jan Kara · 16 years ago
  51. 6f28e08 quota: ext4: make ext4 handle quotaon on remount by Jan Kara · 16 years ago
  52. 2fd83a4 quota: ext3: make ext3 handle quotaon on remount by Jan Kara · 16 years ago
  53. 0ff5af8 quota: quota core changes for quotaon on remount by Jan Kara · 16 years ago
  54. 03f6e92 quota: various style cleanups by Jan Kara · 16 years ago
  55. 8794b5b quota: remove superfluous DQUOT_OFF() in fs/namespace.c by Jan Kara · 16 years ago
  56. 338bf9a quota: do not allow setting of quota limits to too high values by Andrew Perepechko · 16 years ago
  57. 3b0cb4c kprobes: update document about batch registration by Masami Hiramatsu · 16 years ago
  58. 26b31c1 kprobes: add (un)register_jprobes for batch registration by Masami Hiramatsu · 16 years ago
  59. 4a296e0 kprobes: add (un)register_kretprobes for batch registration by Masami Hiramatsu · 16 years ago
  60. 9861668 kprobes: add (un)register_kprobes for batch registration by Masami Hiramatsu · 16 years ago
  61. 9960257 list.h: add list_is_singular() by Masami Hiramatsu · 16 years ago
  62. 3d8d996 kprobes: prevent probing of preempt_schedule() by Srinivasa Ds · 16 years ago
  63. 0341a4d VT notifier extension for accessibility by Karl Dahlke · 16 years ago
  64. f7440b0 mfd: use shorter set_current_state() by Robert P. J. Day · 16 years ago
  65. 61711f8 sm501: add uart support by Magnus Damm · 16 years ago
  66. 5d9f3f6 spi: spi_imx updates by Andrea Paterniani · 16 years ago
  67. 0671981 atmel_spi: support zero length transfer by Atsushi Nemoto · 16 years ago
  68. b687d2a spi: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  69. 31a1629 documentation: move spidev_fdx example to its own source file by Randy Dunlap · 16 years ago
  70. cf43369 spi: pxa2xx_spi "sparse" fixes by David Brownell · 16 years ago
  71. 79d8c7a spi: use menuconfig for CONFIG_SPI by Alessandro Guido · 16 years ago
  72. 608dfdd oprofile: change cpu_buffer from array to per_cpu variable by Mike Travis · 16 years ago
  73. 7ae9392 x86: configurable DMI scanning code by Thomas Petazzoni · 16 years ago
  74. d83fd8a drivers/acpi/thermal.c: fix build with CONFIG_DMI=n by Andrew Morton · 16 years ago
  75. 6e10efe atmel_serial: remove duplicated macro definition by Michael Trimarchi · 16 years ago
  76. d1ec61e serial: use time_before, time_before_eq, etc by Julia Lawall · 16 years ago
  77. 01c194d serial 8250: tighten test for using backup timer by Alex Williamson · 16 years ago
  78. fc3f341 serial: add VR41xx SIU setup for serial console by Yoichi Yuasa · 16 years ago
  79. baac589 serial: add vr41xx_siu_early_setup() for serial console by Yoichi Yuasa · 16 years ago
  80. eb424fd uart_get_baud_rate: stop mangling termios by Alan Cox · 16 years ago
  81. e991a2b Fix tty speed handling on 8250 by Alan Cox · 16 years ago
  82. ce9f9f73 char: make functions static in synclinkmp.c by Harvey Harrison · 16 years ago
  83. 0fab6de synclink drivers bool conversion by Joe Perches · 16 years ago
  84. 7a63ce5 serial: silence section mismatch warnings in 8250_pci by Sam Ravnborg · 16 years ago
  85. eee3754f ncpfs: fix sparse warning in ncpsign_kernel.c by Harvey Harrison · 16 years ago
  86. 305787e ncpfs: fix sparse warnings in ioctl.c by Harvey Harrison · 16 years ago
  87. cdf8803 ncpfs: add prototypes to ncp_fs.h by Harvey Harrison · 16 years ago
  88. 5dc62b1 uml: clean up arch/um/drivers/ubd_kern.c by WANG Cong · 16 years ago
  89. 4415d8a arch/um/os-Linux/sys-i386/task_size.c: improve a bit by WANG Cong · 16 years ago
  90. 074a0db uml: make several things static by WANG Cong · 16 years ago
  91. 1605ec0 uml: make three functions static by WANG Cong · 16 years ago
  92. 02d324b uml: remove a useless function by WANG Cong · 16 years ago
  93. 3af7cb7 uml: make a function static by WANG Cong · 16 years ago
  94. 626c59f arch/um/os-Linux/start_up.c: various improvements. by WANG Cong · 16 years ago
  95. 3595726 uml: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  96. 3af9c5b arch/um/kernel/um_arch.c: some small improvements by WANG Cong · 16 years ago
  97. 16a26ef cris: add constfy to pgd_offset() by KOSAKI Motohiro · 16 years ago
  98. 5fd284f cris: remove redundant display of free swap space in show_mem() by Johannes Weiner · 16 years ago
  99. 032c17e crisv10: prepare for BKL push down by Alan Cox · 16 years ago
  100. f85e7cd m68k: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago