aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2019-08-22crypto: des - split off DES library from generic DES cipher driverGravatar Ard Biesheuvel 2-0/+905
2019-08-22lib/mpi: Eliminate unused umul_ppmm definitions for MIPSGravatar Nathan Chancellor 1-35/+1
2019-08-20test_bpf: Fix a new clang warning about xor-ing two numbersGravatar Nathan Chancellor 1-1/+1
2019-08-19media: lib/sort.c: implement sort() variant taking context argumentGravatar Rasmus Villemoes 1-6/+28
2019-08-19lib/stackdepot: Fix outdated commentsGravatar Miles Chen 1-2/+2
2019-08-15lib/test_printf: Remove obvious comments from %pd and %pD testsGravatar Petr Mladek 1-2/+0
2019-08-15lib/test_printf: Add test of null/invalid pointer dereference for dentryGravatar Jia He 1-0/+7
2019-08-15vsprintf: Prevent crash when dereferencing invalid pointers for %pDGravatar Jia He 1-3/+10
2019-08-14lib: Remove redundant ftrace flag removalGravatar Mark Rutland 1-4/+0
2019-08-13lib: logic_pio: Add logic_pio_unregister_range()Gravatar John Garry 1-0/+14
2019-08-13lib: logic_pio: Avoid possible overlap for unregistering regionsGravatar John Garry 1-5/+5
2019-08-13lib: logic_pio: Fix RCU usageGravatar John Garry 1-14/+35
2019-08-09crypto: aes - helper function to validate key length for AES algorithmsGravatar Iuliana Prodan 1-4/+4
2019-08-08lib: scatterlist: Fix to support no mapped sgGravatar Zhou Wang 1-5/+7
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 2-2/+58
2019-08-04Merge tag 'kbuild-fixes-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2019-08-03Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-32/+47
2019-08-03lib/test_meminit.c: use GFP_ATOMIC in RCU critical sectionGravatar Alexander Potapenko 1-1/+1
2019-08-03ubsan: build ubsan.c more conservativelyGravatar Arnd Bergmann 1-1/+2
2019-08-03kasan: remove clang version check for KASAN_STACKGravatar Arnd Bergmann 1-6/+5
2019-08-01lib/raid6: fix unnecessary rebuild of vpermxor*.cGravatar Masahiro Yamada 1-1/+1
2019-07-31lib/vdso/32: Provide legacy syscall fallbacksGravatar Thomas Gleixner 1-1/+11
2019-07-31lib/vdso: Move fallback invocation to the callersGravatar Thomas Gleixner 1-17/+36
2019-07-31lib/vdso/32: Remove inconsistent NULL pointer checksGravatar Thomas Gleixner 1-16/+2
2019-07-26crypto: lib/aes - export sbox and inverse sboxGravatar Ard Biesheuvel 1-0/+6
2019-07-26crypto: aes - create AES library based on the fixed time AES codeGravatar Ard Biesheuvel 2-0/+353
2019-07-25lib/dim: Fix -Wunused-const-variable warningsGravatar Leon Romanovsky 1-0/+56
2019-07-25linux/dim: Fix overflow in dim calculationGravatar Yamin Friedman 1-2/+2
2019-07-25cpumask: Implement cpumask_or_equal()Gravatar Thomas Gleixner 1-0/+20
2019-07-25test_firmware: fix a memory leak bugGravatar Wenwen Wang 1-1/+4
2019-07-24lib/timerqueue: Rely on rbtree semantics for next timerGravatar Davidlohr Bueso 1-18/+12
2019-07-20Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 1-11/+1
2019-07-19Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Gravatar Linus Torvalds 3-142/+0
2019-07-18kbuild: create *.mod with full directory path and remove MODVERDIRGravatar Masahiro Yamada 1-11/+1
2019-07-17Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 10-91/+531
2019-07-16lib/rbtree: avoid generating code twice for the cached versionsGravatar Michel Lespinasse 1-37/+3
2019-07-16lib/test_meminit.c: minor test fixesGravatar Alexander Potapenko 1-6/+6
2019-07-16lib/test_meminit.c: fix -Wmaybe-uninitialized false positiveGravatar Arnd Bergmann 1-24/+26
2019-07-16lib/string_helpers: fix some kerneldoc warningsGravatar Jonathan Corbet 1-37/+40
2019-07-16mm/ioremap: probe platform for p4d huge map supportGravatar Anshuman Khandual 1-0/+2
2019-07-16mm/ioremap: check virtual address alignment while creating huge mappingsGravatar Anshuman Khandual 1-0/+9
2019-07-16lib: introduce test_meminit moduleGravatar Alexander Potapenko 3-0/+371
2019-07-16lib/test_overflow.c: avoid tainting the kernel and fix wrap sizeGravatar Kees Cook 1-5/+6
2019-07-16lib/test_string.c: add some testcases for strchr and strnchrGravatar Peter Rosin 1-0/+77
2019-07-16lib/test_string.c: avoid masking memset16/32/64 failuresGravatar Peter Rosin 1-3/+3
2019-07-16lib/string.c: allow searching for NUL with strnchrGravatar Peter Rosin 1-1/+10
2019-07-16lib/mpi/longlong.h: fix building with 32-bit x86Gravatar Arnd Bergmann 1-8/+8
2019-07-16Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...Gravatar Linus Torvalds 1-2/+2
2019-07-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 2-4/+110
2019-07-15docs: locking: convert docs to ReST and rename to *.rstGravatar Mauro Carvalho Chehab 1-2/+2