aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-06checkpatch: improve tests for fixes:, long lines and stack dumps in commit logJoe Perches1-25/+26
2015-11-06lib/hexdump.c: truncate output in case of overflowAndy Shevchenko1-1/+5
2015-11-06rbtree: clarify documentation of rbtree_postorder_for_each_entry_safe()Cody P Schafer1-2/+10
2015-11-06lib/is_single_threaded.c: change current_is_single_threaded() to use for_each_thread()Oleg Nesterov1-3/+2
2015-11-06lib/kobject.c: use kvasprintf_const for formatting ->nameRasmus Villemoes1-8/+22
2015-11-06lib/kasprintf.c: introduce kvasprintf_constRasmus Villemoes2-0/+18
2015-11-06lib/llist.c: fix data race in llist_del_firstDmitry Vyukov1-2/+2
2015-11-06lib/test-string_helpers.c: add string_get_size() testsVitaly Kuznetsov1-0/+36
2015-11-06lib/halfmd4.c: use rol32 inline function in the ROUND macroAlexander Kuleshov1-1/+2
2015-11-06arch/x86/kernel/cpu/perf_event_msr.c: use sign_extend64() for sign extensionMartin Kepplinger1-4/+3
2015-11-06arch/sh/kernel/traps_64.c: use sign_extend64() for sign extensionMartin Kepplinger2-2/+2
2015-11-06bitops.h: add sign_extend64()Martin Kepplinger1-0/+11
2015-11-06bitops.h: improve sign_extend32()'s documentationMartin Kepplinger1-0/+2
2015-11-06MAINTAINERS: add missing extcon directoryChanwoo Choi1-0/+3
2015-11-06get_maintainer: add subsystem to reviewer outputJoe Perches1-15/+16
2015-11-06get_maintainer: --r (list reviewer) is on by defaultBrian Norris1-1/+1
2015-11-06get_maintainer: add --no-foo options to --helpBrian Norris1-0/+3
2015-11-06get_maintainer: it's '--pattern-depth', not '-pattern-depth'Brian Norris1-1/+1
2015-11-06get_maintainer: add missing documentation for --git-blame-signaturesBrian Norris1-0/+1
2015-11-06printk: prevent userland from spoofing kernel messagesMathias Krause1-5/+8
2015-11-06lib/vsprintf.c: update documentationRasmus Villemoes2-9/+10
2015-11-06selftests: run lib/test_printf moduleKees Cook3-0/+19
2015-11-06test_printf: test printf family at runtimeRasmus Villemoes3-0/+366
2015-11-06lib/vsprintf.c: remove SPECIAL handling in pointer()Rasmus Villemoes1-1/+1
2015-11-06lib/vsprintf.c: also improve sanity check in bstr_printf()Rasmus Villemoes1-1/+1
2015-11-06lib/vsprintf.c: handle invalid format specifiers more robustlyRasmus Villemoes1-10/+21
2015-11-06printk: synchronize %p formatting documentationMartin Kletzander2-32/+37
2015-11-06lib/dynamic_debug.c: use kstrdup_constRasmus Villemoes1-4/+4
2015-11-06fs/jffs2/wbuf.c: remove stray semicolonAndrew Morton1-1/+1
2015-11-06include/linux/compiler-gcc.h: improve __visible documentationAndrew Morton1-1/+4
2015-11-06proc: actually make proc_fd_permission() thread-friendlyOleg Nesterov1-3/+11
2015-11-06fs/proc/array.c: set overflow flag in case of errorAndy Shevchenko1-5/+5
2015-11-06mm: use 'unsigned int' for compound_dtor/compound_order on 64BITKirill A. Shutemov1-0/+11
2015-11-06mm: use 'unsigned int' for page orderKirill A. Shutemov5-27/+32
2015-11-06mm: make compound_head() robustKirill A. Shutemov15-175/+82
2015-11-06mm: pack compound_dtor and compound_order into one word in struct pageKirill A. Shutemov4-14/+35
2015-11-06zsmalloc: use page->private instead of page->first_pageKirill A. Shutemov1-6/+5
2015-11-06slab, slub: use page->rcu_head instead of page->lru plus castKirill A. Shutemov2-18/+4
2015-11-06mm: drop page->slab_pageKirill A. Shutemov1-1/+0
2015-11-06zsmalloc: reduce size_class memory usageSergey Senozhatsky1-4/+13
2015-11-06mm/zsmalloc.c: remove useless line in obj_free()Hui Zhu1-3/+0
2015-11-06zsmalloc: don't test shrinker_enabled in zs_shrinker_count()Sergey Senozhatsky1-3/+0
2015-11-06zsmalloc: use preempt.h for in_interrupt()Sergey Senozhatsky1-1/+1
2015-11-06zsmalloc: fix obj_to_head use page_private(page) as value but not pointerHui Zhu1-1/+1
2015-11-06zsmalloc: add comments for ->inuse to zspageHui Zhu1-0/+1
2015-11-06mm: zsmalloc: constify struct zs_pool nameSergey SENOZHATSKY5-11/+13
2015-11-06zpool: remove redundant zpool->type string, const-ify zpool_get_typeDan Streetman2-7/+9
2015-11-06zswap: use charp for zswap param stringsDan Streetman1-40/+40
2015-11-06module: export param_free_charp()Dan Streetman2-1/+3
2015-11-06mm/zswap.c: remove unneeded initialization to NULL in zswap_entry_find_get()Alexey Klimov1-1/+1