index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
README
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-02-02
clk: move checking .get_parent to __clk_core_init()
Masahiro Yamada
1
-7
/
+7
2016-02-02
clk: replace pr_warn() with pr_err() for fatal cases
Masahiro Yamada
1
-5
/
+5
2016-02-02
clk: drop the initial core->parents look-ups from __clk_core_init()
Masahiro Yamada
1
-11
/
+0
2016-02-02
clk: simplify clk_core_get_parent_by_index()
Masahiro Yamada
1
-7
/
+6
2016-02-02
clk: move core->parents allocation to clk_register()
Masahiro Yamada
1
-32
/
+19
2016-02-02
clk: change sizeof(struct clk *) to sizeof(*core->parents)
Masahiro Yamada
1
-4
/
+4
2016-02-02
clk: remove unnecessary !core->parents conditional
Masahiro Yamada
1
-4
/
+1
2016-02-02
clk: rename __clk_init() into __clk_core_init()
Masahiro Yamada
1
-3
/
+3
2016-02-02
clk: change the argument of __clk_init() into pointer to clk_core
Masahiro Yamada
1
-8
/
+5
2016-02-02
clk: remove unused first argument of __clk_init()
Masahiro Yamada
1
-3
/
+2
2016-01-30
clk: st: avoid uninitialized variable use
Arnd Bergmann
1
-2
/
+6
2016-01-30
clk: axi-clkgen: Remove sometimes impossible check
Stephen Boyd
1
-4
/
+1
2016-01-30
clk: axi-clkgen: Add multi-parent support
Lars-Peter Clausen
2
-7
/
+38
2016-01-30
clk: axi-clkgen: Remove version 1 support
Lars-Peter Clausen
1
-121
/
+4
2016-01-30
clk: palmas: fix a possible NULL dereference
LABBE Corentin
1
-3
/
+3
2016-01-30
clk: palmas: constify the palmas_clks_of_match_data structure
LABBE Corentin
1
-6
/
+6
2016-01-30
clk: optimize the divider walk in clk_divider_bestdiv()
Masahiro Yamada
1
-3
/
+2
2016-01-30
clk: vt8500: fix sign of possible PLL values
Andrzej Hajda
1
-3
/
+6
2016-01-30
clk: add clk_unregister_fixed_rate()
Masahiro Yamada
2
-1
/
+14
2016-01-30
clk: add clk_unregister_fixed_factor()
Masahiro Yamada
2
-0
/
+14
2016-01-30
clk:gcc-msm8916: add missing mss_q6_bimc_axi clock
Srinivas Kandagatla
2
-0
/
+19
2016-01-30
clk: iproc: Remove __init from header
Ray Jui
1
-11
/
+11
2016-01-30
clk: iproc: Add support for Cygnus audio clocks
Simran Rai
4
-5
/
+122
2016-01-30
Documentation: dt-bindings: Add DT bindings for Cygnus audio clock
Simran Rai
1
-0
/
+6
2016-01-30
clk: Move vendor's Kconfig into CCF menu section
James Liao
3
-6
/
+4
2016-01-29
clk: mediatek: Fix memory leak on clock init fail
James Liao
1
-2
/
+4
2016-01-29
clk: move the common clock's to_clk_*(_hw) macros to clk-provider.h
Geliang Tang
25
-51
/
+33
2016-01-29
clk: xgene: Remove return from void function
Stephen Boyd
1
-1
/
+1
2016-01-29
clk: xgene: Add SoC and PMD PLL clocks with v2 hardware
Loc Ho
1
-37
/
+66
2016-01-29
Documentation: Update APM X-Gene clock binding for v2 hardware
Loc Ho
1
-0
/
+2
2016-01-29
clk: s2mps11: remove redundant code
Andi Shyti
1
-20
/
+16
2016-01-29
clk: s2mps11: remove redundant static variables declaration
Andi Shyti
1
-9
/
+10
2016-01-29
clk: s2mps11: allocate only one structure for clock init
Andi Shyti
1
-44
/
+7
2016-01-29
clk: s2mps11: merge two for loops in one
Andi Shyti
1
-6
/
+0
2016-01-29
clk-divider: make sure read-only dividers do not write to their register
Heiko Stuebner
4
-3
/
+15
2016-01-29
clk: tango4: rename ARCH_TANGOX to ARCH_TANGO
Marc Gonzalez
1
-1
/
+1
2016-01-29
clk: scpi: Fix checking return value of platform_device_register_simple()
Axel Lin
1
-1
/
+1
2016-01-29
clk: mvebu: Mark ioremapped memory as __iomem
Stephen Boyd
1
-1
/
+1
2016-01-24
Linux 4.5-rc1
v4.5-rc1
Linus Torvalds
1
-2
/
+2
2016-01-24
ideapad-laptop: Add Lenovo Yoga 700 to no_hw_rfkill dmi list
Josh Boyer
1
-0
/
+7
2016-01-24
MAINTAINERS: Combine multiple telemetry entries
Souvik Kumar Chakravarty
1
-3
/
+1
2016-01-24
intel_telemetry_debugfs: Fix unused warnings in telemetry debugfs
Souvik Kumar Chakravarty
1
-0
/
+2
2016-01-24
vmstat: Remove BUG_ON from vmstat_update
Christoph Lameter
1
-11
/
+1
2016-01-24
MIPS: zboot: Add support for serial debug using the PROM
Alban Bedel
3
-0
/
+12
2016-01-24
MIPS: zboot: Avoid useless rebuilds
Alban Bedel
1
-6
/
+8
2016-01-24
MIPS: BMIPS: Enable ARCH_WANT_OPTIONAL_GPIOLIB
Florian Fainelli
1
-0
/
+1
2016-01-24
MIPS: bcm63xx: nvram: Remove unused bcm63xx_nvram_get_psi_size() function
Simon Arlott
2
-13
/
+0
2016-01-24
MIPS: bcm963xx: Update bcm_tag field image_sequence
Simon Arlott
1
-6
/
+5
2016-01-24
MIPS: bcm963xx: Move extended flash address to bcm_tag header file
Simon Arlott
2
-4
/
+7
2016-01-24
MIPS: bcm963xx: Move Broadcom BCM963xx image tag data structure
Simon Arlott
3
-4
/
+7
[next]