index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Driver core: Remove unneeded routines from driver core
Alan Stern
2006-09-25
2
-32
/
+2
*
Driver core: Fix potential deadlock in driver core
Alan Stern
2006-09-25
2
-2
/
+8
*
PCI: enable driver multi-threaded probe
Greg Kroah-Hartman
2006-09-25
2
-0
/
+36
*
Driver Core: add ability for drivers to do a threaded probe
Greg Kroah-Hartman
2006-09-25
1
-27
/
+81
*
drivers/base: check errors
Andrew Morton
2006-09-25
3
-46
/
+100
*
drivers/base: Platform notify needs to occur before drivers attach to the device
Brian Walsh
2006-09-25
1
-4
/
+4
*
Driver core: fixed add_bind_files() definition
Yoichi Yuasa
2006-09-25
1
-1
/
+1
*
Driver core: fix comments in drivers/base/power/resume.c
Dmitry Torokhov
2006-09-25
1
-4
/
+4
*
sysfs_remove_bin_file: no return value, dump_stack on error
Randy.Dunlap
2006-09-25
1
-3
/
+1
*
Driver core: add ability for devices to create and remove bin files
Greg Kroah-Hartman
2006-09-25
1
-0
/
+26
*
Class: add support for class interfaces for devices
Greg Kroah-Hartman
2006-09-25
2
-1
/
+23
*
Driver core: create devices/virtual/ tree
Greg Kroah-Hartman
2006-09-25
2
-0
/
+24
*
Driver core: add device_rename function
Greg Kroah-Hartman
2006-09-25
1
-0
/
+55
*
Driver core: add ability for classes to handle devices properly
Greg Kroah-Hartman
2006-09-25
1
-0
/
+53
*
Driver core: allow devices in classes to have no parent
Greg Kroah-Hartman
2006-09-25
1
-10
/
+11
*
Driver core: add groups support to struct device
Greg Kroah-Hartman
2006-09-25
1
-0
/
+34
*
PM: platform_bus and late_suspend/early_resume
David Brownell
2006-09-25
1
-2
/
+28
*
PM: device_suspend/resume may sleep
Pavel Machek
2006-09-25
2
-0
/
+2
*
PM: no suspend_prepare() phase
David Brownell
2006-09-25
2
-41
/
+0
*
PM: add kconfig option for deprecated .../power/state files
David Brownell
2006-09-25
1
-0
/
+6
*
PM: update docs for writing .../power/state
David Brownell
2006-09-25
1
-10
/
+19
*
PM: issue PM_EVENT_PRETHAW
David Brownell
2006-09-25
1
-0
/
+1
*
PM: USB HCDs use PM_EVENT_PRETHAW
David Brownell
2006-09-25
5
-3
/
+23
*
PM: video drivers and PM_EVENT_PRETHAW
David Brownell
2006-09-25
4
-24
/
+30
*
PM: PCI and IDE handle PM_EVENT_PRETHAW
David Brownell
2006-09-25
2
-3
/
+7
*
fix broken/dubious driver suspend() methods
David Brownell
2006-09-25
3
-11
/
+20
*
make suspend quieter
David Brownell
2006-09-25
1
-5
/
+0
*
Suspend changes for PCI core
Linus Torvalds
2006-09-25
1
-1
/
+40
*
Suspend infrastructure cleanup and extension
Linus Torvalds
2006-09-25
2
-34
/
+116
*
Driver core: add const to class_create
Miguel Ojeda Sandonis
2006-09-25
1
-1
/
+1
*
device_create(): make fmt argument 'const char *'
Greg Kroah-Hartman
2006-09-25
1
-1
/
+1
*
class_device_create(): make fmt argument 'const char *'
Dmitry Torokhov
2006-09-25
1
-1
/
+2
*
deprecate PHYSDEV* keys
Kay Sievers
2006-09-25
2
-4
/
+8
*
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2006-09-25
1
-8
/
+8
|
\
|
*
[ATM] he: Fix __init/__devinit conflict
Roland Dreier
2006-09-24
1
-8
/
+8
*
|
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6
Linus Torvalds
2006-09-25
1
-5
/
+5
|
\
\
|
*
|
[SUNLANCE]: Mark sparc_lance_probe_one as __devinit.
David S. Miller
2006-09-25
1
-5
/
+5
*
|
|
[PATCH] VIDIOC_ENUMSTD bug
Jonathan Corbet
2006-09-25
1
-1
/
+1
*
|
|
[PATCH] backlight: fix oops in __mutex_lock_slowpath during head /sys/class/g...
Michael Hanselmann
2006-09-25
1
-0
/
+12
*
|
|
[PATCH] rtc: lockdep fix/workaround
Peter Zijlstra
2006-09-25
1
-2
/
+3
|
/
/
*
|
[PATCH] pata_pdc2027x iomem annotations
Al Viro
2006-09-24
1
-3
/
+3
*
|
[PATCH] fix idiocy in asd_init_lseq_mdp()
Al Viro
2006-09-24
1
-1
/
+1
*
|
[PATCH] SCSI gfp_t annotations
Al Viro
2006-09-24
5
-14
/
+14
*
|
[PATCH] wrong thing iounmapped (qla3xxx)
Al Viro
2006-09-24
1
-1
/
+1
*
|
[PATCH] qla3xxx iomem annotations
Al Viro
2006-09-24
2
-26
/
+25
*
|
[PATCH] Revert ABI-breaking change in /proc
Matthew Wilcox
2006-09-24
1
-6
/
+10
|
/
*
[PATCH] missing include (free_irq() use)
Al Viro
2006-09-24
1
-0
/
+1
*
[PATCH] libata won't build on SUN4
Al Viro
2006-09-24
1
-0
/
+1
*
[PATCH] libata won't build on m68k and m32r
Al Viro
2006-09-24
1
-0
/
+1
*
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...
Linus Torvalds
2006-09-24
66
-1236
/
+19738
|
\
[next]