| Commit message (Expand) | Author | Age | Files | Lines |
* | EDAC: Drop per-memory controller buses | Borislav Petkov | 2018-11-13 | 3 | -42/+3 |
* | EDAC: Don't add devices under /sys/bus/edac | Tony Luck | 2018-11-13 | 1 | -3/+0 |
* | EDAC: Fix indentation issues in several EDAC drivers | Colin Ian King | 2018-11-10 | 5 | -9/+9 |
* | EDAC, skx: Fix randconfig builds in a better way | Luck, Tony | 2018-11-07 | 2 | -7/+2 |
* | EDAC, i82975x: Remove set but not used variable dtype | YueHaibing | 2018-11-07 | 1 | -11/+4 |
* | EDAC, qcom_edac: Remove irq_handled local variable | Dan Carpenter | 2018-11-06 | 1 | -6/+2 |
* | EDAC, synopsys: Add Error Injection support for ZynqMP DDR controller | Manish Narani | 2018-11-06 | 1 | -7/+413 |
* | EDAC, synopsys: Add ECC support for ZynqMP DDR controller | Manish Narani | 2018-11-06 | 2 | -18/+306 |
* | EDAC, synopsys: Add macro defines for ZynqMP DDRC | Manish Narani | 2018-11-05 | 1 | -0/+168 |
* | dt: bindings: Document ZynqMP DDRC in Synopsys documentation | Manish Narani | 2018-11-05 | 1 | -5/+22 |
* | EDAC, synopsys: Add error handling for the of_device_get_match_data() result | Manish Narani | 2018-11-05 | 1 | -0/+3 |
* | EDAC, synopsys: Add platform specific structures for the DDR Controller | Manish Narani | 2018-11-05 | 1 | -23/+63 |
* | EDAC, synopsys: Return void for functions always returning 0 | Manish Narani | 2018-11-05 | 1 | -18/+4 |
* | EDAC, synopsys: Correct comments | Manish Narani | 2018-11-05 | 1 | -53/+51 |
* | EDAC, synopsys: Shorten static function names | Manish Narani | 2018-11-05 | 1 | -41/+38 |
* | EDAC, synopsys: Improve code readability | Manish Narani | 2018-11-05 | 1 | -52/+52 |
* | Linux 4.20-rc1v4.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 |
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2018-11-04 | 7 | -0/+432 |
|\ \ \ |
|
| * \ \ | Merge branch 'clockevents/4.20-rc1' of https://git.linaro.org/people/daniel.l... | Thomas Gleixner | 2018-11-02 | 7 | -0/+432 |
| |\ \ \ |
|
| | * | | | dt-bindings: timer: gx6605s SOC timer | Guo Ren | 2018-11-02 | 1 | -0/+42 |