index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
device.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
include: replace linux/module.h with "struct module" wherever possible
Paul Gortmaker
2011-10-31
1
-1
/
+2
|
*
include: convert various register fcns to macros to avoid include chaining
Paul Gortmaker
2011-10-31
1
-4
/
+8
*
|
treewide: use __printf not __attribute__((format(printf,...)))
Joe Perches
2011-10-31
1
-59
/
+51
|
/
*
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
Linus Torvalds
2011-10-30
1
-0
/
+6
|
\
|
*
Driver core: Add iommu_ops to bus_type
Joerg Roedel
2011-10-21
1
-0
/
+6
*
|
Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2011-10-25
1
-0
/
+5
|
\
\
|
*
|
PM: Introduce struct pm_subsys_data
Rafael J. Wysocki
2011-08-25
1
-0
/
+5
|
|
/
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2011-10-25
1
-0
/
+2
|
\
\
|
*
|
class: Implement support for class attrs in tagged sysfs directories.
Eric W. Biederman
2011-10-19
1
-0
/
+2
|
|
/
*
|
dynamic_debug: Add __dynamic_dev_dbg
Joe Perches
2011-08-22
1
-0
/
+5
|
/
*
atomic: use <linux/atomic.h>
Arun Sharma
2011-07-26
1
-1
/
+1
*
PM / Domains: Rename struct dev_power_domain to struct dev_pm_domain
Rafael J. Wysocki
2011-07-02
1
-2
/
+2
*
Fix some kernel-doc warnings
Vitaliy Ivanov
2011-06-27
1
-1
/
+0
*
PM: Rename dev_pm_info.in_suspend to is_prepared
Alan Stern
2011-06-21
1
-2
/
+2
*
Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2011-05-19
1
-6
/
+158
|
\
|
*
driver core: Add the device driver-model structures to kerneldoc
Wanlong Gao
2011-05-06
1
-3
/
+151
|
*
driver core: let dev_set_drvdata return int instead of void as it can fail
Uwe Kleine-König
2011-04-22
1
-1
/
+1
|
*
drivers: make device_type const
Stephen Hemminger
2011-04-19
1
-1
/
+1
|
*
device: add dev_WARN_ONCE
Felipe Balbi
2011-04-19
1
-1
/
+5
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
2011-05-19
1
-7
/
+0
|
\
\
|
*
|
PM: Remove sysdev suspend, resume and shutdown operations
Rafael J. Wysocki
2011-05-11
1
-7
/
+0
|
|
/
*
|
drivercore: revert addition of of_match to struct device
Grant Likely
2011-05-18
1
-1
/
+0
|
/
*
Introduce ARCH_NO_SYSDEV_OPS config option (v2)
Rafael J. Wysocki
2011-03-23
1
-0
/
+4
*
Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
2011-03-16
1
-0
/
+1
|
\
|
*
drivercore/dt: add a match table pointer to struct device
Grant Likely
2011-02-28
1
-0
/
+1
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
2011-03-16
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
PM: Add support for device power domains
Rafael J. Wysocki
2011-03-15
1
-0
/
+1
*
|
driver-core: remove conditionals around devicetree pointers
Grant Likely
2011-01-21
1
-5
/
+2
|
/
*
Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2011-01-10
1
-4
/
+3
|
\
|
*
driver-core: merge private parts of class and bus
Kay Sievers
2010-11-17
1
-4
/
+3
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2011-01-10
1
-0
/
+1
|
\
\
|
*
|
sysfs: Introducing binary attributes for struct class
Stefan Achatz
2011-01-08
1
-0
/
+1
|
|
/
*
|
PM: Replace the device power.status field with a bit field
Rafael J. Wysocki
2010-12-24
1
-2
/
+2
|
/
*
SYSFS: Allow boot time switching between deprecated and modern sysfs layout
Andi Kleen
2010-10-22
1
-0
/
+7
*
driver core: device_rename's new_name can be const
Johannes Berg
2010-08-05
1
-1
/
+1
*
Driver core: Add BUS_NOTIFY_BIND_DRIVER
Magnus Damm
2010-08-05
1
-3
/
+5
*
Driver core: Drop __must_check from bus_for_each_drv()
Jean Delvare
2010-08-05
1
-3
/
+2
*
device.h drivers/base/core.c Convert dev_<level> logging macros to functions
Joe Perches
2010-07-04
1
-26
/
+86
*
Merge remote branch 'origin' into secretlab/next-devicetree
Grant Likely
2010-05-22
1
-5
/
+11
|
\
|
*
kobj: Add basic infrastructure for dealing with namespaces.
Eric W. Biederman
2010-05-21
1
-0
/
+3
|
*
drivers/base: Convert dev->sem to mutex
Thomas Gleixner
2010-05-21
1
-5
/
+4
|
*
driver core: Early dev_name() support.
Paul Mundt
2010-03-10
1
-0
/
+4
*
|
drivercore: Add of_match_table to the common device drivers
Grant Likely
2010-05-22
1
-0
/
+4
*
|
driver-core: Add device node pointer to struct device
Grant Likely
2010-04-28
1
-0
/
+4
|
/
*
Driver core: create lock/unlock functions for struct device
Greg Kroah-Hartman
2010-03-07
1
-1
/
+16
*
driver core: Add class_attr_string for simple read-only string
Andi Kleen
2010-03-07
1
-0
/
+17
*
driver-core: Add attribute argument to class_attribute show/store
Andi Kleen
2010-03-07
1
-2
/
+4
*
PM: Add facility for advanced testing of async suspend/resume
Rafael J. Wysocki
2010-02-26
1
-0
/
+11
*
PM: Asynchronous suspend and resume of devices
Rafael J. Wysocki
2010-02-26
1
-0
/
+6
*
Driver core: driver_attribute parameters can often be const*
Phil Carmody
2009-12-23
1
-2
/
+2
[prev]
[next]