summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2019-03-07dynamic_debug: remove unused EXPORT_SYMBOLsRasmus Villemoes-2/+0
2019-03-07dynamic_debug: use pointer comparison in ddebug_remove_moduleRasmus Villemoes-1/+2
2019-03-07dynamic_debug: don't duplicate modname in ddebug_add_moduleRasmus Villemoes-8/+7
2019-03-07lib/vsprintf.c: move sizeof(struct printf_spec) next to its definitionRasmus Villemoes-2/+3
2019-03-06Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-9/+6
2019-03-06Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-5/+136
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds-53/+567
2019-03-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2/+7
2019-03-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-5/+15
2019-03-05mm/page_owner: move config option to mm/Kconfig.debugChangbin Du-17/+0
2019-03-05vmalloc: add test driver to analyse vmalloc allocatorUladzislau Rezki (Sony)-0/+565
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual-1/+2
2019-03-05kasan: remove use after scope bugs detection.Andrey Ryabinin-35/+0
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-28Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar-13/+22
2019-02-28locking/lockdep: Make it easy to detect whether or not inside a selftestBart Van Assche-0/+2
2019-02-28Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar-13/+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-13kprobes: Prohibit probing on bsearch()Andrea Righi-0/+2
2019-02-13kprobes: Prohibit probing on preemption checking debug functionsMasami Hiramatsu-2/+5
2019-02-11Merge 5.0-rc6 into driver-core-nextGreg Kroah-Hartman-70/+119
2019-02-11Merge 5.0-rc6 into char-misc-nextGreg Kroah-Hartman-9/+16
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-04refcount_t: Add ACQUIRE ordering on success for dec(sub)_and_test() variantsElena Reshetova-5/+13
2019-02-01lib/test_kmod.c: potential double free in error handlingDan Carpenter-1/+1
2019-01-31devres: always use dev_name() in devm_ioremap_resource()Sergei Shtylyov-3/+1
2019-01-31lib/test_rhashtable: Make test_insert_dup() allocate its hash table dynamicallyBart Van Assche-8/+15
2019-01-28Merge 5.0-rc4 into char-misc-nextGreg Kroah-Hartman-61/+103
2019-01-22kobject: drop newline from msg stringBo YU-3/+3
2019-01-22kobject: to repalce printk with pr_* styleBo YU-3/+2
2019-01-22kobject: make kset_get_ownership() 'static'Eric Biggers-1/+1
2019-01-22iomap: introduce io{read|write}64_{lo_hi|hi_lo}Logan Gunthorpe-0/+132
2019-01-22iomap: Use non-raw io functions for io{read|write}XXbeLogan Gunthorpe-4/+4