Age | Commit message (Expand) | Author |
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 |
2013-07-03 | documentation: update address_space_operations | Mel Gorman |
2013-07-03 | sparsemem: add BUILD_BUG_ON when sizeof mem_section is non-power-of-2 | Cody P Schafer |
2013-07-03 | mm/unicore32: fix stale comment about VALID_PAGE() | Jiang Liu |
2013-07-03 | mm/microblaze: clean up unused VALID_PAGE() | Jiang Liu |
2013-07-03 | mm/CRIS: clean up unused VALID_PAGE() | Jiang Liu |
2013-07-03 | mm/ARM: fix stale comment about VALID_PAGE() | Jiang Liu |
2013-07-03 | mm/ALPHA: clean up unused VALID_PAGE() | Jiang Liu |
2013-07-03 | mm/m68k: fix build warning of unused variable | Jiang Liu |
2013-07-03 | mm/alpha: unify mem_init() for both UMA and NUMA architectures | Jiang Liu |
2013-07-03 | mm: kill free_all_bootmem_node() | Jiang Liu |