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
/
drivers
/
base
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2012-01-07
14
-335
/
+618
|
\
|
*
Merge branch 'driver-core-next' into Linux 3.2
Greg Kroah-Hartman
2012-01-06
14
-333
/
+616
|
|
\
|
|
*
firmware: Fix an oops on reading fw_priv->fw in sysfs loading file
Neil Horman
2012-01-04
1
-7
/
+7
|
|
*
convert 'memory' sysdev_class to a regular subsystem
Kay Sievers
2011-12-21
2
-164
/
+142
|
|
*
cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystem
Kay Sievers
2011-12-21
3
-99
/
+106
|
|
*
driver-core: implement 'sysdev' functionality for regular devices and buses
Kay Sievers
2011-12-14
6
-58
/
+357
|
|
*
drivers_base: make argument to platform_device_register_full const
Uwe Kleine-König
2011-12-09
1
-1
/
+1
|
|
*
topology: Provide CPU topology in sysfs in !SMP configurations
Ben Hutchings
2011-11-26
1
-2
/
+2
|
|
*
devtmpfsd: fix task state handling
Kautuk Consul
2011-11-15
1
-2
/
+1
*
|
|
driver-core/cpu: Expose hotpluggability to the rest of the kernel
Josh Triplett
2011-12-11
1
-0
/
+7
|
/
/
*
|
PM / Driver core: leave runtime PM enabled during system shutdown
Alan Stern
2011-12-07
1
-2
/
+4
*
|
Merge branch 'driver-core-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2011-11-21
1
-6
/
+8
|
\
\
|
*
|
drivers/base/node.c: fix compilation error with older versions of gcc
Claudio Scordino
2011-11-18
1
-6
/
+8
|
|
/
*
|
PM Sleep: Do not extend wakeup paths to devices with ignore_children set
Rafael J. Wysocki
2011-11-17
1
-1
/
+2
*
|
PM / driver core: disable device's runtime PM during shutdown
Peter Chen
2011-11-15
1
-0
/
+3
*
|
PM / QoS: Properly use the WARN() macro in dev_pm_qos_add_request()
Guennadi Liakhovetski
2011-11-10
1
-12
/
+6
*
|
PM / Clocks: Only disable enabled clocks in pm_clk_suspend()
Magnus Damm
2011-11-10
1
-1
/
+2
*
|
PM / OPP: Use ERR_CAST instead of ERR_PTR(PTR_ERR())
Thomas Meyer
2011-11-08
1
-1
/
+1
|
/
*
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2011-11-06
14
-1
/
+14
|
\
|
*
drivers/base: change module.h -> export.h in power/common.c
Paul Gortmaker
2011-10-31
1
-1
/
+1
|
*
drivers/base: base.h implicitly depends on <linux/notifier.h>
Paul Gortmaker
2011-10-31
1
-0
/
+1
|
*
drivers/base: dma-coherent.c is a module and needs module.h
Paul Gortmaker
2011-10-31
1
-0
/
+1
|
*
drivers/base: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required.
Paul Gortmaker
2011-10-31
10
-0
/
+10
|
*
drivers/base: transport_class explicitly requires EXPORT_SYMBOL
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
|
PM / Runtime: Automatically retry failed autosuspends
Alan Stern
2011-11-04
1
-2
/
+16
*
|
PM / Runtime: Fix runtime accounting calculation error
venu byravarasu
2011-11-04
1
-4
/
+1
|
/
*
Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2011-10-25
10
-270
/
+931
|
\
|
*
PM / Clocks: Remove redundant NULL checks before kfree()
Jonghwan Choi
2011-10-22
1
-3
/
+1
|
*
Merge branch 'pm-domains' into pm-for-linus
Rafael J. Wysocki
2011-10-22
2
-3
/
+9
|
|
\
|
|
*
PM / Sleep: Mark devices involved in wakeup signaling during suspend
Rafael J. Wysocki
2011-10-22
2
-3
/
+9
|
*
|
PM: Update the policy on default wakeup settings
Alan Stern
2011-10-16
1
-1
/
+3
|
*
|
PM / Suspend: Add statistics debugfs file for suspend to RAM
ShuoX Liu
2011-10-16
1
-5
/
+26
|
*
|
Merge branch 'pm-runtime' into pm-for-linus
Rafael J. Wysocki
2011-10-16
1
-15
/
+18
|
|
\
\
|
|
*
|
PM / Runtime: Handle .runtime_suspend() failure correctly
Ming Lei
2011-10-16
1
-12
/
+13
|
|
*
|
PM / Runtime: Fix kerneldoc comment for rpm_suspend()
Ming Lei
2011-10-16
1
-8
/
+10
|
*
|
|
Merge branch 'pm-devfreq' into pm-for-linus
Rafael J. Wysocki
2011-10-07
1
-0
/
+30
|
|
\
\
\
|
|
*
|
|
PM / OPP: Add OPP availability change notifier.
MyungJoo Ham
2011-09-30
1
-0
/
+30
|
*
|
|
|
Merge branch 'pm-qos' into pm-for-linus
Rafael J. Wysocki
2011-10-07
4
-3
/
+433
|
|
\
\
\
\
|
|
*
|
|
|
PM / QoS: Add function dev_pm_qos_read_value() (v3)
Rafael J. Wysocki
2011-10-04
3
-74
/
+102
|
|
*
|
|
|
PM QoS: Add global notification mechanism for device constraints
Jean Pihet
2011-08-25
1
-14
/
+75
|
|
*
|
|
|
PM QoS: Implement per-device PM QoS constraints
Jean Pihet
2011-08-25
3
-2
/
+343
|
*
|
|
|
|
Merge branch 'pm-domains' into pm-for-linus
Rafael J. Wysocki
2011-10-07
4
-212
/
+347
|
|
\
\
\
\
\
|
|
|
|
_
|
_
|
/
|
|
|
/
|
|
|
|
|
*
|
|
|
PM / Domains: Split device PM domain data into base and need_restore
Rafael J. Wysocki
2011-09-26
1
-9
/
+19
|
|
*
|
|
|
Merge branch 'pm-fixes' into pm-domains
Rafael J. Wysocki
2011-09-26
6
-48
/
+49
|
|
|
\
\
\
\
|
|
|
|
|
/
/
|
|
|
|
/
|
|
|
|
*
|
|
|
PM / Domains: Preliminary support for devices with power.irq_safe set
Rafael J. Wysocki
2011-08-25
1
-1
/
+18
|
|
|
|
/
/
|
|
|
/
|
|
|
|
*
|
|
PM: Move clock-related definitions and headers to separate file
Rafael J. Wysocki
2011-08-25
2
-3
/
+2
|
|
*
|
|
PM / Domains: Use power.sybsys_data to reduce overhead
Rafael J. Wysocki
2011-08-25
1
-57
/
+30
|
|
*
|
|
PM: Reference counting of power.subsys_data
Rafael J. Wysocki
2011-08-25
3
-20
/
+93
|
|
*
|
|
PM: Introduce struct pm_subsys_data
Rafael J. Wysocki
2011-08-25
1
-58
/
+64
|
|
*
|
|
PM / Domains: Rename argument of pm_genpd_add_subdomain()
Rafael J. Wysocki
2011-08-25
1
-13
/
+13
[next]