summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2010-05-30Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+7
2010-05-30Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-8/+17
2010-05-30CPU: Avoid using unititialized error variable in disable_nonboot_cpus()Rafael J. Wysocki-1/+1
2010-05-30Revert "cpusets: randomize node rotor used in cpuset_mem_spread_node()"Linus Torvalds-4/+0
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-0/+17
2010-05-29sched: add wait_for_completion_killable_timeoutSage Weil-0/+17
2010-05-28Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-11/+12
2010-05-27Fix racy use of anon_inode_getfd() in perf_event.cAl Viro-18/+22
2010-05-27Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-623/+951
2010-05-27posix_timer: Fix error path in timer_createAndrey Vagin-7/+4
2010-05-27Avoid warning when CPU hotplug isn't enabledLinus Torvalds-6/+3
2010-05-27numa: in-kernel profiling: use cpu_to_mem() for per cpu allocationsLee Schermerhorn-2/+2
2010-05-27panic: call console_verbose() in panicAnton Blanchard-0/+1
2010-05-27pids: fix fork_idle() to setup ->pids correctlyOleg Nesterov-1/+13
2010-05-27pids: increase pid_max based on num_possible_cpusHedi Berriche-0/+7
2010-05-27cpuhotplug: do not need cpu_hotplug_begin() when CONFIG_HOTPLUG_CPU=nLai Jiangshan-18/+22
2010-05-27kernel/: convert cpu notifier to return encapsulate errno valueAkinobu Mita-13/+17
2010-05-27cpu-hotplug: return better errno on cpu hotplug failureAkinobu Mita-6/+8
2010-05-27cpu-hotplug: introduce cpu_notify(), __cpu_notify(), cpu_notify_nofail()Akinobu Mita-23/+31
2010-05-27proc: turn signal_struct->count into "int nr_threads"Oleg Nesterov-8/+5
2010-05-27proc_sched_show_task(): use get_nr_threads()Oleg Nesterov-8/+2
2010-05-27check_unshare_flags: kill the bogus CLONE_SIGHAND/sig->count checkOleg Nesterov-8/+0
2010-05-27exit: move taskstats_tgid_free() from __exit_signal() to free_signal_struct()Oleg Nesterov-1/+1
2010-05-27kill the obsolete thread_group_cputime_free() helperOleg Nesterov-1/+0
2010-05-27exit: __exit_signal: use thread_group_leader() consistentlyOleg Nesterov-6/+6
2010-05-27signals: kill the awful task_rq_unlock_wait() hackOleg Nesterov-13/+0
2010-05-27signals: clear signal->tty when the last thread exitsOleg Nesterov-1/+4
2010-05-27signals: make task_struct->signal immutable/refcountableOleg Nesterov-10/+16
2010-05-27fork/exit: move tty_kref_put() outside of __cleanup_signal()Oleg Nesterov-2/+1
2010-05-27posix-cpu-timers: avoid "task->signal != NULL" checksOleg Nesterov-6/+6
2010-05-27exit: avoid sig->count in __exit_signal() to detect the group-dead caseOleg Nesterov-2/+3
2010-05-27exit: avoid sig->count in de_thread/__exit_signal synchronizationOleg Nesterov-1/+1
2010-05-27exit: change zap_other_threads() to count sub-threadsOleg Nesterov-8/+9
2010-05-27exit: exit_notify() can trust signal->notify_count < 0Oleg Nesterov-5/+2
2010-05-27call_usermodehelper: UMH_WAIT_EXEC ignores kernel_thread() failureOleg Nesterov-2/+2
2010-05-27call_usermodehelper: simplify/fix UMH_NO_WAIT caseOleg Nesterov-6/+4
2010-05-27wait_for_helper: SIGCHLD from user-space can lead to use-after-freeOleg Nesterov-5/+5
2010-05-27call_usermodehelper: no need to unblock signalsOleg Nesterov-3/+0
2010-05-27umh: creds: kill subprocess_info->cred logicOleg Nesterov-79/+0
2010-05-27umh: creds: convert call_usermodehelper_keys() to use subprocess_info->init()Oleg Nesterov-18/+0
2010-05-27exec: replace call_usermodehelper_pipe with use of umh init function and reso...Neil Horman-82/+0
2010-05-27kmod: add init function to usermodehelperNeil Horman-25/+32
2010-05-27signals: check_kill_permission(): don't check creds if same_thread_group()Oleg Nesterov-2/+4
2010-05-27ptrace: PTRACE_GETFDPIC: fix the unsafe usage of child->mmOleg Nesterov-2/+8
2010-05-27ptrace: unify FDPIC implementationsMike Frysinger-0/+20
2010-05-27cpusets: randomize node rotor used in cpuset_mem_spread_node()Jack Steiner-0/+4
2010-05-27cpusets: new round-robin rotor for SLAB allocationsJack Steiner-4/+16
2010-05-27cgroups: make cftype.unregister_event() void-returningKirill A. Shutemov-1/+0
2010-05-26hrtimer: Avoid double seqlockStanislaw Gruszka-1/+1
2010-05-26timers: Move local variable into else sectionThomas Gleixner-2/+3