index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
thermal
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-03-24
clk: qcom: Do some error handling in configure_bank()
Georgi Djakov
1
-21
/
+42
2015-03-23
clk: qcom: Fix clk_get_parent function return value
Georgi Djakov
2
-9
/
+24
2015-03-23
clk: qcom: fix RCG M/N counter configuration
Archit Taneja
1
-1
/
+1
2015-03-12
clk: Replace of_clk_get_by_clkspec() with of_clk_get_from_provider()
Stephen Boyd
4
-54
/
+18
2015-03-12
clk: Rename child_node to clks_node to avoid confusion
Stephen Boyd
1
-6
/
+6
2015-03-12
clk: qcom: Properly change rates for ahbix clock
Stephen Boyd
3
-3
/
+65
2015-03-12
clk: qcom: Fix i2c frequency table
Stephen Boyd
1
-1
/
+1
2015-03-12
clk: clk_set_parent() with current parent shouldn't fail
Stephen Boyd
1
-4
/
+6
2015-03-12
clk: Add tracepoints for hardware operations
Stephen Boyd
2
-10
/
+244
2015-03-12
clk: Missing set_phase op is an error
Stephen Boyd
1
-8
/
+4
2015-03-12
clk: fractional-divider: support for divider bypassing
Heikki Krogerus
1
-0
/
+3
2015-03-12
clk: Use lockdep asserts to find missing hold of prepare_lock
Krzysztof Kozlowski
1
-0
/
+14
2015-03-12
ASoC: kirkwood: fix struct clk pointer comparing
Shawn Guo
1
-1
/
+1
2015-03-12
ASoC: fsl_spdif: fix struct clk pointer comparing
Shawn Guo
1
-2
/
+2
2015-03-12
ARM: imx: fix struct clk pointer comparing
Shawn Guo
1
-2
/
+3
2015-03-11
clk: introduce clk_is_match
Michael Turquette
2
-0
/
+44
2015-03-11
clk: don't export static symbol
Julia Lawall
1
-1
/
+0
2015-03-09
clk: divider: fix calculation of initial best divider when rounding to closest
Uwe Kleine-König
1
-6
/
+7
2015-03-09
clk: divider: fix selection of divider when rounding to closest
Uwe Kleine-König
1
-1
/
+5
2015-03-09
clk: divider: fix calculation of maximal parent rate for a given divider
Uwe Kleine-König
1
-7
/
+1
2015-03-06
clk: divider: return real rate instead of divider value
Heiko Stübner
1
-1
/
+1
2015-03-04
clk: mvebu: add Marvell Armada 39x driver
Thomas Petazzoni
3
-0
/
+161
2015-03-04
clk: mvebu: extend common code to allow an optional refclk
Thomas Petazzoni
2
-0
/
+18
2015-03-04
devicetree: bindings: update DT bindings for Marvell EBU clock support
Thomas Petazzoni
2
-1
/
+23
2015-02-25
clk: qcom: fix platform_no_drv_owner.cocci warnings
kbuild test robot
1
-1
/
+0
2015-02-25
clk: qcom: fix platform_no_drv_owner.cocci warnings
kbuild test robot
1
-1
/
+0
2015-02-25
clk: qcom: Add PLL4 vote clock
Stephen Boyd
1
-0
/
+13
2015-02-25
clk: qcom: lcc-msm8960: Fix PLL rate detection
Stephen Boyd
1
-1
/
+1
2015-02-25
clk: qcom: Fix slimbus n and m val offsets
Stephen Boyd
1
-2
/
+2
2015-02-25
clk: ti: Fix FAPLL parent enable bit handling
Tony Lindgren
1
-3
/
+3
2015-02-23
Linux 4.0-rc1
v4.0-rc1
Linus Torvalds
1
-4
/
+4
2015-02-22
autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocation
Al Viro
1
-2
/
+6
2015-02-22
procfs: fix race between symlink removals and traversals
Al Viro
3
-12
/
+22
2015-02-22
debugfs: leave freeing a symlink body until inode eviction
Al Viro
1
-17
/
+17
2015-02-22
Documentation/filesystems/Locking: ->get_sb() is long gone
Al Viro
1
-2
/
+0
2015-02-22
trylock_super(): replacement for grab_super_passive()
Konstantin Khlebnikov
3
-26
/
+22
2015-02-22
fanotify: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversions
David Howells
1
-1
/
+1
2015-02-22
Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversions
David Howells
4
-9
/
+9
2015-02-22
VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)
David Howells
34
-71
/
+71
2015-02-22
SELinux: Use d_is_positive() rather than testing dentry->d_inode
David Howells
1
-2
/
+2
2015-02-22
Smack: Use d_is_positive() rather than testing dentry->d_inode
David Howells
1
-2
/
+2
2015-02-22
TOMOYO: Use d_is_dir() rather than d_inode and S_ISDIR()
David Howells
1
-3
/
+1
2015-02-22
Apparmor: Use d_is_positive/negative() rather than testing dentry->d_inode
David Howells
1
-1
/
+1
2015-02-22
Apparmor: mediated_filesystem() should use dentry->d_sb not inode->i_sb
David Howells
2
-12
/
+12
2015-02-22
VFS: Split DCACHE_FILE_TYPE into regular and special types
David Howells
2
-8
/
+27
2015-02-22
VFS: Add a fallthrough flag for marking virtual dentries
David Howells
2
-1
/
+27
2015-02-22
VFS: Add a whiteout dentry type
David Howells
1
-6
/
+18
2015-02-22
VFS: Introduce inode-getting helpers for layered/unioned fs environments
David Howells
1
-0
/
+57
2015-02-21
kernel: make READ_ONCE() valid on const arguments
Linus Torvalds
1
-3
/
+3
2015-02-21
blk-throttle: check stats_cpu before reading it from sysfs
Thadeu Lima de Souza Cascardo
1
-0
/
+3
[next]