summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-07-09drivers/ide/legacy/hd.c: Array size calculation using sizeof replaced with AR...Andi Drebes1-1/+1
2007-07-09ide: remove content related to dead CONFIG_BLK_DEV_MAC_MEDIABAY config variableRobert P. J. Day1-14/+0
2007-07-09ide: remove references to the non-existent CONFIG_SCSI_EATA_DMARobert P. J. Day1-2/+2
2007-07-09ide-cd: replace C code with call to ARRAY_SIZE() macroRobert P. J. Day2-5/+3
2007-07-09ide_in_drive_list(): "ALL" is not a wildcard anymoreJunio C Hamano1-1/+0
2007-07-09mips au1xxx_ide.h: use NULL as firmware-revision wildcardJunio C Hamano1-14/+14
2007-07-09ide_in_drive_list(): accept NULL as the wildcard for firmware revisionJunio C Hamano1-33/+34
2007-07-09aec62xx: kill speedproc() method wrapper (take 2)Sergei Shtylyov1-20/+8
2007-07-09ide: use mutex instead of ide_setting_sem semaphore in IDE driverMatthias Kaehlcke4-28/+29
2007-07-09aec62xx: remove init_dma() method (take 2)Sergei Shtylyov1-35/+16
2007-07-09aec62xx: rework init_setup_aec6x80()Sergei Shtylyov1-22/+13
2007-07-09cmd64x: init. code cleanupSergei Shtylyov1-81/+45
2007-07-09hpt366: simplify UltraDMA filtering (take 4)Sergei Shtylyov1-72/+82
2007-07-09ide: use mutex instead of ide_cfg_sem semaphore in IDE driverMatthias Kaehlcke3-9/+9
2007-07-09ide: make void and rename ide_dma_timeout() methodSergei Shtylyov11-41/+43
2007-07-09ide: make void and rename ide_dma_lostirq() methodSergei Shtylyov12-49/+41
2007-07-09serverworks: always tune CSB6Bartlomiej Zolnierkiewicz1-75/+2
2007-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds26-1145/+1096
2007-07-09sched: add CFS creditsIngo Molnar1-0/+6
2007-07-09sched: micro-optimize mmdrop()Ingo Molnar1-1/+1
2007-07-09sched: more agressive idle balancingIngo Molnar1-5/+7
2007-07-09sched: clean up sleep_on() APIsIngo Molnar2-38/+49
2007-07-09sched: style cleanupsIngo Molnar1-6/+7
2007-07-09sched: do not set softirqs to nice +19Ingo Molnar1-1/+0
2007-07-09sched: simplify sched_find_first_bit()Mike Galbraith1-13/+8
2007-07-09sched: add CFS documentationIngo Molnar1-0/+119
2007-07-09sched: scheduler debugging, enable in KconfigIngo Molnar1-0/+9
2007-07-09sched: scheduler debugging, coreIngo Molnar3-0/+364
2007-07-09sched: add CFS debug sysctlsIngo Molnar1-0/+80
2007-07-09sched: remove old cpu accounting fieldIngo Molnar1-1/+0
2007-07-09sched: remove unused rq types from sched.cIngo Molnar1-16/+0
2007-07-09sched: remove batch_task()Ingo Molnar1-5/+0
2007-07-09sched: remove interactivity types from sched.hIngo Molnar1-7/+2
2007-07-09sched: remove interactivity typesIngo Molnar1-89/+12
2007-07-09sched: clean up include files in sched.cIngo Molnar1-2/+2
2007-07-09sched: clean up fastcall uses of sched_fork()/sched_exit()Ingo Molnar1-2/+2
2007-07-09sched: update delay-accounting to use CFS's precise statsBalbir Singh6-15/+15
2007-07-09sched: make use of precise accounting for /proc task statsIngo Molnar1-10/+47
2007-07-09sched: turn on the use of unstable eventsIngo Molnar1-7/+14
2007-07-09sched: x86, track TSC-unstable eventsIngo Molnar3-1/+17
2007-07-09sched: cfs core codeIngo Molnar1-774/+758
2007-07-09sched: remove the sleep-bonus interactivity codeIngo Molnar1-46/+1
2007-07-09sched: remove expired_starving()Ingo Molnar1-22/+1
2007-07-09sched: remove sleep_typeIngo Molnar2-97/+2
2007-07-09sched: cfs, add load-calculation methodsIngo Molnar1-18/+120
2007-07-09sched: clean up __normal_prio() positionIngo Molnar1-29/+29
2007-07-09sched: cleanup: move dequeue/enqueue_task()Ingo Molnar1-38/+38
2007-07-09sched: move around resched_task()Ingo Molnar1-52/+52
2007-07-09sched: remove the SleepAVG fieldIngo Molnar1-2/+0
2007-07-09sched: clean up the rt priority macrosIngo Molnar3-31/+54