aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-07-03checkpatch: allow longer logging function namesJacob Keller1-1/+1
2013-07-03checkpatch: ignore existing CamelCase uses from include/...Joe Perches1-7/+50
2013-07-03checkpatch: ignore SI unit CamelCase variants like "_uV"Joe Perches1-0/+3
2013-07-03checkpatch: move test for space before semicolon after operator spacingJoe Perches1-10/+10
2013-07-03checkpatch: create an EXPERIMENTAL --fix option to correct patchesJoe Perches1-88/+354
2013-07-03checkpatch: improve "no space after cast" testJoe Perches1-2/+3
2013-07-03checkpatch: add a --strict test for comparison to true/falseJoe Perches1-0/+27
2013-07-03checkpatch: don't warn on blank lines before/after braces as oftenJoe Perches1-2/+2
2013-07-03checkpatch: add a placeholder to check blank lines before declarationsJoe Perches1-0/+8
2013-07-03checkpatch: reduce false positive rate of "complex macros"Joe Perches1-1/+1
2013-07-03checkpatch: warn on comparisons to get_jiffies_64()Joe Perches1-0/+6
2013-07-03checkpatch: warn on comparisons to jiffiesJoe Perches1-0/+6
2013-07-03checkpatch: warn when networking block comment lines don't start with *Joe Perches1-0/+8
2013-07-03checkpatch: improve network block comment test and messageJoe Perches1-2/+2
2013-07-03checkpatch: remove quote from CamelCase testJoe Perches1-2/+2
2013-07-03checkpatch: add --strict preference for p = kmalloc(sizeof(*p)...Joe Perches1-0/+8
2013-07-03checkpatch: warn when using gcc's binary constant ("0b") extensionJoe Perches1-2/+14
2013-07-03checkpatch: change CamelCase test and make it --strictJoe Perches1-3/+3
2013-07-03lib/percpu_counter.c: __this_cpu_write() doesn't need to be protected by spinlockFan Du1-1/+1
2013-07-03ipw2200: convert __list_for_each usage to list_for_eachDave Jones1-1/+1
2013-07-03radeon: remove redundant __list_for_each definition from mkregtable.cDave Jones1-13/+0
2013-07-03backlight: convert from legacy pm ops to dev_pm_opsShuah Khan1-3/+7
2013-07-03MAINTAINERS: add Backlight subsystem co-maintainerJingoo Han1-0/+1
2013-07-03lcd: add devm_lcd_device_{register,unregister}()Jingoo Han2-0/+75
2013-07-03backlight: add devm_backlight_device_{register,unregister}()Jingoo Han2-0/+81
2013-07-03backlight: pcf50633: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-07-03backlight: lp8788: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-07-03backlight: ep93xx: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-07-03backlight: atmel-pwm-bl: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-07-03MAINTAINERS: fix tape driver file mappingsJean Delvare1-3/+6
2013-07-03drivers/misc/sgi-gru/grufault.c: fix a sanity test in gru_set_context_option()Dimitri Sivanich1-2/+3
2013-07-03drivers/dma: remove unused support for MEMSET operationsBartlomiej Zolnierkiewicz18-462/+8
2013-07-03drm/i915: quirk away phantom LVDS on Intel's D525MW mainboardJani Nikula1-0/+8
2013-07-03drm/i915: quirk away phantom LVDS on Intel's D510MO mainboardChris Wilson1-0/+8
2013-07-03dmi: add support for exact DMI matches in addition to substring matchingJani Nikula2-5/+13
2013-07-03kernel/sys.c:do_sysinfo(): use get_monotonic_boottime()Oleg Nesterov1-2/+1
2013-07-03kernel/sys.c: sys_reboot(): fix malformed panic messageliguang1-1/+1
2013-07-03dump_stack: serialize the output from dump_stack()Alex Thorlton1-2/+45
2013-07-03drivers: avoid parsing names as kthread_run() format stringsKees Cook19-22/+28
2013-07-03drivers: avoid format strings in names passed to alloc_workqueue()Kees Cook13-27/+24
2013-07-03drivers: avoid format string in dev_set_nameKees Cook23-26/+25
2013-07-03clean up scary strncpy(dst, src, strlen(src)) usesKees Cook4-13/+10
2013-07-03err.h: IS_ERR() can accept __user pointersDan Carpenter1-5/+5
2013-07-03arch/frv/kernel/setup.c: use strncmp() instead of memcmp()Chen Gang1-1/+1
2013-07-03arch/frv/kernel/traps.c: using vsnprintf() instead of vsprintf()Chen Gang1-1/+1
2013-07-03mm: memcontrol: factor out reclaim iterator loading and updatingJohannes Weiner1-29/+57
2013-07-03mm, vmalloc: use clamp() to simplify codeZhang Yanfei1-10/+2
2013-07-03mm, vmalloc: remove insert_vmalloc_vm()Zhang Yanfei1-7/+0
2013-07-03mm, vmalloc: call setup_vmalloc_vm() instead of insert_vmalloc_vm()Zhang Yanfei1-2/+2
2013-07-03mm, vmalloc: only call setup_vmalloc_vm() only in __get_vm_area_node()Zhang Yanfei1-10/+1