summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2019-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+22
2019-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-0/+2
2019-03-01kasan: turn off asan-stack for clang-8 and earlierArnd Bergmann-0/+22
2019-02-25bpf: test_bpf: turn off preemption in function __run_onceAnders Roxell-0/+2
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+5
2019-02-22rhashtable: Remove obsolete rhashtable_walk_init functionHerbert Xu-8/+3
2019-02-21lib/test_rhashtable: fix spelling mistake "existant" -> "existent"Colin Ian King-2/+2
2019-02-20Merge branch 'fixes-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+5
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+2
2019-02-16Merge tag 'compiler-attributes-for-linus-v5.0-rc7' of git://github.com/ojeda/...Linus Torvalds-2/+2
2019-02-15assoc_array: Fix shortcut creationDavid Howells-3/+5
2019-02-15lib/crc32.c: mark crc32_le_base/__crc32c_le_base aliases as __pureMiguel Ojeda-2/+2
2019-02-14lib: objagg: fix handling of object with 0 users when assembling hintsJiri Pirko-3/+5
2019-02-13test_objagg: Uninitialized variable in error handlingDan Carpenter-2/+3
2019-02-13test_objagg: Test the correct variableDan Carpenter-2/+2
2019-02-13lib: objagg: Fix an error code in objagg_hints_get()Dan Carpenter-1/+3
2019-02-08lib: objagg: add root count to statsJiri Pirko-0/+4
2019-02-08lib: objagg: implement optimization hints assembly and use hints for object c...Jiri Pirko-18/+749
2019-02-08lib: objagg: fix typo in objagg_stats_put() docstringJiri Pirko-1/+1
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-8/+15
2019-02-01lib/test_kmod.c: potential double free in error handlingDan Carpenter-1/+1
2019-01-31lib/test_rhashtable: Make test_insert_dup() allocate its hash table dynamicallyBart Van Assche-8/+15
2019-01-22Merge tag 'xarray-5.0-rc3' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds-50/+99
2019-01-21fix int_sqrt64() for very large numbersFlorian La Roche-1/+1
2019-01-15sbitmap: Protect swap_lock from hardirqMing Lei-2/+3
2019-01-14XArray tests: Check mark 2 gets squashedMatthew Wilcox-3/+3
2019-01-15sbitmap: Protect swap_lock from softirqsSteven Rostedt (VMware)-10/+2
2019-01-06XArray: Honour reserved entries in xa_insertMatthew Wilcox-3/+46
2019-01-06XArray: Permit storing 2-byte-aligned pointersMatthew Wilcox-9/+43
2019-01-06XArray: Change xa_for_each iteratorMatthew Wilcox-6/+5
2019-01-06XArray: Turn xa_init_flags into a static inlineMatthew Wilcox-29/+0
2019-01-06XArray tests: Add RCU lockingMatthew Wilcox-0/+2
2019-01-06Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-4/+3
2019-01-05Merge tag 'for-linus-20190104' of git://git.kernel.dk/linux-blockLinus Torvalds-38/+54
2019-01-06kbuild: remove redundant target cleaning on failureMasahiro Yamada-3/+2
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada-1/+1
2019-01-05lib/genalloc.c: include vmalloc.hOlof Johansson-0/+1
2019-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-27/+27
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds-16/+19
2019-01-04lib/genalloc.c: use vzalloc_node() to allocate the bitmapHuang Shijie-2/+2
2019-01-04lib/find_bit_benchmark.c: align test_find_next_and_bit with othersYury Norov-6/+5
2019-01-04lib/genalloc.c: fix allocation of aligned buffer from non-aligned chunkAlexey Skidanov-8/+12
2019-01-04make 'user_access_begin()' do 'access_ok()'Linus Torvalds-8/+10
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds-8/+8
2019-01-03Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli...Jens Axboe-38/+54
2019-01-02Merge tag 's390-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-3/+3
2019-01-01Merge tag 'rtc-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds-3/+158
2018-12-31Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-2/+6
2018-12-29Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds-2/+2
2018-12-29lib: don't depend on linux headers being installed.NeilBrown-2/+0