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
*
Merge tag 'meson-clk-4.21-1' of https://github.com/BayLibre/clk-meson into cl...
Stephen Boyd
2018-12-03
13
-49
/
+1319
|
\
|
*
clk: meson: meson8b: add the CPU clock post divider clocks
Martin Blumenstingl
2018-11-23
2
-1
/
+256
|
*
clk: meson: meson8b: rename cpu_div2/cpu_div3 to cpu_in_div2/cpu_in_div3
Martin Blumenstingl
2018-11-23
2
-12
/
+12
|
*
clk: meson: clk-regmap: add read-only gate ops
Martin Blumenstingl
2018-11-23
2
-0
/
+6
|
*
clk: meson: meson8b: allow changing the CPU clock tree
Martin Blumenstingl
2018-11-23
1
-6
/
+6
|
*
clk: meson: meson8b: run from the XTAL when changing the CPU frequency
Martin Blumenstingl
2018-11-23
1
-0
/
+63
|
*
clk: meson: meson8b: add support for more M/N values in sys_pll
Martin Blumenstingl
2018-11-23
1
-0
/
+5
|
*
clk: meson: meson8b: mark the CPU clock as CLK_IS_CRITICAL
Martin Blumenstingl
2018-11-23
1
-1
/
+2
|
*
clk: meson: meson8b: do not use cpu_div3 for cpu_scale_out_sel
Martin Blumenstingl
2018-11-23
1
-2
/
+9
|
*
clk: meson: clk-pll: check if the clock is already enabled
Martin Blumenstingl
2018-11-23
1
-0
/
+19
|
*
clk: meson: meson8b: fix the width of the cpu_scale_div clock
Martin Blumenstingl
2018-11-23
1
-1
/
+1
|
*
clk: meson: meson8b: fix incorrect divider mapping in cpu_scale_table
Martin Blumenstingl
2018-11-23
1
-7
/
+8
|
*
clk: meson: meson8b: use the HHI syscon if available
Martin Blumenstingl
2018-11-23
1
-9
/
+15
|
*
dt-bindings: clock: meson8b: use the registers from the HHI syscon
Martin Blumenstingl
2018-11-23
1
-8
/
+5
|
*
clk: meson-gxbb: Add video clocks
Neil Armstrong
2018-11-23
1
-0
/
+722
|
*
dt-bindings: clk: meson-gxbb: Add Video clock bindings
Neil Armstrong
2018-11-23
2
-2
/
+42
|
*
clk: meson-gxbb: Fix HDMI PLL for GXL SoCs
Neil Armstrong
2018-11-23
1
-2
/
+49
|
*
clk: meson: Add vid_pll divider driver
Neil Armstrong
2018-11-23
3
-1
/
+98
|
*
dt-bindings: clock: meson8b: export the CPU post dividers
Martin Blumenstingl
2018-11-23
1
-0
/
+4
|
/
*
Linux 4.20-rc1
v4.20-rc1
Linus Torvalds
2018-11-05
1
-2
/
+2
*
Merge tag 'tags/upstream-4.20-rc1' of git://git.infradead.org/linux-ubifs
Linus Torvalds
2018-11-04
25
-292
/
+2418
|
\
|
*
ubifs: Remove unneeded semicolon
Ding Xiang
2018-10-23
1
-1
/
+1
|
*
Documentation: ubifs: Add authentication whitepaper
Sascha Hauer
2018-10-23
1
-0
/
+426
|
*
ubifs: Enable authentication support
Sascha Hauer
2018-10-23
3
-1
/
+52
|
*
ubifs: Do not update inode size in-place in authenticated mode
Sascha Hauer
2018-10-23
3
-38
/
+113
|
*
ubifs: Add hashes and HMACs to default filesystem
Sascha Hauer
2018-10-23
1
-7
/
+27
|
*
ubifs: authentication: Authenticate super block node
Sascha Hauer
2018-10-23
1
-1
/
+69
|
*
ubifs: Create hash for default LPT
Sascha Hauer
2018-10-23
3
-3
/
+23
|
*
ubfis: authentication: Authenticate master node
Sascha Hauer
2018-10-23
3
-10
/
+61
|
*
ubifs: authentication: Authenticate LPT
Sascha Hauer
2018-10-23
3
-0
/
+134
|
*
ubifs: Authenticate replayed journal
Sascha Hauer
2018-10-23
1
-2
/
+144
|
*
ubifs: Add auth nodes to garbage collector journal head
Sascha Hauer
2018-10-23
1
-3
/
+43
|
*
ubifs: Add authentication nodes to journal
Sascha Hauer
2018-10-23
6
-18
/
+153
|
*
ubifs: authentication: Add hashes to index nodes
Sascha Hauer
2018-10-23
7
-14
/
+81
|
*
ubifs: Add hashes to the tree node cache
Sascha Hauer
2018-10-23
4
-30
/
+135
|
*
ubifs: Create functions to embed a HMAC in a node
Sascha Hauer
2018-10-23
2
-6
/
+70
|
*
ubifs: Add helper functions for authentication support
Sascha Hauer
2018-10-23
4
-0
/
+722
|
*
ubifs: Add separate functions to init/crc a node
Sascha Hauer
2018-10-23
2
-15
/
+29
|
*
ubifs: Format changes for authentication support
Sascha Hauer
2018-10-23
3
-3
/
+50
|
*
ubifs: Store read superblock node
Sascha Hauer
2018-10-23
3
-22
/
+8
|
*
ubifs: Drop write_node
Sascha Hauer
2018-10-23
1
-34
/
+5
|
*
ubifs: Implement ubifs_lpt_lookup using ubifs_pnode_lookup
Sascha Hauer
2018-10-23
1
-18
/
+2
|
*
ubifs: Export pnode_lookup as ubifs_pnode_lookup
Sascha Hauer
2018-10-23
3
-36
/
+37
|
*
ubifs: Pass ubifs_zbranch to read_znode()
Sascha Hauer
2018-10-23
1
-5
/
+6
|
*
ubifs: Pass ubifs_zbranch to try_read_node()
Sascha Hauer
2018-10-23
1
-7
/
+7
|
*
ubifs: Refactor create_default_filesystem()
Sascha Hauer
2018-10-23
1
-48
/
+47
|
*
ubi: Mark expected switch fall-throughs
Gustavo A. R. Silva
2018-10-23
2
-0
/
+3
*
|
Merge tag 'nfs-for-4.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2018-11-04
5
-40
/
+17
|
\
\
|
*
|
NFS: fix spelling mistake, EACCESS -> EACCES
Colin Ian King
2018-11-01
1
-1
/
+1
|
*
|
SUNRPC: Use atomic(64)_t for seq_send(64)
Paul Burton
2018-11-01
4
-39
/
+16
[next]