aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2008-09-24posix-timers: sys_timer_create: cleanup the error handlingOleg Nesterov1-8/+7
2008-09-24posix-timers: move the initialization of timer->sigq from send to create pathOleg Nesterov1-5/+5
2008-09-24posix-timers: sys_timer_create: simplify and s/tasklist/rcu/Oleg Nesterov1-15/+8
2008-09-24posix-timers: sys_timer_create: remove the buggy PF_EXITING checkOleg Nesterov1-27/+7
2008-09-24posix-timers: always do get_task_struct(timer->it_process)Oleg Nesterov1-6/+4
2008-09-24posix-timers: don't switch to ->group_leader if ->it_process diesOleg Nesterov1-14/+5
2008-09-23Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-10/+30
2008-09-23Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2008-09-23kexec: fix segmentation fault in kimage_add_entryJonathan Steel1-1/+7
2008-09-23sched: fixup buddy selectionPeter Zijlstra1-2/+2
2008-09-23sched: more sanity checks on the bandwidth settingsPeter Zijlstra1-5/+28
2008-09-23sched: add some comments to the bandwidth codePeter Zijlstra1-0/+42
2008-09-23sched: fixlet for group load balancePeter Zijlstra1-13/+14
2008-09-23Merge branches 'sched/urgent' and 'sched/rt' into sched/develIngo Molnar8-129/+162
2008-09-23sched: rework wakeup preemptionPeter Zijlstra1-129/+4
2008-09-23timers: fix itimer/many thread hang, v2Frank Mayhar4-133/+208
2008-09-23timers: fix build error in !oneshot caseIngo Molnar1-0/+1
2008-09-23clockevents: prevent mode mismatch on cpu onlineThomas Gleixner3-1/+12
2008-09-23clockevents: check broadcast device not tick deviceThomas Gleixner1-2/+2
2008-09-23clockevents: prevent stale tick_next_period for onlining CPUsThomas Gleixner1-0/+3
2008-09-23clockevents: prevent cpu online to interfere with nohzThomas Gleixner3-7/+12
2008-09-23rcu: fix sparse shadowed variable warningHarvey Harrison1-3/+3
2008-09-23sched: clarify ifdef tangleAndrew Morton1-3/+3
2008-09-23sched: fix init_hrtick() section mismatch warningRakib Mullick1-1/+1
2008-09-22sched: fix list traversal to use _rcu variantChris Friesen1-1/+1
2008-09-22sched: turn off WAKEUP_OVERLAPIngo Molnar1-1/+1
2008-09-22sched: wakeup preempt when small overlapPeter Zijlstra5-13/+21
2008-09-22hrtimer: remove hrtimer_clock_base::get_softirq_time()Mark McLoughlin1-3/+1
2008-09-19Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-0/+7
2008-09-19Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-8/+19
2008-09-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6David S. Miller24-346/+553
2008-09-16clockevents: make device shutdown robustThomas Gleixner4-8/+19
2008-09-14Merge commit 'v2.6.27-rc6' into core/resourcesIngo Molnar11-164/+358
2008-09-14timers: fix itimer/many thread hang, cleanupsIngo Molnar1-3/+3
2008-09-14timers: fix itimer/many thread hang, fixIngo Molnar1-1/+0
2008-09-14timers: fix itimer/many thread hangFrank Mayhar10-388/+413
2008-09-14Merge branch 'linus' into x86/iommuIngo Molnar1-22/+15
2008-09-13cpuset: avoid changing cpuset's cpus when -errno returnedLi Zefan1-22/+15
2008-09-11sysctl: Use header file for sysctl knob declarations on sparc.David S. Miller1-3/+1
2008-09-11sysctl: Use CONFIG_SPARC instead of __sparc__ for ifdef tests.David S. Miller1-2/+2
2008-09-11hrtimer: peek at the timer queue just before going idleArjan van de Ven1-0/+30
2008-09-11hrtimer: make the futex() system call use the per process slack valueArjan van de Ven1-1/+5
2008-09-11hrtimer: make the nanosleep() syscall use the per process slackArjan van de Ven1-1/+6
2008-09-11Merge commit 'v2.6.27-rc6' into sched/develIngo Molnar8-161/+292
2008-09-11sched: fix deadlock in setting scheduler parameter to zeroHiroshi Shimamoto1-0/+6
2008-09-11sched: fix 2.6.27-rc5 couldn't boot on tulsa machine randomlyZhang, Yanmin1-0/+1
2008-09-10Merge commit 'v2.6.27-rc6' into x86/unify-cpu-detectIngo Molnar10-164/+357
2008-09-10Merge commit 'v2.6.27-rc6' into x86/iommuIngo Molnar33-337/+552
2008-09-10Merge commit 'v2.6.27-rc6' into core/rcuIngo Molnar46-703/+1129
2008-09-09clockevents: remove WARN_ON which was used to gather informationThomas Gleixner1-10/+8