| Commit message (Expand) | Author | Age | Files | Lines |
* | workqueues: do CPU_UP_CANCELED if CPU_UP_PREPARE fails | Oleg Nesterov | 2008-07-25 | 1 | -3/+6 |
* | workqueues: schedule_on_each_cpu() can use schedule_work_on() | Oleg Nesterov | 2008-07-25 | 1 | -2/+1 |
* | workqueues: queue_work() can use queue_work_on() | Oleg Nesterov | 2008-07-25 | 1 | -7/+4 |
* | workqueues: lockdep annotations for flush_work() | Oleg Nesterov | 2008-07-25 | 1 | -0/+5 |
* | workqueues: make get_online_cpus() useable for work->func() | Oleg Nesterov | 2008-07-25 | 2 | -9/+14 |
* | workqueues: schedule_on_each_cpu: use flush_work() | Oleg Nesterov | 2008-07-25 | 1 | -1/+2 |
* | workqueues: implement flush_work() | Oleg Nesterov | 2008-07-25 | 1 | -0/+46 |
* | workqueues: insert_work: use "list_head *" instead of "int tail" | Oleg Nesterov | 2008-07-25 | 1 | -10/+7 |
* | coredump: kill mm->core_done | Oleg Nesterov | 2008-07-25 | 1 | -1/+7 |
* | coredump: construct the list of coredumping threads at startup time | Oleg Nesterov | 2008-07-25 | 1 | -3/+12 |
* | coredump: turn core_state->nr_threads into atomic_t | Oleg Nesterov | 2008-07-25 | 1 | -3/+2 |
* | coredump: move mm->core_waiters into struct core_state | Oleg Nesterov | 2008-07-25 | 3 | -7/+7 |
* | coredump: turn mm->core_startup_done into the pointer to struct core_state | Oleg Nesterov | 2008-07-25 | 1 | -1/+1 |
* | kill PF_BORROWED_MM in favour of PF_KTHREAD | Oleg Nesterov | 2008-07-25 | 1 | -2/+2 |
* | introduce PF_KTHREAD flag | Oleg Nesterov | 2008-07-25 | 1 | -1/+1 |
* | ptrace: simplify ptrace_stop()->sigkill_pending() path | Oleg Nesterov | 2008-07-25 | 1 | -7/+5 |
* | kernel/signal.c: change vars pid and tgid types to pid_t | Gustavo Fernando Padovan | 2008-07-25 | 1 | -6/+6 |
* | signals: make siginfo_t si_utime + si_sstime report times in USER_HZ, not HZ | Michael Kerrisk | 2008-07-25 | 1 | -6/+4 |
* | signals: do_signal_stop: kill the SIGNAL_UNKILLABLE check | Oleg Nesterov | 2008-07-25 | 1 | -2/+1 |
* | signals: dequeue_signal: don't check SIGNAL_GROUP_EXIT when setting SIGNAL_ST... | Oleg Nesterov | 2008-07-25 | 1 | -2/+1 |
* | __exit_signal: don't take rcu lock | Oleg Nesterov | 2008-07-25 | 1 | -2/+0 |
* | signals: change collect_signal() to return void | Oleg Nesterov | 2008-07-25 | 1 | -4/+2 |
* | signals: collect_signal: simplify the "still_pending" logic | Oleg Nesterov | 2008-07-25 | 1 | -9/+6 |
* | signals: collect_signal: remove the unneeded sigismember() check | Oleg Nesterov | 2008-07-25 | 1 | -3/+0 |
* | posix timers: release_posix_timer: kill the bogus put_task_struct(->it_process); | Oleg Nesterov | 2008-07-25 | 1 | -3/+0 |
* | posix timers: timer_delete: remove the bogus "->it_process != NULL" check | Oleg Nesterov | 2008-07-25 | 1 | -10/+8 |
* | cpuset: two minor code-cleanups | Lai Jiangshan | 2008-07-25 | 1 | -2/+2 |
* | cpuset: code-cleanup for started_after | Lai Jiangshan | 2008-07-25 | 1 | -31/+6 |
* | cpuset: don't pass empty cpumasks to partition_sched_domains() | Lai Jiangshan | 2008-07-25 | 1 | -0/+5 |
* | cpuset: avoid unnecessary sched domains rebuilding | Li Zefan | 2008-07-25 | 1 | -6/+12 |
* | cpusets: update task's cpus_allowed and mems_allowed after CPU/NODE offline/o... | Miao Xie | 2008-07-25 | 1 | -0/+7 |
* | cpusets: restructure the function update_cpumask() and update_nodemask() | Miao Xie | 2008-07-25 | 1 | -72/+109 |
* | cgroup_clone: use pid of newly created task for new cgroup | Serge E. Hallyn | 2008-07-25 | 4 | -13/+16 |
* | cgroup files: convert res_counter_write() to be a cgroups write_string() handler | Paul Menage | 2008-07-25 | 1 | -27/+21 |
* | cgroup files: remove cpuset_common_file_write() | Paul Menage | 2008-07-25 | 1 | -74/+35 |
* | cgroup files: turn attach_task_by_pid directly into a cgroup write handler | Paul Menage | 2008-07-25 | 1 | -66/+14 |
* | cgroup files: move notify_on_release file to separate write handler | Paul Menage | 2008-07-25 | 1 | -8/+13 |
* | cgroups: misc cleanups to write_string patchset | Paul Menage | 2008-07-25 | 1 | -9/+12 |
* | cgroup files: move the release_agent file to use typed handlers | Paul Menage | 2008-07-25 | 1 | -68/+57 |
* | cgroup files: add write_string cgroup control file method | Paul Menage | 2008-07-25 | 1 | -0/+35 |
* | cgroups: annotate two variables with __read_mostly | Li Zefan | 2008-07-25 | 1 | -2/+2 |
* | cgroup: list_for_each cleanup | KOSAKI Motohiro | 2008-07-25 | 1 | -23/+21 |
* | cgroup: use read lock to guard find_existing_css_set() | Li Zefan | 2008-07-25 | 1 | -2/+2 |
* | kprobes: remove redundant config check | Abhishek Sagar | 2008-07-25 | 1 | -5/+0 |
* | kprobes: improve kretprobe scalability with hashed locking | Srinivasa D S | 2008-07-25 | 1 | -38/+89 |
* | printk ratelimiting rewrite | Dave Young | 2008-07-25 | 2 | -16/+5 |
* | kernel/irq/manage.c: replace a printk + WARN_ON() to a WARN() | Arjan van de Ven | 2008-07-25 | 1 | -3/+1 |
* | Add a WARN() macro; this is WARN_ON() + printk arguments | Arjan van de Ven | 2008-07-25 | 1 | -0/+22 |
* | clean up duplicated alloc/free_thread_info | FUJITA Tomonori | 2008-07-25 | 1 | -0/+17 |
* | call_usermodehelper(): increase reliability | KOSAKI Motohiro | 2008-07-25 | 2 | -5/+6 |