aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-25lib/siphash.c: mark expected switch fall-throughsStephen Rothwell1-18/+18
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers3-3/+0
2019-04-24mm/uaccess: Use 'unsigned long' to placate UBSAN warnings on older GCC versionsPeter Zijlstra2-4/+5
2019-04-22Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe6-41/+59
2019-04-19kcov: improve CONFIG_ARCH_HAS_KCOV help textMark Rutland1-3/+3
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2019-04-12rhashtable: use BIT(0) for locking.NeilBrown1-1/+1
2019-04-12rhashtable: replace rht_ptr_locked() with rht_assign_locked()NeilBrown1-3/+3
2019-04-12rhashtable: move dereference inside rht_ptr()NeilBrown2-7/+7
2019-04-12rhashtable: fix some __rcu annotation errorsNeilBrown1-2/+2
2019-04-12rhashtable: use struct_size() in kvzalloc()Gustavo A. R. Silva1-2/+1
2019-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+8
2019-04-09Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+4
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2-3/+3
2019-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-38/+52
2019-04-08ASN.1: mark expected switch fall-throughGustavo A. R. Silva1-0/+4
2019-04-08lib/cmdline.c: mark expected switch fall-throughsGustavo A. R. Silva1-0/+5
2019-04-08lib: zstd: Mark expected switch fall-throughsGustavo A. R. Silva4-1/+12
2019-04-08lib: Add test module for strscpy_padTobin C. Harding3-0/+154
2019-04-08lib/string: Add strscpy_pad() functionTobin C. Harding1-7/+40
2019-04-08lib: Use new kselftest headerTobin C. Harding2-34/+9
2019-04-08lib/test_printf: Add empty module_exit functionTobin C. Harding1-0/+6
2019-04-07rhashtable: add lockdep tracking to bucket bit-spin-locks.NeilBrown1-6/+9
2019-04-07rhashtable: use bit_spin_locks to protect hash bucket.NeilBrown2-72/+71
2019-04-07rhashtable: allow rht_bucket_var to return NULL.NeilBrown1-9/+20
2019-04-07rhashtable: use cmpxchg() in nested_table_alloc()NeilBrown1-3/+5
2019-04-06block: remove CONFIG_LBDAFChristoph Hellwig1-1/+0
2019-04-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-6/+27
2019-04-05lib/lzo: fix bugs for very short or empty inputDave Rodgman2-6/+7
2019-04-05lib/string.c: implement a basic bcmpNick Desaulniers1-0/+20
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+11
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)1-1/+1
2019-04-04ptrace: Remove maxargs from task_current_syscall()Steven Rostedt (Red Hat)1-32/+25
2019-04-03iov_iter: Fix build error without CONFIG_CRYPTOYueHaibing1-0/+4
2019-04-03x86/uaccess, ubsan: Fix UBSAN vs. SMAPPeter Zijlstra2-0/+5
2019-04-03kbuild: add ability to generate BTF type info for vmlinuxAndrii Nakryiko1-0/+8
2019-04-01kobject: Don't trigger kobject_uevent(KOBJ_REMOVE) twice.Tetsuo Handa1-4/+7
2019-03-29Merge tag 'for-linus-20190329' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+11
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-4/+8
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+6
2019-03-25sbitmap: order READ/WRITE freed instance and setting clear bitMing Lei1-0/+11
2019-03-21rhashtable: rename rht_for_each*continue as *from.NeilBrown1-1/+1
2019-03-21rhashtable: don't hold lock on first table throughout insertion.NeilBrown1-36/+16
2019-03-21rhashtable: Still do rehash when we get EEXISTHerbert Xu1-2/+6
2019-03-20lib/test_printf: Switch to bitmap_zalloc()Andy Shevchenko1-2/+2
2019-03-17Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2019-03-15Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-1/+1
2019-03-14libfdt: prefix header search paths with $(srctree)/Masahiro Yamada1-1/+1
2019-03-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+15
2019-03-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-400/+223