1. 36b7741 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 17 years ago
  2. 71ba22f Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 17 years ago
  3. 27a278a drivers/ide/ide-dma.c: unexport ide_set_dma by Adrian Bunk · 17 years ago
  4. bdab00b via82cxxx: backport short cables support from pata_via.c by Bartlomiej Zolnierkiewicz · 17 years ago
  5. f2befd9 sis5513: backport short cables support from pata_sis.c by Bartlomiej Zolnierkiewicz · 17 years ago
  6. 95ba8c1 alim15x3: backport short cables support from pata_ali.c by Bartlomiej Zolnierkiewicz · 17 years ago
  7. 7207626 piix: backport short cables support from ata_piix.c by Bartlomiej Zolnierkiewicz · 17 years ago
  8. 49521f9 ide: add short cables support by Bartlomiej Zolnierkiewicz · 17 years ago
  9. 75b1d97 ide: convert ide_find_best_mode() users to use ide_max_dma_mode() by Bartlomiej Zolnierkiewicz · 17 years ago
  10. 15a4f94 ide: fix pre-EIDE SWDMA support by Bartlomiej Zolnierkiewicz · 17 years ago
  11. ecea573 drivers/ide/legacy/hd.c: Array size calculation using sizeof replaced with ARRAY_SIZE by Andi Drebes · 17 years ago
  12. f50f9d8 ide: remove content related to dead CONFIG_BLK_DEV_MAC_MEDIABAY config variable by Robert P. J. Day · 17 years ago
  13. e71bc14 ide: remove references to the non-existent CONFIG_SCSI_EATA_DMA by Robert P. J. Day · 17 years ago
  14. 74c8f97 ide-cd: replace C code with call to ARRAY_SIZE() macro by Robert P. J. Day · 17 years ago
  15. f3577db ide_in_drive_list(): "ALL" is not a wildcard anymore by Junio C Hamano · 17 years ago
  16. bb53cfe mips au1xxx_ide.h: use NULL as firmware-revision wildcard by Junio C Hamano · 17 years ago
  17. c2d3ce8 ide_in_drive_list(): accept NULL as the wildcard for firmware revision by Junio C Hamano · 17 years ago
  18. 6d78013 aec62xx: kill speedproc() method wrapper (take 2) by Sergei Shtylyov · 17 years ago
  19. f9383c4 ide: use mutex instead of ide_setting_sem semaphore in IDE driver by Matthias Kaehlcke · 17 years ago
  20. 1b9da32 aec62xx: remove init_dma() method (take 2) by Sergei Shtylyov · 17 years ago
  21. b1d19db aec62xx: rework init_setup_aec6x80() by Sergei Shtylyov · 17 years ago
  22. 83a6d4a cmd64x: init. code cleanup by Sergei Shtylyov · 17 years ago
  23. 2648e5d hpt366: simplify UltraDMA filtering (take 4) by Sergei Shtylyov · 17 years ago
  24. ef29888 ide: use mutex instead of ide_cfg_sem semaphore in IDE driver by Matthias Kaehlcke · 17 years ago
  25. c283f5d ide: make void and rename ide_dma_timeout() method by Sergei Shtylyov · 17 years ago
  26. 841d2a9 ide: make void and rename ide_dma_lostirq() method by Sergei Shtylyov · 17 years ago
  27. b740d88 serverworks: always tune CSB6 by Bartlomiej Zolnierkiewicz · 17 years ago
  28. 71d441d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6 by Linus Torvalds · 17 years ago
  29. c31f2e8 sched: add CFS credits by Ingo Molnar · 17 years ago
  30. 6fb43d7 sched: micro-optimize mmdrop() by Ingo Molnar · 17 years ago
  31. 9c4801ce sched: more agressive idle balancing by Ingo Molnar · 17 years ago
  32. 0fec171 sched: clean up sleep_on() APIs by Ingo Molnar · 17 years ago
  33. 9761eea sched: style cleanups by Ingo Molnar · 17 years ago
  34. 23bdd70 sched: do not set softirqs to nice +19 by Ingo Molnar · 17 years ago
  35. ff80a77 sched: simplify sched_find_first_bit() by Mike Galbraith · 17 years ago
  36. 5e7eaad sched: add CFS documentation by Ingo Molnar · 17 years ago
  37. b642b6d sched: scheduler debugging, enable in Kconfig by Ingo Molnar · 17 years ago
  38. 43ae34c sched: scheduler debugging, core by Ingo Molnar · 17 years ago
  39. 77e54a1 sched: add CFS debug sysctls by Ingo Molnar · 17 years ago
  40. 7dd5936 sched: remove old cpu accounting field by Ingo Molnar · 17 years ago
  41. b2cfba19 sched: remove unused rq types from sched.c by Ingo Molnar · 17 years ago
  42. 0c57d58 sched: remove batch_task() by Ingo Molnar · 17 years ago
  43. 50e645a sched: remove interactivity types from sched.h by Ingo Molnar · 17 years ago
  44. 634fa8c sched: remove interactivity types by Ingo Molnar · 17 years ago
  45. dff06c1 sched: clean up include files in sched.c by Ingo Molnar · 17 years ago
  46. ad46c2c sched: clean up fastcall uses of sched_fork()/sched_exit() by Ingo Molnar · 17 years ago
  47. 172ba84 sched: update delay-accounting to use CFS's precise stats by Balbir Singh · 17 years ago
  48. b27f03d sched: make use of precise accounting for /proc task stats by Ingo Molnar · 17 years ago
  49. 1b9f19c sched: turn on the use of unstable events by Ingo Molnar · 17 years ago
  50. bb29ab2 sched: x86, track TSC-unstable events by Ingo Molnar · 17 years ago
  51. dd41f59 sched: cfs core code by Ingo Molnar · 17 years ago
  52. f3479f1 sched: remove the sleep-bonus interactivity code by Ingo Molnar · 17 years ago
  53. c18a173 sched: remove expired_starving() by Ingo Molnar · 17 years ago
  54. f2ac58e sched: remove sleep_type by Ingo Molnar · 17 years ago
  55. 45bf76d sched: cfs, add load-calculation methods by Ingo Molnar · 17 years ago
  56. 1453118 sched: clean up __normal_prio() position by Ingo Molnar · 17 years ago
  57. 71f8bd4 sched: cleanup: move dequeue/enqueue_task() by Ingo Molnar · 17 years ago
  58. c24d20d sched: move around resched_task() by Ingo Molnar · 17 years ago
  59. 62480d13 sched: remove the SleepAVG field by Ingo Molnar · 17 years ago
  60. e05606d sched: clean up the rt priority macros by Ingo Molnar · 17 years ago
  61. 138a8ae sched: add cfs_rq ops by Ingo Molnar · 17 years ago
  62. 41b86e9 sched: make posix-cpu-timers use CFS's accounting information by Ingo Molnar · 17 years ago
  63. 20d315d sched: add rq_clock()/__rq_clock() by Ingo Molnar · 17 years ago
  64. 6aa645e sched: cfs rq data types by Ingo Molnar · 17 years ago
  65. 20b8a59 sched: cfs, core data types by Ingo Molnar · 17 years ago
  66. fa72e9e sched: cfs core, kernel/sched_idletask.c by Ingo Molnar · 17 years ago
  67. bb44e5d sched: cfs core, kernel/sched_rt.c by Ingo Molnar · 17 years ago
  68. bf0f6f2 sched: cfs core, kernel/sched_fair.c by Ingo Molnar · 17 years ago
  69. 9aa7b36 sched: increase the resolution of smpnice by Ingo Molnar · 17 years ago
  70. 425e096 sched: move code into kernel/sched_stats.h by Ingo Molnar · 17 years ago
  71. 1df2105 sched: add init_idle_bootup_task() by Ingo Molnar · 17 years ago
  72. 4da1ce6 sched: add in_atomic_preempt_off() by Ingo Molnar · 17 years ago
  73. f64f611 sched: remove sched_exit() by Ingo Molnar · 17 years ago
  74. c65cc87 sched: uninline set_task_cpu() by Ingo Molnar · 17 years ago
  75. 0437e10 sched: zap the migration init / cache-hot balancing code by Ingo Molnar · 17 years ago
  76. 0e6aca4 sched: add SCHED_IDLE policy by Ingo Molnar · 17 years ago
  77. d15bcfd sched: rename idle_type/SCHED_IDLE by Ingo Molnar · 17 years ago
  78. feb485d4 Merge branches 'debug-module-param' and 'upstream' into for-linus by Jiri Kosina · 17 years ago
  79. 2c1d8ae HID: handle cases of volume knobs generating relative values by Jiri Kosina · 17 years ago
  80. 3c5f4b2 HID: Logitech keyboard 0xc311 needs reset leds quirk by Jiri Kosina · 18 years ago
  81. 5f9c464 HID: support for logitech cordless desktop LX500 special mapping by Ryo Dairiki · 18 years ago
  82. 816cbfd HID: fix autocentering of PID devices by Diogo Kastrup · 18 years ago
  83. ea9a4a8 HID: separate quirks for report descriptor fixup by Jiri Kosina · 18 years ago
  84. b8e98f1 HID: Add NOGET quirk for all NCR devices by Jiri Kosina · 18 years ago
  85. 92d9e6e HID: support for Petalynx Maxter remote control by Jiri Kosina · 18 years ago
  86. 5fce620 HID: fix mismatch between hid-input HUT find/search mapping and the HUT by Hans de Goede · 18 years ago
  87. 1b3ebe9 HID: support for Gameron dual psx adaptor by Julien Eyries · 18 years ago
  88. 2fa45a4 USB HID: avoid flush_scheduled_work() by Alan Stern · 18 years ago
  89. 3cd7098 HID: Use menuconfig objects by Jan Engelhardt · 18 years ago
  90. defd208 HID: force hid-input for Microsoft SideWinder GameVoice device by Jiri Kosina · 18 years ago
  91. cb1d93c HID: input mapping for Chicony KU-0418 tactical pad by Jiri Kosina · 18 years ago
  92. 58037eb HID: make debugging output runtime-configurable by Jiri Kosina · 18 years ago
  93. f2ec803 Ethernet driver for EISA only SNI RM200/RM400 machines by Thomas Bogendoerfer · 18 years ago
  94. 2187f28 Extract chip specific code out of lasi_82596.c by Thomas Bogendoerfer · 18 years ago
  95. d1d25aa ehea: Whitespace cleanup by Jan-Bernd Themann · 18 years ago
  96. 7c00db3 pasemi_mac: Fix TX interrupt threshold by Olof Johansson · 18 years ago
  97. e65bbf1 spidernet: Replace literal with const by Linas Vepstas · 18 years ago
  98. 57a9f23 r8169: perform RX config change after mac filtering by Francois Romieu · 18 years ago
  99. 773d202 r8169: mac address change support by Francois Romieu · 18 years ago
  100. 96b9709 r8169: display some extra debug information during startup by Francois Romieu · 18 years ago