index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6
Linus Torvalds
2006-09-26
55
-577
/
+1659
|
\
|
*
Driver core: Don't call put methods while holding a spinlock
Alan Stern
2006-09-26
1
-11
/
+15
|
*
Driver core: Remove unneeded routines from driver core
Alan Stern
2006-09-26
2
-32
/
+2
|
*
Driver core: Fix potential deadlock in driver core
Alan Stern
2006-09-26
3
-3
/
+10
|
*
PCI: enable driver multi-threaded probe
Greg Kroah-Hartman
2006-09-26
2
-0
/
+36
|
*
Driver Core: add ability for drivers to do a threaded probe
Greg Kroah-Hartman
2006-09-26
3
-27
/
+89
|
*
sysfs: add proper sysfs_init() prototype
Andrew Morton
2006-09-26
2
-9
/
+8
|
*
drivers/base: check errors
Andrew Morton
2006-09-26
4
-50
/
+104
|
*
drivers/base: Platform notify needs to occur before drivers attach to the device
Brian Walsh
2006-09-26
1
-4
/
+4
|
*
v4l-dev2: handle __must_check
Andrew Morton
2006-09-26
1
-1
/
+1
|
*
add CONFIG_ENABLE_MUST_CHECK
Andrew Morton
2006-09-26
2
-0
/
+12
|
*
add __must_check to device management code
Andrew Morton
2006-09-26
4
-55
/
+66
|
*
Driver core: fixed add_bind_files() definition
Yoichi Yuasa
2006-09-26
1
-1
/
+1
|
*
Driver core: fix comments in drivers/base/power/resume.c
Dmitry Torokhov
2006-09-26
1
-4
/
+4
|
*
sysfs_remove_bin_file: no return value, dump_stack on error
Randy.Dunlap
2006-09-26
5
-13
/
+19
|
*
kobject: must_check fixes
Randy Dunlap
2006-09-26
1
-1
/
+8
|
*
Driver core: add ability for devices to create and remove bin files
Greg Kroah-Hartman
2006-09-26
2
-0
/
+30
|
*
Class: add support for class interfaces for devices
Greg Kroah-Hartman
2006-09-26
3
-1
/
+25
|
*
Driver core: create devices/virtual/ tree
Greg Kroah-Hartman
2006-09-26
3
-1
/
+28
|
*
Driver core: add device_rename function
Greg Kroah-Hartman
2006-09-26
2
-0
/
+56
|
*
Driver core: add ability for classes to handle devices properly
Greg Kroah-Hartman
2006-09-26
2
-0
/
+57
|
*
Driver core: allow devices in classes to have no parent
Greg Kroah-Hartman
2006-09-26
1
-10
/
+11
|
*
Driver core: add groups support to struct device
Greg Kroah-Hartman
2006-09-26
2
-0
/
+35
|
*
PM: platform_bus and late_suspend/early_resume
David Brownell
2006-09-26
2
-2
/
+30
|
*
PM: device_suspend/resume may sleep
Pavel Machek
2006-09-26
2
-0
/
+2
|
*
PM: add /sys/power documentation to Documentation/ABI
Rafael J. Wysocki
2006-09-26
1
-0
/
+88
|
*
PM: no suspend_prepare() phase
David Brownell
2006-09-26
5
-47
/
+0
|
*
PM: schedule /sys/devices/.../power/state for removal
Pavel Machek
2006-09-26
1
-0
/
+15
|
*
PM: add kconfig option for deprecated .../power/state files
David Brownell
2006-09-26
2
-0
/
+17
|
*
PM: update docs for writing .../power/state
David Brownell
2006-09-26
1
-10
/
+19
|
*
updated Documentation/power/devices.txt
David Brownell
2006-09-26
1
-190
/
+535
|
*
PM: issue PM_EVENT_PRETHAW
David Brownell
2006-09-26
4
-4
/
+12
|
*
PM: USB HCDs use PM_EVENT_PRETHAW
David Brownell
2006-09-26
5
-3
/
+23
|
*
PM: video drivers and PM_EVENT_PRETHAW
David Brownell
2006-09-26
4
-24
/
+30
|
*
PM: PCI and IDE handle PM_EVENT_PRETHAW
David Brownell
2006-09-26
2
-3
/
+7
|
*
PM: define PM_EVENT_PRETHAW
David Brownell
2006-09-26
1
-15
/
+47
|
*
fix broken/dubious driver suspend() methods
David Brownell
2006-09-26
3
-11
/
+20
|
*
make suspend quieter
David Brownell
2006-09-26
1
-5
/
+0
|
*
Suspend changes for PCI core
Linus Torvalds
2006-09-26
2
-1
/
+43
|
*
Suspend infrastructure cleanup and extension
Linus Torvalds
2006-09-26
5
-36
/
+130
|
*
SYSFS: allow sysfs_create_link to create symlinks in the root of sysfs
Greg Kroah-Hartman
2006-09-26
1
-2
/
+12
|
*
Debugfs: kernel-doc fixes for debugfs
Randy Dunlap
2006-09-26
2
-40
/
+31
|
*
sysfs: Make poll behaviour consistent
Juha Yrjölä
2006-09-26
1
-1
/
+1
|
*
Driver core: add const to class_create
Miguel Ojeda Sandonis
2006-09-26
2
-2
/
+2
|
*
device_create(): make fmt argument 'const char *'
Greg Kroah-Hartman
2006-09-26
2
-2
/
+2
|
*
class_device_create(): make fmt argument 'const char *'
Dmitry Torokhov
2006-09-26
2
-2
/
+3
|
*
deprecate PHYSDEV* keys
Kay Sievers
2006-09-26
3
-4
/
+20
|
*
Documentation/ABI: devfs is not obsolete, but removed!
jens m. noedler
2006-09-26
1
-3
/
+2
*
|
[PATCH] s390: fix cmm kernel thread handling
Heiko Carstens
2006-09-26
1
-19
/
+35
*
|
[PATCH] Make UML use ptrace-abi.h
Jeff Dike
2006-09-26
2
-17
/
+1
[next]