aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-08tracing: Remove boot tracerAmérico Wang6-241/+0
2010-06-08perf: Drop the skip argument from perf_arch_fetch_regs_callerFrederic Weisbecker2-7/+0
2010-06-08x86: Unify dumpstack.h and stacktrace.hFrederic Weisbecker1-3/+4
2010-05-27Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds20-623/+951
2010-05-27Avoid warning when CPU hotplug isn't enabledLinus Torvalds1-6/+3
2010-05-27numa: in-kernel profiling: use cpu_to_mem() for per cpu allocationsLee Schermerhorn1-2/+2
2010-05-27panic: call console_verbose() in panicAnton Blanchard1-0/+1
2010-05-27pids: fix fork_idle() to setup ->pids correctlyOleg Nesterov1-1/+13
2010-05-27pids: increase pid_max based on num_possible_cpusHedi Berriche1-0/+7
2010-05-27cpuhotplug: do not need cpu_hotplug_begin() when CONFIG_HOTPLUG_CPU=nLai Jiangshan1-18/+22
2010-05-27kernel/: convert cpu notifier to return encapsulate errno valueAkinobu Mita7-13/+17
2010-05-27cpu-hotplug: return better errno on cpu hotplug failureAkinobu Mita1-6/+8
2010-05-27cpu-hotplug: introduce cpu_notify(), __cpu_notify(), cpu_notify_nofail()Akinobu Mita1-23/+31
2010-05-27proc: turn signal_struct->count into "int nr_threads"Oleg Nesterov2-8/+5
2010-05-27proc_sched_show_task(): use get_nr_threads()Oleg Nesterov1-8/+2
2010-05-27check_unshare_flags: kill the bogus CLONE_SIGHAND/sig->count checkOleg Nesterov1-8/+0
2010-05-27exit: move taskstats_tgid_free() from __exit_signal() to free_signal_struct()Oleg Nesterov2-1/+1
2010-05-27kill the obsolete thread_group_cputime_free() helperOleg Nesterov1-1/+0
2010-05-27exit: __exit_signal: use thread_group_leader() consistentlyOleg Nesterov1-6/+6
2010-05-27signals: kill the awful task_rq_unlock_wait() hackOleg Nesterov2-13/+0
2010-05-27signals: clear signal->tty when the last thread exitsOleg Nesterov1-1/+4
2010-05-27signals: make task_struct->signal immutable/refcountableOleg Nesterov2-10/+16
2010-05-27fork/exit: move tty_kref_put() outside of __cleanup_signal()Oleg Nesterov2-2/+1
2010-05-27posix-cpu-timers: avoid "task->signal != NULL" checksOleg Nesterov1-6/+6
2010-05-27exit: avoid sig->count in __exit_signal() to detect the group-dead caseOleg Nesterov1-2/+3
2010-05-27exit: avoid sig->count in de_thread/__exit_signal synchronizationOleg Nesterov1-1/+1
2010-05-27exit: change zap_other_threads() to count sub-threadsOleg Nesterov1-8/+9
2010-05-27exit: exit_notify() can trust signal->notify_count < 0Oleg Nesterov1-5/+2
2010-05-27call_usermodehelper: UMH_WAIT_EXEC ignores kernel_thread() failureOleg Nesterov1-2/+2
2010-05-27call_usermodehelper: simplify/fix UMH_NO_WAIT caseOleg Nesterov1-6/+4
2010-05-27wait_for_helper: SIGCHLD from user-space can lead to use-after-freeOleg Nesterov1-5/+5
2010-05-27call_usermodehelper: no need to unblock signalsOleg Nesterov1-3/+0
2010-05-27umh: creds: kill subprocess_info->cred logicOleg Nesterov2-79/+0
2010-05-27umh: creds: convert call_usermodehelper_keys() to use subprocess_info->init()Oleg Nesterov1-18/+0
2010-05-27exec: replace call_usermodehelper_pipe with use of umh init function and resolve limitNeil Horman1-82/+0
2010-05-27kmod: add init function to usermodehelperNeil Horman2-25/+32
2010-05-27signals: check_kill_permission(): don't check creds if same_thread_group()Oleg Nesterov1-2/+4
2010-05-27ptrace: PTRACE_GETFDPIC: fix the unsafe usage of child->mmOleg Nesterov1-2/+8
2010-05-27ptrace: unify FDPIC implementationsMike Frysinger1-0/+20
2010-05-27cpusets: randomize node rotor used in cpuset_mem_spread_node()Jack Steiner1-0/+4
2010-05-27cpusets: new round-robin rotor for SLAB allocationsJack Steiner1-4/+16
2010-05-27cgroups: make cftype.unregister_event() void-returningKirill A. Shutemov1-1/+0
2010-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+3
2010-05-25Revert "module: drop the lock while waiting for module to complete initialization."Linus Torvalds1-37/+22
2010-05-25proc_dointvec: write a single valueJ. R. Okajima1-1/+3
2010-05-25sysctl: don't use own implementation of hex_to_bin()Andy Shevchenko1-6/+3
2010-05-25module: remove duplicate declaration of __ksymtab_gpl_futureWenji Huang1-2/+0
2010-05-25mem-hotplug: fix potential race while building zonelist for new populated zoneHaicheng Li1-1/+4
2010-05-25mem-hotplug: avoid multiple zones sharing same boot strapping boot_pagesetHaicheng Li1-1/+1
2010-05-25cpu/mem hotplug: enable CPUs online before local memory onlineminskey guo1-0/+25