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
*
gpio: lynxpoint: Convert to use SPDX identifier
Andy Shevchenko
2018-12-07
1
-15
/
+2
*
gpio: intel-mid: Convert to use SPDX identifier
Andy Shevchenko
2018-12-07
1
-9
/
+1
*
gpio: ich: Convert to use SPDX identifier
Andy Shevchenko
2018-12-07
1
-14
/
+1
*
gpio: sodaville: Sort headers alphabetically
Andy Shevchenko
2018-12-07
1
-3
/
+3
*
gpio: pch: Sort headers alphabetically
Andy Shevchenko
2018-12-07
1
-3
/
+3
*
gpio: ich: Sort headers alphabetically
Andy Shevchenko
2018-12-07
1
-3
/
+3
*
gpio: sch: Remove linux/init.h and sort headers
Andy Shevchenko
2018-12-07
1
-6
/
+5
*
gpio: merrifield: Remove linux/init.h
Andy Shevchenko
2018-12-07
1
-1
/
+0
*
gpio: lynxpoint: Remove linux/init.h and sort headers
Andy Shevchenko
2018-12-07
1
-8
/
+7
*
gpio: intel-mid: Remove linux/module.h and sort headers
Andy Shevchenko
2018-12-07
1
-4
/
+2
*
gpio: pch: Remove duplicate assignments
Andy Shevchenko
2018-12-07
1
-4
/
+1
*
gpio: pch: Remove redundant __func__ from debug print
Andy Shevchenko
2018-12-07
1
-7
/
+4
*
gpio: ich: Join string literals back
Andy Shevchenko
2018-12-07
1
-3
/
+2
*
gpio: ich: Convert pr_<level> to dev_<level>
Andy Shevchenko
2018-12-07
1
-6
/
+5
*
gpio: ich: Switch to use struct device instead of platform_device
Andy Shevchenko
2018-12-07
1
-10
/
+11
*
gpio: ich: Simplify error handling in ichx_write_bit()
Andy Shevchenko
2018-12-07
1
-12
/
+3
*
gpio: sodaville: Use for_each_set_bit() in IRQ handler
Andy Shevchenko
2018-12-07
1
-6
/
+3
*
gpio: pch: Use for_each_set_bit() in IRQ handler
Andy Shevchenko
2018-12-07
1
-8
/
+6
*
gpio: lynxpoint: Use for_each_set_bit() in IRQ handler
Andy Shevchenko
2018-12-03
1
-5
/
+7
*
gpio: pch: Convert to dev_pm_ops
Andy Shevchenko
2018-12-03
1
-40
/
+13
*
gpio: sodaville: Convert to use managed functions pcim_* and devm_*
Andy Shevchenko
2018-12-02
1
-34
/
+18
*
gpio: pch: Convert to use managed functions pcim_* and devm_*
Andy Shevchenko
2018-12-02
1
-52
/
+12
*
MAINTAINERS: Do maintain Intel GPIO drivers via separate tree
Andy Shevchenko
2018-11-09
1
-12
/
+21
*
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
[next]