index
:
linux.git
iio/light/color-sensors
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
sunxi/platform/irq-debounce
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2013-07-03
checkpatch: ignore existing CamelCase uses from include/...
Joe Perches
2013-07-03
checkpatch: ignore SI unit CamelCase variants like "_uV"
Joe Perches
2013-07-03
checkpatch: move test for space before semicolon after operator spacing
Joe Perches
2013-07-03
checkpatch: create an EXPERIMENTAL --fix option to correct patches
Joe Perches
2013-07-03
checkpatch: improve "no space after cast" test
Joe Perches
2013-07-03
checkpatch: add a --strict test for comparison to true/false
Joe Perches
2013-07-03
checkpatch: don't warn on blank lines before/after braces as often
Joe Perches
2013-07-03
checkpatch: add a placeholder to check blank lines before declarations
Joe Perches
2013-07-03
checkpatch: reduce false positive rate of "complex macros"
Joe Perches
2013-07-03
checkpatch: warn on comparisons to get_jiffies_64()
Joe Perches
2013-07-03
checkpatch: warn on comparisons to jiffies
Joe Perches
2013-07-03
checkpatch: warn when networking block comment lines don't start with *
Joe Perches
2013-07-03
checkpatch: improve network block comment test and message
Joe Perches
2013-07-03
checkpatch: remove quote from CamelCase test
Joe Perches
2013-07-03
checkpatch: add --strict preference for p = kmalloc(sizeof(*p)...
Joe Perches
2013-07-03
checkpatch: warn when using gcc's binary constant ("0b") extension
Joe Perches
2013-07-03
checkpatch: change CamelCase test and make it --strict
Joe Perches
2013-07-03
lib/percpu_counter.c: __this_cpu_write() doesn't need to be protected by spin...
Fan Du
2013-07-03
ipw2200: convert __list_for_each usage to list_for_each
Dave Jones
2013-07-03
radeon: remove redundant __list_for_each definition from mkregtable.c
Dave Jones
2013-07-03
backlight: convert from legacy pm ops to dev_pm_ops
Shuah Khan
2013-07-03
MAINTAINERS: add Backlight subsystem co-maintainer
Jingoo Han
2013-07-03
lcd: add devm_lcd_device_{register,unregister}()
Jingoo Han
2013-07-03
backlight: add devm_backlight_device_{register,unregister}()
Jingoo Han
2013-07-03
backlight: pcf50633: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-07-03
backlight: lp8788: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-07-03
backlight: ep93xx: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-07-03
backlight: atmel-pwm-bl: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-07-03
MAINTAINERS: fix tape driver file mappings
Jean Delvare
2013-07-03
drivers/misc/sgi-gru/grufault.c: fix a sanity test in gru_set_context_option()
Dimitri Sivanich
2013-07-03
drivers/dma: remove unused support for MEMSET operations
Bartlomiej Zolnierkiewicz
2013-07-03
drm/i915: quirk away phantom LVDS on Intel's D525MW mainboard
Jani Nikula
2013-07-03
drm/i915: quirk away phantom LVDS on Intel's D510MO mainboard
Chris Wilson
2013-07-03
dmi: add support for exact DMI matches in addition to substring matching
Jani Nikula
2013-07-03
kernel/sys.c:do_sysinfo(): use get_monotonic_boottime()
Oleg Nesterov
2013-07-03
kernel/sys.c: sys_reboot(): fix malformed panic message
liguang
2013-07-03
dump_stack: serialize the output from dump_stack()
Alex Thorlton
2013-07-03
drivers: avoid parsing names as kthread_run() format strings
Kees Cook
2013-07-03
drivers: avoid format strings in names passed to alloc_workqueue()
Kees Cook
2013-07-03
drivers: avoid format string in dev_set_name
Kees Cook
2013-07-03
clean up scary strncpy(dst, src, strlen(src)) uses
Kees Cook
2013-07-03
err.h: IS_ERR() can accept __user pointers
Dan Carpenter
2013-07-03
arch/frv/kernel/setup.c: use strncmp() instead of memcmp()
Chen Gang
2013-07-03
arch/frv/kernel/traps.c: using vsnprintf() instead of vsprintf()
Chen Gang
2013-07-03
mm: memcontrol: factor out reclaim iterator loading and updating
Johannes Weiner
2013-07-03
mm, vmalloc: use clamp() to simplify code
Zhang Yanfei
2013-07-03
mm, vmalloc: remove insert_vmalloc_vm()
Zhang Yanfei
2013-07-03
mm, vmalloc: call setup_vmalloc_vm() instead of insert_vmalloc_vm()
Zhang Yanfei
2013-07-03
mm, vmalloc: only call setup_vmalloc_vm() only in __get_vm_area_node()
Zhang Yanfei
2013-07-03
documentation: document the is_dirty_writeback aops callback
Mel Gorman
[next]