aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-05-25DYNAMIC_DEBUG: fix documentation errorsFlorian Ragwitz
2010-05-25dynamic_debug: small cleanup in ddebug_proc_write()Dan Carpenter
2010-05-25scripts/get_maintainer.pl: default to not include unspecified tagsFlorian Mickler
2010-05-25scripts/get_maintainer.pl: add .get_maintainer.conf default options fileJoe Perches
2010-05-25scripts/get_maintainer.pl: optionally ignore non-maintainer signaturesJoe Perches
2010-05-25vsprintf.c: use noinline_for_stackJoe Perches
2010-05-25ad525x_dpot: add support for one time programmable potsMichael Hennerich
2010-05-25ad525x_dpot: add support for ADN2860 and AD528x potsMichael Hennerich
2010-05-25ad525x_dpot: add support for AD524x potsMichael Hennerich
2010-05-25ad525x_dpot: add support for SPI partsMichael Hennerich
2010-05-25ad525x_dpot: extend write argument to 16bitsMichael Hennerich
2010-05-25ad525x_dpot: simplify duplicated sysfs definesMichael Hennerich
2010-05-25module: remove duplicate declaration of __ksymtab_gpl_futureWenji Huang
2010-05-25fatfs: ratelimit corruption reportOGAWA Hirofumi
2010-05-25ratelimit: add ratelimit_state_init()OGAWA Hirofumi
2010-05-25printk_ratelimited(): fix uninitialized spinlockOGAWA Hirofumi
2010-05-25drivers: misc: pass miscdevice pointer via file private dataSamu Onkalo
2010-05-25include/asm-generic/kmap_types.h: add helpful reminderAndrew Morton
2010-05-25asm-generic: don't warn that atomic_t is only 24 bitPeter Fritzsche
2010-05-25kernel.h: add pr_warn for symmetry to dev_warn, netdev_warnJoe Perches
2010-05-25ntfs: use add_to_page_cache_lru()Minchan Kim
2010-05-25ntfs: clean up ntfs_attr_extend_initializedMinchan Kim
2010-05-25sunrpc: use formatting of module name in SUNRPCAlex Riesen
2010-05-25hvsi: fix messed up error checking getting state namePhil Carmody
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan
2010-05-25hangcheck-timer: fix x86_32 bugsYury Polyanskiy
2010-05-25endian: #define __BYTE_ORDERJoakim Tjernlund
2010-05-25err.h: add __must_check to error pointer handlersJani Nikula
2010-05-25cpuidle: add a repeating pattern detector to the menu governorArjan van de Ven
2010-05-25mn10300: set ARCH_KMALLOC_MINALIGNFUJITA Tomonori
2010-05-25mn10300: use generic atomic.hMathieu Desnoyers
2010-05-25m68knommu: fix broken use of BUAD_TABLE_SIZE in 68328serial driverGreg Ungerer
2010-05-25frv: set ARCH_KMALLOC_MINALIGNFUJITA Tomonori
2010-05-25frv: extend gdbstub to support more features of gdbDavid Howells
2010-05-25mm: make lowmem_page_address() use PFN_PHYS() for improved portabilityChris Metcalf
2010-05-25mem-hotplug: fix potential race while building zonelist for new populated zoneHaicheng Li
2010-05-25mem-hotplug: avoid multiple zones sharing same boot strapping boot_pagesetHaicheng Li
2010-05-25mem-hotplug: separate setup_per_cpu_pageset() into separate functionsWu Fengguang
2010-05-25mm: fix NR_SECTION_ROOTS == 0 when using using sparsemem extreme.Marcelo Roberto Jimenez
2010-05-25highmem: remove unneeded #ifdef CONFIG_TRACE_IRQFLAGS_SUPPORT for debug_kmap_...Akinobu Mita
2010-05-25include/linux/gfp.h: fix coding stylematt mooney
2010-05-25include/linux/gfp.h: spelling fixesmatt mooney
2010-05-25cpu/mem hotplug: enable CPUs online before local memory onlineminskey guo
2010-05-25vmscan: remove isolate_pages callback scan controlJohannes Weiner
2010-05-25vmscan: remove all_unreclaimable scan controlJohannes Weiner
2010-05-25mm: document follow_page()Johannes Weiner
2010-05-25fs-writeback: check sync bit earlier in inode_wait_for_writebackRichard Kennedy
2010-05-25mm: introduce free_pages_prepare()KOSAKI Motohiro
2010-05-25vmscan: page_check_references(): check low order lumpy reclaim properlyKOSAKI Motohiro
2010-05-25readahead.c: fix commentHuang Shijie