summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* sched: Convert to struct llistPeter Zijlstra2011-10-041-38/+10
* llist: Add llist_next()Peter Zijlstra2011-10-041-1/+1
* irq_work: Use llist in the struct irq_work logicHuang Ying2011-10-041-58/+33
* Merge branch 'linus' into sched/coreIngo Molnar2011-10-0410-53/+43
|\
| *---. Merge branches 'irq-urgent-for-linus', 'x86-urgent-for-linus' and 'sched-urge...Linus Torvalds2011-10-014-30/+11
| |\ \ \
| | | | * posix-cpu-timers: Cure SMP wobblesPeter Zijlstra2011-09-302-26/+3
| | | | * sched: Fix up wchan borkageSimon Kirby2011-09-261-1/+1
| | | | * sched/rt: Migrate equal priority tasks to available CPUsShawn Bohrer2011-09-181-2/+2
| | * | | irq: Fix check for already initialized irq_domain in irq_domain_addRob Herring2011-09-201-1/+5
| | |/ /
| * | | Resource: fix wrong resource window calculationRam Pai2011-09-291-1/+6
| * | | ptrace: PTRACE_LISTEN forgets to unlock ->siglockOleg Nesterov2011-09-251-13/+10
| |/ /
| * | Merge branch 'irq-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tipLinus Torvalds2011-09-191-1/+1
| |\ \
| | * | genirq: Make irq_shutdown() symmetric vs. irq_startup againGeert Uytterhoeven2011-09-121-1/+1
| | |/
| * | Make taskstats round statistics down to nearest 1k bytes/eventsLinus Torvalds2011-09-191-7/+8
| * | Make TASKSTATS require root accessLinus Torvalds2011-09-191-0/+1
| * | workqueue: lock cwq access in drain_workqueueThomas Tuttle2011-09-141-1/+6
| |/
* | 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
OpenPOWER on IntegriCloud