index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
/
bus.c
Commit message (
Expand
)
Author
Age
*
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
2011-01-13
|
\
|
*
Fix "forcably" comment typo
Robert P. J. Day
2010-11-21
*
|
driver-core: merge private parts of class and bus
Kay Sievers
2010-11-17
|
/
*
driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devices
Kay Sievers
2010-10-22
*
driver core: fix memory leak on one error path in bus_register()
Jike Song
2010-08-05
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
*
Driver core: create lock/unlock functions for struct device
Greg Kroah-Hartman
2010-03-07
*
Driver core: Constify struct sysfs_ops in struct kobj_type
Emese Revfy
2010-03-07
*
kobject: Constify struct kset_uevent_ops
Emese Revfy
2010-03-07
*
driver core: Prevent reference to freed memory on error path
Phil Carmody
2009-12-23
*
Driver core: allow certain drivers prohibit bind/unbind via sysfs
Dmitry Torokhov
2009-10-30
*
Driver core: add new device to bus's list before probing
Alan Stern
2009-09-15
*
trivial: fix grammo in bus_for_each_dev() kerneldoc
Alex Chiang
2009-06-12
*
Driver Core: do not oops when driver_unregister() is called for unregistered ...
Kay Sievers
2009-05-28
*
driver core: move knode_bus into private structure
Greg Kroah-Hartman
2009-03-24
*
driver-core: do not register a driver with bus_type not registered
Dave Young
2009-03-24
*
driver core: check bus->match without holding device lock
Ming Lei
2009-03-24
*
Revert "driver core: move knode_bus into private structure"
Greg Kroah-Hartman
2009-01-09
*
driver core: move knode_bus into private structure
Greg Kroah-Hartman
2009-01-06
*
driver core: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
2009-01-06
*
Driver core: add bus_sort_breadthfirst() function
Greg Kroah-Hartman
2008-10-16
*
Driver core: make bus_find_device_by_name() more robust
Peter Korsgaard
2008-10-16
*
bus_remove_device: be more careful about incomplete initialization
Rafael J. Wysocki
2008-04-22
*
driver core: replace remaining __FUNCTION__ occurrences
Harvey Harrison
2008-04-19
*
Driver core: make device_is_registered() work for class devices
Greg Kroah-Hartman
2008-04-19
*
Driver core: Fix error handling in bus_add_driver().
Cornelia Huck
2008-02-21
*
Driver core: add bus_find_device_by_name function
Greg Kroah-Hartman
2008-01-27
*
Driver core: coding style fixes
Greg Kroah-Hartman
2008-01-25
*
Kobject: convert drivers/* from kobject_unregister() to kobject_put()
Greg Kroah-Hartman
2008-01-24
*
Kobject: change drivers/base/bus to use kobject_init_and_add
Greg Kroah-Hartman
2008-01-24
*
Driver core: clean up debugging messages
Greg Kroah-Hartman
2008-01-24
*
Driver core: move the static kobject out of struct driver
Greg Kroah-Hartman
2008-01-24
*
driver core: remove fields from struct bus_type
Greg Kroah-Hartman
2008-01-24
*
driver core: add way to get to bus device klist
Greg Kroah-Hartman
2008-01-24
*
driver core: add way to get to bus kset
Greg Kroah-Hartman
2008-01-24
*
kobject: remove subsystem_(un)register functions
Greg Kroah-Hartman
2008-01-24
*
kset: convert struct bus_device->drivers to use kset_create
Greg Kroah-Hartman
2008-01-24
*
kset: convert struct bus_device->devices to use kset_create
Greg Kroah-Hartman
2008-01-24
*
kset: convert drivers/base/bus.c to use kset_create
Greg Kroah-Hartman
2008-01-24
*
kobject: remove struct kobj_type from struct kset
Greg Kroah-Hartman
2008-01-24
*
Driver core: rename ktype_driver
Greg Kroah-Hartman
2007-10-12
*
Driver core: add uevent file for bus and driver
Kay Sievers
2007-10-12
*
Driver core: remove get_bus()
Greg Kroah-Hartman
2007-10-12
*
Driver core: remove put_bus()
Greg Kroah-Hartman
2007-10-12
*
Driver core: remove subsys_get()
Greg Kroah-Hartman
2007-10-12
*
Driver core: remove subsys_put()
Greg Kroah-Hartman
2007-10-12
*
Driver core: remove subsys_set_kset
Greg Kroah-Hartman
2007-10-12
*
Driver core: make sysfs uevent-attributes static
Kay Sievers
2007-10-12
*
sysfs: kill unnecessary attribute->owner
Tejun Heo
2007-07-11
*
Driver core: coding style cleanup
Cornelia Huck
2007-07-11
[next]