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
*
platform/x86: i2c-multi-instantiate: Distinguish IRQ resource type
Andy Shevchenko
2018-12-03
1
-9
/
+18
*
platform/x86: i2c-multi-instantiate: Count I2cSerialBus() resources
Andy Shevchenko
2018-12-03
1
-4
/
+37
*
i2c: acpi: Introduce i2c_acpi_get_i2c_resource() helper
Andy Shevchenko
2018-12-03
2
-12
/
+40
*
i2c: acpi: Use ACPI_FAILURE instead of !ACPI_SUCCESS
Andy Shevchenko
2018-12-03
1
-1
/
+1
*
platform/x86: i2c-multi-instantiate: Get rid of obsolete conditional
Andy Shevchenko
2018-12-03
1
-7
/
+3
*
platform/x86: intel_cht_int33fe: Get rid of obsolete conditional
Andy Shevchenko
2018-12-03
1
-19
/
+5
*
i2c: acpi: Return error pointers from i2c_acpi_new_device()
Andy Shevchenko
2018-12-03
1
-6
/
+15
*
platform/x86: i2c-multi-instantiate: Defer probe when no adapter found
Andy Shevchenko
2018-12-03
1
-1
/
+1
*
platform/x86: i2c-multi-instantiate: Accept errors of i2c_acpi_new_device()
Andy Shevchenko
2018-12-03
1
-2
/
+7
*
platform/x86: intel_cht_int33fe: Accept errors of i2c_acpi_new_device()
Andy Shevchenko
2018-12-03
1
-5
/
+23
*
platform/x86: intel_cht_int33fe: Remove duplicate NULL check
Andy Shevchenko
2018-12-03
1
-4
/
+2
*
platform/x86: dell-laptop: Mark expected switch fall-throughs
Gustavo A. R. Silva
2018-11-29
1
-0
/
+2
*
platform/x86: ideapad-laptop: Add Yoga 2 13 to no_hw_rfkill list
Loic WEI YU NENG
2018-11-27
1
-0
/
+7
*
platform/x86: intel_pmc_core: Decode Snoop / Non Snoop LTR
Rajneesh Bhardwaj
2018-11-10
2
-2
/
+67
*
platform/x86: intel_pmc_core: Fix LTR IGNORE Max offset
Rajneesh Bhardwaj
2018-11-10
2
-2
/
+6
*
platform/x86: intel_pmc_core: Show Latency Tolerance info
Rajneesh Bhardwaj
2018-11-10
2
-7
/
+119
*
platform/x86: asus-nb-wmi: Drop mapping of 0x33 and 0x34 scan codes
João Paulo Rechi Vita
2018-11-07
1
-2
/
+0
*
platform/x86: asus-nb-wmi: Map 0x35 to KEY_SCREENLOCK
João Paulo Rechi Vita
2018-11-07
1
-0
/
+1
*
platform/x86: asus-wmi: Tell the EC the OS will handle the display off hotkey
João Paulo Rechi Vita
2018-11-07
1
-1
/
+2
*
platform/x86: thinkpad_acpi: Change the keymap for Favorites hotkey
Zhang Xianwei
2018-11-07
1
-1
/
+1
*
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
[next]