summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-11ipmi: Periodically check to see if irqs and messages are set rightCorey Minyard
2014-12-11drivers/char/ipmi: Add powernv IPMI driverJeremy Kerr
2014-12-11ipmi: Add SMBus interface driver (SSIF)Corey Minyard
2014-12-11ipmi: Remove the now unused priority from SMI senderCorey Minyard
2014-12-11ipmi: Remove the now unnecessary message queueCorey Minyard
2014-12-11ipmi: Make the message handler easier to use for SMI interfacesCorey Minyard
2014-12-11ipmi: Move message sending into its own functionCorey Minyard
2014-12-11ipmi: rename waiting_msgs to waiting_rcv_msgsCorey Minyard
2014-12-11ipmi: Fix handling of BMC flagsCorey Minyard
2014-12-11ipmi: Initialize BMC device attributesCorey Minyard
2014-12-11ipmi: Unregister previously registered driver in error casetrenn@suse.de
2014-12-11ipmi: Use the proper type for acpi_handleCorey Minyard
2014-12-11ipmi: Fix a bug in hot add/removeCorey Minyard
2014-12-11ipmi: Remove useless sysfs_name parametersCorey Minyard
2014-12-11ipmi: clean up the device handling for the bmc deviceCorey Minyard
2014-12-11ipmi: Move the address source to string to ipmi-generic codeCorey Minyard
2014-12-11ipmi: Ignore SSIF in the PNP handlingCorey Minyard
2014-12-11Merge branch 'topic/opal-ipmi' of git://git.kernel.org/pub/scm/linux/kernel/g...Corey Minyard
2014-12-11Merge tag 'fbdev-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba...Linus Torvalds
2014-12-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2014-12-11Merge branch 'mailbox-devel' of git://git.linaro.org/landing-teams/working/fu...Linus Torvalds
2014-12-11Merge tag 'spi-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds
2014-12-11Merge tag 'edac/v3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2014-12-11Merge tag 'media/v3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-12-11Merge tag 'backlight-for-linus-3.19' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-12-11Merge tag 'pinctrl-v3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-12-10Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-12-10Merge tag 'pci-v3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-12-10Merge tag 'ktest-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2014-12-10Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-12-10Merge tag 'ftracetest-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-12-10Merge tag 'trace-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2014-12-10Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds
2014-12-10exit: pidns: fix/update the comments in zap_pid_ns_processes()Oleg Nesterov
2014-12-10exit: pidns: alloc_pid() leaks pid_namespace if child_reaper is exitingOleg Nesterov
2014-12-10exit: exit_notify: re-use "dead" list to autoreap currentOleg Nesterov
2014-12-10exit: reparent: call forget_original_parent() under tasklist_lockOleg Nesterov
2014-12-10exit: reparent: avoid find_new_reaper() if no childrenOleg Nesterov
2014-12-10exit: reparent: introduce find_alive_thread()Oleg Nesterov
2014-12-10exit: reparent: introduce find_child_reaper()Oleg Nesterov
2014-12-10exit: reparent: document the ->has_child_subreaper checksOleg Nesterov
2014-12-10exit: reparent: s/while_each_thread/for_each_thread/ in find_new_reaper()Oleg Nesterov
2014-12-10exit: reparent: fix the cross-namespace PR_SET_CHILD_SUBREAPER reparentingOleg Nesterov
2014-12-10exit: reparent: fix the dead-parent PR_SET_CHILD_SUBREAPER reparentingOleg Nesterov
2014-12-10exit: proc: don't try to flush /proc/tgid/task/tgidOleg Nesterov
2014-12-10exit: release_task: fix the comment about group leader accountingOleg Nesterov
2014-12-10exit: wait: drop tasklist_lock before psig->c* accountingOleg Nesterov
2014-12-10exit: wait: don't use zombie->real_parentOleg Nesterov
2014-12-10exit: wait: cleanup the ptrace_reparented() checksOleg Nesterov
2014-12-10usermodehelper: kill the kmod_thread_locker logicOleg Nesterov