summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib: raid6: fix awk build warningsGreg Kroah-Hartman2019-12-171-1/+1
* idr: Fix idr_alloc_u32 on 32-bit systemsMatthew Wilcox (Oracle)2019-12-041-1/+1
* idr: Fix idr_get_next_ul race with idr_removeMatthew Wilcox (Oracle)2019-12-041-20/+11
* XArray: Fix xas_next() with a single entry at 0Matthew Wilcox (Oracle)2019-12-042-0/+28
* dump_stack: avoid the livelock of the dump_lockKevin Hao2019-11-121-1/+6
* lib/vdso: Make clock_getres() POSIX compliant againThomas Gleixner2019-10-291-4/+5
* lib: textsearch: fix escapes in example codeRandy Dunlap2019-10-291-2/+2
* kmemleak: increase DEBUG_KMEMLEAK_EARLY_LOG_SIZE default to 16KNicolas Boichat2019-10-071-1/+1
* lib/lzo/lzo1x_compress.c: fix alignment bug in lzo-rleDave Rodgman2019-10-051-6/+8
* lib/Kconfig: fix OBJAGG in lib/ menu structureRandy Dunlap2019-09-111-3/+3
* Partially revert "kfifo: fix kfifo_alloc() and kfifo_init()"Linus Torvalds2019-08-301-1/+2
* Merge tag 'hisi-fixes-for-5.3' of git://github.com/hisilicon/linux-hisi into ...Arnd Bergmann2019-08-291-19/+54
|\
| * lib: logic_pio: Add logic_pio_unregister_range()John Garry2019-08-131-0/+14
| * lib: logic_pio: Avoid possible overlap for unregistering regionsJohn Garry2019-08-131-5/+5
| * lib: logic_pio: Fix RCU usageJohn Garry2019-08-131-14/+35
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-08-062-2/+58
|\ \
| * | lib/dim: Fix -Wunused-const-variable warningsLeon Romanovsky2019-07-251-0/+56
| * | linux/dim: Fix overflow in dim calculationYamin Friedman2019-07-251-2/+2
| |/
* | Merge tag 'kbuild-fixes-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-08-041-1/+1
|\ \
| * | lib/raid6: fix unnecessary rebuild of vpermxor*.cMasahiro Yamada2019-08-011-1/+1
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-08-031-32/+47
|\ \ \
| * | | lib/vdso/32: Provide legacy syscall fallbacksThomas Gleixner2019-07-311-1/+11
| * | | lib/vdso: Move fallback invocation to the callersThomas Gleixner2019-07-311-17/+36
| * | | lib/vdso/32: Remove inconsistent NULL pointer checksThomas Gleixner2019-07-311-16/+2
| |/ /
* | | lib/test_meminit.c: use GFP_ATOMIC in RCU critical sectionAlexander Potapenko2019-08-031-1/+1
* | | ubsan: build ubsan.c more conservativelyArnd Bergmann2019-08-031-1/+2
* | | kasan: remove clang version check for KASAN_STACKArnd Bergmann2019-08-031-6/+5
|/ /
* / test_firmware: fix a memory leak bugWenwen Wang2019-07-251-1/+4
|/
* Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2019-07-201-11/+1
|\
| * kbuild: create *.mod with full directory path and remove MODVERDIRMasahiro Yamada2019-07-181-11/+1
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2019-07-193-142/+0
|\ \
| * | memory: move jedec_ddr_data.c from lib/ to drivers/memory/Masahiro Yamada2019-06-173-145/+0
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-1710-91/+531
|\ \ \
| * | | lib/rbtree: avoid generating code twice for the cached versionsMichel Lespinasse2019-07-161-37/+3
| * | | lib/test_meminit.c: minor test fixesAlexander Potapenko2019-07-161-6/+6
| * | | lib/test_meminit.c: fix -Wmaybe-uninitialized false positiveArnd Bergmann2019-07-161-24/+26
| * | | lib/string_helpers: fix some kerneldoc warningsJonathan Corbet2019-07-161-37/+40
| * | | mm/ioremap: probe platform for p4d huge map supportAnshuman Khandual2019-07-161-0/+2
| * | | mm/ioremap: check virtual address alignment while creating huge mappingsAnshuman Khandual2019-07-161-0/+9
| * | | lib: introduce test_meminit moduleAlexander Potapenko2019-07-163-0/+371
| * | | lib/test_overflow.c: avoid tainting the kernel and fix wrap sizeKees Cook2019-07-161-5/+6
| * | | lib/test_string.c: add some testcases for strchr and strnchrPeter Rosin2019-07-161-0/+77
| * | | lib/test_string.c: avoid masking memset16/32/64 failuresPeter Rosin2019-07-161-3/+3
| * | | lib/string.c: allow searching for NUL with strnchrPeter Rosin2019-07-161-1/+10
| * | | lib/mpi/longlong.h: fix building with 32-bit x86Arnd Bergmann2019-07-161-8/+8
| | |/ | |/|
* | | Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...Linus Torvalds2019-07-161-2/+2
|\ \ \ | |/ / |/| |
| * | docs: locking: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-07-151-2/+2
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-07-152-4/+110
|\ \ \ | |/ / |/| |
| * | linux/dim: Implement RDMA adaptive moderation (DIM)Yamin Friedman2019-07-082-4/+110
| * | Merge tag 'blk-dim-v2' into rdma.git for-nextJason Gunthorpe2019-07-085-0/+291
| |\ \