aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | ide: remove hwif->intrprocBartlomiej Zolnierkiewicz2008-01-251-2/+0
| * | | | ide: remove SELECT_INTERRUPT()Bartlomiej Zolnierkiewicz2008-01-251-1/+0
| * | | | ide: remove QUIRK_LIST()Bartlomiej Zolnierkiewicz2008-01-251-1/+0
| * | | | ide: add ide_pktcmd_tf_load() helperBartlomiej Zolnierkiewicz2008-01-251-0/+2
| * | | | ide: remove atapi_ireason_t (take 3)Bartlomiej Zolnierkiewicz2008-01-251-24/+0
| * | | | ide: remove ata_nsector_t, ata_data_t and atapi_bcount_tBartlomiej Zolnierkiewicz2008-01-251-20/+0
| * | | | ide: remove atapi_feature_tBartlomiej Zolnierkiewicz2008-01-251-27/+0
| * | | | ide: remove atapi_error_t (take 2)Bartlomiej Zolnierkiewicz2008-01-252-30/+3
| * | | | ide: remove ata_status_t and atapi_status_tBartlomiej Zolnierkiewicz2008-01-251-44/+0
| * | | | ide: CPU endianness doesn't matter for special_tBartlomiej Zolnierkiewicz2008-01-251-11/+0
| * | | | ide: remove REQ_TYPE_ATA_TASKBartlomiej Zolnierkiewicz2008-01-251-1/+0
| * | | | ide: use ide_tf_load() in execute_drive_cmd()Bartlomiej Zolnierkiewicz2008-01-251-0/+1
| * | | | ide: remove stale ide.h "configuration options"Bartlomiej Zolnierkiewicz2008-01-255-42/+4
| * | | | ide: use do_rw_taskfile() in flagged_taskfile()Bartlomiej Zolnierkiewicz2008-01-251-2/+23
| * | | | ide: add ide_no_data_taskfile() helperBartlomiej Zolnierkiewicz2008-01-251-0/+2
| * | | | ide: add ide_tf_load() helperBartlomiej Zolnierkiewicz2008-01-251-0/+8
| * | | | ide: add struct ide_taskfile (take 2)Bartlomiej Zolnierkiewicz2008-01-252-11/+36
| * | | | ide: remove task_ioreg_t typedef (take 2)Bartlomiej Zolnierkiewicz2008-01-252-26/+27
| * | | | ide: remove ->dma_master field from ide_hwif_t (take 5)Bartlomiej Zolnierkiewicz2008-01-251-1/+0
| |/ / /
* | | | sched: keep total / count stats in addition to the max forArjan van de Ven2008-01-251-0/+2
* | | | sched, futex: detach sched.h and futex.hAlexey Dobriyan2008-01-252-2/+6
* | | | softlockup: fix signednessIngo Molnar2008-01-251-2/+2
* | | | sched: latencytop supportArjan van de Ven2008-01-253-0/+52
* | | | timers: don't #error on higher HZ valuesPavel Machek2008-01-251-0/+6
* | | | sched: remove the !PREEMPT_BKL codeIngo Molnar2008-01-252-18/+2
* | | | hrtimer: fixup the HRTIMER_CB_IRQSAFE_NO_SOFTIRQ fallbackPeter Zijlstra2008-01-251-3/+2
* | | | sched: rt throttling vs no_hzPeter Zijlstra2008-01-251-0/+2
* | | | sched: rt group schedulingPeter Zijlstra2008-01-252-3/+12
* | | | sched: rt time limitPeter Zijlstra2008-01-251-0/+2
* | | | sched: high-res preemption tickPeter Zijlstra2008-01-254-1/+18
* | | | sched: do not do cond_resched() when CONFIG_PREEMPTHerbert Xu2008-01-252-3/+14
* | | | sched: SCHED_FIFO/SCHED_RR watchdog timerPeter Zijlstra2008-01-252-2/+4
* | | | sched: sched_rt_entityPeter Zijlstra2008-01-252-4/+9
* | | | Preempt-RCU: implementationPaul E. McKenney2008-01-255-4/+200
* | | | Preempt-RCU: reorganize RCU code into rcuclassic.c and rcupdate.cPaul E. McKenney2008-01-252-119/+210
* | | | Preempt-RCU: Use softirq instead of tasklets forDipankar Sarma2008-01-251-0/+1
* | | | sched: RT-balance, add new methods to sched_classSteven Rostedt2008-01-251-0/+7
* | | | sched: RT-balance, replace hooks with pre/post schedule and wakeup methodsSteven Rostedt2008-01-251-0/+3
* | | | sched: whitespace cleanups in topology.hIngo Molnar2008-01-251-1/+1
* | | | sched: reactivate fork balancingIngo Molnar2008-01-251-0/+3
* | | | sched: add sched-domain rootsGregory Haskins2008-01-251-0/+3
* | | | sched: de-SCHED_OTHER-ize the RT pathGregory Haskins2008-01-251-0/+1
* | | | sched: add RT-balance cpu-weightGregory Haskins2008-01-252-0/+3
* | | | softlockup: automatically detect hung TASK_UNINTERRUPTIBLE tasksIngo Molnar2008-01-252-0/+15
* | | | cpu-hotplug: fix build on !CONFIG_SMPIngo Molnar2008-01-251-1/+7
* | | | cpu-hotplug: replace per-subsystem mutexes with get_online_cpus()Gautham R Shenoy2008-01-251-3/+1
* | | | cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus()Gautham R Shenoy2008-01-251-4/+4
* | | | cpu-hotplug: refcount based cpu hotplugGautham R Shenoy2008-01-251-0/+3
* | | | sched: group scheduler, fix fairness of cpu bandwidth allocation for task groupsSrivatsa Vaddagiri2008-01-251-0/+4
|/ / /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2008-01-252-10/+52
|\ \ \