summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2019-07-26rslib: Fix handling of of caller provided syndromeFerdinand Blomqvist1-2/+12
2019-07-26rslib: Fix decoding of shortened codesFerdinand Blomqvist1-2/+2
2019-07-10lib/mpi: Fix karactx leak in mpi_powmHerbert Xu1-4/+2
2019-07-10idr: Fix idr_get_next race with idr_removeMatthew Wilcox (Oracle)1-2/+12
2019-07-03mm: fix page cache convergence regressionJohannes Weiner1-2/+10
2019-06-11test_firmware: Use correct snprintf() limitDan Carpenter1-7/+7
2019-05-31kobject: Don't trigger kobject_uevent(KOBJ_REMOVE) twice.Tetsuo Handa1-4/+7
2019-05-31mm/uaccess: Use 'unsigned long' to placate UBSAN warnings on older GCC versionsPeter Zijlstra2-4/+5
2019-05-31sbitmap: fix improper use of smp_mb__before_atomic()Andrea Parri1-1/+1
2019-05-11ubsan: Fix nasty -Wbuiltin-declaration-mismatch GCC-9 warningsAndrey Ryabinin1-26/+23
2019-05-06Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+11
2019-04-30x86/mm/mem_encrypt: Disable all instrumentation for early SME setupGary Hook1-0/+11
2019-04-26lib/test_vmalloc.c: do not create cpumask_t variable on stackUladzislau Rezki (Sony)1-3/+3
2019-04-26lib/Kconfig.debug: fix build error without CONFIG_BLOCKYueHaibing1-0/+1
2019-04-19kcov: improve CONFIG_ARCH_HAS_KCOV help textMark Rutland1-3/+3
2019-04-10Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+4
2019-04-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-6/+27
2019-04-06lib/lzo: fix bugs for very short or empty inputDave Rodgman2-6/+7
2019-04-06lib/string.c: implement a basic bcmpNick Desaulniers1-0/+20
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-04iov_iter: Fix build error without CONFIG_CRYPTOYueHaibing1-0/+4
2019-03-30Merge 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/netLinus Torvalds1-2/+6
2019-03-25sbitmap: order READ/WRITE freed instance and setting clear bitMing Lei1-0/+11
2019-03-21rhashtable: Still do rehash when we get EEXISTHerbert Xu1-2/+6
2019-03-17Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds1-1/+1
2019-03-16Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-1/+1
2019-03-13libfdt: 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...Linus Torvalds1-2/+15
2019-03-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-400/+223
2019-03-12Drop flex_arraysKent Overstreet2-399/+1
2019-03-12generic radix treesKent Overstreet2-1/+219
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport1-0/+3
2019-03-12Merge tag 'xarray-5.1-rc1' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2-127/+324
2019-03-11Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-0/+2
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-36/+0
2019-03-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-14/+10
2019-03-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-1/+27
2019-03-09Merge tag 'printk-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-1/+17
2019-03-09Merge tag 'gcc-plugins-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-0/+389
2019-03-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds10-1/+686
2019-03-08lib/lzo: separate lzo-rle from lzoDave Rodgman2-10/+35
2019-03-08lib/lzo: implement run-length encodingDave Rodgman3-35/+152
2019-03-08lib/lzo: fast 8-byte copy on arm64Matt Sealey1-1/+1
2019-03-08lib/lzo: 64-bit CTZ on arm64Matt Sealey1-1/+1
2019-03-08lib/lzo: tidy-up ifdefsDave Rodgman1-4/+4
2019-03-08lib/ubsan: default UBSAN_ALIGNMENT to not setAnders Roxell1-5/+9
2019-03-08lib/test_firmware.c: remove some dead codeDan Carpenter1-9/+0
2019-03-08lib/assoc_array.c: mark expected switch fall-throughGustavo A. R. Silva1-0/+1