aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-03checkpatch: allow longer logging function namesJacob Keller
2013-07-03checkpatch: ignore existing CamelCase uses from include/...Joe Perches
2013-07-03checkpatch: ignore SI unit CamelCase variants like "_uV"Joe Perches
2013-07-03checkpatch: move test for space before semicolon after operator spacingJoe Perches
2013-07-03checkpatch: create an EXPERIMENTAL --fix option to correct patchesJoe Perches
2013-07-03checkpatch: improve "no space after cast" testJoe Perches
2013-07-03checkpatch: add a --strict test for comparison to true/falseJoe Perches
2013-07-03checkpatch: don't warn on blank lines before/after braces as oftenJoe Perches
2013-07-03checkpatch: add a placeholder to check blank lines before declarationsJoe Perches
2013-07-03checkpatch: reduce false positive rate of "complex macros"Joe Perches
2013-07-03checkpatch: warn on comparisons to get_jiffies_64()Joe Perches
2013-07-03checkpatch: warn on comparisons to jiffiesJoe Perches
2013-07-03checkpatch: warn when networking block comment lines don't start with *Joe Perches
2013-07-03checkpatch: improve network block comment test and messageJoe Perches
2013-07-03checkpatch: remove quote from CamelCase testJoe Perches
2013-07-03checkpatch: add --strict preference for p = kmalloc(sizeof(*p)...Joe Perches
2013-07-03checkpatch: warn when using gcc's binary constant ("0b") extensionJoe Perches
2013-07-03checkpatch: change CamelCase test and make it --strictJoe Perches
2013-07-03lib/percpu_counter.c: __this_cpu_write() doesn't need to be protected by spin...Fan Du
2013-07-03ipw2200: convert __list_for_each usage to list_for_eachDave Jones
2013-07-03radeon: remove redundant __list_for_each definition from mkregtable.cDave Jones
2013-07-03backlight: convert from legacy pm ops to dev_pm_opsShuah Khan
2013-07-03MAINTAINERS: add Backlight subsystem co-maintainerJingoo Han
2013-07-03lcd: add devm_lcd_device_{register,unregister}()Jingoo Han
2013-07-03backlight: add devm_backlight_device_{register,unregister}()Jingoo Han
2013-07-03backlight: pcf50633: remove unnecessary platform_set_drvdata()Jingoo Han
2013-07-03backlight: lp8788: remove unnecessary platform_set_drvdata()Jingoo Han
2013-07-03backlight: ep93xx: remove unnecessary platform_set_drvdata()Jingoo Han
2013-07-03backlight: atmel-pwm-bl: remove unnecessary platform_set_drvdata()Jingoo Han
2013-07-03MAINTAINERS: fix tape driver file mappingsJean Delvare
2013-07-03drivers/misc/sgi-gru/grufault.c: fix a sanity test in gru_set_context_option()Dimitri Sivanich
2013-07-03drivers/dma: remove unused support for MEMSET operationsBartlomiej Zolnierkiewicz
2013-07-03drm/i915: quirk away phantom LVDS on Intel's D525MW mainboardJani Nikula
2013-07-03drm/i915: quirk away phantom LVDS on Intel's D510MO mainboardChris Wilson
2013-07-03dmi: add support for exact DMI matches in addition to substring matchingJani Nikula
2013-07-03kernel/sys.c:do_sysinfo(): use get_monotonic_boottime()Oleg Nesterov
2013-07-03kernel/sys.c: sys_reboot(): fix malformed panic messageliguang
2013-07-03dump_stack: serialize the output from dump_stack()Alex Thorlton
2013-07-03drivers: avoid parsing names as kthread_run() format stringsKees Cook
2013-07-03drivers: avoid format strings in names passed to alloc_workqueue()Kees Cook
2013-07-03drivers: avoid format string in dev_set_nameKees Cook
2013-07-03clean up scary strncpy(dst, src, strlen(src)) usesKees Cook
2013-07-03err.h: IS_ERR() can accept __user pointersDan Carpenter
2013-07-03arch/frv/kernel/setup.c: use strncmp() instead of memcmp()Chen Gang
2013-07-03arch/frv/kernel/traps.c: using vsnprintf() instead of vsprintf()Chen Gang
2013-07-03mm: memcontrol: factor out reclaim iterator loading and updatingJohannes Weiner
2013-07-03mm, vmalloc: use clamp() to simplify codeZhang Yanfei
2013-07-03mm, vmalloc: remove insert_vmalloc_vm()Zhang Yanfei
2013-07-03mm, vmalloc: call setup_vmalloc_vm() instead of insert_vmalloc_vm()Zhang Yanfei
2013-07-03mm, vmalloc: only call setup_vmalloc_vm() only in __get_vm_area_node()Zhang Yanfei