index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-23
perf scripts python: call-graph-from-sql.py: Provide better default column sizes
Adrian Hunter
1
-0
/
+3
2018-10-23
Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
68
-999
/
+1016
2018-10-23
SUNRPC: Convert the auth cred cache to use refcount_t
Trond Myklebust
6
-9
/
+9
2018-10-23
SUNRPC: Convert auth creds to use refcount_t
Trond Myklebust
3
-10
/
+10
2018-10-23
SUNRPC: Simplify lookup code
Trond Myklebust
2
-18
/
+13
2018-10-23
SUNRPC: Clean up the AUTH cache code
Trond Myklebust
2
-62
/
+87
2018-10-23
NFS: change sign of nfs_fh length
Frank Sorenson
1
-1
/
+1
2018-10-23
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
28
-616
/
+1114
2018-10-23
Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-1
/
+19
2018-10-23
Merge branch 'x86-grub2-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
11
-5
/
+77
2018-10-23
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
42
-50
/
+635
2018-10-23
Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-9
/
+0
2018-10-23
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-15
/
+31
2018-10-23
Revert "kvm: x86: optimize dr6 restore"
Radim Krčmář
1
-9
/
+4
2018-10-23
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
12
-143
/
+299
2018-10-23
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-36
/
+58
2018-10-23
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
16
-197
/
+461
2018-10-23
Documentation/security-bugs: Clarify treatment of embargoed information
Will Deacon
1
-16
/
+27
2018-10-23
Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-28
/
+34
2018-10-23
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
141
-3865
/
+6256
2018-10-23
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
95
-934
/
+1522
2018-10-23
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
14
-54
/
+307
2018-10-23
ubifs: Remove unneeded semicolon
Ding Xiang
1
-1
/
+1
2018-10-23
Documentation: ubifs: Add authentication whitepaper
Sascha Hauer
1
-0
/
+426
2018-10-23
ubifs: Enable authentication support
Sascha Hauer
3
-1
/
+52
2018-10-23
ubifs: Do not update inode size in-place in authenticated mode
Sascha Hauer
3
-36
/
+111
2018-10-23
ubifs: Add hashes and HMACs to default filesystem
Sascha Hauer
1
-7
/
+27
2018-10-23
ubifs: authentication: Authenticate super block node
Sascha Hauer
1
-1
/
+69
2018-10-23
ubifs: Create hash for default LPT
Sascha Hauer
3
-3
/
+23
2018-10-23
ubfis: authentication: Authenticate master node
Sascha Hauer
3
-10
/
+61
2018-10-23
ubifs: authentication: Authenticate LPT
Sascha Hauer
3
-0
/
+134
2018-10-23
ubifs: Authenticate replayed journal
Sascha Hauer
1
-2
/
+144
2018-10-23
ubifs: Add auth nodes to garbage collector journal head
Sascha Hauer
1
-3
/
+43
2018-10-23
ubifs: Add authentication nodes to journal
Sascha Hauer
6
-18
/
+153
2018-10-23
ubifs: authentication: Add hashes to index nodes
Sascha Hauer
7
-14
/
+81
2018-10-23
ubifs: Add hashes to the tree node cache
Sascha Hauer
4
-30
/
+135
2018-10-23
ubifs: Create functions to embed a HMAC in a node
Sascha Hauer
2
-6
/
+70
2018-10-23
ubifs: Add helper functions for authentication support
Sascha Hauer
4
-0
/
+722
2018-10-23
ubifs: Add separate functions to init/crc a node
Sascha Hauer
2
-15
/
+29
2018-10-23
ubifs: Format changes for authentication support
Sascha Hauer
3
-3
/
+50
2018-10-23
ubifs: Store read superblock node
Sascha Hauer
3
-22
/
+8
2018-10-23
ubifs: Drop write_node
Sascha Hauer
1
-34
/
+5
2018-10-23
ubifs: Implement ubifs_lpt_lookup using ubifs_pnode_lookup
Sascha Hauer
1
-18
/
+2
2018-10-23
ubifs: Export pnode_lookup as ubifs_pnode_lookup
Sascha Hauer
3
-36
/
+37
2018-10-23
ubifs: Pass ubifs_zbranch to read_znode()
Sascha Hauer
1
-5
/
+6
2018-10-23
ubifs: Pass ubifs_zbranch to try_read_node()
Sascha Hauer
1
-7
/
+7
2018-10-23
ubifs: Refactor create_default_filesystem()
Sascha Hauer
1
-48
/
+47
2018-10-23
ubi: Mark expected switch fall-throughs
Gustavo A. R. Silva
2
-0
/
+3
2018-10-23
Merge branch 'for-4.20/multitouch' into for-linus
Jiri Kosina
1
-40
/
+32
2018-10-23
Merge branch 'for-4.20/microsoft' into for-linus
Jiri Kosina
3
-5
/
+138
[prev]
[next]