summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-05-27rapidio: modify initialization of switch operationsAlexandre Bounine
2010-05-27rapidio: add debug configuration optionAlexandre Bounine
2010-05-27rapidio: fix typos and minor editsAlexandre Bounine
2010-05-27rapidio: add enabling SRIO port RX and TXThomas Moll
2010-05-27rapidio, powerpc/85xx: Add MChk handler for SRIO portAlexandre Bounine
2010-05-27rapidio, powerpc/85xx: add Port-Write message handler for SRIO portAlexandre Bounine
2010-05-27rapidio: add Port-Write handling for EMAlexandre Bounine
2010-05-27rapidio: add switch locking during discoveryAlexandre Bounine
2010-05-27rapidio: add IDT CPS/TSI switchesAlexandre Bounine
2010-05-27drivers/char/applicom.c: use memdup_userJulia Lawall
2010-05-27drivers/char/ppdev.c: use kasprintfJulia Lawall
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