index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-08
Merge branch 'pm-domains' into pm-for-linus
Rafael J. Wysocki
4
-212
/
+347
2011-10-08
Merge branch 'pm-runtime' into pm-for-linus
Rafael J. Wysocki
1
-29
/
+65
2011-10-04
PM / QoS: Add function dev_pm_qos_read_value() (v3)
Rafael J. Wysocki
3
-74
/
+102
2011-10-03
regmap: Fix doc comment
Dimitris Papastamos
1
-1
/
+1
2011-10-03
regmap: Optimize the lookup path to use binary search
Dimitris Papastamos
1
-5
/
+24
2011-10-01
PM / OPP: Add OPP availability change notifier.
MyungJoo Ham
1
-0
/
+30
2011-09-30
regmap: Ensure we scream if we enable cache bypass/only at the same time
Dimitris Papastamos
1
-0
/
+2
2011-09-30
regmap: Implement regcache_cache_bypass helper function
Dimitris Papastamos
1
-0
/
+19
2011-09-30
regmap: Save/restore the bypass state upon syncing
Dimitris Papastamos
1
-0
/
+5
2011-09-30
regmap: Lock the sync path, ensure we use the lockless _regmap_write()
Dimitris Papastamos
4
-5
/
+7
2011-09-30
regmap: Fix apostrophe usage
Mark Brown
1
-1
/
+1
2011-09-29
regmap: Make _regmap_write() global
Dimitris Papastamos
2
-2
/
+5
2011-09-29
regmap: Fix lock used for regcache_cache_only()
Mark Brown
1
-2
/
+2
2011-09-28
regmap: Grab the lock in regcache_cache_only()
Dimitris Papastamos
1
-0
/
+2
2011-09-28
regmap: Modify map->cache_bypass directly
Dimitris Papastamos
1
-2
/
+2
2011-09-28
regmap: Fix regcache_sync generic implementation
Dimitris Papastamos
1
-1
/
+1
2011-09-28
regmap: rbtree-cache: Move cached rbnode handling into lookup function
Lars-Peter Clausen
1
-43
/
+18
2011-09-28
regmap: regcache_rbtree_{set,get}_register: Use regcache_{set,get}_val
Lars-Peter Clausen
1
-33
/
+2
2011-09-28
PM / Runtime: Replace dev_dbg() with trace_rpm_*()
Ming Lei
1
-4
/
+7
2011-09-27
PM / Runtime: Don't run callbacks under lock for power.irq_safe set
Rafael J. Wysocki
1
-22
/
+46
2011-09-27
regmap: Implement generic syncing functionality
Dimitris Papastamos
1
-7
/
+26
2011-09-27
regmap: Fix signed/unsigned comparison
Dimitris Papastamos
1
-1
/
+1
2011-09-27
regmap: Remove redundant member `word_size' from regcache_rbtree_node
Dimitris Papastamos
1
-23
/
+30
2011-09-27
drivers: base: print rejected matches with DEBUG_DRIVER
Wolfram Sang
1
-0
/
+3
2011-09-27
memory hotplug: Correct page reservation checking
Nathan Fontenot
1
-23
/
+37
2011-09-27
memory hotplug: Refuse to add unaligned memory regions
Anton Blanchard
1
-0
/
+4
2011-09-26
PM / Domains: Split device PM domain data into base and need_restore
Rafael J. Wysocki
1
-9
/
+19
2011-09-26
Merge branch 'pm-fixes' into pm-domains
Rafael J. Wysocki
6
-48
/
+49
2011-09-26
PM / Clocks: Do not acquire a mutex under a spinlock
Rafael J. Wysocki
1
-37
/
+38
2011-09-19
regmap: Allow drivers to control cache_only flag
Mark Brown
1
-0
/
+18
2011-09-19
regmap: A cache type of _NONE behaves like a bypassed cache
Mark Brown
1
-1
/
+3
2011-09-19
regmap: Incorporate the regcache core into regmap
Dimitris Papastamos
1
-0
/
+31
2011-09-19
regmap: Add the regcache_sync trace event
Dimitris Papastamos
1
-1
/
+7
2011-09-19
regmap: Add the LZO cache support
Dimitris Papastamos
5
-1
/
+367
2011-09-19
regmap: Add the rbtree cache support
Dimitris Papastamos
4
-1
/
+402
2011-09-19
regmap: Add the indexed cache support
Dimitris Papastamos
4
-1
/
+68
2011-09-19
regmap: Introduce caching support
Dimitris Papastamos
3
-1
/
+357
2011-09-09
Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regmap
Linus Torvalds
1
-4
/
+1
2011-09-06
regmap: Make debugfs stubs static inline
Lars-Peter Clausen
1
-3
/
+3
2011-09-06
regmap: Add support for device specific write and read flag masks.
Lars-Peter Clausen
2
-3
/
+15
2011-09-05
regmap: Include the last register in debugfs output
Mark Brown
1
-2
/
+2
2011-09-05
regmap: Remove redundant owner field from the bus type struct
Mark Brown
2
-2
/
+0
2011-09-05
Merge branch 'regmap-linus' into regmap-next
Mark Brown
1
-4
/
+1
2011-09-05
regmap: Remove bitrotted module_put()s
Mark Brown
1
-4
/
+1
2011-08-28
Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
1
-18
/
+22
2011-08-27
Merge branch 'driver-core-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-2
/
+3
2011-08-26
new helper to create platform devices with dma mask
Uwe Kleine-König
1
-20
/
+32
2011-08-25
PM / Domains: Preliminary support for devices with power.irq_safe set
Rafael J. Wysocki
1
-1
/
+18
2011-08-25
PM QoS: Add global notification mechanism for device constraints
Jean Pihet
1
-14
/
+75
2011-08-25
PM QoS: Implement per-device PM QoS constraints
Jean Pihet
3
-2
/
+343
[prev]
[next]