Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a165de82b08ddba1fc8b0c4eb56b9020f981c002
/
drivers
/
base
29bb5d4
driver-core: cpu: fix kobject warning when hotplugging a cpu
by Greg Kroah-Hartman
· 13 years ago
321bf4e
drivers/base/memory.c: fix memory_dev_init() long delay
by Yinghai Lu
· 13 years ago
2885e25
driver core: cpu: remove kernel warning when removing a cpu
by Greg Kroah-Hartman
· 13 years ago
0a96265
Merge tag 'driver-core-3.3-rc1-bugfixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 13 years ago
7ca4e8c
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap
by Linus Torvalds
· 13 years ago
268863f
base/core.c:fix typo in comment in function device_add
by majianpeng
· 13 years ago
b10d5ef
Documentation update for the driver model core
by Alan Stern
· 13 years ago
4f4ffe5
kernel-doc: fix new warnings in driver-core
by Randy Dunlap
· 13 years ago
ac1e3d4
Merge tag 'pm-fixes-for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 13 years ago
e4c89a5
PM / Sleep: Fix read_unlock_usermodehelper() call.
by Tetsuo Handa
· 13 years ago
78d7955
kernel-doc: fix new warnings in driver-core
by Randy Dunlap
· 13 years ago
e9c688a
driver core: remove drivers/base/sys.c and include/linux/sysdev.h
by Greg Kroah-Hartman
· 13 years ago
421e8d2
regmap: Reset cache status when reinitialsing the cache
by Mark Brown
· 13 years ago
9774040
Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 13 years ago
e59a8db
PM / Domains: Skip governor functions for CONFIG_PM_RUNTIME unset
by Rafael J. Wysocki
· 13 years ago
0f1d698
PM / Domains: Fix build for CONFIG_PM_SLEEP unset
by Rafael J. Wysocki
· 13 years ago
3b32a59
dma-buf: drop option text so users don't select it.
by Dave Airlie
· 13 years ago
f5138e4
kdump: add udev events for memory online/offline
by Michael Holzheu
· 13 years ago
9f13a1f
cpu: Register a generic CPU device on architectures that currently do not
by Ben Hutchings
· 13 years ago
024f784
cpu: Do not return errors from cpu_dev_init() which will be ignored
by Ben Hutchings
· 13 years ago
8e36967
Merge branch 'dma-buf-merge' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 13 years ago
b7d845f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap
by Linus Torvalds
· 13 years ago
9879326
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
eb59c50
Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 13 years ago
972b2c7
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 13 years ago
7affca3
Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 13 years ago
ff4b8a5
Merge branch 'driver-core-next' into Linux 3.2
by Greg Kroah-Hartman
· 13 years ago
a125a39
dma-buf: mark EXPERIMENTAL for 1st release.
by Sumit Semwal
· 13 years ago
d15bd7e
dma-buf: Introduce dma buffer sharing mechanism
by Sumit Semwal
· 13 years ago
eea915b
firmware: Fix an oops on reading fw_priv->fw in sysfs loading file
by Neil Horman
· 13 years ago
fbd48a6
switch devtmpfs to umode_t
by Al Viro
· 13 years ago
2c9ede5
switch device_get_devnode() and ->devnode() to umode_t *
by Al Viro
· 13 years ago
6d10463
Merge branch 'pm-domains' into pm-for-linus
by Rafael J. Wysocki
· 13 years ago
0015afa
Merge branch 'pm-runtime' into pm-for-linus
by Rafael J. Wysocki
· 13 years ago
40a5f8b
PM / QoS: Introduce dev_pm_qos_add_ancestor_request()
by Rafael J. Wysocki
· 13 years ago
10fbcf4
convert 'memory' sysdev_class to a regular subsystem
by Kay Sievers
· 13 years ago
8a25a2f
cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystem
by Kay Sievers
· 13 years ago
90363dd
PM: Drop generic_subsys_pm_ops
by Rafael J. Wysocki
· 13 years ago
9b39e73
PM / Sleep: Remove forward-only callbacks from platform bus type
by Rafael J. Wysocki
· 13 years ago
35cd133
PM: Run the driver callback directly if the subsystem one is not there
by Rafael J. Wysocki
· 13 years ago
9cf519d
PM / Sleep: Make pm_op() and pm_noirq_op() return callback pointers
by Rafael J. Wysocki
· 13 years ago
b00f4dc
Merge branch 'master' into pm-sleep
by Rafael J. Wysocki
· 13 years ago
92f1b85
devres: Fix a typo in devm_kfree comment
by Axel Lin
· 13 years ago
1eac811
PM / Sleep: Merge internal functions in generic_ops.c
by Rafael J. Wysocki
· 13 years ago
8ca6d9b
PM / Sleep: Simplify generic system suspend callbacks
by Rafael J. Wysocki
· 13 years ago
ca22e56
driver-core: implement 'sysdev' functionality for regular devices and buses
by Kay Sievers
· 13 years ago
704867e
Merge branch 'mfd/da9052' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc into regmap-next
by Mark Brown
· 13 years ago
ce37954
Merge branch 'topic/irq' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into mfd/da9052
by Mark Brown
· 13 years ago
2987557
driver-core/cpu: Expose hotpluggability to the rest of the kernel
by Josh Triplett
· 13 years ago
5a3072b
drivers_base: make argument to platform_device_register_full const
by Uwe Kleine-König
· 13 years ago
b298d28
PM / Sleep: Fix freezer failures due to racy usermodehelper_is_disabled()
by Srivatsa S. Bhat
· 13 years ago
925b44a
PM / Domains: Provide an always on power domain governor
by Mark Brown
· 13 years ago
c991485
PM / Domains: Fix default system suspend/resume operations
by Rafael J. Wysocki
· 13 years ago
fe6b91f
PM / Driver core: leave runtime PM enabled during system shutdown
by Alan Stern
· 13 years ago
e84b2c2
PM / Domains: Make it possible to assign names to generic PM domains
by Rafael J. Wysocki
· 13 years ago
0c6aebe
PM / Sleep: Unify diagnostic messages from device suspend/resume
by Rafael J. Wysocki
· 13 years ago
681ba97
Merge branch 'regmap/irq' into regmap-next
by Mark Brown
· 13 years ago
209a600
regmap: Add irq_base accessor to regmap_irq
by Mark Brown
· 13 years ago
8569d02
Merge branch 'topic/cache' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-next
by Mark Brown
· 13 years ago
bf31517
regmap: Allow drivers to reinitialise the register cache at runtime
by Mark Brown
· 13 years ago
0140d8b
PM / Domains: Automatically update overoptimistic latency information
by Rafael J. Wysocki
· 13 years ago
221e9b5
PM / Domains: Add default power off governor function (v4)
by Rafael J. Wysocki
· 13 years ago
b02c999
PM / Domains: Add device stop governor function (v4)
by Rafael J. Wysocki
· 13 years ago
d23b9b0
PM / Domains: Rework system suspend callback routines (v2)
by Rafael J. Wysocki
· 13 years ago
ecf0047
PM / Domains: Introduce "save/restore state" device callbacks
by Rafael J. Wysocki
· 13 years ago
d5e4cbf
PM / Domains: Make it possible to use per-device domain callbacks
by Rafael J. Wysocki
· 13 years ago
00dc9ad
PM / Runtime: Use device PM QoS constraints (v2)
by Rafael J. Wysocki
· 13 years ago
bc7ee55
regmap: Add trace event for successful cache reads
by Mark Brown
· 13 years ago
018690d
regmap: Allow regmap_update_bits() users to detect changes
by Mark Brown
· 13 years ago
c86845dc
Merge remote-tracking branch 'regmap/topic/irq' into regmap-next
by Mark Brown
· 13 years ago
d23511f
regmap: Report if we actually handled an interrupt in regmap-irq
by Mark Brown
· 13 years ago
ccbc60d
topology: Provide CPU topology in sysfs in !SMP configurations
by Ben Hutchings
· 13 years ago
64e94aa
PM / Sleep: Simplify device_suspend_noirq()
by Rafael J. Wysocki
· 13 years ago
d74e278a
PM / Sleep: Remove unnecessary label and jumps to it form PM core code
by Rafael J. Wysocki
· 13 years ago
cce585c
regmap: Fix rbtreee build when not using debugfs
by Mark Brown
· 13 years ago
0cda569
Merge branch 'driver-core-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 13 years ago
bad2ab4
regmap: Provide debugfs dump of the rbtree cache data
by Mark Brown
· 13 years ago
052d2cd
regmap: Do debugfs init before cache init
by Mark Brown
· 13 years ago
d91e8db
regmap: Suppress noop writes in regmap_update_bits()
by Mark Brown
· 13 years ago
4c69166
regmap: Remove indexed cache type
by Mark Brown
· 13 years ago
91a13c2
drivers/base/node.c: fix compilation error with older versions of gcc
by Claudio Scordino
· 13 years ago
8b258cc
PM Sleep: Do not extend wakeup paths to devices with ignore_children set
by Rafael J. Wysocki
· 13 years ago
b44d48c
regmap: Drop check whether a register is readable in regcache_read
by Lars-Peter Clausen
· 13 years ago
064d4db
regmap: Properly round cache_word_size
by Lars-Peter Clausen
· 13 years ago
7e5ec63
regmap: Add support for 10/14 register formating
by Lars-Peter Clausen
· 13 years ago
1925441
regmap: Try cached read before checking if a hardware read is possible
by Lars-Peter Clausen
· 13 years ago
720e461
regmap: Make reg_config reg_defaults const
by Lars-Peter Clausen
· 13 years ago
e5e3b8a
regmap: Move initialization of regcache related fields to regcache_init
by Lars-Peter Clausen
· 13 years ago
65e6757
devtmpfsd: fix task state handling
by Kautuk Consul
· 13 years ago
af8db15
PM / driver core: disable device's runtime PM during shutdown
by Peter Chen
· 13 years ago
c2b1ecd
regmap: Do not call regcache_exit from regcache_lzo_init error path
by Lars-Peter Clausen
· 13 years ago
462a185
regmap: Do not call regcache_exit from regcache_rbtree_init error path
by Lars-Peter Clausen
· 13 years ago
bd061c7
regmap: Fix memory leak in regcache_init error path
by Lars-Peter Clausen
· 13 years ago
021cd61
regmap: Fix memory leak in regcache_hw_init error path
by Lars-Peter Clausen
· 13 years ago
abbb18f
regmap: return ERR_PTR instead of NULL in regmap_init
by Lars-Peter Clausen
· 13 years ago
58072cb
regmap: Fix memory leak in regmap_init error path
by Lars-Peter Clausen
· 13 years ago
af4c720
PM / QoS: Properly use the WARN() macro in dev_pm_qos_add_request()
by Guennadi Liakhovetski
· 13 years ago
2405095
PM / Clocks: Only disable enabled clocks in pm_clk_suspend()
by Magnus Damm
· 13 years ago
c48a9d7
regmap: Support some more block operations on cached devices
by Lars-Peter Clausen
· 13 years ago
82cd996
regmap: Add helper function for checking if a register range is volatile
by Lars-Peter Clausen
· 13 years ago
Next »