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