aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2019-02-28kbuild: move -gsplit-dwarf, -gdwarf-4 option tests to KconfigGravatar Masahiro Yamada 1-0/+2
2019-02-28lib/vsprintf: Remove %pCr remnant in commentGravatar Geert Uytterhoeven 1-1/+0
2019-02-28Merge branch 'linus' into perf/core, to pick up fixesGravatar Ingo Molnar 3-13/+22
2019-02-28locking/lockdep: Make it easy to detect whether or not inside a selftestGravatar Bart Van Assche 1-0/+2
2019-02-28Merge branch 'linus' into locking/core, to pick up fixesGravatar Ingo Molnar 3-13/+22
2019-02-26iov_iter: optimize page_copy_sane()Gravatar Eric Dumazet 1-2/+15
2019-02-25bpf: test_bpf: turn off preemption in function __run_onceGravatar Anders Roxell 1-0/+2
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-3/+5
2019-02-22rhashtable: Remove obsolete rhashtable_walk_init functionGravatar Herbert Xu 2-8/+3
2019-02-21XArray: Fix xa_reserve for 2-byte aligned entriesGravatar Matthew Wilcox 2-3/+15
2019-02-21XArray: Fix xa_erase of 2-byte aligned entriesGravatar Matthew Wilcox 2-2/+16
2019-02-21lib/test_rhashtable: fix spelling mistake "existant" -> "existent"Gravatar Colin Ian King 1-2/+2
2019-02-20XArray: Use xa_cmpxchg to implement xa_reserveGravatar Matthew Wilcox 1-36/+0
2019-02-20XArray: Fix xa_release in allocating arraysGravatar Matthew Wilcox 2-9/+25
2019-02-20Merge branch 'fixes-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-3/+5
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+2
2019-02-19lib/irq_poll: Support schedules in non-interrupt contextsGravatar Steve Wise 1-1/+1
2019-02-16Merge tag 'compiler-attributes-for-linus-v5.0-rc7' of git://github.com/ojeda/...Gravatar Linus Torvalds 1-2/+2
2019-02-15assoc_array: Fix shortcut creationGravatar David Howells 1-3/+5
2019-02-15lib/crc32.c: mark crc32_le_base/__crc32c_le_base aliases as __pureGravatar Miguel Ojeda 1-2/+2
2019-02-14lib: objagg: fix handling of object with 0 users when assembling hintsGravatar Jiri Pirko 1-3/+5
2019-02-13test_objagg: Uninitialized variable in error handlingGravatar Dan Carpenter 1-2/+3
2019-02-13test_objagg: Test the correct variableGravatar Dan Carpenter 1-2/+2
2019-02-13lib: objagg: Fix an error code in objagg_hints_get()Gravatar Dan Carpenter 1-1/+3
2019-02-13dma-mapping: move debug configuration options to kernel/dmaGravatar Andy Shevchenko 1-36/+0
2019-02-13kprobes: Prohibit probing on bsearch()Gravatar Andrea Righi 1-0/+2
2019-02-13kprobes: Prohibit probing on preemption checking debug functionsGravatar Masami Hiramatsu 1-2/+5
2019-02-12ARM: 8833/1: Ensure that NEON code always compiles with ClangGravatar Nathan Chancellor 1-1/+1
2019-02-11lib/scatterlist: Provide a DMA page iteratorGravatar Jason Gunthorpe 1-0/+26
2019-02-11Merge 5.0-rc6 into driver-core-nextGravatar Greg Kroah-Hartman 6-70/+119
2019-02-11Merge 5.0-rc6 into char-misc-nextGravatar Greg Kroah-Hartman 2-9/+16
2019-02-09XArray: Mark xa_insert and xa_reserve as must_checkGravatar Matthew Wilcox 1-5/+5
2019-02-08lib: objagg: add root count to statsGravatar Jiri Pirko 1-0/+4
2019-02-08lib: objagg: implement optimization hints assembly and use hints for object c...Gravatar Jiri Pirko 2-18/+749
2019-02-08lib: objagg: fix typo in objagg_stats_put() docstringGravatar Jiri Pirko 1-1/+1
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-8/+15
2019-02-06XArray: Add cyclic allocationGravatar Matthew Wilcox 2-0/+103
2019-02-06XArray: Redesign xa_alloc APIGravatar Matthew Wilcox 2-31/+84
2019-02-06XArray: Add support for 1s-based allocationGravatar Matthew Wilcox 2-33/+66
2019-02-06XArray: Change xa_insert to return -EBUSYGravatar Matthew Wilcox 2-4/+4
2019-02-06livepatch: Proper error handling in the shadow variables selftestGravatar Petr Mladek 1-0/+22
2019-02-06livepatch: return -ENOMEM on ptr_id() allocation failureGravatar Joe Lawrence 1-1/+1
2019-02-04XArray: Update xa_erase family descriptionsGravatar Matthew Wilcox 1-9/+8
2019-02-04XArray tests: RCU lock prohibits GFP_KERNELGravatar Matthew Wilcox 1-0/+3
2019-02-04refcount_t: Add ACQUIRE ordering on success for dec(sub)_and_test() variantsGravatar Elena Reshetova 1-5/+13
2019-02-01lib/test_kmod.c: potential double free in error handlingGravatar Dan Carpenter 1-1/+1
2019-02-01selftests/livepatch: add DYNAMIC_DEBUG config dependencyGravatar Joe Lawrence 1-0/+1
2019-01-31devres: always use dev_name() in devm_ioremap_resource()Gravatar Sergei Shtylyov 1-3/+1
2019-01-31lib/test_rhashtable: Make test_insert_dup() allocate its hash table dynamicallyGravatar Bart Van Assche 1-8/+15
2019-01-28Merge 5.0-rc4 into char-misc-nextGravatar Greg Kroah-Hartman 4-61/+103