summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Merge branch 'timers-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tipLinus Torvalds2011-09-071-5/+13
| |\
| | * alarmtimers: Avoid possible denial of service with high freq periodic timersJohn Stultz2011-08-101-0/+9
| | * alarmtimers: Memset itimerspec passed into alarm_timer_getJohn Stultz2011-08-101-0/+2
| | * alarmtimers: Avoid possible null pointer traversalJohn Stultz2011-08-101-5/+2
| * | Merge branch 'sched-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tipLinus Torvalds2011-09-071-15/+26
| |\ \
| | * | sched: Fix a memory leak in __sdt_free()WANG Cong2011-08-291-0/+1
| | * | sched: Move blk_schedule_flush_plug() out of __schedule()Thomas Gleixner2011-08-291-10/+15
| | * | sched: Separate the scheduler entry for preemptionThomas Gleixner2011-08-291-5/+10
| * | | perf_event: Fix broken calc_timer_values()Eric B Munson2011-08-311-2/+2
| * | | perf events: Fix slow and broken cgroup context switch codeStephane Eranian2011-08-292-11/+54
| |/ /
| * | All Arch: remove linkage for sys_nfsservctl system callNeilBrown2011-08-261-1/+0
| * | kernel/printk: do not turn off bootconsole in printk_late_init() if keep_bootconNishanth Aravamudan2011-08-251-1/+1
| * | Add a personality to report 2.6.x version numbersAndi Kleen2011-08-251-0/+38
| * | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-08-232-2/+2
| |\ \
| | * | xfs: remove subdirectoriesChristoph Hellwig2011-08-122-2/+2
| | |/
| * | Revert "irq: Always set IRQF_ONESHOT if no primary handler is specified"Linus Torvalds2011-08-231-1/+0
| * | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2011-08-191-5/+16
| |\ \
| | * | blktrace: add FLUSH/FUA supportNamhyung Kim2011-08-111-5/+16
| * | | irqdesc: fix new kernel-doc warningRandy Dunlap2011-08-181-0/+1
| * | | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2011-08-171-0/+4
| |\ \ \
| | * | | PM / Domains: Fix build for CONFIG_PM_RUNTIME unsetRafael J. Wysocki2011-08-141-0/+4
| * | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-08-171-1/+7
| |\ \ \ \
| | * | | | lockdep: Fix wrong assumption in match_held_lockPeter Zijlstra2011-08-091-1/+7
| | | |_|/ | | |/| |
| * | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-08-173-18/+40
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | irq: Track the owner of irq descriptorSebastian Andrzej Siewior2011-07-282-16/+37
| | * | | irq: Always set IRQF_ONESHOT if no primary handler is specifiedSebastian Andrzej Siewior2011-07-281-0/+1
| | * | | genirq: Fix wrong bit operationjhbird.choi@samsung.com2011-07-261-2/+2
* | | | | 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/+1
* | | | | 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
* | | | | sched: Use pushable_tasks to determine next highest prioSteven Rostedt2011-08-141-43/+18
* | | | | sched: Balance RT tasks when forked as wellSteven Rostedt2011-08-141-3/+6
* | | | | sched: Remove resetting exec_start in put_prev_task_rt()Hillf Danton2011-08-141-1/+0
OpenPOWER on IntegriCloud