summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-03-062-2/+7
|\
| * Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2019-02-283-13/+22
| |\
| * | kprobes: Prohibit probing on bsearch()Andrea Righi2019-02-131-0/+2
| * | kprobes: Prohibit probing on preemption checking debug functionsMasami Hiramatsu2019-02-131-2/+5
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-03-062-5/+15
|\ \ \
| * | | locking/lockdep: Make it easy to detect whether or not inside a selftestBart Van Assche2019-02-281-0/+2
| * | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2019-02-283-13/+22
| |\ \ \ | | | |/ | | |/|
| * | | refcount_t: Add ACQUIRE ordering on success for dec(sub)_and_test() variantsElena Reshetova2019-02-041-5/+13
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-041-0/+22
|\ \ \
| * | | kasan: turn off asan-stack for clang-8 and earlierArnd Bergmann2019-03-011-0/+22
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-03-041-0/+2
|\ \ \
| * | | bpf: test_bpf: turn off preemption in function __run_onceAnders Roxell2019-02-251-0/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-241-3/+5
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'fixes-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-02-201-3/+5
| |\ \ \
| | * | | assoc_array: Fix shortcut creationDavid Howells2019-02-151-3/+5
* | | | | rhashtable: Remove obsolete rhashtable_walk_init functionHerbert Xu2019-02-222-8/+3
* | | | | lib/test_rhashtable: fix spelling mistake "existant" -> "existent"Colin Ian King2019-02-211-2/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-201-2/+2
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | Merge tag 'compiler-attributes-for-linus-v5.0-rc7' of git://github.com/ojeda/...Linus Torvalds2019-02-161-2/+2
| |\ \ \ | | |/ / | |/| |
| | * | lib/crc32.c: mark crc32_le_base/__crc32c_le_base aliases as __pureMiguel Ojeda2019-02-151-2/+2
| | |/
* | | lib: objagg: fix handling of object with 0 users when assembling hintsJiri Pirko2019-02-141-3/+5
* | | test_objagg: Uninitialized variable in error handlingDan Carpenter2019-02-131-2/+3
* | | test_objagg: Test the correct variableDan Carpenter2019-02-131-2/+2
* | | lib: objagg: Fix an error code in objagg_hints_get()Dan Carpenter2019-02-131-1/+3
* | | lib: objagg: add root count to statsJiri Pirko2019-02-081-0/+4
* | | lib: objagg: implement optimization hints assembly and use hints for object c...Jiri Pirko2019-02-082-18/+749
* | | lib: objagg: fix typo in objagg_stats_put() docstringJiri Pirko2019-02-081-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-011-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-062-3/+46
| * XArray: Permit storing 2-byte-aligned pointersMatthew Wilcox2019-01-062-9/+43
| * XArray: Change xa_for_each iteratorMatthew Wilcox2019-01-061-6/+5
| * XArray: Turn xa_init_flags into a static inlineMatthew Wilcox2019-01-061-29/+0
| * XArray tests: Add RCU lockingMatthew Wilcox2019-01-061-0/+2
* | fix int_sqrt64() for very large numbersFlorian La Roche2019-01-211-1/+1
* | sbitmap: Protect swap_lock from hardirqMing Lei2019-01-151-2/+3
* | sbitmap: Protect swap_lock from softirqsSteven Rostedt (VMware)2019-01-151-10/+2
|/
* Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2019-01-062-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-053-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
|\ \ \
OpenPOWER on IntegriCloud