aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2011-04-04signal: prepare_signal(SIGCONT) shouldn't play with TIF_SIGPENDINGOleg Nesterov
2011-03-23job control: Don't send duplicate job control stop notification while ptracedTejun Heo
2011-03-23job control: Notify the real parent of job control events regardless of ptraceTejun Heo
2011-03-23job control: Job control stop notifications should always go to the real parentTejun Heo
2011-03-23job control: Add @for_ptrace to do_notify_parent_cldstop()Tejun Heo
2011-03-23job control: Allow access to job control events through ptraceesTejun Heo
2011-03-23job control: Fix ptracer wait(2) hang and explain notask_error clearingTejun Heo
2011-03-23job control: Small reorganization of wait_consider_task()Tejun Heo
2011-03-23job control: Don't set group_stop exit_code if re-entering job control stopTejun Heo
2011-03-23ptrace: Always put ptracee into appropriate execution stateTejun Heo
2011-03-23ptrace: Collapse ptrace_untrace() into __ptrace_unlink()Tejun Heo
2011-03-23ptrace: Clean transitions between TASK_STOPPED and TRACEDTejun Heo
2011-03-23ptrace: Make do_signal_stop() use ptrace_stop() if the task is being ptracedTejun Heo
2011-03-23ptrace: Participate in group stop from ptrace_stop() iff the task is trapping...Tejun Heo
2011-03-23signal: Use GROUP_STOP_PENDING to stop once for a single group stopTejun Heo
2011-03-23signal: Fix premature completion of group stop when interfered by ptraceTejun Heo
2011-03-23ptrace: Add @why to ptrace_stop()Tejun Heo
2011-03-23ptrace: Kill tracehook_notify_jctl()Tejun Heo
2011-03-23signal: Remove superflous try_to_freeze() loop in do_signal_stop()Tejun Heo
2011-03-23ptrace: Remove the extra wake_up_state() from ptrace_detach()Tejun Heo
2011-03-23signal: Fix SIGCONT notification codeTejun Heo
2011-03-22printk: allow setting DEFAULT_MESSAGE_LEVEL via KconfigMandeep Singh Baines
2011-03-22printk: use %pK for /proc/kallsyms and /proc/modulesKees Cook
2011-03-22console: prevent registered consoles from dumping old kernel message over againFeng Tang
2011-03-22console: allow to retain boot console via boot option keep_bootconFabio M. Di Nitto
2011-03-22kernel/watchdog.c: always return NOTIFY_OK during cpu up/down eventsDon Zickus
2011-03-22kernel/watchdog.c: allow hardlockup to panic by defaultDon Zickus
2011-03-22sys_unshare: remove the dead CLONE_THREAD/SIGHAND/VM codeOleg Nesterov
2011-03-22kernel/cpu.c: fix many errors related to style.Michael Rodriguez
2011-03-22smp: move smp setup functions to kernel/smp.cAmerigo Wang
2011-03-22move x86 specific oops=panic to generic codeOlaf Hering
2011-03-22kthread: use kthread_create_on_node()Eric Dumazet
2011-03-22kthread: NUMA aware kthread_create_on_node()Eric Dumazet
2011-03-22mm: NUMA aware alloc_thread_info_node()Eric Dumazet
2011-03-22mm: NUMA aware alloc_task_struct_node()Eric Dumazet
2011-03-22cgroups: if you list_empty() a head then don't list_del() itPhil Carmody
2011-03-21Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing the signal codeJulien Tinnes
2011-03-20Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds
2011-03-18Merge branches 'irq-fixes-for-linus' and 'sched-fixes-for-linus' of git://git...Linus Torvalds
2011-03-18Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-03-18trace, filters: Initialize the match variable in process_ops() properlyIngo Molnar
2011-03-17Merge branch 'kvm-updates/2.6.39' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2011-03-17smp_call_function_interrupt: use typedef and %pfMilton Miller
2011-03-17smp_call_function_many: handle concurrent clearing of maskMilton Miller
2011-03-17call_function_many: add missing orderingMilton Miller
2011-03-17call_function_many: fix list delete vs add raceMilton Miller
2011-03-17export pid symbols needed for kvm_vcpu_on_spinRik van Riel
2011-03-17genirq: Fix incorrect unlock in __setup_irq()Dan Carpenter
2011-03-17genirq: show_interrupts: Check desc->name before printing it blindlyThomas Gleixner