summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-03-23sched/debug: Add Kconfig to trigger panics on all 'BUG:' conditionsMatt Wagantall
2016-03-23sched/debug: Make sysrq prints of sched debug data optionalMatt Wagantall
2016-03-23sched/rt: Add Kconfig option to enable panicking for RT throttlingMatt Wagantall
2016-03-22lib: Kconfig.debug: Fix the recursive dependencyRohit Vaswani
2016-03-22lib: spinlock: Trigger a watchdog bite on spin_dump for rwlockPrasad Sodagudi
2016-03-22lib: spinlock: Cause a watchdog bite on spin_dumpRohit Vaswani
2016-03-22kernel/lib: add additional debug capabilites for data corruptionSyed Rameez Mustafa
2016-03-22kasan: Kconfig: Add KASAN_SANITIZE_ALLPatrick Daly
2016-03-22lib: Ignore kasan errors from find_next_bit and last bitPatrick Daly
2016-03-22kernel: lib: allow larger stack frame size for KASanSe Wang (Patrick) Oh
2016-03-22UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin
2016-03-22Revert "net, lib: kill arch_fast_hash library bits"Rohit Vaswani
2016-03-22soc: qcom: Add snapshot of QMIKarthikeyan Ramasubramanian
2016-03-22kmemleak : Make kmemleak_stack_scan optional using configVignesh Radhakrishnan
2016-03-22kmemleak : Make kmemleak_stack_scan optional using configVignesh Radhakrishnan
2016-03-22scsi: ufs: Inject errors to verify error handlingSujit Reddy Thumma
2016-03-01lib: iomap: Add MSM RTB supportRohit Vaswani
2016-02-16hardlockup: detect hard lockups without NMIs using secondary cpusColin Cross
2015-12-18rhashtable: Kill harmless RCU warning in rhashtable_walk_initHerbert Xu
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-12-17Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2015-12-16dma-debug: Fix dma_debug_entry offset calculationDaniel Mentz
2015-12-16rhashtable: Fix walker list corruptionHerbert Xu
2015-12-16rhashtable: Enforce minimum size on initial hash tableHerbert Xu
2015-12-05Revert "rhashtable: Use __vmalloc with GFP_ATOMIC for table allocation"David S. Miller
2015-12-04rhashtable: Use __vmalloc with GFP_ATOMIC for table allocationHerbert Xu
2015-12-04rhashtable: Prevent spurious EBUSY errors on insertionHerbert Xu
2015-11-23treewide: Remove old email addressPeter Zijlstra
2015-11-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-11-10lib/string.c: add ULL suffix to the constant definitionAndy Shevchenko
2015-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-11-09Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-11-09remove abs64()Andrew Morton
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-11-06dma-debug: check nents in dma_sync_sg*Robin Murphy
2015-11-06lib/hexdump.c: truncate output in case of overflowAndy Shevchenko
2015-11-06lib/is_single_threaded.c: change current_is_single_threaded() to use for_each...Oleg Nesterov
2015-11-06lib/kobject.c: use kvasprintf_const for formatting ->nameRasmus Villemoes
2015-11-06lib/kasprintf.c: introduce kvasprintf_constRasmus Villemoes
2015-11-06lib/llist.c: fix data race in llist_del_firstDmitry Vyukov
2015-11-06lib/test-string_helpers.c: add string_get_size() testsVitaly Kuznetsov
2015-11-06lib/halfmd4.c: use rol32 inline function in the ROUND macroAlexander Kuleshov
2015-11-06lib/vsprintf.c: update documentationRasmus Villemoes
2015-11-06test_printf: test printf family at runtimeRasmus Villemoes
2015-11-06lib/vsprintf.c: remove SPECIAL handling in pointer()Rasmus Villemoes
2015-11-06lib/vsprintf.c: also improve sanity check in bstr_printf()Rasmus Villemoes
2015-11-06lib/vsprintf.c: handle invalid format specifiers more robustlyRasmus Villemoes
2015-11-06printk: synchronize %p formatting documentationMartin Kletzander
2015-11-06lib/dynamic_debug.c: use kstrdup_constRasmus Villemoes