summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* checkpatch: ignore SI unit CamelCase variants like "_uV"Joe Perches2013-07-041-0/+3
* checkpatch: move test for space before semicolon after operator spacingJoe Perches2013-07-041-10/+10
* checkpatch: create an EXPERIMENTAL --fix option to correct patchesJoe Perches2013-07-041-88/+354
* checkpatch: improve "no space after cast" testJoe Perches2013-07-041-2/+3
* checkpatch: add a --strict test for comparison to true/falseJoe Perches2013-07-041-0/+27
* checkpatch: don't warn on blank lines before/after braces as oftenJoe Perches2013-07-041-2/+2
* checkpatch: add a placeholder to check blank lines before declarationsJoe Perches2013-07-041-0/+8
* checkpatch: reduce false positive rate of "complex macros"Joe Perches2013-07-041-1/+1
* checkpatch: warn on comparisons to get_jiffies_64()Joe Perches2013-07-041-0/+6
* checkpatch: warn on comparisons to jiffiesJoe Perches2013-07-041-0/+6
* checkpatch: warn when networking block comment lines don't start with *Joe Perches2013-07-041-0/+8
* checkpatch: improve network block comment test and messageJoe Perches2013-07-041-2/+2
* checkpatch: remove quote from CamelCase testJoe Perches2013-07-041-2/+2
* checkpatch: add --strict preference for p = kmalloc(sizeof(*p)...Joe Perches2013-07-041-0/+8
* checkpatch: warn when using gcc's binary constant ("0b") extensionJoe Perches2013-07-041-2/+14
* checkpatch: change CamelCase test and make it --strictJoe Perches2013-07-041-3/+3
* lib/percpu_counter.c: __this_cpu_write() doesn't need to be protected by spin...Fan Du2013-07-041-1/+1
* ipw2200: convert __list_for_each usage to list_for_eachDave Jones2013-07-041-1/+1
* radeon: remove redundant __list_for_each definition from mkregtable.cDave Jones2013-07-041-13/+0
* backlight: convert from legacy pm ops to dev_pm_opsShuah Khan2013-07-041-3/+7
* MAINTAINERS: add Backlight subsystem co-maintainerJingoo Han2013-07-041-0/+1
* lcd: add devm_lcd_device_{register,unregister}()Jingoo Han2013-07-042-0/+75
* backlight: add devm_backlight_device_{register,unregister}()Jingoo Han2013-07-042-0/+81
* backlight: pcf50633: remove unnecessary platform_set_drvdata()Jingoo Han2013-07-041-2/+0
* backlight: lp8788: remove unnecessary platform_set_drvdata()Jingoo Han2013-07-041-1/+0
* backlight: ep93xx: remove unnecessary platform_set_drvdata()Jingoo Han2013-07-041-1/+0
* backlight: atmel-pwm-bl: remove unnecessary platform_set_drvdata()Jingoo Han2013-07-041-2/+0
* MAINTAINERS: fix tape driver file mappingsJean Delvare2013-07-041-3/+6
* drivers/misc/sgi-gru/grufault.c: fix a sanity test in gru_set_context_option()Dimitri Sivanich2013-07-041-2/+3
* drivers/dma: remove unused support for MEMSET operationsBartlomiej Zolnierkiewicz2013-07-0418-462/+8
* drm/i915: quirk away phantom LVDS on Intel's D525MW mainboardJani Nikula2013-07-041-0/+8
* drm/i915: quirk away phantom LVDS on Intel's D510MO mainboardChris Wilson2013-07-041-0/+8
* dmi: add support for exact DMI matches in addition to substring matchingJani Nikula2013-07-042-5/+13
* kernel/sys.c:do_sysinfo(): use get_monotonic_boottime()Oleg Nesterov2013-07-041-2/+1
* kernel/sys.c: sys_reboot(): fix malformed panic messageliguang2013-07-041-1/+1
* dump_stack: serialize the output from dump_stack()Alex Thorlton2013-07-041-2/+45
* drivers: avoid parsing names as kthread_run() format stringsKees Cook2013-07-0419-22/+28
* drivers: avoid format strings in names passed to alloc_workqueue()Kees Cook2013-07-0413-27/+24
* drivers: avoid format string in dev_set_nameKees Cook2013-07-0423-26/+25
* clean up scary strncpy(dst, src, strlen(src)) usesKees Cook2013-07-044-13/+10
* err.h: IS_ERR() can accept __user pointersDan Carpenter2013-07-041-5/+5
* arch/frv/kernel/setup.c: use strncmp() instead of memcmp()Chen Gang2013-07-041-1/+1
* arch/frv/kernel/traps.c: using vsnprintf() instead of vsprintf()Chen Gang2013-07-041-1/+1
* mm: memcontrol: factor out reclaim iterator loading and updatingJohannes Weiner2013-07-041-29/+57
* mm, vmalloc: use clamp() to simplify codeZhang Yanfei2013-07-041-10/+2
* mm, vmalloc: remove insert_vmalloc_vm()Zhang Yanfei2013-07-041-7/+0
* mm, vmalloc: call setup_vmalloc_vm() instead of insert_vmalloc_vm()Zhang Yanfei2013-07-041-2/+2
* mm, vmalloc: only call setup_vmalloc_vm() only in __get_vm_area_node()Zhang Yanfei2013-07-041-10/+1
* documentation: document the is_dirty_writeback aops callbackMel Gorman2013-07-041-0/+10
* documentation: update address_space_operationsMel Gorman2013-07-041-8/+7