summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-stk17ta8.c (unfollow)
Commit message (Expand)AuthorFilesLines
2013-07-04drivers/rtc/rtc-at32ap700x.c: fix checkpatch errorSachin Kamat1-1/+1
2013-07-04drivers/rtc/interface.c: fix checkpatch errorsSachin Kamat1-9/+9
2013-07-04drivers/rtc/rtc-v3020.c: remove redundant gotoSachin Kamat1-2/+2
2013-07-04rtc: rtc-88pm80x: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-07-04kprobes: handle empty/invalid input to debugfs "enabled" fileMathias Krause1-0/+3
2013-07-04insert missing space in printk line of root_delayToralf Förster1-1/+1
2013-07-04init: remove permanent string buffer from do_one_initcall()Steven Rostedt1-2/+1
2013-07-04checkpatch: cache last camelcase hash as .checkpatch-camelcase.<commit>Joe Perches1-0/+26
2013-07-04checkpatch: allow longer logging function namesJacob Keller1-1/+1
2013-07-04checkpatch: ignore existing CamelCase uses from include/...Joe Perches1-7/+50
2013-07-04checkpatch: ignore SI unit CamelCase variants like "_uV"Joe Perches1-0/+3
2013-07-04checkpatch: move test for space before semicolon after operator spacingJoe Perches1-10/+10
2013-07-04checkpatch: create an EXPERIMENTAL --fix option to correct patchesJoe Perches1-88/+354
2013-07-04checkpatch: improve "no space after cast" testJoe Perches1-2/+3
2013-07-04checkpatch: add a --strict test for comparison to true/falseJoe Perches1-0/+27
2013-07-04checkpatch: don't warn on blank lines before/after braces as oftenJoe Perches1-2/+2
2013-07-04checkpatch: add a placeholder to check blank lines before declarationsJoe Perches1-0/+8
2013-07-04checkpatch: reduce false positive rate of "complex macros"Joe Perches1-1/+1
2013-07-04checkpatch: warn on comparisons to get_jiffies_64()Joe Perches1-0/+6
2013-07-04checkpatch: warn on comparisons to jiffiesJoe Perches1-0/+6
2013-07-04checkpatch: warn when networking block comment lines don't start with *Joe Perches1-0/+8
2013-07-04checkpatch: improve network block comment test and messageJoe Perches1-2/+2
2013-07-04checkpatch: remove quote from CamelCase testJoe Perches1-2/+2
2013-07-04checkpatch: add --strict preference for p = kmalloc(sizeof(*p)...Joe Perches1-0/+8
2013-07-04checkpatch: warn when using gcc's binary constant ("0b") extensionJoe Perches1-2/+14
2013-07-04checkpatch: change CamelCase test and make it --strictJoe Perches1-3/+3
2013-07-04lib/percpu_counter.c: __this_cpu_write() doesn't need to be protected by spin...Fan Du1-1/+1
2013-07-04ipw2200: convert __list_for_each usage to list_for_eachDave Jones1-1/+1
2013-07-04radeon: remove redundant __list_for_each definition from mkregtable.cDave Jones1-13/+0
2013-07-04backlight: convert from legacy pm ops to dev_pm_opsShuah Khan1-3/+7
2013-07-04MAINTAINERS: add Backlight subsystem co-maintainerJingoo Han1-0/+1
2013-07-04lcd: add devm_lcd_device_{register,unregister}()Jingoo Han2-0/+75
2013-07-04backlight: add devm_backlight_device_{register,unregister}()Jingoo Han2-0/+81
2013-07-04backlight: pcf50633: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-07-04backlight: lp8788: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-07-04backlight: ep93xx: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-07-04backlight: atmel-pwm-bl: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-07-04MAINTAINERS: fix tape driver file mappingsJean Delvare1-3/+6
2013-07-04drivers/misc/sgi-gru/grufault.c: fix a sanity test in gru_set_context_option()Dimitri Sivanich1-2/+3
2013-07-04drivers/dma: remove unused support for MEMSET operationsBartlomiej Zolnierkiewicz18-462/+8
2013-07-04drm/i915: quirk away phantom LVDS on Intel's D525MW mainboardJani Nikula1-0/+8
2013-07-04drm/i915: quirk away phantom LVDS on Intel's D510MO mainboardChris Wilson1-0/+8
2013-07-04dmi: add support for exact DMI matches in addition to substring matchingJani Nikula2-5/+13
2013-07-04kernel/sys.c:do_sysinfo(): use get_monotonic_boottime()Oleg Nesterov1-2/+1
2013-07-04kernel/sys.c: sys_reboot(): fix malformed panic messageliguang1-1/+1
2013-07-04dump_stack: serialize the output from dump_stack()Alex Thorlton1-2/+45
2013-07-04drivers: avoid parsing names as kthread_run() format stringsKees Cook19-22/+28
2013-07-04drivers: avoid format strings in names passed to alloc_workqueue()Kees Cook13-27/+24
2013-07-04drivers: avoid format string in dev_set_nameKees Cook23-26/+25
2013-07-04clean up scary strncpy(dst, src, strlen(src)) usesKees Cook4-13/+10