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: 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
*
Kobject: rename kobject_init_ng() to kobject_init()
Greg Kroah-Hartman
2008-01-24
*
Kobject: rename kobject_add_ng() to kobject_add()
Greg Kroah-Hartman
2008-01-24
*
Driver core: convert block from raw kobjects to core devices
Kay Sievers
2008-01-24
*
Driver core: fix class glue dir cleanup logic
Kay Sievers
2008-01-24
*
Driver core: clean up debugging messages
Greg Kroah-Hartman
2008-01-24
*
driver core: remove fields from struct bus_type
Greg Kroah-Hartman
2008-01-24
*
Kobject: convert drivers/base/core.c to use kobject_init/add_ng()
Greg Kroah-Hartman
2008-01-24
*
driver core: clean up device_shutdown
Greg Kroah-Hartman
2008-01-24
*
kset: convert /sys/devices to use kset_create
Greg Kroah-Hartman
2008-01-24
*
kobject: get rid of kobject_kset_add_dir
Greg Kroah-Hartman
2008-01-24
*
kobject: get rid of kobject_add_dir
Greg Kroah-Hartman
2008-01-24
*
kobject: remove struct kobj_type from struct kset
Greg Kroah-Hartman
2008-01-24
*
PM: Acquire device locks on suspend
Rafael J. Wysocki
2008-01-24
*
create /sys/.../power when CONFIG_PM is set
Daniel Drake
2007-11-28
*
Driver Core: fix bug in device_rename() for SYSFS_DEPRECATED=y
Kay Sievers
2007-10-31
*
Driver core: rename ktype_device
Greg Kroah-Hartman
2007-10-12
*
Driver core: exclude kobject_uevent.c for !CONFIG_HOTPLUG
Kay Sievers
2007-10-12
*
Driver core: change add_uevent_var to use a struct
Kay Sievers
2007-10-12
*
Driver core: fix SYSF_DEPRECATED breakage for nested classdevs
Dmitry Torokhov
2007-10-07
*
Add explicit zeroing to "envp" array in device 'show' method
Linus Torvalds
2007-09-26
*
Driver core: fix deprectated sysfs structure for nested class devices
Dmitry Torokhov
2007-09-19
*
driver core: revert "device" link creation check
Cornelia Huck
2007-07-30
*
kobject: put kobject_actions in kobject.h
Greg Kroah-Hartman
2007-07-30
*
Driver core: check return code of sysfs_create_link()
Cornelia Huck
2007-07-18
*
Driver core: accept all valid action-strings in uevent-trigger
Kay Sievers
2007-07-18
*
driver-core: make devt_attr and uevent_attr static
Tejun Heo
2007-07-11
*
sysfs: kill unnecessary attribute->owner
Tejun Heo
2007-07-11
*
Driver core: coding style cleanup
Cornelia Huck
2007-07-11
*
Driver core: keep PHYSDEV for old struct class_device
Kay Sievers
2007-06-08
[next]