summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2011-07-01sched, cgroups: Fix MIN_SHARES on 64-bit boxenMike Galbraith-6/+3
2011-06-30netfilter: add SELinux context support to AUDIT targetMr Dash Four-0/+29
2011-06-30Merge branch 'linus' into nextJames Morris-524/+628
2011-06-29jump_label: Fix jump_label update for modulesXiao Guangrong-5/+9
2011-06-27taskstats: don't allow duplicate entries in listener modeVasiliy Kulikov-3/+12
2011-06-27x86, mtrr: use stop_machine APIs for doing MTRR rendezvousSuresh Siddha-1/+1
2011-06-27stop_machine: implement stop_machine_from_inactive_cpu()Tejun Heo-1/+61
2011-06-27stop_machine: reorganize stop_cpus() implementationTejun Heo-4/+12
2011-06-27x86, mtrr: lock stop machine during MTRR rendezvous sequenceSuresh Siddha-1/+1
2011-06-27ptrace: wait_consider_task: s/same_thread_group/ptrace_reparented/Oleg Nesterov-2/+1
2011-06-27ptrace: kill real_parent_is_ptracer() in in favor of ptrace_reparented()Oleg Nesterov-16/+4
2011-06-27do not change dead_task->exit_signalOleg Nesterov-2/+0
2011-06-27kill task_detached()Oleg Nesterov-3/+2
2011-06-27reparent_leader: check EXIT_DEAD instead of task_detached()Oleg Nesterov-1/+1
2011-06-27make do_notify_parent() __must_check, update the callersOleg Nesterov-21/+8
2011-06-27__ptrace_detach: avoid task_detached(), check do_notify_parent()Oleg Nesterov-15/+18
2011-06-27kill tracehook_notify_death()Oleg Nesterov-8/+13
2011-06-27make do_notify_parent() return boolOleg Nesterov-11/+15
2011-06-25Merge branch 'timer-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-70/+88
2011-06-23sched: Generalize sleep inside spinlock detectionFrederic Weisbecker-1/+1
2011-06-22ptrace: kill clone/exec tracehooksTejun Heo-9/+32
2011-06-22ptrace: kill trivial tracehooksTejun Heo-10/+7
2011-06-22ptrace: kill task_ptrace()Tejun Heo-11/+11
2011-06-22lockdep: Fix trace_[soft,hard]irqs_[on,off]() recursionPeter Zijlstra-10/+20
2011-06-22printk: Fix console_sem vs logbuf_lock unlock racePeter Zijlstra-2/+18
2011-06-21time: Avoid accumulating time drift in suspend/resumeJohn Stultz-0/+22
2011-06-21time: Catch invalid timespec sleep values in __timekeeping_inject_sleeptimeJohn Stultz-0/+6
2011-06-21alarmtimers: Return -ENOTSUPP if no RTC device is presentJohn Stultz-1/+22
2011-06-21alarmtimers: Handle late rtc module loadingJohn Stultz-70/+67
2011-06-21PM: Free memory bitmaps if opening /dev/snapshot failsMichal Kubecek-1/+3
2011-06-19Merge branches 'perf-urgent-for-linus', 'sched-urgent-for-linus', 'timers-urg...Linus Torvalds-19/+15
2011-06-19Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-402/+461
2011-06-17KEYS/DNS: Fix ____call_usermodehelper() to not lose the session keyringDavid Howells-7/+9
2011-06-17generic-ipi: Fix kexec boot crash by initializing call_single_queue before en...Takao Indoh-4/+1
2011-06-16rcu: Move RCU_BOOST #ifdefs to header filePaul E. McKenney-382/+390
2011-06-16ptrace: implement PTRACE_LISTENTejun Heo-8/+50
2011-06-16ptrace: implement TRAP_NOTIFY and use it for group stop eventsTejun Heo-3/+35
2011-06-16ptrace: implement PTRACE_INTERRUPTTejun Heo-2/+27
2011-06-16ptrace: implement PTRACE_SEIZETejun Heo-15/+59
2011-06-16job control: introduce JOBCTL_TRAP_STOP and use it for group stop trapTejun Heo-32/+70
2011-06-16clocksource: Make watchdog robust vs. interruptionThomas Gleixner-11/+13
2011-06-16Merge commit 'v3.0-rc3' into perf/coreIngo Molnar-47/+103
2011-06-15rcu: use softirq instead of kthreads except when RCU_BOOST=yPaul E. McKenney-41/+99
2011-06-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+5
2011-06-15gcov: disable CONFIG_CONSTRUCTORS when not needed by CONFIG_GCOV_KERNELJosh Triplett-1/+2
2011-06-15memcg: clear mm->owner when last possible owner leavesKAMEZAWA Hiroyuki-16/+15
2011-06-15sched: Check if lowest_mask is initialized in find_lowest_rq()Steven Rostedt-0/+4
2011-06-15sched: Fix need_resched() when checking peemptHillf Danton-1/+1
2011-06-14tracing/kprobes: Fix kprobe-tracer to support stack traceMasami Hiramatsu-7/+42
2011-06-14stack_trace: Add weak save_stack_trace_regs()Masami Hiramatsu-3/+9