summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | crypto: des - split off DES library from generic DES cipher driverArd Biesheuvel2019-08-222-0/+905
| * | | | | lib/mpi: Eliminate unused umul_ppmm definitions for MIPSNathan Chancellor2019-08-221-35/+1
| * | | | | crypto: aes - helper function to validate key length for AES algorithmsIuliana Prodan2019-08-091-4/+4
| * | | | | crypto: lib/aes - export sbox and inverse sboxArd Biesheuvel2019-07-261-0/+6
| * | | | | crypto: aes - create AES library based on the fixed time AES codeArd Biesheuvel2019-07-262-0/+353
* | | | | | Merge tag 'char-misc-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-09-181-2/+48
|\ \ \ \ \ \
| * | | | | | test_firmware: add support for request_firmware_into_bufScott Branden2019-09-041-2/+48
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'media/v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2019-09-171-6/+28
|\ \ \ \ \ \
| * | | | | | media: lib/sort.c: implement sort() variant taking context argumentRasmus Villemoes2019-08-191-6/+28
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds2019-09-171-5/+7
|\ \ \ \ \ \
| * | | | | | lib: scatterlist: Fix to support no mapped sgZhou Wang2019-08-081-5/+7
* | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-09-171-18/+12
|\ \ \ \ \ \ \
| * | | | | | | lib/timerqueue: Rely on rbtree semantics for next timerDavidlohr Bueso2019-07-241-18/+12
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-09-171-0/+20
|\ \ \ \ \ \ \
| * | | | | | | cpumask: Implement cpumask_or_equal()Thomas Gleixner2019-07-251-0/+20
| |/ / / / / /
* | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-09-161-4/+0
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'x86/cleanups' into x86/cpu, to pick up dependent changesIngo Molnar2019-09-061-4/+0
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | lib: Remove redundant ftrace flag removalMark Rutland2019-08-141-4/+0
| | |/ / / / /
* | | | | | | Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-09-161-2/+2
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | lib/stackdepot: Fix outdated commentsMiles Chen2019-08-191-2/+2
| | |_|_|/ / | |/| | | |
* | | | | | 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