aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-18kthreads: simplify the startup synchronizationOleg Nesterov
2009-06-18mm: exit.c reorder wait_opts to remove padding on 64 bit buildsRichard Kennedy
2009-06-18do_wait: fix the theoretical race with stop/trace/contOleg Nesterov
2009-06-18do_wait: kill the old BUG_ON, use while_each_thread()Oleg Nesterov
2009-06-18do_wait: simplify retval/tsk_result/notask_error messOleg Nesterov
2009-06-18introduce "struct wait_opts" to simplify do_wait() patchesOleg Nesterov
2009-06-18shift "ptrace implies WUNTRACED" from ptrace_do_wait() to wait_task_stopped()Oleg Nesterov
2009-06-18elf_core_dump: use rcu_read_lock() to access ->real_parentOleg Nesterov
2009-06-18copy_process(): remove the unneeded clear_tsk_thread_flag(TIF_SIGPENDING)Oleg Nesterov
2009-06-18wait_task_zombie: do not use thread_group_cputime()Oleg Nesterov
2009-06-18ptrace: don't take tasklist to get/set ->last_siginfoOleg Nesterov
2009-06-18ptrace: do_notify_parent_cldstop: fix the wrong ->nsproxy usageOleg Nesterov
2009-06-18ptrace: wait_task_zombie: s/->parent/->real_parent/Oleg Nesterov
2009-06-18ptrace_get_task_struct: s/tasklist/rcu/, make it staticOleg Nesterov
2009-06-18ptrace: do not use task_lock() for attachOleg Nesterov
2009-06-18ptrace: cleanup check/set of PT_PTRACED during attachOleg Nesterov
2009-06-18ptrace: ptrace_attach: check PF_KTHREAD + exit_state instead of ->mmOleg Nesterov
2009-06-18ptrace: do not use task->ptrace directly in core kernelOleg Nesterov
2009-06-18ptrace: tracehook_unsafe_exec(): remove the stale commentOleg Nesterov
2009-06-18ptrace: mm_need_new_owner: use ->real_parent to search in the siblingsOleg Nesterov
2009-06-18ptrace: remove PT_DTRACE from arch/m32rOleg Nesterov
2009-06-18ptrace: remove PT_DTRACE from m68k, m68knommuOleg Nesterov
2009-06-18ptrace: remove PT_DTRACE from avr32, mn10300, parisc, s390, sh, xtensaOleg Nesterov
2009-06-18ptrace: remove PT_DTRACE from arch/h8300Oleg Nesterov
2009-06-18allow_signal: kill the bogus ->mm check, add a note about CLONE_SIGHANDOleg Nesterov
2009-06-18memcg: fix lru rotation in isolate_pagesKAMEZAWA Hiroyuki
2009-06-18memcg: add interface to reset limitsDaisuke Nishimura
2009-06-18memcg: fix behavior under memory.limit equals to memsw.limitKAMEZAWA Hiroyuki
2009-06-18memcg: fix swap accountingKAMEZAWA Hiroyuki
2009-06-18memcg: remove unneeded forward declaration from sched.hLi Zefan
2009-06-18memcg: remove some redundant checksLi Zefan
2009-06-18memcg: remove mem_cgroup_cache_charge_swapin()Daisuke Nishimura
2009-06-18memcg: add file-based RSS accountingBalbir Singh
2009-06-18devcgroup: skip superfluous checks when found the DEV_ALL elemLi Zefan
2009-06-18cgroups: forbid noprefix if mounting more than just cpuset subsystemLi Zefan
2009-06-18cgroups: make messages more readableRandy Dunlap
2009-06-18Documentation/connector/cn_test.c comment unused cn_test_want_notify()Jaswinder Singh Rajput
2009-06-18Documentation/Changes: perl is needed to build the kernelJose Luis Perez Diez
2009-06-18reiserfs: fix warnings with gcc 4.4Jeff Mahoney
2009-06-18ufs: sector_t cannot be negativeRoel Kluin
2009-06-18isofs: cleanup mount option processingJan Kara
2009-06-18isofs: fix setting of uid and gid to 0Jan Kara
2009-06-18isofs: let mode and dmode mount options override rock ridge mode settingJan Kara
2009-06-18ext3: make sure inode is deleted from orphan list after truncateJan Kara
2009-06-18jbd: clean up journal_try_to_free_buffers()Hisashi Hifumi
2009-06-18ext3: fix chain verification in ext3_get_blocks()Jan Kara
2009-06-18Doc fix: ext2 can only have 32,000 subdirs, not 32,768Michael Shields
2009-06-18ext2: Do not update mtime of a moved directoryJan Kara
2009-06-18gpio: pca953x: Add support for PCA9556Nate Case
2009-06-18gpio: pca953x: Get platform_data from OpenFirmwareNate Case