Commit Graph

4689 Commits (cd301c7ba4bbb5a0ee6ebf13eb4a304f29b13847)

Author SHA1 Message Date
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
Adrian Bunk b03f6489f9 build kernel/profile.o only when requested 17 years ago
Vegard Nossum 2fc9c4e18f kallsyms: fix potential overflow in binary search 17 years ago
Wang Chen 5df439ef06 flag parameters: fix compile error of sys_epoll_create1 17 years ago
Ulrich Drepper be61a86d72 flag parameters: NONBLOCK in pipe 17 years ago
Ulrich Drepper 4006553b06 flag parameters: inotify_init 17 years ago
Ulrich Drepper b087498eb5 flag parameters: eventfd 17 years ago
Ulrich Drepper 9deb27baed flag parameters: signalfd 17 years ago
Ulrich Drepper aaca0bdca5 flag parameters: paccept 17 years ago
Uwe Kleine-König 82736f4d1d generic irqs: handle failure of irqchip->set_type in setup_irq 17 years ago
David Howells f0af566da6 pm: fix try_to_freeze_tasks()'s use of do_div() 17 years ago
Zhang Rui 2f15fc4bdf pm: schedule sysrq poweroff on boot cpu 17 years ago
Zhang Rui c1a220e7ac pm: introduce new interfaces schedule_work_on() and queue_work_on() 17 years ago
Akinobu Mita 0d83304c7e pm: hibernation: simplify memory bitmap 17 years ago
David Brownell 77437fd4e6 pm: boot time suspend selftest 17 years ago
Pavel Machek 0d63081d41 swsusp: provide users with a hint about the no_console_suspend option 17 years ago
Andrew G. Morgan ab763c7112 security: filesystem capabilities refactor kernel code 17 years ago