Driver-Core: require valid action string in uevent trigger
[safe/jmp/linux-2.6] / drivers / base / core.c
2010-03-08 Kay SieversDriver-Core: require valid action string in uevent...
2010-03-08 Tejun Heodriver-core: fix race condition in get_device_parent()
2009-12-23 Thomas GleixnerDriver-core: Fix bogus 0 error return in device_add()
2009-12-23 Phil CarmodyDriver core: bin_attribute parameters can often be...
2009-12-23 Phil CarmodyDriver core: device_attribute parameters can often...
2009-12-11 Alan SternDriver core: fix race in dev_driver_string
2009-12-11 Eric W. BiedermanDriver core: Don't remove kobjects in device_shutdown.
2009-12-11 Kay SieversDriver Core: devtmpfs: cleanup node on device creation...
2009-09-19 Kay SieversDriver-Core: extend devnode callbacks to provide permis...
2009-09-15 Kay SieversDriver Core: devtmpfs - kernel-maintained tmpfs-based...
2009-09-15 David Brownelldriver model: constify attribute groups
2009-09-15 Greg Kroah-HartmanDriver core: move dev_get/set_drvdata to drivers/base...
2009-09-15 Alan SternDriver core: add new device to bus's list before probing
2009-06-16 Kay SieversDriver Core: add nodename callbacks
2009-06-16 Greg Kroah-Hartmandriver core: fix gcc 4.3.3 warnings about string literals
2009-06-16 Shaohua Lidriver core: synchronize device shutdown
2009-05-28 Kay SieversDriver Core: do not oops when driver_unregister() is...
2009-04-20 Kay Sieversdriver: dont update dev_name via device_add path
2009-04-16 Greg Kroah-Hartmandriver core: prevent device_for_each_child from oopsing
2009-03-24 Cornelia HuckDriver core: Fix device_move() vs. dpm list ordering, v2
2009-03-24 Ming LeiDriver core: implement uevent suppress in kobject
2009-03-24 Greg Kroah-Hartmandriver core: move klist_children into private structure
2009-03-24 Greg Kroah-Hartmandriver core: create a private portion of struct device
2009-03-24 Kay Sieversdriver core: get rid of struct device's bus_id string...
2009-01-28 Randy Dunlapdriver-core: fix kernel-doc parameter name
2009-01-21 Roland Dreierdriver core: Convert '/' to '!' in dev_set_name()
2009-01-09 Greg Kroah-HartmanRevert "driver core: create a private portion of struct...
2009-01-09 Greg Kroah-HartmanRevert "driver core: move klist_children into private...
2009-01-06 Mark McLoughlindriver core: add root_device_register()
2009-01-06 Alan SternDriver core: move the bus notifier call points
2009-01-06 Greg Kroah-Hartmandriver core: move klist_children into private structure
2009-01-06 Greg Kroah-Hartmandriver core: create a private portion of struct device
2009-01-06 Kay Sieversdriver core: struct device - replace bus_id with dev_na...
2008-10-16 Eric W. Biedermankobject: Fix kobject_rename and !CONFIG_SYSFS
2008-10-16 Cornelia HuckDriver core: Fix cleanup in device_create_vargs().
2008-10-16 Cornelia HuckDriver core: Clarify device cleanup.
2008-10-09 Tejun Heodriver-core: use klist for class device list and implem...
2008-08-21 Greg Kroah-Hartmandriver core: add init_name to struct device
2008-08-21 Alan SternPM: don't skip device PM init when CONFIG_PM_SLEEP...
2008-08-21 Jean Delvaredev_printk(): constify the `dev' argument
2008-07-26 Arjan van de VenUse WARN() in drivers/base/
2008-07-22 Cornelia Huckdriver core: Suppress sysfs warnings for device_rename().
2008-07-22 Dave Youngclass: change internal semaphore to a mutex
2008-07-22 Greg Kroah-Hartmanclass: rename "sem" to "class_sem" in internal class...
2008-07-22 Greg Kroah-Hartmanclass: rename "subsys" to "class_subsys" in internal...
2008-07-22 Greg Kroah-Hartmanclass: rename "interfaces" to "class_interfaces" in...
2008-07-22 Greg Kroah-Hartmanclass: rename "devices" to "class_devices" in internal...
2008-07-22 Greg Kroah-Hartmanclass: move driver core specific parts to a private...
2008-07-22 Greg Kroah-HartmanDriver Core: add ability for class_find_device to start...
2008-07-22 Greg Kroah-Hartmandevice create: convert device_create_drvdata to device_...
2008-07-22 Greg Kroah-Hartmandriver core: remove device_create()
2008-07-22 Dan Williamssysfs: add /sys/dev/{char,block} to lookup sysfs path...
2008-06-11 Randy Dunlapdev_set_name: fix missing kernel-doc
2008-05-30 Stephen Rothwelldriver-core: prepare for 2.6.27 api change by adding...
2008-05-21 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2008-05-20 Greg Kroah-HartmanDriver core: add device_create_vargs and device_create_...
2008-05-15 Stephen Hemmingersysfs: remove error messages for -EEXIST case
2008-04-26 Yinghai Ludriver core: try parent numa_node at first before using...
2008-04-21 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/driver-2.6
2008-04-20 Harvey Harrisondriver core: replace remaining __FUNCTION__ occurrences
2008-04-20 Rafael J. WysockiPM: Remove destroy_suspended_device()
2008-04-20 Rafael J. WysockiDriver core: Call device_pm_add() after bus_add_device...
2008-04-20 Rafael J. WysockiPM: Handle device registrations during suspend/resume
2008-04-19 Matthew WilcoxConvert asm/semaphore.h users to linux/semaphore.h
2008-03-25 Andrew Mortondriver core: debug for bad dev_attr_show() return value.
2008-03-04 Cornelia HuckDriver core: Fix cleanup when failing device_add().
2008-03-04 Rafael J. Wysockidriver core: Remove dpm_sysfs_remove() from error path...
2008-03-04 Rafael J. WysockiPM: Do not acquire device semaphores upfront during...
2008-02-02 Cornelia HuckDriver core: Remove unneeded get_{device,driver}()...
2008-02-02 Dave Youngdriver core: convert to use class_find_device api
2008-01-27 Greg Kroah-HartmanDriver core: Fix up build when CONFIG_BLOCK=N
2008-01-25 Greg Kroah-HartmanDriver core: coding style fixes
2008-01-25 Cornelia HuckDriver core: Cleanup get_device_parent() in device_add...
2008-01-25 Kay SieversKobject: auto-cleanup on final unref
2008-01-25 Greg Kroah-HartmanKobject: rename kobject_init_ng() to kobject_init()
2008-01-25 Greg Kroah-HartmanKobject: rename kobject_add_ng() to kobject_add()
2008-01-25 Kay SieversDriver core: convert block from raw kobjects to core...
2008-01-25 Kay SieversDriver core: fix class glue dir cleanup logic
2008-01-25 Greg Kroah-HartmanDriver core: clean up debugging messages
2008-01-25 Greg Kroah-Hartmandriver core: remove fields from struct bus_type
2008-01-25 Greg Kroah-HartmanKobject: convert drivers/base/core.c to use kobject_ini...
2008-01-25 Greg Kroah-Hartmandriver core: clean up device_shutdown
2008-01-25 Greg Kroah-Hartmankset: convert /sys/devices to use kset_create
2008-01-25 Greg Kroah-Hartmankobject: get rid of kobject_kset_add_dir
2008-01-25 Greg Kroah-Hartmankobject: get rid of kobject_add_dir
2008-01-25 Greg Kroah-Hartmankobject: remove struct kobj_type from struct kset
2008-01-25 Rafael J. WysockiPM: Acquire device locks on suspend
2007-11-28 Daniel Drakecreate /sys/.../power when CONFIG_PM is set
2007-10-31 Kay SieversDriver Core: fix bug in device_rename() for SYSFS_DEPRE...
2007-10-12 Greg Kroah-HartmanDriver core: rename ktype_device
2007-10-12 Kay SieversDriver core: exclude kobject_uevent.c for !CONFIG_HOTPLUG
2007-10-12 Kay SieversDriver core: change add_uevent_var to use a struct
2007-10-07 Dmitry TorokhovDriver core: fix SYSF_DEPRECATED breakage for nested...
2007-09-26 Linus TorvaldsAdd explicit zeroing to "envp" array in device 'show...
2007-09-19 Dmitry TorokhovDriver core: fix deprectated sysfs structure for nested...
2007-07-30 Cornelia Huckdriver core: revert "device" link creation check
2007-07-30 Greg Kroah-Hartmankobject: put kobject_actions in kobject.h
2007-07-18 Cornelia HuckDriver core: check return code of sysfs_create_link()
2007-07-18 Kay SieversDriver core: accept all valid action-strings in uevent...
2007-07-11 Tejun Heodriver-core: make devt_attr and uevent_attr static
next