summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-04ptrace: ptrace_check_attach() should not do s/STOPPED/TRACED/Oleg Nesterov
2011-04-04signal: Turn SIGNAL_STOP_DEQUEUED into GROUP_STOP_DEQUEUEDOleg Nesterov
2011-04-04signal: do_signal_stop: Remove the unneeded task_clear_group_stop_pending()Oleg Nesterov
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-22Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds
2011-03-22bloat-o-meter: include read-only data section in reportJean Delvare
2011-03-22zlib: slim down zlib_deflate() workspace when possibleJim Keniston
2011-03-22fs/devpts/inode.c: correctly check d_alloc_name() return code in devpts_pty_n...Andrey Vagin
2011-03-22aio: wake all waiters when destroying ctxRoland Dreier
2011-03-22pps: remove unreachable codeAlexander Gordeev
2011-03-22adfs: add hexadecimal filetype suffix optionStuart Swales
2011-03-22adfs: improve timestamp precisionStuart Swales
2011-03-22adfs: fix E+/F+ dir size > 2048 crashing kernelStuart Swales
2011-03-22Documentation/vm/page-types.c: auto debugfs mount for hwpoison operationChen Gong
2011-03-22Documentation/Changes: minor correctionsChristian Kujau
2011-03-22Documentation/CodingStyle: flesh out if-else examplesHarry Wei
2011-03-22codafs: fix compile warning when CONFIG_SYSCTL=nRakib Mullick
2011-03-22x86: allow CONFIG_ISA_DMA_API to be disabledDavid Rientjes
2011-03-22x86: only compile floppy driver if CONFIG_ISA_DMA_API is enabledDavid Rientjes
2011-03-22x86: only compile 8237A if CONFIG_ISA_DMA_API is enabledDavid Rientjes
2011-03-22pnp: only assign IORESOURCE_DMA if CONFIG_ISA_DMA_API is enabledDavid Rientjes
2011-03-22rtc: add real-time clock driver for NVIDIA TegraAndrew Chew
2011-03-22drivers/rtc/rtc-ds1511.c: world-writable sysfs nvram fileVasiliy Kulikov
2011-03-22drivers/rtc/rtc-isl1208.c: add alarm supportRyan Mallon
2011-03-22rtc: convert DS1374 to dev_pm_opsMark Brown
2011-03-22init: return proper error code in do_mounts_rd()Davidlohr Bueso
2011-03-22binfmt_elf: quiet GCC-4.6 'set but not used' warning in load_elf_binary()David Daney
2011-03-22epoll: fix compiler warning and optimize the non-blocking pathShawn Bohrer
2011-03-22epoll: move ready event check into proper inlineDavide Libenzi
2011-03-22crc32: add missed brackets in macroKonstantin Khlebnikov