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
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-19
driver-core: document ERR_PTR() return values
Jani Nikula
1
-0
/
+6
2010-03-07
driver core: Use sysfs_rename_link in device_rename
Eric W. Biederman
1
-12
/
+6
2010-03-07
Driver core: Constify struct sysfs_ops in struct kobj_type
Emese Revfy
1
-1
/
+1
2010-03-07
kobject: Constify struct kset_uevent_ops
Emese Revfy
1
-1
/
+1
2010-03-07
Driver-Core: require valid action string in uevent trigger
Kay Sievers
1
-8
/
+3
2010-03-07
driver-core: fix race condition in get_device_parent()
Tejun Heo
1
-2
/
+11
2009-12-23
Driver-core: Fix bogus 0 error return in device_add()
Thomas Gleixner
1
-1
/
+3
2009-12-23
Driver core: bin_attribute parameters can often be const*
Phil Carmody
1
-2
/
+4
2009-12-23
Driver core: device_attribute parameters can often be const*
Phil Carmody
1
-2
/
+4
2009-12-11
Driver core: fix race in dev_driver_string
Alan Stern
1
-1
/
+8
2009-12-11
Driver core: Don't remove kobjects in device_shutdown.
Eric W. Biederman
1
-3
/
+0
2009-12-11
Driver Core: devtmpfs: cleanup node on device creation error
Kay Sievers
1
-0
/
+2
2009-09-19
Driver-Core: extend devnode callbacks to provide permissions
Kay Sievers
1
-7
/
+12
2009-09-15
Driver Core: devtmpfs - kernel-maintained tmpfs-based /dev
Kay Sievers
1
-0
/
+3
2009-09-15
driver model: constify attribute groups
David Brownell
1
-2
/
+2
2009-09-15
Driver core: move dev_get/set_drvdata to drivers/base/dd.c
Greg Kroah-Hartman
1
-6
/
+14
2009-09-15
Driver core: add new device to bus's list before probing
Alan Stern
1
-1
/
+1
2009-06-15
Driver Core: add nodename callbacks
Kay Sievers
1
-1
/
+50
2009-06-15
driver core: fix gcc 4.3.3 warnings about string literals
Greg Kroah-Hartman
1
-2
/
+2
2009-06-15
driver core: synchronize device shutdown
Shaohua Li
1
-0
/
+2
2009-05-28
Driver Core: do not oops when driver_unregister() is called for unregistered ...
Kay Sievers
1
-1
/
+4
2009-04-20
driver: dont update dev_name via device_add path
Kay Sievers
1
-1
/
+2
2009-04-16
driver core: prevent device_for_each_child from oopsing
Greg Kroah-Hartman
1
-0
/
+3
2009-03-24
Driver core: Fix device_move() vs. dpm list ordering, v2
Cornelia Huck
1
-1
/
+18
2009-03-24
Driver core: implement uevent suppress in kobject
Ming Lei
1
-2
/
+0
2009-03-24
driver core: move klist_children into private structure
Greg Kroah-Hartman
1
-14
/
+25
2009-03-24
driver core: create a private portion of struct device
Greg Kroah-Hartman
1
-0
/
+9
2009-03-24
driver core: get rid of struct device's bus_id string array
Kay Sievers
1
-20
/
+19
2009-01-28
driver-core: fix kernel-doc parameter name
Randy Dunlap
1
-1
/
+1
2009-01-20
driver core: Convert '/' to '!' in dev_set_name()
Roland Dreier
1
-0
/
+6
2009-01-09
Revert "driver core: create a private portion of struct device"
Greg Kroah-Hartman
1
-8
/
+0
2009-01-09
Revert "driver core: move klist_children into private structure"
Greg Kroah-Hartman
1
-24
/
+13
2009-01-06
driver core: add root_device_register()
Mark McLoughlin
1
-0
/
+91
2009-01-06
Driver core: move the bus notifier call points
Alan Stern
1
-11
/
+14
2009-01-06
driver core: move klist_children into private structure
Greg Kroah-Hartman
1
-13
/
+24
2009-01-06
driver core: create a private portion of struct device
Greg Kroah-Hartman
1
-0
/
+8
2009-01-06
driver core: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
1
-18
/
+18
2008-10-16
kobject: Fix kobject_rename and !CONFIG_SYSFS
Eric W. Biederman
1
-0
/
+5
2008-10-16
Driver core: Fix cleanup in device_create_vargs().
Cornelia Huck
1
-1
/
+1
2008-10-16
Driver core: Clarify device cleanup.
Cornelia Huck
1
-5
/
+18
2008-10-09
driver-core: use klist for class device list and implement iterator
Tejun Heo
1
-3
/
+3
2008-08-21
driver core: add init_name to struct device
Greg Kroah-Hartman
1
-7
/
+13
2008-08-21
PM: don't skip device PM init when CONFIG_PM_SLEEP isn't set and CONFIG_PM is...
Alan Stern
1
-3
/
+6
2008-08-21
dev_printk(): constify the `dev' argument
Jean Delvare
1
-1
/
+1
2008-07-26
Use WARN() in drivers/base/
Arjan van de Ven
1
-4
/
+2
2008-07-21
driver core: Suppress sysfs warnings for device_rename().
Cornelia Huck
1
-4
/
+5
2008-07-21
class: change internal semaphore to a mutex
Dave Young
1
-4
/
+5
2008-07-21
class: rename "sem" to "class_sem" in internal class structure
Greg Kroah-Hartman
1
-4
/
+4
2008-07-21
class: rename "subsys" to "class_subsys" in internal class structure
Greg Kroah-Hartman
1
-14
/
+17
2008-07-21
class: rename "interfaces" to "class_interfaces" in internal class structure
Greg Kroah-Hartman
1
-4
/
+4
[next]