Commit Graph

4577 Commits (a1b81a84fff05dbfef45b7012c26e1fee9973e5d)

Author SHA1 Message Date
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
Oleg Nesterov 4b7a130426 posix timers: timer_delete: remove the bogus "->it_process != NULL" check 17 years ago
Lai Jiangshan da5ef6bb96 cpuset: two minor code-cleanups 17 years ago
Lai Jiangshan 0241248377 cpuset: code-cleanup for started_after 17 years ago
Lai Jiangshan 489a5393a2 cpuset: don't pass empty cpumasks to partition_sched_domains() 17 years ago
Li Zefan c372e817af cpuset: avoid unnecessary sched domains rebuilding 17 years ago
Miao Xie f9b4fb8dab cpusets: update task's cpus_allowed and mems_allowed after CPU/NODE offline/online 17 years ago
Miao Xie 0b2f630a28 cpusets: restructure the function update_cpumask() and update_nodemask() 17 years ago
Serge E. Hallyn e885dcde75 cgroup_clone: use pid of newly created task for new cgroup 17 years ago
Paul Menage 856c13aa1f cgroup files: convert res_counter_write() to be a cgroups write_string() handler 17 years ago
Paul Menage e371239532 cgroup files: remove cpuset_common_file_write() 17 years ago
Paul Menage af351026aa cgroup files: turn attach_task_by_pid directly into a cgroup write handler 17 years ago
Paul Menage 6379c10615 cgroup files: move notify_on_release file to separate write handler 17 years ago
Paul Menage 84eea84288 cgroups: misc cleanups to write_string patchset 17 years ago
Paul Menage e788e066c6 cgroup files: move the release_agent file to use typed handlers 17 years ago
Paul Menage db3b14978a cgroup files: add write_string cgroup control file method 17 years ago
Li Zefan 8947f9d5b3 cgroups: annotate two variables with __read_mostly 17 years ago
KOSAKI Motohiro 71cbb949d1 cgroup: list_for_each cleanup 17 years ago
Li Zefan 7e9abd89cb cgroup: use read lock to guard find_existing_css_set() 17 years ago
Abhishek Sagar 8b6dd98682 kprobes: remove redundant config check 17 years ago
Srinivasa D S ef53d9c5e4 kprobes: improve kretprobe scalability with hashed locking 17 years ago
Dave Young 717115e1a5 printk ratelimiting rewrite 17 years ago
Arjan van de Ven 7a2c477069 kernel/irq/manage.c: replace a printk + WARN_ON() to a WARN() 17 years ago
Arjan van de Ven a8f18b909c Add a WARN() macro; this is WARN_ON() + printk arguments 17 years ago
FUJITA Tomonori b69c49b784 clean up duplicated alloc/free_thread_info 17 years ago
KOSAKI Motohiro ac331d158e call_usermodehelper(): increase reliability 17 years ago