index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2014-12-11
ipmi: Make the message handler easier to use for SMI interfaces
Corey Minyard
-40
/
+162
2014-12-11
ipmi: Move message sending into its own function
Corey Minyard
-4
/
+9
2014-12-11
ipmi: rename waiting_msgs to waiting_rcv_msgs
Corey Minyard
-15
/
+16
2014-12-11
ipmi: Fix handling of BMC flags
Corey Minyard
-37
/
+68
2014-12-11
ipmi: Initialize BMC device attributes
Corey Minyard
-0
/
+2
2014-12-11
ipmi: Unregister previously registered driver in error case
trenn@suse.de
-0
/
+1
2014-12-11
ipmi: Use the proper type for acpi_handle
Corey Minyard
-1
/
+4
2014-12-11
ipmi: Fix a bug in hot add/remove
Corey Minyard
-1
/
+1
2014-12-11
ipmi: Remove useless sysfs_name parameters
Corey Minyard
-31
/
+5
2014-12-11
ipmi: clean up the device handling for the bmc device
Corey Minyard
-193
/
+92
2014-12-11
ipmi: Move the address source to string to ipmi-generic code
Corey Minyard
-7
/
+16
2014-12-11
ipmi: Ignore SSIF in the PNP handling
Corey Minyard
-0
/
+5
2014-12-11
Merge branch 'topic/opal-ipmi' of git://git.kernel.org/pub/scm/linux/kernel/g...
Corey Minyard
-0
/
+33
2014-12-11
Merge tag 'fbdev-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba...
Linus Torvalds
-2156
/
+2398
2014-12-11
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
-1428
/
+2048
2014-12-11
Merge branch 'mailbox-devel' of git://git.linaro.org/landing-teams/working/fu...
Linus Torvalds
-188
/
+701
2014-12-11
Merge tag 'spi-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
-279
/
+1911
2014-12-11
Merge tag 'edac/v3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
-28
/
+182
2014-12-11
Merge tag 'media/v3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-13239
/
+16517
2014-12-11
Merge tag 'backlight-for-linus-3.19' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-21
/
+44
2014-12-11
Merge tag 'pinctrl-v3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-810
/
+6151
2014-12-10
Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-1526
/
+4877
2014-12-10
Merge tag 'pci-v3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-211
/
+396
2014-12-10
Merge tag 'ktest-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
-11
/
+26
2014-12-10
Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-144
/
+783
2014-12-10
Merge tag 'ftracetest-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-13
/
+484
2014-12-10
Merge tag 'trace-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
-1312
/
+1680
2014-12-10
Merge branch 'akpm' (patchbomb from Andrew)
Linus Torvalds
-3940
/
+3655
2014-12-10
exit: pidns: fix/update the comments in zap_pid_ns_processes()
Oleg Nesterov
-4
/
+24
2014-12-10
exit: pidns: alloc_pid() leaks pid_namespace if child_reaper is exiting
Oleg Nesterov
-0
/
+2
2014-12-10
exit: exit_notify: re-use "dead" list to autoreap current
Oleg Nesterov
-4
/
+2
2014-12-10
exit: reparent: call forget_original_parent() under tasklist_lock
Oleg Nesterov
-24
/
+23
2014-12-10
exit: reparent: avoid find_new_reaper() if no children
Oleg Nesterov
-0
/
+3
2014-12-10
exit: reparent: introduce find_alive_thread()
Oleg Nesterov
-13
/
+19
2014-12-10
exit: reparent: introduce find_child_reaper()
Oleg Nesterov
-21
/
+35
2014-12-10
exit: reparent: document the ->has_child_subreaper checks
Oleg Nesterov
-8
/
+6
2014-12-10
exit: reparent: s/while_each_thread/for_each_thread/ in find_new_reaper()
Oleg Nesterov
-5
/
+3
2014-12-10
exit: reparent: fix the cross-namespace PR_SET_CHILD_SUBREAPER reparenting
Oleg Nesterov
-2
/
+4
2014-12-10
exit: reparent: fix the dead-parent PR_SET_CHILD_SUBREAPER reparenting
Oleg Nesterov
-1
/
+1
2014-12-10
exit: proc: don't try to flush /proc/tgid/task/tgid
Oleg Nesterov
-0
/
+3
2014-12-10
exit: release_task: fix the comment about group leader accounting
Oleg Nesterov
-7
/
+4
2014-12-10
exit: wait: drop tasklist_lock before psig->c* accounting
Oleg Nesterov
-7
/
+5
2014-12-10
exit: wait: don't use zombie->real_parent
Oleg Nesterov
-12
/
+11
2014-12-10
exit: wait: cleanup the ptrace_reparented() checks
Oleg Nesterov
-8
/
+6
2014-12-10
usermodehelper: kill the kmod_thread_locker logic
Oleg Nesterov
-30
/
+3
2014-12-10
usermodehelper: don't use CLONE_VFORK for ____call_usermodehelper()
Oleg Nesterov
-9
/
+3
2014-12-10
fs/hfs/catalog.c: fix comparison bug in hfs_cat_keycmp
Rasmus Villemoes
-6
/
+8
2014-12-10
nilfs2: fix the nilfs_iget() vs. nilfs_new_inode() races
Ryusuke Konishi
-11
/
+36
2014-12-10
nilfs2: deletion of an unnecessary check before the function call "iput"
Markus Elfring
-2
/
+1
2014-12-10
nilfs2: avoid duplicate segment construction for fsync()
Andreas Rohner
-8
/
+2
[next]