summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | test_objagg: Uninitialized variable in error handlingDan Carpenter2019-02-141-2/+3
* | | | | | | | test_objagg: Test the correct variableDan Carpenter2019-02-141-2/+2
* | | | | | | | lib: objagg: Fix an error code in objagg_hints_get()Dan Carpenter2019-02-141-1/+3
* | | | | | | | lib: objagg: add root count to statsJiri Pirko2019-02-091-0/+4
* | | | | | | | lib: objagg: implement optimization hints assembly and use hints for object c...Jiri Pirko2019-02-092-18/+749
* | | | | | | | lib: objagg: fix typo in objagg_stats_put() docstringJiri Pirko2019-02-091-1/+1
|/ / / / / / /
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-02-081-8/+15
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | lib/test_rhashtable: Make test_insert_dup() allocate its hash table dynamicallyBart Van Assche2019-01-311-8/+15
| | |/ / / / | |/| | | |
* / | | | | lib/test_kmod.c: potential double free in error handlingDan Carpenter2019-02-021-1/+1
|/ / / / /
* | | | | Merge tag 'xarray-5.0-rc3' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2019-01-222-50/+99
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | XArray tests: Check mark 2 gets squashedMatthew Wilcox2019-01-141-3/+3
| * | | | XArray: Honour reserved entries in xa_insertMatthew Wilcox2019-01-072-3/+46
| * | | | XArray: Permit storing 2-byte-aligned pointersMatthew Wilcox2019-01-072-9/+43
| * | | | XArray: Change xa_for_each iteratorMatthew Wilcox2019-01-071-6/+5
| * | | | XArray: Turn xa_init_flags into a static inlineMatthew Wilcox2019-01-071-29/+0
| * | | | XArray tests: Add RCU lockingMatthew Wilcox2019-01-071-0/+2
| |/ / /
* | | | fix int_sqrt64() for very large numbersFlorian La Roche2019-01-201-1/+1
* | | | sbitmap: Protect swap_lock from hardirqMing Lei2019-01-151-2/+3
* | | | sbitmap: Protect swap_lock from softirqsSteven Rostedt (VMware)2019-01-141-10/+2
|/ / /
* | | Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2019-01-072-4/+3
|\ \ \
| * | | kbuild: remove redundant target cleaning on failureMasahiro Yamada2019-01-061-3/+2
| * | | jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-061-1/+1
| |/ /
* | | Merge tag 'for-linus-20190104' of git://git.kernel.dk/linux-blockLinus Torvalds2019-01-063-38/+54
|\ \ \ | |/ / |/| |
| * | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli...Jens Axboe2019-01-033-38/+54
| |\ \
| | * | lib/raid6: add option to skip algo benchmarkingDaniel Verkamp2018-12-202-0/+13
| | * | lib/raid6: sort algos in rough performance orderDaniel Verkamp2018-12-201-38/+38
| | * | lib/raid6: check for assembler SSSE3 supportDaniel Verkamp2018-12-201-0/+3
* | | | lib/genalloc.c: include vmalloc.hOlof Johansson2019-01-051-0/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2019-01-051-27/+27
|\ \ \ \
| * | | | iov_iter: reduce code duplicationAl Viro2018-11-281-27/+27
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-052-16/+19
|\ \ \ \ \
| * | | | | lib/genalloc.c: use vzalloc_node() to allocate the bitmapHuang Shijie2019-01-041-2/+2
| * | | | | lib/find_bit_benchmark.c: align test_find_next_and_bit with othersYury Norov2019-01-041-6/+5
| * | | | | lib/genalloc.c: fix allocation of aligned buffer from non-aligned chunkAlexey Skidanov2019-01-041-8/+12
| | |/ / / | |/| | |
* | | | | make 'user_access_begin()' do 'access_ok()'Linus Torvalds2019-01-042-8/+10
* | | | | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-043-8/+8
|/ / / /
* | | | Merge tag 's390-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2019-01-031-3/+3
|\ \ \ \
| * | | | s390: use common bust_spinlocks()Sergey Senozhatsky2018-11-301-3/+3
* | | | | Merge tag 'rtc-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2019-01-012-3/+158
|\ \ \ \ \
| * | | | | lib/vsprintf: Print time and date in human readable format via %ptAndy Shevchenko2018-12-102-3/+158
* | | | | | Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-12-311-2/+6
|\ \ \ \ \ \
| * | | | | | seq_buf: Use size_t for len in seq_buf_puts()Michael Ellerman2018-12-221-1/+1
| * | | | | | seq_buf: Make seq_buf_puts() null-terminate the bufferMichael Ellerman2018-12-221-1/+5
* | | | | | | Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-12-291-2/+2
|\ \ \ \ \ \ \
| * | | | | | | treewide: surround Kconfig file paths with double quotesMasahiro Yamada2018-12-211-2/+2
* | | | | | | | lib: don't depend on linux headers being installed.NeilBrown2018-12-291-2/+0
* | | | | | | | Merge tag 'driver-core-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-12-292-2/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | kref/kobject: Improve documentationEzequiel Garcia2018-12-061-1/+1
| * | | | | | | | Merge 4.20-rc5 into driver-core-nextGreg Kroah-Hartman2018-12-039-92/+151
| |\ \ \ \ \ \ \ \
| * | | | | | | | | kobject: Fix warnings in lib/kobject_uevent.cBo YU2018-11-111-0/+2