Commit Graph

4490 Commits (1176fa919292887aa738d317d61fe2bba4d764f2)

Author SHA1 Message Date
Wang Chen 054a3fd824 flag parameters: fix compile error of sys_epoll_create1 17 years ago
Ingo Molnar 9b81361631 signalfd: fix undefined reference to `compat_sys_signalfd4' when !CONFIG_SIGNALFD 17 years ago
Vegard Nossum b81f3ea92b taskstats: remove initialization of static per-cpu variable 17 years ago
Keika Kobayashi 016ae219b9 per-task-delay-accounting: update taskstats for memory reclaim delay 17 years ago
Keika Kobayashi 873b477177 per-task-delay-accounting: add memory reclaim delay 17 years ago
David Howells 3e85ba034d tsacct: fix bacct_add_tsk()'s use of do_div() 17 years ago
Andrea Righi 297c5d9263 task IO accounting: provide distinct tgid/tid I/O statistics 17 years ago
Pavel Emelyanov 0c18d7a5df bsdacct: fix and add comments around acct_process() 17 years ago
Pavel Emelyanov 7d1e13505b bsdacct: account dying tasks in all relevant namespaces 17 years ago
Pavel Emelyanov b5a7174875 bsdacct: turn acct off for all pidns-s on umount time 17 years ago
Pavel Emelyanov 0b6b030fc3 bsdacct: switch from global bsd_acct_struct instance to per-pidns one 17 years ago
Pavel Emelyanov 6248b1b342 bsdacct: make internal code work with passed bsd_acct_struct, not global 17 years ago
Pavel Emelyanov a75d979765 bsdacct: turn the acct_lock from on-the-struct to global 17 years ago
Pavel Emelyanov e59a04a7aa bsdacct: make check timer accept a bsd_acct_struct argument 17 years ago
Pavel Emelyanov 1c552858ac bsdacct: "truthify" a comment near acct_process 17 years ago
Pavel Emelyanov 84406c153a pidns: use kzalloc when allocating new pid_namespace struct 17 years ago
Pavel Emelyanov 081e4c8a75 bsdacct: rename acct_gbls to bsd_acct_struct 17 years ago
Jonathan Lim 49b5cf3472 accounting: account for user time when updating memory integrals 17 years ago
Adrian Bunk 7394f0f6c0 unexport uts_sem 17 years ago
Harvey Harrison a89cc1959d markers: fix sparse integer as NULL pointer warning 17 years ago
Mathieu Desnoyers 28325df0d9 markers: use rcu_barrier_sched() and call_rcu_sched() 17 years ago
Pavel Emelyanov e49859e71e pidns: remove now unused find_pid function. 17 years ago
Pavel Emelyanov 19b0cfcca4 pidns: remove now unused kill_proc function 17 years ago
Alexey Dobriyan 99541c23cd sysctl: check for bogus modes 17 years ago
David Sterba 339caf2a22 proc: misplaced export of find_get_pid 17 years ago
Oleg Nesterov 8448502cfc workqueues: do CPU_UP_CANCELED if CPU_UP_PREPARE fails 17 years ago
Oleg Nesterov 8de6d308ba workqueues: schedule_on_each_cpu() can use schedule_work_on() 17 years ago
Oleg Nesterov ef1ca236b8 workqueues: queue_work() can use queue_work_on() 17 years ago
Oleg Nesterov a67da70dc0 workqueues: lockdep annotations for flush_work() 17 years ago
Oleg Nesterov 3da1c84c00 workqueues: make get_online_cpus() useable for work->func() 17 years ago
Oleg Nesterov 8616a89ab7 workqueues: schedule_on_each_cpu: use flush_work() 17 years ago
Oleg Nesterov db70089722 workqueues: implement flush_work() 17 years ago
Oleg Nesterov 1a4d9b0aa0 workqueues: insert_work: use "list_head *" instead of "int tail" 17 years ago
Oleg Nesterov a94e2d408e coredump: kill mm->core_done 17 years ago
Oleg Nesterov b564daf806 coredump: construct the list of coredumping threads at startup time 17 years ago
Oleg Nesterov c5f1cc8c18 coredump: turn core_state->nr_threads into atomic_t 17 years ago
Oleg Nesterov 999d9fc167 coredump: move mm->core_waiters into struct core_state 17 years ago
Oleg Nesterov 32ecb1f26d coredump: turn mm->core_startup_done into the pointer to struct core_state 17 years ago
Oleg Nesterov 246bb0b1de kill PF_BORROWED_MM in favour of PF_KTHREAD 17 years ago
Oleg Nesterov 7b34e4283c introduce PF_KTHREAD flag 17 years ago
Oleg Nesterov 3d749b9e67 ptrace: simplify ptrace_stop()->sigkill_pending() path 17 years ago
Gustavo Fernando Padovan bc64efd220 kernel/signal.c: change vars pid and tgid types to pid_t 17 years ago
Michael Kerrisk d8878ba3f0 signals: make siginfo_t si_utime + si_sstime report times in USER_HZ, not HZ 17 years ago
Oleg Nesterov 2b201a9edd signals: do_signal_stop: kill the SIGNAL_UNKILLABLE check 17 years ago
Oleg Nesterov 92413d771e signals: dequeue_signal: don't check SIGNAL_GROUP_EXIT when setting SIGNAL_STOP_DEQUEUED 17 years ago
Oleg Nesterov 3854a77182 __exit_signal: don't take rcu lock 17 years ago
Oleg Nesterov 100360f030 signals: change collect_signal() to return void 17 years ago
Oleg Nesterov d443420761 signals: collect_signal: simplify the "still_pending" logic 17 years ago
Oleg Nesterov 6715ca451c signals: collect_signal: remove the unneeded sigismember() check 17 years ago
Oleg Nesterov 96347e7759 posix timers: release_posix_timer: kill the bogus put_task_struct(->it_process); 17 years ago