index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
/
dd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-07
Driver core: create lock/unlock functions for struct device
Greg Kroah-Hartman
1
-19
/
+19
2009-12-04
tree-wide: fix assorted typos all over the place
André Goddard Rosa
1
-1
/
+1
2009-09-15
Driver core: move dev_get/set_drvdata to drivers/base/dd.c
Greg Kroah-Hartman
1
-2
/
+29
2009-08-23
PM: Introduce core framework for run-time PM of I/O devices (rev. 17)
Rafael J. Wysocki
1
-0
/
+11
2009-06-15
Driver core: fix comment for device_attach()
Dmitry Torokhov
1
-1
/
+1
2009-06-15
driver core: add BUS_NOTIFY_UNBOUND_DRIVER event
Joerg Roedel
1
-0
/
+4
2009-04-21
driver synchronization: make scsi_wait_scan more advanced
Arjan van de Ven
1
-0
/
+1
2009-03-24
driver core: move knode_driver into private structure
Greg Kroah-Hartman
1
-5
/
+8
2009-03-24
driver core: remove polling for driver_probe_done(v5)
Ming Lei
1
-6
/
+2
2009-03-24
driver core: check bus->match without holding device lock
Ming Lei
1
-12
/
+7
2009-02-21
Consolidate driver_probe_done() loops into one place
Arjan van de Ven
1
-0
/
+17
2009-01-09
Revert "driver core: move knode_driver into private structure"
Greg Kroah-Hartman
1
-8
/
+5
2009-01-06
driver core:fix duplicate removing driver link in __device_release_driver
Ming Lei
1
-1
/
+0
2009-01-06
driver core: move knode_driver into private structure
Greg Kroah-Hartman
1
-5
/
+8
2009-01-06
driver core: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
1
-6
/
+6
2008-10-16
device model: Do a quickcheck for driver binding before doing an expensive check
Arjan van de Ven
1
-0
/
+3
2008-04-19
driver core: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-7
/
+7
2008-01-24
Driver core: coding style fixes
Greg Kroah-Hartman
1
-61
/
+58
2008-01-24
Driver core: fix race in __device_release_driver
Alan Stern
1
-3
/
+2
2008-01-24
Driver core: clean up debugging messages
Greg Kroah-Hartman
1
-8
/
+8
2008-01-24
Driver core: move the static kobject out of struct driver
Greg Kroah-Hartman
1
-12
/
+12
2008-01-24
driver core: remove fields from struct bus_type
Greg Kroah-Hartman
1
-2
/
+2
2007-07-11
driver core: fix kernel doc of device_release_driver
Stefan Richter
1
-9
/
+9
2007-07-11
driver core: properly get driver in device_release_driver
Stefan Richter
1
-2
/
+1
2007-06-08
Driver core: kill unused code
Stephen Hemminger
1
-13
/
+0
2007-05-02
PCI: remove the broken PCI_MULTITHREAD_PROBE option
Adrian Bunk
1
-38
/
+3
2007-04-27
driver core: don't fail attaching the device if it cannot be bound
Cornelia Huck
1
-1
/
+5
2007-04-27
driver core: per-subsystem multithreaded probing
Cornelia Huck
1
-31
/
+31
2007-02-09
devres: device resource management
Tejun Heo
1
-0
/
+3
2007-02-07
driver core: Change function call order in device_bind_driver().
Cornelia Huck
1
-2
/
+6
2007-02-07
driver core: Don't stop probing on ->probe errors.
Cornelia Huck
1
-7
/
+6
2006-12-01
Driver core: fix "driver" symlink timing
Kay Sievers
1
-30
/
+52
2006-12-01
Driver core: add notification of bus events
Benjamin Herrenschmidt
1
-0
/
+10
2006-10-27
[PATCH] drivers: wait for threaded probes between initcall levels
Andrew Morton
1
-0
/
+30
2006-10-18
driver core: kmalloc() failure check in driver_probe_device
Akinobu Mita
1
-0
/
+2
2006-10-18
Driver core: plug device probe memory leak
Duncan Sands
1
-1
/
+1
2006-09-25
Driver core: Fix potential deadlock in driver core
Alan Stern
1
-0
/
+2
2006-09-25
Driver Core: add ability for drivers to do a threaded probe
Greg Kroah-Hartman
1
-27
/
+81
2006-09-25
drivers/base: check errors
Andrew Morton
1
-10
/
+27
2006-04-14
[PATCH] driver core: safely unbind drivers for devices not on a bus
Alan Stern
1
-1
/
+1
2006-01-13
[PATCH] Add bus_type probe, remove, shutdown methods.
Russell King
1
-2
/
+10
2006-01-04
[PATCH] Hold the device's parent's lock during probe and remove
Alan Stern
1
-1
/
+14
2005-11-23
[PATCH] Small fixes to driver core
Alan Stern
1
-5
/
+3
2005-09-22
[PATCH] Driver Core: fis bus rescan devices race
Daniel Ritz
1
-0
/
+3
2005-09-05
[PATCH] klist: fix klist to have the same klist_add semantics as list_head
James Bottomley
1
-1
/
+1
2005-06-29
[PATCH] driver core: Add the ability to bind drivers to devices from userspace
Greg Kroah-Hartman
1
-1
/
+1
2005-06-20
[PATCH] driver core: fix error handling in bus_add_device
Hannes Reinecke
1
-1
/
+2
2005-06-20
[PATCH] driver core: Fix races in driver_detach()
Alan Stern
1
-13
/
+38
2005-06-20
[PATCH] Driver Core: fix bk-driver-core kills ppc64
Patrick Mochel
1
-68
/
+74
2005-06-20
[PATCH] Driver core: Fix up the driver and device iterators to be quieter
gregkh@suse.de
1
-13
/
+19
[next]