1. 75b1d97 ide: convert ide_find_best_mode() users to use ide_max_dma_mode() by Bartlomiej Zolnierkiewicz · 18 years ago
  2. 15a4f94 ide: fix pre-EIDE SWDMA support by Bartlomiej Zolnierkiewicz · 18 years ago
  3. ecea573 drivers/ide/legacy/hd.c: Array size calculation using sizeof replaced with ARRAY_SIZE by Andi Drebes · 18 years ago
  4. f50f9d8 ide: remove content related to dead CONFIG_BLK_DEV_MAC_MEDIABAY config variable by Robert P. J. Day · 18 years ago
  5. e71bc14 ide: remove references to the non-existent CONFIG_SCSI_EATA_DMA by Robert P. J. Day · 18 years ago
  6. 74c8f97 ide-cd: replace C code with call to ARRAY_SIZE() macro by Robert P. J. Day · 18 years ago
  7. f3577db ide_in_drive_list(): "ALL" is not a wildcard anymore by Junio C Hamano · 18 years ago
  8. bb53cfe mips au1xxx_ide.h: use NULL as firmware-revision wildcard by Junio C Hamano · 18 years ago
  9. c2d3ce8 ide_in_drive_list(): accept NULL as the wildcard for firmware revision by Junio C Hamano · 18 years ago
  10. 6d78013 aec62xx: kill speedproc() method wrapper (take 2) by Sergei Shtylyov · 18 years ago
  11. f9383c4 ide: use mutex instead of ide_setting_sem semaphore in IDE driver by Matthias Kaehlcke · 18 years ago
  12. 1b9da32 aec62xx: remove init_dma() method (take 2) by Sergei Shtylyov · 18 years ago
  13. b1d19db aec62xx: rework init_setup_aec6x80() by Sergei Shtylyov · 18 years ago
  14. 83a6d4a cmd64x: init. code cleanup by Sergei Shtylyov · 18 years ago
  15. 2648e5d hpt366: simplify UltraDMA filtering (take 4) by Sergei Shtylyov · 18 years ago
  16. ef29888 ide: use mutex instead of ide_cfg_sem semaphore in IDE driver by Matthias Kaehlcke · 18 years ago
  17. c283f5d ide: make void and rename ide_dma_timeout() method by Sergei Shtylyov · 18 years ago
  18. 841d2a9 ide: make void and rename ide_dma_lostirq() method by Sergei Shtylyov · 18 years ago
  19. b740d88 serverworks: always tune CSB6 by Bartlomiej Zolnierkiewicz · 18 years ago
  20. 71d441d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6 by Linus Torvalds · 18 years ago
  21. c31f2e8 sched: add CFS credits by Ingo Molnar · 18 years ago
  22. 6fb43d7 sched: micro-optimize mmdrop() by Ingo Molnar · 18 years ago
  23. 9c4801ce sched: more agressive idle balancing by Ingo Molnar · 18 years ago
  24. 0fec171 sched: clean up sleep_on() APIs by Ingo Molnar · 18 years ago
  25. 9761eea sched: style cleanups by Ingo Molnar · 18 years ago
  26. 23bdd70 sched: do not set softirqs to nice +19 by Ingo Molnar · 18 years ago
  27. ff80a77 sched: simplify sched_find_first_bit() by Mike Galbraith · 18 years ago
  28. 5e7eaad sched: add CFS documentation by Ingo Molnar · 18 years ago
  29. b642b6d sched: scheduler debugging, enable in Kconfig by Ingo Molnar · 18 years ago
  30. 43ae34c sched: scheduler debugging, core by Ingo Molnar · 18 years ago
  31. 77e54a1 sched: add CFS debug sysctls by Ingo Molnar · 18 years ago
  32. 7dd5936 sched: remove old cpu accounting field by Ingo Molnar · 18 years ago
  33. b2cfba19 sched: remove unused rq types from sched.c by Ingo Molnar · 18 years ago
  34. 0c57d58 sched: remove batch_task() by Ingo Molnar · 18 years ago
  35. 50e645a sched: remove interactivity types from sched.h by Ingo Molnar · 18 years ago
  36. 634fa8c sched: remove interactivity types by Ingo Molnar · 18 years ago
  37. dff06c1 sched: clean up include files in sched.c by Ingo Molnar · 18 years ago
  38. ad46c2c sched: clean up fastcall uses of sched_fork()/sched_exit() by Ingo Molnar · 18 years ago
  39. 172ba84 sched: update delay-accounting to use CFS's precise stats by Balbir Singh · 18 years ago
  40. b27f03d sched: make use of precise accounting for /proc task stats by Ingo Molnar · 18 years ago
  41. 1b9f19c sched: turn on the use of unstable events by Ingo Molnar · 18 years ago
  42. bb29ab2 sched: x86, track TSC-unstable events by Ingo Molnar · 18 years ago
  43. dd41f59 sched: cfs core code by Ingo Molnar · 18 years ago
  44. f3479f1 sched: remove the sleep-bonus interactivity code by Ingo Molnar · 18 years ago
  45. c18a173 sched: remove expired_starving() by Ingo Molnar · 18 years ago
  46. f2ac58e sched: remove sleep_type by Ingo Molnar · 18 years ago
  47. 45bf76d sched: cfs, add load-calculation methods by Ingo Molnar · 18 years ago
  48. 1453118 sched: clean up __normal_prio() position by Ingo Molnar · 18 years ago
  49. 71f8bd4 sched: cleanup: move dequeue/enqueue_task() by Ingo Molnar · 18 years ago
  50. c24d20d sched: move around resched_task() by Ingo Molnar · 18 years ago
  51. 62480d13 sched: remove the SleepAVG field by Ingo Molnar · 18 years ago
  52. e05606d sched: clean up the rt priority macros by Ingo Molnar · 18 years ago
  53. 138a8ae sched: add cfs_rq ops by Ingo Molnar · 18 years ago
  54. 41b86e9 sched: make posix-cpu-timers use CFS's accounting information by Ingo Molnar · 18 years ago
  55. 20d315d sched: add rq_clock()/__rq_clock() by Ingo Molnar · 18 years ago
  56. 6aa645e sched: cfs rq data types by Ingo Molnar · 18 years ago
  57. 20b8a59 sched: cfs, core data types by Ingo Molnar · 18 years ago
  58. fa72e9e sched: cfs core, kernel/sched_idletask.c by Ingo Molnar · 18 years ago
  59. bb44e5d sched: cfs core, kernel/sched_rt.c by Ingo Molnar · 18 years ago
  60. bf0f6f2 sched: cfs core, kernel/sched_fair.c by Ingo Molnar · 18 years ago
  61. 9aa7b36 sched: increase the resolution of smpnice by Ingo Molnar · 18 years ago
  62. 425e096 sched: move code into kernel/sched_stats.h by Ingo Molnar · 18 years ago
  63. 1df2105 sched: add init_idle_bootup_task() by Ingo Molnar · 18 years ago
  64. 4da1ce6 sched: add in_atomic_preempt_off() by Ingo Molnar · 18 years ago
  65. f64f611 sched: remove sched_exit() by Ingo Molnar · 18 years ago
  66. c65cc87 sched: uninline set_task_cpu() by Ingo Molnar · 18 years ago
  67. 0437e10 sched: zap the migration init / cache-hot balancing code by Ingo Molnar · 18 years ago
  68. 0e6aca4 sched: add SCHED_IDLE policy by Ingo Molnar · 18 years ago
  69. d15bcfd sched: rename idle_type/SCHED_IDLE by Ingo Molnar · 18 years ago
  70. 7dcca30 Linux 2.6.22 by Linus Torvalds · 18 years ago
  71. fe5a2de Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 18 years ago
  72. 1e5de28 Fix permission checking for the new utimensat() system call by Linus Torvalds · 18 years ago
  73. 4e99325 mm: double mark_page_accessed() in read_cache_page_async() by Peter Zijlstra · 18 years ago
  74. 4660897 qd65xx: fix PIO mode selection by Bartlomiej Zolnierkiewicz · 18 years ago
  75. 4c6c914 sis5513: adding PCI-ID by Uwe Koziolek · 18 years ago
  76. 95511ad DLM must depend on SYSFS by Adrian Bunk · 18 years ago
  77. 38377be Clean up E7520/7320/7525 quirk printk. by Dave Jones · 18 years ago
  78. 40e48ee include/linux/kallsyms.h must #include <linux/errno.h> by Adrian Bunk · 18 years ago
  79. 1c39858 Fix use-after-free oops in Bluetooth HID. by David Woodhouse · 18 years ago
  80. d23cf67 slub: remove useless EXPORT_SYMBOL by Christoph Lameter · 18 years ago
  81. c3000e0 MAINTAINERS new kernel janitors ml by maximilian attems · 18 years ago
  82. 95069f8 GEODE: reboot fixup for geode machines with CS5536 boards by Andres Salomon · 18 years ago
  83. 1feb17e Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  84. dadde13 Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 18 years ago
  85. 23c1fb5 mm: fixup /proc/vmstat output by Peter Zijlstra · 18 years ago
  86. 0da2f0f potential compiler error, irqfunc caller sites update by Yoann Padioleau · 18 years ago
  87. 071922c i386: es7000 build breakage fix by Vivek Goyal · 18 years ago
  88. 41a5311 PNP SMCf010 quirk: work around Toshiba Portege 4000 ACPI issues by Bjorn Helgaas · 18 years ago
  89. d57d973 fix logic error in ipc compat semctl() by Alexander Graf · 18 years ago
  90. 0db19c4 x86_64: fix headers_install by David Woodhouse · 18 years ago
  91. d25c1ba MTRR: Fix race causing set_mtrr to go into infinite loop by Loic Prylli · 18 years ago
  92. 1e2e99f i386: fix regression, endless loop in ptrace singlestep over an int80 by Jason Wessel · 18 years ago
  93. ef7320e Fix elf_core_dump() when writing arch specific notes (spu coredumps) by Michael Ellerman · 18 years ago
  94. 4b3e975 [MIPS] Fix scheduling latency issue on 24K, 34K and 74K cores by Ralf Baechle · 18 years ago
  95. fde9782 [MIPS] Add macros to encode processor revisions. by Ralf Baechle · 18 years ago
  96. 075c733 [MIPS] RM7000: Enable ICACHE_REFILLS_WORKAROUND_WAR. by Ralf Baechle · 18 years ago
  97. 9349075a [MIPS] SMTC: Fix cut'n'paste bug in Kconfig.debug by Ralf Baechle · 18 years ago
  98. f7c2778 [MIPS] Change libgcc-style functions from lib-y to obj-y by Ralf Baechle · 18 years ago
  99. c3e838a [MIPS] Fix timer/performance interrupt detection by Chris Dearman · 18 years ago
  100. 6fb88ce [MIPS] AP/SP: Avoid triggering the 34K E125 performance issue by Ralf Baechle · 18 years ago