summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-10-27printk: declare printk_ratelimit_state in ratelimit.hNamhyung Kim2-2/+2
2010-10-27printk: change type of 'boot_delay' to int *Namhyung Kim1-1/+1
2010-10-27printk: add lock context annotationNamhyung Kim1-0/+1
2010-10-27printk: fixup declaration of kmsg_reasonsNamhyung Kim1-1/+1
2010-10-27misc devices: do not enable by defaultBorislav Petkov1-1/+0
2010-10-27kernel: remove PF_FLUSHERPeter Zijlstra3-3/+2
2010-10-27stop_machine: convert cpu notifier to return encapsulate errno valueAkinobu Mita1-2/+2
2010-10-27kernel/stop_machine.c: fix unused variable warningRakib Mullick1-1/+1
2010-10-27fs: allow for more than 2^31 filesEric Dumazet4-24/+21
2010-10-27kernel/user.c: add lock release annotation on free_user()Namhyung Kim1-0/+1
2010-10-27init: mark __user address space on string literalsNamhyung Kim5-10/+11
2010-10-27drivers/misc/apds9802als.c: add runtime PM supportHong Liu1-64/+103
2010-10-27drivers/misc/apds9802als.c: ALS drivers for the apds9802alsanantha3-0/+319
2010-10-27pca953x: pca953x driver fixes for x86 mrstAlek Du1-6/+7
2010-10-27drivers/misc/isl29020.c: ambient light sensorKalhan Trisal3-0/+259
2010-10-27lkdtm: prefix enum constantsNamhyung Kim1-64/+64
2010-10-27Documentation: short descriptions for bh1770glc and apds990x driversSamu Onkalo2-0/+227
2010-10-27drivers/misc: driver for APDS990X ALS and proximity sensorsSamu Onkalo4-0/+1386
2010-10-27drivers/misc: driver for bh1770glc / sfh7770 ALS and proximity sensorSamu Onkalo4-0/+1477
2010-10-27ad525x_dpot: use correct rdac channel for ad5251/ad5252steven miao1-2/+2
2010-10-27drivers/misc/ad525x_dpot.c: new featuresMichael Hennerich5-14/+123
2010-10-27drivers/misc/ad525x_dpot.c: fix part name typos in definesMichael Hennerich2-10/+10
2010-10-27drivers/misc/phantom.c: add missing warning messages in phantom_probe()Rahul Ruikar1-2/+6
2010-10-27workqueues: s/ON_STACK/ONSTACK/Andrew Morton5-7/+7
2010-10-27procfs: fix numbering in /proc/locksJerome Marchand1-8/+11
2010-10-27fs: move exportfs since it is not a networking filesystemRandy Dunlap1-3/+3
2010-10-27fs/buffer.c: remove duplicated assignment to b_privateNamhyung Kim1-1/+0
2010-10-27vmlinux.lds.h: lower init ramfs alignment to 4Mike Frysinger1-1/+1
2010-10-27vmlinux.lds.h: gather .data..shared_aligned sections in DATA_DATAMike Frysinger1-0/+1
2010-10-27fs/direct-io.c: fix truncation error in dio_complete() returnEdward Shishkin1-1/+1
2010-10-27ihex: add support for CS:IP/EIP recordsMark Brown1-3/+14
2010-10-27fuse: use clear_highpage() and KM_USER0 instead of KM_USER1Miklos Szeredi1-7/+5
2010-10-27use clear_page()/copy_page() in favor of memset()/memcpy() on whole pagesJan Beulich5-13/+13
2010-10-27modules: no need to align .modinfo stringsJan Beulich1-2/+2
2010-10-27include/linux/kernel.h: add __must_check to strict_strto*()Andrew Morton1-4/+4
2010-10-27m68k{nommu}/blackfin : remove old assembler-only flags bit definitionsPhilippe De Muyter3-26/+0
2010-10-27replace nested max/min macros with {max,min}3 macroHagen Paul Pfeifer8-12/+9
2010-10-27kernel.h: add {min,max}3 macrosHagen Paul Pfeifer1-0/+18
2010-10-27hostfs: code cleanupsRichard Weinberger1-3/+2
2010-10-27um: migrate from __do_IRQ() to generic_handle_irq()Richard Weinberger2-11/+7
2010-10-27uml: fix CONFIG_STATIC_LINK=y build failure with newer glibcRoland McGrath2-2/+29
2010-10-27uml: define CONFIG_NO_DMAFUJITA Tomonori3-113/+3
2010-10-27alpha: use single HAE window on T2 core logic (gamma, sable)Ivan Kokshaysky4-40/+30
2010-10-27alpha: enable ARCH_DMA_ADDR_T_64BITFUJITA Tomonori1-0/+3
2010-10-27drivers/char/hpet.c: fix information leak to userlandVasiliy Kulikov1-2/+1
2010-10-27Documentation/timers/hpet_example.c: add supporting info for hpet_exampleJaswinder Singh Rajput1-0/+27
2010-10-27hpet: fix style problemsJaswinder Singh Rajput1-10/+10
2010-10-27hpet: fix unwanted interrupt due to stale irq status bitClemens Ladisch1-0/+15
2010-10-27hpet: unmap unused I/O spaceJiri Slaby1-0/+2
2010-10-27mm: do_migrate_range: reduce list_empty() checkBob Liu1-12/+9