summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-05-27rapidio: add enabling SRIO port RX and TXThomas Moll3-1/+94
2010-05-27rapidio, powerpc/85xx: Add MChk handler for SRIO portAlexandre Bounine1-4/+70
2010-05-27rapidio, powerpc/85xx: add Port-Write message handler for SRIO portAlexandre Bounine1-3/+260
2010-05-27rapidio: add Port-Write handling for EMAlexandre Bounine10-41/+776
2010-05-27rapidio: add switch locking during discoveryAlexandre Bounine1-20/+144
2010-05-27rapidio: add IDT CPS/TSI switchesAlexandre Bounine13-11/+505
2010-05-27drivers/char/applicom.c: use memdup_userJulia Lawall1-8/+3
2010-05-27drivers/char/ppdev.c: use kasprintfJulia Lawall1-3/+1
2010-05-27char drivers: RAM oops/panic loggerMarco Stornelli3-0/+170
2010-05-27ipmi: handle run_to_completion properly in deliver_recv_msg()Jiri Kosina1-3/+8
2010-05-27ipmi: update driver to use dev_printk and its constructsMyron Stowe2-127/+107
2010-05-27ipmi: convert tracking of the ACPI device pointer to a PNP deviceMyron Stowe1-1/+1
2010-05-27ipmi: change timeout and event poll to one secondCorey Minyard1-2/+2
2010-05-27ipmi: attempt to register multiple SIs of the same typeMatthew Garrett1-7/+21
2010-05-27ipmi: reduce pollingMatthew Garrett1-7/+13
2010-05-27ipmi: reduce polling when interrupts are availableMatthew Garrett1-2/+10
2010-05-27ipmi: change device discovery orderMatthew Garrett1-11/+12
2010-05-27ipmi: only register one si per bmcMatthew Garrett1-2/+27
2010-05-27ipmi: split device discovery and registrationMatthew Garrett1-46/+84
2010-05-27ipmi: change addr_source to an enum rather than stringsMatthew Garrett1-19/+25
2010-05-27ipc/sem.c: use ERR_CASTJulia Lawall1-1/+1
2010-05-27ipc/sem.c: update description of the implementationManfred Spraul1-50/+53
2010-05-27ipc/sem.c: cacheline align the ipc spinlock for semaphoresManfred Spraul1-1/+3
2010-05-27ipc/sem.c: move wake_up_process out of the spinlock sectionManfred Spraul1-32/+91
2010-05-27ipc/sem.c: optimize update_queue() for bulk wakeup callsManfred Spraul1-13/+97
2010-05-27idr: fix backtrack logic in idr_remove_allImre Deak1-1/+4
2010-05-27cpuhotplug: do not need cpu_hotplug_begin() when CONFIG_HOTPLUG_CPU=nLai Jiangshan1-18/+22
2010-05-27fault-injection: add CPU notifier error injection moduleAkinobu Mita3-0/+76
2010-05-27md: convert cpu notifier to return encapsulate errno valueAkinobu Mita1-1/+1
2010-05-27s390: convert cpu notifier to return encapsulate errno valueAkinobu Mita1-3/+3
2010-05-27ehca: convert cpu notifier to return encapsulate errno valueAkinobu Mita1-1/+1
2010-05-27iucv: convert cpu notifier to return encapsulate errno valueAkinobu Mita1-4/+5
2010-05-27slab: convert cpu notifier to return encapsulate errno valueAkinobu Mita1-1/+1
2010-05-27kernel/: convert cpu notifier to return encapsulate errno valueAkinobu Mita7-13/+17
2010-05-27topology: convert cpu notifier to return encapsulate errno valueAkinobu Mita1-1/+1
2010-05-27x86: convert cpu notifier to return encapsulate errno valueAkinobu Mita3-3/+3
2010-05-27notifier: change notifier_from_errno(0) to return NOTIFY_OKAkinobu Mita1-1/+4
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-27kcore: add _text to KCORE_TEXTWu Fengguang1-1/+1
2010-05-27proc: remove obsolete commentsAmerigo Wang1-15/+0
2010-05-27proc: cleanup: remove unused assignmentsDan Carpenter2-3/+2
2010-05-27proc: turn signal_struct->count into "int nr_threads"Oleg Nesterov4-11/+8
2010-05-27keyctl_session_to_parent(): use thread_group_empty() to check singlethreadnessOleg Nesterov1-1/+1
2010-05-27proc_sched_show_task(): use get_nr_threads()Oleg Nesterov1-8/+2
2010-05-27proc: get_nr_threads() doesn't need ->siglock any longerOleg Nesterov3-14/+7
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 Nesterov2-5/+0
2010-05-27exit: __exit_signal: use thread_group_leader() consistentlyOleg Nesterov1-6/+6