aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2020-06-04kcov: collect coverage from interruptsGravatar Andrey Konovalov 1-0/+9
2020-06-03Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-10/+19
2020-06-03kasan: stop tests being eliminated as dead code with FORTIFY_SOURCEGravatar Daniel Axtens 1-10/+19
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-48/+200
2020-06-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-1/+1
2020-06-03Merge tag 'kgdb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Gravatar Linus Torvalds 1-0/+18
2020-06-02Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Gravatar Linus Torvalds 4-0/+1237
2020-06-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-35/+39
2020-06-02ubsan: entirely disable alignment checks under UBSAN_TRAPGravatar Kees Cook 1-1/+1
2020-06-02mm/ioremap: track which page-table levels were modifiedGravatar Joerg Roedel 1-15/+31
2020-06-02mm: switch the test_vmalloc module to use __vmalloc_nodeGravatar Christoph Hellwig 1-19/+7
2020-06-01Merge branch 'uaccess.readdir' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-7/+7
2020-06-01Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-20/+0
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxGravatar Linus Torvalds 4-19/+20
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-0/+3
2020-06-01Merge tag 'objtool-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+5
2020-06-01Merge tag 'locking-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-11/+9
2020-06-01Merge tag 'printk-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 2-9/+43
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 4-25/+22
2020-06-01Merge remote-tracking branch 'regulator/for-5.8' into regulator-linusGravatar Mark Brown 5-0/+490
2020-06-01Merge branch 'for-5.8-printf-time64_t' into for-linusGravatar Petr Mladek 2-5/+39
2020-06-01Merge branch 'for-5.8' into for-linusGravatar Petr Mladek 72-583/+3957
2020-05-29take the dummy csum_and_copy_from_user() into net/checksum.hGravatar Al Viro 1-20/+0
2020-05-28radix-tree: Use local_lock for protectionGravatar Sebastian Andrzej Siewior 1-11/+9
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 2-1/+25
2020-05-20Merge series "MAINTAINER entries for few ROHM power devices" from Matti Vaitt...Gravatar Mark Brown 2-9/+18
2020-05-20lib/vsprintf: Print time64_t in human readable formatGravatar Andy Shevchenko 2-5/+39
2020-05-19mm/hmm/test: add selftest driver for HMMGravatar Ralph Campbell 4-0/+1237
2020-05-19vsprintf: don't obfuscate NULL and error pointersGravatar Ilya Dryomov 2-1/+25
2020-05-19lockdep: Prepare for noinstr sectionsGravatar Peter Zijlstra 1-1/+1
2020-05-18kgdb: Delay "kgdbwait" to dbg_late_init() by defaultGravatar Douglas Anderson 1-0/+18
2020-05-18Merge tag 'v5.7-rc6' into objtool/core, to pick up fixes and resolve semantic...Gravatar Ingo Molnar 4-27/+36
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 2-9/+18
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 1-0/+12
2020-05-15docs: debugging-via-ohci1394.txt: add it to the core-api bookGravatar Mauro Carvalho Chehab 1-1/+1
2020-05-15bpf: Restrict bpf_trace_printk()'s %s usage and add %pks, %pus specifierGravatar Daniel Borkmann 1-0/+12
2020-05-11lib: linear_ranges: Add missing MODULE_LICENSE()Gravatar Matti Vaittinen 1-0/+4
2020-05-08lib/test_linear_ranges: add a test for the 'linear_ranges'Gravatar Matti Vaittinen 3-0/+241
2020-05-08lib: add linear ranges helpersGravatar Matti Vaittinen 3-0/+245
2020-05-08crypto: lib/sha1 - fold linux/cryptohash.h into crypto/sha.hGravatar Eric Biggers 1-1/+1
2020-05-08crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hGravatar Eric Biggers 1-1/+0
2020-05-08crypto: lib/sha1 - rename "sha" to "sha1"Gravatar Eric Biggers 1-10/+12
2020-05-08crypto: lib/sha256 - return voidGravatar Eric Biggers 1-12/+8
2020-05-07ubsan: disable UBSAN_ALIGNMENT under COMPILE_TESTGravatar Kees Cook 1-9/+6
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 2-18/+18
2020-05-01uaccess: Selectively open read or write user accessGravatar Christophe Leroy 3-7/+7
2020-04-30netlink: factor out policy range helpersGravatar Johannes Berg 1-21/+74
2020-04-30netlink: remove NLA_EXACT_LEN_WARNGravatar Johannes Berg 1-6/+10
2020-04-30netlink: allow NLA_MSECS to have range validationGravatar Johannes Berg 1-0/+2
2020-04-30netlink: extend policy range validationGravatar Johannes Berg 1-21/+92