aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2011-07-01events: Ensure that timers are updated without requiring read() callEric B Munson
2011-07-01events: Move lockless timer calculation into helper functionEric B Munson
2011-07-01events: Add note to update_event_times comment about holding ctx->lockEric B Munson
2011-07-01perf_events: Fix perf buffer watermark settingVince Weaver
2011-07-01sched: Skip autogroup when looking for all rt sched groupsYong Zhang
2011-07-01sched: Simplify mutex_spin_on_owner()Thomas Gleixner
2011-07-01sched: Remove rcu_read_lock() from wake_affine()Nikunj A. Dadhania
2011-07-01Merge commit 'v3.0-rc5' into sched/coreIngo Molnar
2011-07-01Merge commit 'v3.0-rc5' into perf/coreIngo Molnar
2011-07-01sched, cgroups: Fix MIN_SHARES on 64-bit boxenMike Galbraith
2011-06-30netfilter: add SELinux context support to AUDIT targetMr Dash Four
2011-06-29jump_label: Fix jump_label update for modulesXiao Guangrong
2011-06-27taskstats: don't allow duplicate entries in listener modeVasiliy Kulikov
2011-06-27x86, mtrr: use stop_machine APIs for doing MTRR rendezvousSuresh Siddha
2011-06-27stop_machine: implement stop_machine_from_inactive_cpu()Tejun Heo
2011-06-27stop_machine: reorganize stop_cpus() implementationTejun Heo
2011-06-27x86, mtrr: lock stop machine during MTRR rendezvous sequenceSuresh Siddha
2011-06-27ptrace: wait_consider_task: s/same_thread_group/ptrace_reparented/Oleg Nesterov
2011-06-27ptrace: kill real_parent_is_ptracer() in in favor of ptrace_reparented()Oleg Nesterov
2011-06-27do not change dead_task->exit_signalOleg Nesterov
2011-06-27kill task_detached()Oleg Nesterov
2011-06-27reparent_leader: check EXIT_DEAD instead of task_detached()Oleg Nesterov
2011-06-27make do_notify_parent() __must_check, update the callersOleg Nesterov
2011-06-27__ptrace_detach: avoid task_detached(), check do_notify_parent()Oleg Nesterov
2011-06-27kill tracehook_notify_death()Oleg Nesterov
2011-06-27make do_notify_parent() return boolOleg Nesterov
2011-06-25Merge branch 'timer-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-06-23sched: Generalize sleep inside spinlock detectionFrederic Weisbecker
2011-06-22ptrace: kill clone/exec tracehooksTejun Heo
2011-06-22ptrace: kill trivial tracehooksTejun Heo
2011-06-22ptrace: kill task_ptrace()Tejun Heo
2011-06-22lockdep: Fix trace_[soft,hard]irqs_[on,off]() recursionPeter Zijlstra
2011-06-22printk: Fix console_sem vs logbuf_lock unlock racePeter Zijlstra
2011-06-21time: Avoid accumulating time drift in suspend/resumeJohn Stultz
2011-06-21time: Catch invalid timespec sleep values in __timekeeping_inject_sleeptimeJohn Stultz
2011-06-21alarmtimers: Return -ENOTSUPP if no RTC device is presentJohn Stultz
2011-06-21alarmtimers: Handle late rtc module loadingJohn Stultz
2011-06-21PM: Free memory bitmaps if opening /dev/snapshot failsMichal Kubecek
2011-06-19Merge branches 'perf-urgent-for-linus', 'sched-urgent-for-linus', 'timers-urg...Linus Torvalds
2011-06-19Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-06-17KEYS/DNS: Fix ____call_usermodehelper() to not lose the session keyringDavid Howells
2011-06-17generic-ipi: Fix kexec boot crash by initializing call_single_queue before en...Takao Indoh
2011-06-16rcu: Move RCU_BOOST #ifdefs to header filePaul E. McKenney
2011-06-16ptrace: implement PTRACE_LISTENTejun Heo
2011-06-16ptrace: implement TRAP_NOTIFY and use it for group stop eventsTejun Heo
2011-06-16ptrace: implement PTRACE_INTERRUPTTejun Heo
2011-06-16ptrace: implement PTRACE_SEIZETejun Heo
2011-06-16job control: introduce JOBCTL_TRAP_STOP and use it for group stop trapTejun Heo
2011-06-16clocksource: Make watchdog robust vs. interruptionThomas Gleixner
2011-06-16Merge commit 'v3.0-rc3' into perf/coreIngo Molnar