summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2008-06-19rcu: make rcutorture more vicious: reinstate boot-time testingPaul E. McKenney2-1/+21
2008-06-18rcu: make rcutorture more vicious: add stutter featurePaul E. McKenney1-3/+56
2008-06-18rcutorture: WARN_ON_ONCE(1) when detecting an errorIngo Molnar1-0/+1
2008-06-16Merge branch 'linus' into core/rcuIngo Molnar21-805/+342
2008-06-16rcu: remove unused field struct rcu_data::rcu_taskletLai Jiangshan1-1/+0
2008-06-12kprobes: fix error checking of batch registrationMasami Hiramatsu1-6/+9
2008-06-12Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-8/+14
2008-06-12sched: 64-bit: fix arithmetics overflowLai Jiangshan1-2/+7
2008-06-12sched: fair group: fix overflow(was: fix divide by zero)Lai Jiangshan1-2/+5
2008-06-10sched: fix TASK_WAKEKILL vs SIGKILL raceOleg Nesterov1-4/+2
2008-06-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/chr...Linus Torvalds1-38/+73
2008-06-06cpusets: fix bug when adding nonexistent cpu or memLai Jiangshan1-3/+7
2008-06-04Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds1-10/+6
2008-05-31capabilities: remain source compatible with 32-bit raw legacy capability supp...Andrew G. Morgan1-38/+73
2008-05-29Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-582/+147
2008-05-29Merge commit 'linus/master' into sched-fixes-for-linusIngo Molnar10-157/+85
2008-05-29sched: stop wake_affine from causing serious imbalanceMike Galbraith1-11/+14
2008-05-29sched: fix sched_clock_cpu()Peter Zijlstra1-4/+14
2008-05-29revert ("sched: fair-group: SMP-nice for group scheduling")Ingo Molnar4-488/+75
2008-05-29sched: cleanupIngo Molnar1-2/+2
2008-05-29show_schedstat(): fix memleakAdrian Bunk1-0/+1
2008-05-29sched: unite unlikely pairs in rt_policy() and schedule_debug()Roel Kluin1-2/+2
2008-05-29revert ("sched: fair: weight calculations")Ingo Molnar2-75/+39
2008-05-28kgdb: use common ascii helpers and put_unaligned_be32 helperHarvey Harrison1-10/+6
2008-05-28splice: fix sendfile() issue with relayTom Zanussi1-1/+1
2008-05-26posix timers: discard SI_TIMER signals on execOleg Nesterov1-0/+34
2008-05-26posix timers: sigqueue_free: don't free sigqueue if it is queuedOleg Nesterov1-6/+10
2008-05-24cgroups: remove node_ prefix_from ns subsystemCedric Le Goater1-1/+1
2008-05-24sys_prctl(): fix return of uninitialized valueShi Weihua1-4/+2
2008-05-24signals: fix sigqueue_free() vs __exit_signal() raceOleg Nesterov2-2/+8
2008-05-23stop_machine: make stop_machine_run more virtualization friendlyChristian Borntraeger1-3/+4
2008-05-23modules: proper cleanup of kobject without CONFIG_SYSFSDenis V. Lunev1-2/+14
2008-05-23module loading ELF handling: use SELFMAG instead of numeric constantCyrill Gorcunov1-1/+1
2008-05-19Merge branch 'audit.b51' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-8/+8
2008-05-19rcu: remove duplicated include in kernel/rcupreempt.cHuang Weiyi1-1/+0
2008-05-19rcu: remove duplicated include in kernel/rcupreempt_trace.cHuang Weiyi1-1/+0
2008-05-19rcu: fix rcu_try_flip_waitack_needed() to prevent grace-period stallPaul E. McKenney1-1/+1
2008-05-19rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu1-0/+1
2008-05-19rcu: add call_rcu_sched() and friends to rcutorturePaul E. McKenney1-3/+31
2008-05-19rcu: add rcu_barrier_sched() and rcu_barrier_bh()Paul E. McKenney1-6/+49
2008-05-19rcu: add memory barriers and comments to rcu_check_callbacks()Paul E. McKenney1-1/+29
2008-05-19rcu: add call_rcu_sched()Paul E. McKenney2-62/+372
2008-05-19rcupreempt: remove duplicate prototypesSteven Rostedt1-2/+0
2008-05-17[PATCH] list_for_each_rcu must die: auditPaul E. McKenney1-3/+2
2008-05-17[patch 1/1] audit_send_reply(): fix error-path memory leakAndrew Morton1-5/+6
2008-05-16[PATCH] avoid multiplication overflows and signedness issues for max_fdsAl Viro1-1/+4
2008-05-16[PATCH] dup_fd() fixes, part 1Al Viro1-130/+0
2008-05-14lib: create common ascii hex arrayHarvey Harrison1-8/+0
2008-05-14cgroups: fix compile warningMirco Tischler1-1/+1
2008-05-11Add new 'cond_resched_bkl()' helper functionLinus Torvalds1-2/+0