aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2008-07-03block: blkdev.h cleanup, move iocontext stuff to iocontext.hGravatar Jens Axboe 2-0/+2
2008-07-02Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+3
2008-07-02Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+15
2008-07-01rcu: fix hotplug vs rcu raceGravatar Gautham R Shenoy 1-1/+15
2008-07-01sched: fix divide error when trying to configure rt_period to zeroGravatar Raistlin 1-0/+3
2008-06-30Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+1
2008-06-29Merge branch 'audit.b52' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-4/+5
2008-06-29sched: fix cpu hotplugGravatar Dmitry Adamushko 1-0/+1
2008-06-24[PATCH] remove useless argument type in audit_filter_user()Gravatar Peng Haitao 2-2/+2
2008-06-24[PATCH] audit: fix kernel-doc parameter notationGravatar Randy Dunlap 1-0/+1
2008-06-24[PATCH] kernel/audit.c: nlh->nlmsg_type is gotten more than onceGravatar Peng Haitao 1-2/+2
2008-06-24kgdb: sparse fixGravatar Jason Wessel 1-1/+2
2008-06-23Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-20/+73
2008-06-23futexes: fix fault handling in futex_lock_piGravatar Thomas Gleixner 1-20/+73
2008-06-23Merge branch 'linus' into sched/urgentGravatar Ingo Molnar 4-10/+18
2008-06-20Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 4-10/+18
2008-06-20sched: refactor wait_for_completion_timeout()Gravatar Oleg Nesterov 1-18/+6
2008-06-20sched: fix wait_for_completion_timeout() spurious failure under heavy loadGravatar Roland Dreier 1-0/+10
2008-06-20sched: rt: dont stop the period timer when there are tasks wanting to runGravatar Peter Zijlstra 1-1/+2
2008-06-19sched, delay accounting: fix incorrect delay time when constantly waiting on ...Gravatar Bharath Ravi 1-0/+6
2008-06-19softlockup: fix NMI hangs due to lock race - 2.6.26-rc regressionGravatar Jason Wessel 1-5/+10
2008-06-19rcupreempt: remove export of rcu_batches_completed_bhGravatar Steven Rostedt 1-2/+0
2008-06-19cpuset: limit the input of cpuset.sched_relax_domain_levelGravatar Li Zefan 2-3/+8
2008-06-19sched: CPU hotplug events must not destroy scheduler domains created by the c...Gravatar Max Krasnyansky 2-0/+28
2008-06-19sched: rt-group: fix RR bugletGravatar Peter Zijlstra 1-1/+3
2008-06-19sched: rt-group: heirarchy aware throttleGravatar Peter Zijlstra 1-26/+33
2008-06-19sched: rt-group: fix hierarchyGravatar Peter Zijlstra 1-1/+0
2008-06-19sched: NULL pointer dereference while setting sched_rt_period_usGravatar Dario Faggioli 1-1/+1
2008-06-17sched: fix defined-but-unused warningGravatar Rabin Vincent 1-0/+2
2008-06-12kprobes: fix error checking of batch registrationGravatar Masami Hiramatsu 1-6/+9
2008-06-12Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-8/+14
2008-06-12sched: 64-bit: fix arithmetics overflowGravatar Lai Jiangshan 1-2/+7
2008-06-12sched: fair group: fix overflow(was: fix divide by zero)Gravatar Lai Jiangshan 1-2/+5
2008-06-10sched: fix TASK_WAKEKILL vs SIGKILL raceGravatar Oleg Nesterov 1-4/+2
2008-06-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/chr...Gravatar Linus Torvalds 1-38/+73
2008-06-06cpusets: fix bug when adding nonexistent cpu or memGravatar Lai Jiangshan 1-3/+7
2008-06-04Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Gravatar Linus Torvalds 1-10/+6
2008-05-31capabilities: remain source compatible with 32-bit raw legacy capability supp...Gravatar Andrew G. Morgan 1-38/+73
2008-05-29Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 6-582/+147
2008-05-29Merge commit 'linus/master' into sched-fixes-for-linusGravatar Ingo Molnar 10-157/+85
2008-05-29sched: stop wake_affine from causing serious imbalanceGravatar Mike Galbraith 1-11/+14
2008-05-29sched: fix sched_clock_cpu()Gravatar Peter Zijlstra 1-4/+14
2008-05-29revert ("sched: fair-group: SMP-nice for group scheduling")Gravatar Ingo Molnar 4-488/+75
2008-05-29sched: cleanupGravatar Ingo Molnar 1-2/+2
2008-05-29show_schedstat(): fix memleakGravatar Adrian Bunk 1-0/+1
2008-05-29sched: unite unlikely pairs in rt_policy() and schedule_debug()Gravatar Roel Kluin 1-2/+2
2008-05-29revert ("sched: fair: weight calculations")Gravatar Ingo Molnar 2-75/+39
2008-05-28kgdb: use common ascii helpers and put_unaligned_be32 helperGravatar Harvey Harrison 1-10/+6
2008-05-28splice: fix sendfile() issue with relayGravatar Tom Zanussi 1-1/+1
2008-05-26posix timers: discard SI_TIMER signals on execGravatar Oleg Nesterov 1-0/+34