| Commit message (Expand) | Author | Age | Files | Lines |
* | checkpatch: ignore SI unit CamelCase variants like "_uV" | Joe Perches | 2013-07-04 | 1 | -0/+3 |
* | checkpatch: move test for space before semicolon after operator spacing | Joe Perches | 2013-07-04 | 1 | -10/+10 |
* | checkpatch: create an EXPERIMENTAL --fix option to correct patches | Joe Perches | 2013-07-04 | 1 | -88/+354 |
* | checkpatch: improve "no space after cast" test | Joe Perches | 2013-07-04 | 1 | -2/+3 |
* | checkpatch: add a --strict test for comparison to true/false | Joe Perches | 2013-07-04 | 1 | -0/+27 |
* | checkpatch: don't warn on blank lines before/after braces as often | Joe Perches | 2013-07-04 | 1 | -2/+2 |
* | checkpatch: add a placeholder to check blank lines before declarations | Joe Perches | 2013-07-04 | 1 | -0/+8 |
* | checkpatch: reduce false positive rate of "complex macros" | Joe Perches | 2013-07-04 | 1 | -1/+1 |
* | checkpatch: warn on comparisons to get_jiffies_64() | Joe Perches | 2013-07-04 | 1 | -0/+6 |
* | checkpatch: warn on comparisons to jiffies | Joe Perches | 2013-07-04 | 1 | -0/+6 |
* | checkpatch: warn when networking block comment lines don't start with * | Joe Perches | 2013-07-04 | 1 | -0/+8 |
* | checkpatch: improve network block comment test and message | Joe Perches | 2013-07-04 | 1 | -2/+2 |
* | checkpatch: remove quote from CamelCase test | Joe Perches | 2013-07-04 | 1 | -2/+2 |
* | checkpatch: add --strict preference for p = kmalloc(sizeof(*p)... | Joe Perches | 2013-07-04 | 1 | -0/+8 |
* | checkpatch: warn when using gcc's binary constant ("0b") extension | Joe Perches | 2013-07-04 | 1 | -2/+14 |
* | checkpatch: change CamelCase test and make it --strict | Joe Perches | 2013-07-04 | 1 | -3/+3 |
* | lib/percpu_counter.c: __this_cpu_write() doesn't need to be protected by spin... | Fan Du | 2013-07-04 | 1 | -1/+1 |
* | ipw2200: convert __list_for_each usage to list_for_each | Dave Jones | 2013-07-04 | 1 | -1/+1 |
* | radeon: remove redundant __list_for_each definition from mkregtable.c | Dave Jones | 2013-07-04 | 1 | -13/+0 |
* | backlight: convert from legacy pm ops to dev_pm_ops | Shuah Khan | 2013-07-04 | 1 | -3/+7 |
* | MAINTAINERS: add Backlight subsystem co-maintainer | Jingoo Han | 2013-07-04 | 1 | -0/+1 |
* | lcd: add devm_lcd_device_{register,unregister}() | Jingoo Han | 2013-07-04 | 2 | -0/+75 |
* | backlight: add devm_backlight_device_{register,unregister}() | Jingoo Han | 2013-07-04 | 2 | -0/+81 |
* | backlight: pcf50633: remove unnecessary platform_set_drvdata() | Jingoo Han | 2013-07-04 | 1 | -2/+0 |
* | backlight: lp8788: remove unnecessary platform_set_drvdata() | Jingoo Han | 2013-07-04 | 1 | -1/+0 |
* | backlight: ep93xx: remove unnecessary platform_set_drvdata() | Jingoo Han | 2013-07-04 | 1 | -1/+0 |
* | backlight: atmel-pwm-bl: remove unnecessary platform_set_drvdata() | Jingoo Han | 2013-07-04 | 1 | -2/+0 |
* | MAINTAINERS: fix tape driver file mappings | Jean Delvare | 2013-07-04 | 1 | -3/+6 |
* | drivers/misc/sgi-gru/grufault.c: fix a sanity test in gru_set_context_option() | Dimitri Sivanich | 2013-07-04 | 1 | -2/+3 |
* | drivers/dma: remove unused support for MEMSET operations | Bartlomiej Zolnierkiewicz | 2013-07-04 | 18 | -462/+8 |
* | drm/i915: quirk away phantom LVDS on Intel's D525MW mainboard | Jani Nikula | 2013-07-04 | 1 | -0/+8 |
* | drm/i915: quirk away phantom LVDS on Intel's D510MO mainboard | Chris Wilson | 2013-07-04 | 1 | -0/+8 |
* | dmi: add support for exact DMI matches in addition to substring matching | Jani Nikula | 2013-07-04 | 2 | -5/+13 |
* | kernel/sys.c:do_sysinfo(): use get_monotonic_boottime() | Oleg Nesterov | 2013-07-04 | 1 | -2/+1 |
* | kernel/sys.c: sys_reboot(): fix malformed panic message | liguang | 2013-07-04 | 1 | -1/+1 |
* | dump_stack: serialize the output from dump_stack() | Alex Thorlton | 2013-07-04 | 1 | -2/+45 |
* | drivers: avoid parsing names as kthread_run() format strings | Kees Cook | 2013-07-04 | 19 | -22/+28 |
* | drivers: avoid format strings in names passed to alloc_workqueue() | Kees Cook | 2013-07-04 | 13 | -27/+24 |
* | drivers: avoid format string in dev_set_name | Kees Cook | 2013-07-04 | 23 | -26/+25 |
* | clean up scary strncpy(dst, src, strlen(src)) uses | Kees Cook | 2013-07-04 | 4 | -13/+10 |
* | err.h: IS_ERR() can accept __user pointers | Dan Carpenter | 2013-07-04 | 1 | -5/+5 |
* | arch/frv/kernel/setup.c: use strncmp() instead of memcmp() | Chen Gang | 2013-07-04 | 1 | -1/+1 |
* | arch/frv/kernel/traps.c: using vsnprintf() instead of vsprintf() | Chen Gang | 2013-07-04 | 1 | -1/+1 |
* | mm: memcontrol: factor out reclaim iterator loading and updating | Johannes Weiner | 2013-07-04 | 1 | -29/+57 |
* | mm, vmalloc: use clamp() to simplify code | Zhang Yanfei | 2013-07-04 | 1 | -10/+2 |
* | mm, vmalloc: remove insert_vmalloc_vm() | Zhang Yanfei | 2013-07-04 | 1 | -7/+0 |
* | mm, vmalloc: call setup_vmalloc_vm() instead of insert_vmalloc_vm() | Zhang Yanfei | 2013-07-04 | 1 | -2/+2 |
* | mm, vmalloc: only call setup_vmalloc_vm() only in __get_vm_area_node() | Zhang Yanfei | 2013-07-04 | 1 | -10/+1 |
* | documentation: document the is_dirty_writeback aops callback | Mel Gorman | 2013-07-04 | 1 | -0/+10 |
* | documentation: update address_space_operations | Mel Gorman | 2013-07-04 | 1 | -8/+7 |