summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-10-2610-214/+365
|\
| * time: Change jiffies_to_clock_t() argument type to unsigned longhank2011-09-211-1/+1
| * alarmtimers: Fix error handlingThomas Gleixner2011-09-141-10/+31
| * clocksource: Make watchdog reset locklessThomas Gleixner2011-09-131-20/+18Star
| * posix-cpu-timers: Cure SMP accounting odditiesPeter Zijlstra2011-09-082-26/+3Star
| * clockevents: Add direct ktime programming functionMartin Schwidefsky2011-09-081-0/+4
| * clockevents: Make minimum delay adjustments configurableMartin Schwidefsky2011-09-086-93/+121
| * nohz: Remove "Switched to NOHz mode" debugging messagesHeiko Carstens2011-09-081-5/+1Star
| * nohz: Make idle/iowait counter update conditionalMichal Hocko2011-09-081-6/+35
| * nohz: Fix update_ts_time_stat idle accountingMichal Hocko2011-09-081-4/+4
| * alarmtimers: Rework RTC device selection using class interfaceJohn Stultz2011-08-101-38/+40
| * alarmtimers: Add try_to_cancel functionalityJohn Stultz2011-08-101-6/+37
| * alarmtimers: Add more refined alarm state trackingJohn Stultz2011-08-101-7/+14
| * alarmtimers: Remove period from alarm structureJohn Stultz2011-08-101-16/+14Star
| * alarmtimers: Remove interval cap limit hackJohn Stultz2011-08-101-9/+0Star
| * alarmtimers: Add alarm_forward functionalityJohn Stultz2011-08-101-1/+36
| * alarmtimers: Push rearming peroidic timers down into alamrtimer handlerJohn Stultz2011-08-101-7/+13
| * alarmtimers: Change alarmtimer functions to return alarmtimer_restart valuesJohn Stultz2011-08-101-4/+9
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-10-269-326/+1404
|\ \
| * | sched: Don't use tasklist_lock for debug printsThomas Gleixner2011-10-061-2/+2
| * | sched: Warn on rt throttlingThomas Gleixner2011-10-061-0/+1
| * | sched: Unify the ->cpus_allowed mask copyPeter Zijlstra2011-10-062-7/+3Star
| * | sched: Wrap scheduler p->cpus_allowed accessPeter Zijlstra2011-10-063-12/+12
| * | sched: Request for idle balance during nohz idle load balanceSuresh Siddha2011-10-062-5/+7
| * | sched: Use resched IPI to kick off the nohz idle balanceSuresh Siddha2011-10-062-22/+28
| * | sched: Fix idle_cpu()Thomas Gleixner2011-10-041-1/+14
| * | sched: Convert to struct llistPeter Zijlstra2011-10-041-38/+10Star
| * | llist: Add llist_next()Peter Zijlstra2011-10-041-1/+1
| * | irq_work: Use llist in the struct irq_work logicHuang Ying2011-10-041-58/+33Star
| * | Merge branch 'linus' into sched/coreIngo Molnar2011-10-0410-53/+43Star
| |\ \
| * | | sched: Remove redundant test in check_preempt_tick()Wang Xingchao2011-09-261-8/+8
| * | | Merge branch 'linus' into sched/coreIngo Molnar2011-09-1814-61/+203
| |\ \ \
| * | | | sched: Return unused runtime on group dequeuePaul Turner2011-08-142-1/+122
| * | | | sched: Add exports tracking cfs bandwidth control statisticsNikhil Rao2011-08-142-0/+28
| * | | | sched: Throttle entities exceeding their allowed bandwidthPaul Turner2011-08-141-2/+50
| * | | | sched: Migrate throttled tasks on HOTPLUGPaul Turner2011-08-141-0/+27
| * | | | sched: Prevent buddy interactions with throttled entitiesPaul Turner2011-08-141-1/+17
| * | | | sched: Prevent interactions with throttled entitiesPaul Turner2011-08-142-7/+94
| * | | | sched: Allow for positional tg_tree walksPaul Turner2011-08-141-13/+37
| * | | | sched: Add support for unthrottling group entitiesPaul Turner2011-08-142-4/+126
| * | | | sched: Add support for throttling group entitiesPaul Turner2011-08-142-4/+92
| * | | | sched: Expire invalid runtimePaul Turner2011-08-142-10/+84
| * | | | sched: Add a timer to handle CFS bandwidth refreshPaul Turner2011-08-142-24/+123
| * | | | sched: Accumulate per-cfs_rq cpu usage and charge against bandwidthPaul Turner2011-08-143-3/+90
| * | | | sched: Validate CFS quota hierarchiesPaul Turner2011-08-141-14/+98
| * | | | sched: Introduce primitives to account for CFS bandwidth trackingPaul Turner2011-08-142-4/+208
| * | | | sched: Implement hierarchical task accounting for SCHED_OTHERPaul Turner2011-08-144-5/+14
| * | | | sched/cpupri: Remove cpupri->pri_activeYong Zhang2011-08-142-4/+1Star
| * | | | sched/cpupri: Fix memory barriers for vec updates to always be in orderSteven Rostedt2011-08-141-3/+25
| * | | | sched/cpupri: Remove the vec->lockSteven Rostedt2011-08-142-26/+41