summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-03-05mm/page_owner: move config option to mm/Kconfig.debugChangbin Du
2019-03-05vmalloc: add test driver to analyse vmalloc allocatorUladzislau Rezki (Sony)
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual
2019-03-05kasan: remove use after scope bugs detection.Andrey Ryabinin
2019-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-03-04lib: Introduce test_stackinit moduleKees Cook
2019-03-01kasan: turn off asan-stack for clang-8 and earlierArnd Bergmann
2019-02-28lib/raid6: arm: optimize away a mask operation in NEON recovery routineArd Biesheuvel
2019-02-28lib/raid6: use vdupq_n_u8 to avoid endianness warningsndesaulniers@google.com
2019-02-28kbuild: move -gsplit-dwarf, -gdwarf-4 option tests to KconfigMasahiro Yamada
2019-02-28lib/vsprintf: Remove %pCr remnant in commentGeert Uytterhoeven
2019-02-28Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar
2019-02-28locking/lockdep: Make it easy to detect whether or not inside a selftestBart Van Assche
2019-02-28Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2019-02-26iov_iter: optimize page_copy_sane()Eric Dumazet
2019-02-25bpf: test_bpf: turn off preemption in function __run_onceAnders Roxell
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-22rhashtable: Remove obsolete rhashtable_walk_init functionHerbert Xu
2019-02-21XArray: Fix xa_reserve for 2-byte aligned entriesMatthew Wilcox
2019-02-21XArray: Fix xa_erase of 2-byte aligned entriesMatthew Wilcox
2019-02-21lib/test_rhashtable: fix spelling mistake "existant" -> "existent"Colin Ian King
2019-02-20XArray: Use xa_cmpxchg to implement xa_reserveMatthew Wilcox
2019-02-20XArray: Fix xa_release in allocating arraysMatthew Wilcox
2019-02-20Merge branch 'fixes-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-19lib/irq_poll: Support schedules in non-interrupt contextsSteve Wise
2019-02-16Merge tag 'compiler-attributes-for-linus-v5.0-rc7' of git://github.com/ojeda/...Linus Torvalds
2019-02-15assoc_array: Fix shortcut creationDavid Howells
2019-02-15lib/crc32.c: mark crc32_le_base/__crc32c_le_base aliases as __pureMiguel Ojeda
2019-02-14lib: objagg: fix handling of object with 0 users when assembling hintsJiri Pirko
2019-02-13test_objagg: Uninitialized variable in error handlingDan Carpenter
2019-02-13test_objagg: Test the correct variableDan Carpenter
2019-02-13lib: objagg: Fix an error code in objagg_hints_get()Dan Carpenter
2019-02-13dma-mapping: move debug configuration options to kernel/dmaAndy Shevchenko
2019-02-13kprobes: Prohibit probing on bsearch()Andrea Righi
2019-02-13kprobes: Prohibit probing on preemption checking debug functionsMasami Hiramatsu
2019-02-12ARM: 8833/1: Ensure that NEON code always compiles with ClangNathan Chancellor
2019-02-11lib/scatterlist: Provide a DMA page iteratorJason Gunthorpe
2019-02-11Merge 5.0-rc6 into driver-core-nextGreg Kroah-Hartman
2019-02-11Merge 5.0-rc6 into char-misc-nextGreg Kroah-Hartman
2019-02-09XArray: Mark xa_insert and xa_reserve as must_checkMatthew Wilcox
2019-02-08lib: objagg: add root count to statsJiri Pirko
2019-02-08lib: objagg: implement optimization hints assembly and use hints for object c...Jiri Pirko
2019-02-08lib: objagg: fix typo in objagg_stats_put() docstringJiri Pirko
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-02-06XArray: Add cyclic allocationMatthew Wilcox
2019-02-06XArray: Redesign xa_alloc APIMatthew Wilcox
2019-02-06XArray: Add support for 1s-based allocationMatthew Wilcox
2019-02-06XArray: Change xa_insert to return -EBUSYMatthew Wilcox