summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2019-02-06livepatch: Proper error handling in the shadow variables selftestPetr Mladek
2019-02-06livepatch: return -ENOMEM on ptr_id() allocation failureJoe Lawrence
2019-02-04XArray: Update xa_erase family descriptionsMatthew Wilcox
2019-02-04XArray tests: RCU lock prohibits GFP_KERNELMatthew Wilcox
2019-02-04refcount_t: Add ACQUIRE ordering on success for dec(sub)_and_test() variantsElena Reshetova
2019-02-01lib/test_kmod.c: potential double free in error handlingDan Carpenter
2019-02-01selftests/livepatch: add DYNAMIC_DEBUG config dependencyJoe Lawrence
2019-01-31devres: always use dev_name() in devm_ioremap_resource()Sergei Shtylyov
2019-01-31lib/test_rhashtable: Make test_insert_dup() allocate its hash table dynamicallyBart Van Assche
2019-01-28Merge 5.0-rc4 into char-misc-nextGreg Kroah-Hartman
2019-01-22kobject: drop newline from msg stringBo YU
2019-01-22kobject: to repalce printk with pr_* styleBo YU
2019-01-22kobject: make kset_get_ownership() 'static'Eric Biggers
2019-01-22iomap: introduce io{read|write}64_{lo_hi|hi_lo}Logan Gunthorpe
2019-01-22iomap: Use non-raw io functions for io{read|write}XXbeLogan Gunthorpe
2019-01-22Merge tag 'xarray-5.0-rc3' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2019-01-21fix int_sqrt64() for very large numbersFlorian La Roche
2019-01-15sbitmap: Protect swap_lock from hardirqMing Lei
2019-01-14XArray tests: Check mark 2 gets squashedMatthew Wilcox
2019-01-15sbitmap: Protect swap_lock from softirqsSteven Rostedt (VMware)
2019-01-11selftests/livepatch: introduce testsJoe Lawrence
2019-01-09lkdtm: Do not depend on BLOCK and clean up headersKees Cook
2019-01-06XArray: Honour reserved entries in xa_insertMatthew Wilcox
2019-01-06XArray: Permit storing 2-byte-aligned pointersMatthew Wilcox
2019-01-06XArray: Change xa_for_each iteratorMatthew Wilcox
2019-01-06XArray: Turn xa_init_flags into a static inlineMatthew Wilcox
2019-01-06XArray tests: Add RCU lockingMatthew Wilcox
2019-01-06Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2019-01-05Merge tag 'for-linus-20190104' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-01-06kbuild: remove redundant target cleaning on failureMasahiro Yamada
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada
2019-01-05lib/genalloc.c: include vmalloc.hOlof Johansson