aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-05-27char drivers: RAM oops/panic loggerMarco Stornelli
2010-05-27ipmi: handle run_to_completion properly in deliver_recv_msg()Jiri Kosina
2010-05-27ipmi: update driver to use dev_printk and its constructsMyron Stowe
2010-05-27ipmi: convert tracking of the ACPI device pointer to a PNP deviceMyron Stowe
2010-05-27ipmi: change timeout and event poll to one secondCorey Minyard
2010-05-27ipmi: attempt to register multiple SIs of the same typeMatthew Garrett
2010-05-27ipmi: reduce pollingMatthew Garrett
2010-05-27ipmi: reduce polling when interrupts are availableMatthew Garrett
2010-05-27ipmi: change device discovery orderMatthew Garrett
2010-05-27ipmi: only register one si per bmcMatthew Garrett
2010-05-27ipmi: split device discovery and registrationMatthew Garrett
2010-05-27ipmi: change addr_source to an enum rather than stringsMatthew Garrett
2010-05-27ipc/sem.c: use ERR_CASTJulia Lawall
2010-05-27ipc/sem.c: update description of the implementationManfred Spraul
2010-05-27ipc/sem.c: cacheline align the ipc spinlock for semaphoresManfred Spraul
2010-05-27ipc/sem.c: move wake_up_process out of the spinlock sectionManfred Spraul
2010-05-27ipc/sem.c: optimize update_queue() for bulk wakeup callsManfred Spraul
2010-05-27idr: fix backtrack logic in idr_remove_allImre Deak
2010-05-27cpuhotplug: do not need cpu_hotplug_begin() when CONFIG_HOTPLUG_CPU=nLai Jiangshan
2010-05-27fault-injection: add CPU notifier error injection moduleAkinobu Mita
2010-05-27md: convert cpu notifier to return encapsulate errno valueAkinobu Mita
2010-05-27s390: convert cpu notifier to return encapsulate errno valueAkinobu Mita
2010-05-27ehca: convert cpu notifier to return encapsulate errno valueAkinobu Mita
2010-05-27iucv: convert cpu notifier to return encapsulate errno valueAkinobu Mita
2010-05-27slab: convert cpu notifier to return encapsulate errno valueAkinobu Mita
2010-05-27kernel/: convert cpu notifier to return encapsulate errno valueAkinobu Mita
2010-05-27topology: convert cpu notifier to return encapsulate errno valueAkinobu Mita
2010-05-27x86: convert cpu notifier to return encapsulate errno valueAkinobu Mita
2010-05-27notifier: change notifier_from_errno(0) to return NOTIFY_OKAkinobu Mita
2010-05-27cpu-hotplug: return better errno on cpu hotplug failureAkinobu Mita
2010-05-27cpu-hotplug: introduce cpu_notify(), __cpu_notify(), cpu_notify_nofail()Akinobu Mita
2010-05-27kcore: add _text to KCORE_TEXTWu Fengguang
2010-05-27proc: remove obsolete commentsAmerigo Wang
2010-05-27proc: cleanup: remove unused assignmentsDan Carpenter
2010-05-27proc: turn signal_struct->count into "int nr_threads"Oleg Nesterov
2010-05-27keyctl_session_to_parent(): use thread_group_empty() to check singlethreadnessOleg Nesterov
2010-05-27proc_sched_show_task(): use get_nr_threads()Oleg Nesterov
2010-05-27proc: get_nr_threads() doesn't need ->siglock any longerOleg Nesterov
2010-05-27check_unshare_flags: kill the bogus CLONE_SIGHAND/sig->count checkOleg Nesterov
2010-05-27exit: move taskstats_tgid_free() from __exit_signal() to free_signal_struct()Oleg Nesterov
2010-05-27kill the obsolete thread_group_cputime_free() helperOleg Nesterov
2010-05-27exit: __exit_signal: use thread_group_leader() consistentlyOleg Nesterov
2010-05-27signals: kill the awful task_rq_unlock_wait() hackOleg Nesterov
2010-05-27signals: clear signal->tty when the last thread exitsOleg Nesterov
2010-05-27signals: make task_struct->signal immutable/refcountableOleg Nesterov
2010-05-27fork/exit: move tty_kref_put() outside of __cleanup_signal()Oleg Nesterov
2010-05-27ia64: ptrace_attach_sync_user_rbs: avoid "task->signal != NULL" checksOleg Nesterov
2010-05-27posix-cpu-timers: avoid "task->signal != NULL" checksOleg Nesterov
2010-05-27exit: avoid sig->count in __exit_signal() to detect the group-dead caseOleg Nesterov
2010-05-27exit: avoid sig->count in de_thread/__exit_signal synchronizationOleg Nesterov