index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
clk: oxnas: Refactor to make use of devm_clk_hw_register()
Neil Armstrong
2016-10-23
1
-64
/
+84
|
*
|
clk: oxnas: Rename to clk_oxnas_gate
Neil Armstrong
2016-10-23
1
-16
/
+16
|
*
|
clk: oxnas: Add dt-bindings include file for OX820
Neil Armstrong
2016-10-23
1
-0
/
+40
|
*
|
clk: oxnas: Add dt-bindings include file for OX810SE
Neil Armstrong
2016-10-23
1
-0
/
+30
|
|
/
*
|
clk: at91: Fix a return value in case of error
Christophe JAILLET
2016-10-21
1
-1
/
+1
*
|
clk: uniphier: rename MIO clock to SD clock for Pro5, PXs2, LD20 SoCs
Masahiro Yamada
2016-10-19
4
-17
/
+17
*
|
clk: uniphier: fix memory overrun bug
Masahiro Yamada
2016-10-19
1
-1
/
+1
*
|
clk: hi6220: use CLK_OF_DECLARE_DRIVER for sysctrl and mediactrl clock init
Shawn Guo
2016-10-18
1
-2
/
+2
*
|
clk: mvebu: armada-37xx-periph: Fix the clock gate flag
Gregory CLEMENT
2016-10-18
1
-0
/
+1
*
|
clk: bcm2835: Clamp the PLL's requested rate to the hardware limits.
Eric Anholt
2016-10-18
1
-7
/
+4
*
|
clk: max77686: fix number of clocks setup for clk_hw based registration
Javier Martinez Canillas
2016-10-18
1
-0
/
+1
*
|
clk: mvebu: armada-37xx-periph: Fix the clock provider registration
Gregory CLEMENT
2016-10-18
1
-5
/
+5
*
|
clk: core: add __init decoration for CLK_OF_DECLARE_DRIVER function
Shawn Guo
2016-10-18
1
-1
/
+1
*
|
clk: mediatek: Add hardware dependency
Jean Delvare
2016-10-18
1
-0
/
+2
*
|
clk: samsung: clk-exynos-audss: Fix module autoload
Javier Martinez Canillas
2016-10-18
1
-0
/
+1
*
|
clk: uniphier: fix type of variable passed to regmap_read()
Masahiro Yamada
2016-10-18
1
-1
/
+1
*
|
clk: uniphier: add system clock support for sLD3 SoC
Masahiro Yamada
2016-10-18
1
-0
/
+4
|
/
*
Linux 4.9-rc1
v4.9-rc1
Linus Torvalds
2016-10-15
1
-2
/
+2
*
Merge tag 'befs-v4.9-rc1' of git://github.com/luisbg/linux-befs
Linus Torvalds
2016-10-15
8
-283
/
+244
|
\
|
*
befs: befs: fix style issues in datastream.c
Luis de Bethencourt
2016-10-08
1
-15
/
+17
|
*
befs: improve documentation in datastream.c
Luis de Bethencourt
2016-10-08
1
-95
/
+98
|
*
befs: fix typos in datastream.c
Luis de Bethencourt
2016-10-08
1
-4
/
+4
|
*
befs: fix typos in btree.c
Luis de Bethencourt
2016-10-08
1
-4
/
+3
|
*
befs: fix style issues in super.c
Luis de Bethencourt
2016-10-08
1
-7
/
+8
|
*
befs: fix comment style
Luis de Bethencourt
2016-10-08
1
-7
/
+3
|
*
befs: add check for ag_shift in superblock
Luis de Bethencourt
2016-10-08
1
-0
/
+7
|
*
befs: dump inode_size superblock information
Luis de Bethencourt
2016-10-08
1
-0
/
+1
|
*
befs: remove unnecessary initialization
Salah Triki
2016-10-08
1
-1
/
+1
|
*
befs: fix typo in befs_sb_info
Salah Triki
2016-10-08
1
-1
/
+1
|
*
befs: add flags field to validate superblock state
Salah Triki
2016-10-08
2
-1
/
+6
|
*
befs: fix typo in befs_find_key
Luis de Bethencourt
2016-10-08
1
-1
/
+1
|
*
befs: remove unused BEFS_BT_PARMATCH
Luis de Bethencourt
2016-10-08
2
-19
/
+16
|
*
fs: befs: remove ret variable
Salah Triki
2016-10-08
1
-2
/
+1
|
*
fs: befs: remove in vain variable assignment
Salah Triki
2016-10-08
1
-1
/
+1
|
*
fs: befs: remove unnecessary *befs_sb variable
Salah Triki
2016-10-08
1
-2
/
+1
|
*
fs: befs: remove useless initialization to zero
Salah Triki
2016-10-08
1
-1
/
+1
|
*
fs: befs: remove in vain variable assignment
Salah Triki
2016-10-08
1
-2
/
+0
|
*
fs: befs: Insert NULL inode to dentry
Salah Triki
2016-10-08
1
-0
/
+1
|
*
fs: befs: Remove useless calls to brelse in befs_find_brun_dblindirect
Salah Triki
2016-10-08
1
-2
/
+0
|
*
fs: befs: Coding style fix
Salah Triki
2016-10-08
1
-3
/
+3
|
*
fs: befs: Remove redundant validation from befs_find_brun_direct
Salah Triki
2016-10-08
1
-8
/
+0
|
*
befs: fix typo in befs_bt_read_node documentation
Luis de Bethencourt
2016-10-08
1
-2
/
+2
|
*
befs: in memory free_node_ptr and max_size never read
Luis de Bethencourt
2016-10-08
1
-2
/
+0
|
*
befs: make consistent use of befs_error()
Luis de Bethencourt
2016-10-08
3
-4
/
+9
|
*
befs: use simpler while loop
Luis de Bethencourt
2016-10-08
1
-36
/
+38
|
*
befs: remove constant variable
Luis de Bethencourt
2016-10-08
1
-5
/
+2
|
*
befs: avoid dereferencing dentry twice
Luis de Bethencourt
2016-10-08
1
-1
/
+1
|
*
fs: befs: remove comment that confuses kernel-doc
Luis de Bethencourt
2016-10-08
1
-4
/
+0
|
*
fs: befs: check silent flag before logging error
Luis de Bethencourt
2016-10-08
1
-1
/
+2
|
*
fs: befs: replace befs_bread by sb_bread
Salah Triki
2016-10-08
4
-30
/
+4
[prev]
[next]