summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MAINTAINERS: merge imote2 and stargateJoe Perches2010-10-271-7/+1Star
* MAINTAINERS: fix Colibri PXA270 file patternJoe Perches2010-10-271-2/+1Star
* scripts/get_maintainer.pl: don't deduplicate unnamed addresses ie: mailing listsJoe Perches2010-10-271-3/+3
* scripts/get_maintainer.pl: use mailmap in name deduplication and other updatesJoe Perches2010-10-271-84/+148
* scripts/get_maintainer.pl: correct indentation in a few placesJoe Perches2010-10-271-78/+78
* scripts/get_maintainer.pl: fix mailmap handlingFlorian Mickler2010-10-271-38/+109
* scripts/get_maintainer.pl: use case insensitive name de-duplicationJoe Perches2010-10-271-34/+101
* scripts/get_maintainer.pl: improve --interactive UIJoe Perches2010-10-271-275/+596
* scripts/get_maintainer.pl: add interactive modeFlorian Mickler2010-10-271-5/+141
* scripts/get_maintainer.pl: use .get_maintainer.conf from . then $HOME then sc...Joe Perches2010-10-271-3/+17
* scripts/get_maintainer.pl: add default --git-fallback, remove default --gitJoe Perches2010-10-271-2/+9
* scripts/get_maintainer.pl: don't search MAINTAINERS for keywords or emailsJoe Perches2010-10-271-1/+1
* scripts/get_maintainer.pl: use correct indentationJoe Perches2010-10-271-15/+15
* scripts/get_maintainer.pl: Add --git-blame --rolestats "Authored lines" infor...Joe Perches2010-10-271-3/+57
* lib: fix scnprintf() if @size is == 0Changli Gao2010-10-271-2/+6
* vsprintf.c: use default pointer field size for "(null)" stringsJoe Perches2010-10-271-2/+9
* ratelimit: add comment warning people off printk_ratelimit()Andrew Morton2010-10-271-0/+5
* printk: declare printk_ratelimit_state in ratelimit.hNamhyung Kim2010-10-272-2/+2
* printk: change type of 'boot_delay' to int *Namhyung Kim2010-10-271-1/+1
* printk: add lock context annotationNamhyung Kim2010-10-271-0/+1
* printk: fixup declaration of kmsg_reasonsNamhyung Kim2010-10-271-1/+1
* misc devices: do not enable by defaultBorislav Petkov2010-10-271-1/+0Star
* kernel: remove PF_FLUSHERPeter Zijlstra2010-10-273-3/+2Star
* stop_machine: convert cpu notifier to return encapsulate errno valueAkinobu Mita2010-10-271-2/+2
* kernel/stop_machine.c: fix unused variable warningRakib Mullick2010-10-271-1/+1
* fs: allow for more than 2^31 filesEric Dumazet2010-10-274-24/+21Star
* kernel/user.c: add lock release annotation on free_user()Namhyung Kim2010-10-271-0/+1
* init: mark __user address space on string literalsNamhyung Kim2010-10-275-10/+11
* drivers/misc/apds9802als.c: add runtime PM supportHong Liu2010-10-271-64/+103
* drivers/misc/apds9802als.c: ALS drivers for the apds9802alsanantha2010-10-273-0/+319
* pca953x: pca953x driver fixes for x86 mrstAlek Du2010-10-271-6/+7
* drivers/misc/isl29020.c: ambient light sensorKalhan Trisal2010-10-273-0/+259
* lkdtm: prefix enum constantsNamhyung Kim2010-10-271-64/+64
* Documentation: short descriptions for bh1770glc and apds990x driversSamu Onkalo2010-10-272-0/+227
* drivers/misc: driver for APDS990X ALS and proximity sensorsSamu Onkalo2010-10-274-0/+1386
* drivers/misc: driver for bh1770glc / sfh7770 ALS and proximity sensorSamu Onkalo2010-10-274-0/+1477
* ad525x_dpot: use correct rdac channel for ad5251/ad5252steven miao2010-10-271-2/+2
* drivers/misc/ad525x_dpot.c: new featuresMichael Hennerich2010-10-275-14/+123
* drivers/misc/ad525x_dpot.c: fix part name typos in definesMichael Hennerich2010-10-272-10/+10
* drivers/misc/phantom.c: add missing warning messages in phantom_probe()Rahul Ruikar2010-10-271-2/+6
* workqueues: s/ON_STACK/ONSTACK/Andrew Morton2010-10-275-7/+7
* procfs: fix numbering in /proc/locksJerome Marchand2010-10-271-8/+11
* fs: move exportfs since it is not a networking filesystemRandy Dunlap2010-10-271-3/+3
* fs/buffer.c: remove duplicated assignment to b_privateNamhyung Kim2010-10-271-1/+0Star
* vmlinux.lds.h: lower init ramfs alignment to 4Mike Frysinger2010-10-271-1/+1
* vmlinux.lds.h: gather .data..shared_aligned sections in DATA_DATAMike Frysinger2010-10-271-0/+1
* fs/direct-io.c: fix truncation error in dio_complete() returnEdward Shishkin2010-10-271-1/+1
* ihex: add support for CS:IP/EIP recordsMark Brown2010-10-271-3/+14
* fuse: use clear_highpage() and KM_USER0 instead of KM_USER1Miklos Szeredi2010-10-271-7/+5Star
* use clear_page()/copy_page() in favor of memset()/memcpy() on whole pagesJan Beulich2010-10-275-13/+13