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
/
core.c
Commit message (
Expand
)
Author
Age
*
driver-core: fix kernel-doc parameter name
Randy Dunlap
2009-01-28
*
driver core: Convert '/' to '!' in dev_set_name()
Roland Dreier
2009-01-20
*
Revert "driver core: create a private portion of struct device"
Greg Kroah-Hartman
2009-01-09
*
Revert "driver core: move klist_children into private structure"
Greg Kroah-Hartman
2009-01-09
*
driver core: add root_device_register()
Mark McLoughlin
2009-01-06
*
Driver core: move the bus notifier call points
Alan Stern
2009-01-06
*
driver core: move klist_children into private structure
Greg Kroah-Hartman
2009-01-06
*
driver core: create a private portion of struct device
Greg Kroah-Hartman
2009-01-06
*
driver core: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
2009-01-06
*
kobject: Fix kobject_rename and !CONFIG_SYSFS
Eric W. Biederman
2008-10-16
*
Driver core: Fix cleanup in device_create_vargs().
Cornelia Huck
2008-10-16
*
Driver core: Clarify device cleanup.
Cornelia Huck
2008-10-16
*
driver-core: use klist for class device list and implement iterator
Tejun Heo
2008-10-09
*
driver core: add init_name to struct device
Greg Kroah-Hartman
2008-08-21
*
PM: don't skip device PM init when CONFIG_PM_SLEEP isn't set and CONFIG_PM is...
Alan Stern
2008-08-21
*
dev_printk(): constify the `dev' argument
Jean Delvare
2008-08-21
*
Use WARN() in drivers/base/
Arjan van de Ven
2008-07-26
*
driver core: Suppress sysfs warnings for device_rename().
Cornelia Huck
2008-07-22
*
class: change internal semaphore to a mutex
Dave Young
2008-07-22
*
class: rename "sem" to "class_sem" in internal class structure
Greg Kroah-Hartman
2008-07-22
*
class: rename "subsys" to "class_subsys" in internal class structure
Greg Kroah-Hartman
2008-07-22
*
class: rename "interfaces" to "class_interfaces" in internal class structure
Greg Kroah-Hartman
2008-07-22
*
class: rename "devices" to "class_devices" in internal class structure
Greg Kroah-Hartman
2008-07-22
*
class: move driver core specific parts to a private structure
Greg Kroah-Hartman
2008-07-22
*
Driver Core: add ability for class_find_device to start in middle of list
Greg Kroah-Hartman
2008-07-22
*
device create: convert device_create_drvdata to device_create
Greg Kroah-Hartman
2008-07-22
*
driver core: remove device_create()
Greg Kroah-Hartman
2008-07-22
*
sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minor
Dan Williams
2008-07-22
*
dev_set_name: fix missing kernel-doc
Randy Dunlap
2008-06-11
*
driver-core: prepare for 2.6.27 api change by adding dev_set_name
Stephen Rothwell
2008-05-30
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2008-05-20
|
\
|
*
sysfs: remove error messages for -EEXIST case
Stephen Hemminger
2008-05-15
*
|
Driver core: add device_create_vargs and device_create_drvdata
Greg Kroah-Hartman
2008-05-20
|
/
*
driver core: try parent numa_node at first before using default
Yinghai Lu
2008-04-26
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6
Linus Torvalds
2008-04-21
|
\
|
*
driver core: replace remaining __FUNCTION__ occurrences
Harvey Harrison
2008-04-19
|
*
PM: Remove destroy_suspended_device()
Rafael J. Wysocki
2008-04-19
|
*
Driver core: Call device_pm_add() after bus_add_device() in device_add()
Rafael J. Wysocki
2008-04-19
|
*
PM: Handle device registrations during suspend/resume
Rafael J. Wysocki
2008-04-19
*
|
Convert asm/semaphore.h users to linux/semaphore.h
Matthew Wilcox
2008-04-18
|
/
*
driver core: debug for bad dev_attr_show() return value.
Andrew Morton
2008-03-25
*
Driver core: Fix cleanup when failing device_add().
Cornelia Huck
2008-03-04
*
driver core: Remove dpm_sysfs_remove() from error path of device_add()
Rafael J. Wysocki
2008-03-04
*
PM: Do not acquire device semaphores upfront during suspend
Rafael J. Wysocki
2008-03-04
*
Driver core: Remove unneeded get_{device,driver}() calls.
Cornelia Huck
2008-02-02
*
driver core: convert to use class_find_device api
Dave Young
2008-02-02
*
Driver core: Fix up build when CONFIG_BLOCK=N
Greg Kroah-Hartman
2008-01-27
*
Driver core: coding style fixes
Greg Kroah-Hartman
2008-01-25
*
Driver core: Cleanup get_device_parent() in device_add() and device_move()
Cornelia Huck
2008-01-24
*
Kobject: auto-cleanup on final unref
Kay Sievers
2008-01-24
[next]