Age | Commit message (Expand) | Author | Files | Lines |
2010-07-21 | drop_monitor: convert some kfree_skb call sites to consume_skb | Neil Horman | 1 | -1/+1 |
2010-06-17 | user_ns: Introduce user_nsmap_uid and user_ns_map_gid. | Eric W. Biederman | 1 | -0/+44 |
2010-05-30 | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+7 |
2010-05-30 | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -8/+17 |
2010-05-30 | CPU: Avoid using unititialized error variable in disable_nonboot_cpus() | Rafael J. Wysocki | 1 | -1/+1 |
2010-05-30 | Revert "cpusets: randomize node rotor used in cpuset_mem_spread_node()" | Linus Torvalds | 1 | -4/+0 |
2010-05-30 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 1 | -0/+17 |
2010-05-29 | sched: add wait_for_completion_killable_timeout | Sage Weil | 1 | -0/+17 |
2010-05-28 | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 3 | -11/+12 |
2010-05-28 | Fix racy use of anon_inode_getfd() in perf_event.c | Al Viro | 1 | -18/+22 |
2010-05-28 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 20 | -623/+951 |
2010-05-28 | posix_timer: Fix error path in timer_create | Andrey Vagin | 1 | -7/+4 |
2010-05-27 | Avoid warning when CPU hotplug isn't enabled | Linus Torvalds | 1 | -6/+3 |
2010-05-27 | numa: in-kernel profiling: use cpu_to_mem() for per cpu allocations | Lee Schermerhorn | 1 | -2/+2 |
2010-05-27 | panic: call console_verbose() in panic | Anton Blanchard | 1 | -0/+1 |
2010-05-27 | pids: fix fork_idle() to setup ->pids correctly | Oleg Nesterov | 1 | -1/+13 |
2010-05-27 | pids: increase pid_max based on num_possible_cpus | Hedi Berriche | 1 | -0/+7 |
2010-05-27 | cpuhotplug: do not need cpu_hotplug_begin() when CONFIG_HOTPLUG_CPU=n | Lai Jiangshan | 1 | -18/+22 |
2010-05-27 | kernel/: convert cpu notifier to return encapsulate errno value | Akinobu Mita | 7 | -13/+17 |
2010-05-27 | cpu-hotplug: return better errno on cpu hotplug failure | Akinobu Mita | 1 | -6/+8 |
2010-05-27 | cpu-hotplug: introduce cpu_notify(), __cpu_notify(), cpu_notify_nofail() | Akinobu Mita | 1 | -23/+31 |
2010-05-27 | proc: turn signal_struct->count into "int nr_threads" | Oleg Nesterov | 2 | -8/+5 |
2010-05-27 | proc_sched_show_task(): use get_nr_threads() | Oleg Nesterov | 1 | -8/+2 |
2010-05-27 | check_unshare_flags: kill the bogus CLONE_SIGHAND/sig->count check | Oleg Nesterov | 1 | -8/+0 |
2010-05-27 | exit: move taskstats_tgid_free() from __exit_signal() to free_signal_struct() | Oleg Nesterov | 2 | -1/+1 |
2010-05-27 | kill the obsolete thread_group_cputime_free() helper | Oleg Nesterov | 1 | -1/+0 |
2010-05-27 | exit: __exit_signal: use thread_group_leader() consistently | Oleg Nesterov | 1 | -6/+6 |
2010-05-27 | signals: kill the awful task_rq_unlock_wait() hack | Oleg Nesterov | 2 | -13/+0 |
2010-05-27 | signals: clear signal->tty when the last thread exits | Oleg Nesterov | 1 | -1/+4 |
2010-05-27 | signals: make task_struct->signal immutable/refcountable | Oleg Nesterov | 2 | -10/+16 |
2010-05-27 | fork/exit: move tty_kref_put() outside of __cleanup_signal() | Oleg Nesterov | 2 | -2/+1 |
2010-05-27 | posix-cpu-timers: avoid "task->signal != NULL" checks | Oleg Nesterov | 1 | -6/+6 |
2010-05-27 | exit: avoid sig->count in __exit_signal() to detect the group-dead case | Oleg Nesterov | 1 | -2/+3 |
2010-05-27 | exit: avoid sig->count in de_thread/__exit_signal synchronization | Oleg Nesterov | 1 | -1/+1 |
2010-05-27 | exit: change zap_other_threads() to count sub-threads | Oleg Nesterov | 1 | -8/+9 |
2010-05-27 | exit: exit_notify() can trust signal->notify_count < 0 | Oleg Nesterov | 1 | -5/+2 |
2010-05-27 | call_usermodehelper: UMH_WAIT_EXEC ignores kernel_thread() failure | Oleg Nesterov | 1 | -2/+2 |
2010-05-27 | call_usermodehelper: simplify/fix UMH_NO_WAIT case | Oleg Nesterov | 1 | -6/+4 |
2010-05-27 | wait_for_helper: SIGCHLD from user-space can lead to use-after-free | Oleg Nesterov | 1 | -5/+5 |
2010-05-27 | call_usermodehelper: no need to unblock signals | Oleg Nesterov | 1 | -3/+0 |
2010-05-27 | umh: creds: kill subprocess_info->cred logic | Oleg Nesterov | 2 | -79/+0 |
2010-05-27 | umh: creds: convert call_usermodehelper_keys() to use subprocess_info->init() | Oleg Nesterov | 1 | -18/+0 |
2010-05-27 | exec: replace call_usermodehelper_pipe with use of umh init function and reso... | Neil Horman | 1 | -82/+0 |
2010-05-27 | kmod: add init function to usermodehelper | Neil Horman | 2 | -25/+32 |
2010-05-27 | signals: check_kill_permission(): don't check creds if same_thread_group() | Oleg Nesterov | 1 | -2/+4 |
2010-05-27 | ptrace: PTRACE_GETFDPIC: fix the unsafe usage of child->mm | Oleg Nesterov | 1 | -2/+8 |
2010-05-27 | ptrace: unify FDPIC implementations | Mike Frysinger | 1 | -0/+20 |
2010-05-27 | cpusets: randomize node rotor used in cpuset_mem_spread_node() | Jack Steiner | 1 | -0/+4 |
2010-05-27 | cpusets: new round-robin rotor for SLAB allocations | Jack Steiner | 1 | -4/+16 |
2010-05-27 | cgroups: make cftype.unregister_event() void-returning | Kirill A. Shutemov | 1 | -1/+0 |