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
2010-05-21
hotplug: netns aware uevent_helper
Eric W. Biederman
-2
/
+17
2010-05-21
kobj: Send hotplug events in the proper namespace.
Eric W. Biederman
-2
/
+20
2010-05-21
netlink: Implment netlink_broadcast_filtered
Eric W. Biederman
-2
/
+23
2010-05-21
net/sysfs: Fix the bitrot in network device kobject namespace support
Eric W. Biederman
-13
/
+3
2010-05-21
netns: Teach network device kobjects which namespace they are in.
Eric W. Biederman
-0
/
+56
2010-05-21
kobject: Send hotplug events in all network namespaces
Eric W. Biederman
-8
/
+60
2010-05-21
driver-core: fix Typo in drivers/base/core.c for CONFIG_MODULE
Christoph Egger
-1
/
+1
2010-05-21
pci: check caps from sysfs file open to read device dependent config space
Chris Wright
-1
/
+2
2010-05-21
sysfs: add struct file* to bin_attr callbacks
Chris Wright
-149
/
+220
2010-05-21
sysfs: Remove usage of S_BIAS to avoid merge conflict with the vfs tree
Eric W. Biederman
-3
/
+8
2010-05-21
sysfs: Don't use enums in inline function declaration.
Eric W. Biederman
-1
/
+1
2010-05-21
sysfs-namespaces: add a high-level Documentation file
Serge E. Hallyn
-0
/
+42
2010-05-21
sysfs: Comment sysfs directory tagging logic
Serge E. Hallyn
-1
/
+43
2010-05-21
driver core: Implement ns directory support for device classes.
Eric W. Biederman
-9
/
+12
2010-05-21
sysfs: Implement sysfs_delete_link
Eric W. Biederman
-0
/
+28
2010-05-21
sysfs: Add support for tagged directories with untagged members.
Eric W. Biederman
-9
/
+5
2010-05-21
sysfs: Implement sysfs tagged directory support.
Eric W. Biederman
-51
/
+181
2010-05-21
kobj: Add basic infrastructure for dealing with namespaces.
Eric W. Biederman
-14
/
+204
2010-05-21
sysfs: Remove double free sysfs_get_sb
Eric W. Biederman
-1
/
+0
2010-05-21
sysfs: Basic support for multiple super blocks
Eric W. Biederman
-2
/
+59
2010-05-21
generate "change" uevent for loop device
David Zeuthen
-1
/
+9
2010-05-21
Driver core: Protect device shutdown from hot unplug events.
Hugh Daschbach
-3
/
+22
2010-05-21
firmware loader: do not allocate firmare id separately
Dmitry Torokhov
-13
/
+4
2010-05-21
firmware loader: split out builtin firmware handling
Dmitry Torokhov
-26
/
+50
2010-05-21
firmware loader: rely on driver core to create class attribute
Dmitry Torokhov
-35
/
+24
2010-05-21
firmware class: export nowait to userspace
Johannes Berg
-5
/
+11
2010-05-21
lockdep: Add novalidate class for dev->mutex conversion
Peter Zijlstra
-0
/
+25
2010-05-21
drivers/base: Convert dev->sem to mutex
Thomas Gleixner
-8
/
+8
2010-05-21
platform_bus: allow custom extensions to system PM methods
Kevin Hilman
-4
/
+4
2010-05-21
devtmpfs: support !CONFIG_TMPFS
Peter Korsgaard
-3
/
+13
2010-05-21
driver core: module.c: Use kasprintf
Julia Lawall
-3
/
+1
2010-05-21
Driver core: don't initialize wakeup flags
Alan Stern
-1
/
+0
2010-05-21
driver-core: fix potential race condition in drivers/base/dd.c
Stefani Seibold
-2
/
+2
2010-05-21
Driver core: Reduce the level of request_firmware() messages
Rafael J. Wysocki
-3
/
+2
2010-05-21
kref: remove kref_set
NeilBrown
-18
/
+6
2010-05-21
firmware_class: fix memory leak - free allocated pages
David Woodhouse
-6
/
+21
2010-05-21
drivers/base/cpu.c: fix the output from /sys/devices/system/cpu/offline
Jan Beulich
-1
/
+1
2010-05-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...
Linus Torvalds
-350
/
+423
2010-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw
Linus Torvalds
-185
/
+368
2010-05-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...
Linus Torvalds
-18
/
+75
2010-05-21
Merge git://git.infradead.org/mtd-2.6
Linus Torvalds
-1647
/
+10156
2010-05-21
Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6
Linus Torvalds
-51
/
+35
2010-05-21
Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6
Linus Torvalds
-0
/
+1
2010-05-21
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
-2118
/
+1905
2010-05-21
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-1491
/
+2596
2010-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
-4149
/
+15301
2010-05-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
-8360
/
+17242
2010-05-20
sound: fixup for usb_buffer_alloc/free rename
Stephen Rothwell
-5
/
+5
2010-05-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
-48165
/
+95796
2010-05-20
Merge branch 'docs-next' of git://git.lwn.net/linux-2.6
Linus Torvalds
-0
/
+109
[next]