Commit Graph

4689 Commits (cd301c7ba4bbb5a0ee6ebf13eb4a304f29b13847)

Author SHA1 Message Date
Huang Ying 89081d17f7 kexec jump: save/restore device state 17 years ago
Huang Ying 3ab8352137 kexec jump 17 years ago
WANG Cong 7fccf03265 kernel/kexec.c: make 'kimage_terminate' void 17 years ago
David Brownell a2e2e3577c pm selftest: rtc paranoia 17 years ago
Ingo Molnar 5a7a201c51 cpumask: export cpumask_of_cpu_map 17 years ago
Mike Travis 0bc3cc03fa cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpu 17 years ago
Mike Travis 6524d938b3 cpumask: put cpumask_of_cpu_map in the initdata section 17 years ago
Mike Travis b8d317d10c cpumask: make cpumask_of_cpu_map generic 17 years ago
Ingo Molnar 1fe371044b ftrace: fix modular build 17 years ago
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