summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* modules: no need to align .modinfo stringsJan Beulich2010-10-271-2/+2
* include/linux/kernel.h: add __must_check to strict_strto*()Andrew Morton2010-10-271-4/+4
* m68k{nommu}/blackfin : remove old assembler-only flags bit definitionsPhilippe De Muyter2010-10-273-26/+0Star
* replace nested max/min macros with {max,min}3 macroHagen Paul Pfeifer2010-10-278-12/+9Star
* kernel.h: add {min,max}3 macrosHagen Paul Pfeifer2010-10-271-0/+18
* hostfs: code cleanupsRichard Weinberger2010-10-271-3/+2Star
* um: migrate from __do_IRQ() to generic_handle_irq()Richard Weinberger2010-10-272-11/+7Star
* uml: fix CONFIG_STATIC_LINK=y build failure with newer glibcRoland McGrath2010-10-272-2/+29
* uml: define CONFIG_NO_DMAFUJITA Tomonori2010-10-273-113/+3Star
* alpha: use single HAE window on T2 core logic (gamma, sable)Ivan Kokshaysky2010-10-274-40/+30Star
* alpha: enable ARCH_DMA_ADDR_T_64BITFUJITA Tomonori2010-10-271-0/+3
* drivers/char/hpet.c: fix information leak to userlandVasiliy Kulikov2010-10-271-2/+1Star
* Documentation/timers/hpet_example.c: add supporting info for hpet_exampleJaswinder Singh Rajput2010-10-271-0/+27
* hpet: fix style problemsJaswinder Singh Rajput2010-10-271-10/+10
* hpet: fix unwanted interrupt due to stale irq status bitClemens Ladisch2010-10-271-0/+15
* hpet: unmap unused I/O spaceJiri Slaby2010-10-271-0/+2
* mm: do_migrate_range: reduce list_empty() checkBob Liu2010-10-271-12/+9Star
* mm: do_migrate_range: exit loop if not_managed is trueBob Liu2010-10-271-4/+6
* mm: page_isolation: codeclean fix comment and rm unneeded val initBob Liu2010-10-271-2/+1Star
* mm: fix is_mem_section_removable() page_order BUG_ON checkKAMEZAWA Hiroyuki2010-10-271-1/+1
* mm/hugetlb.c: add missing spin_lock() to hugetlb_cow()Dean Nelson2010-10-271-1/+4
* mm: fix error reporting in move_pages() syscallGleb Natapov2010-10-271-2/+2
* /proc/swaps: support pollingKay Sievers2010-10-271-1/+48
* mm: add vzalloc() and vzalloc_node() helpersDave Young2010-10-273-3/+94
* mm/memory_hotplug.c: make scan_lru_pages() staticAndrew Morton2010-10-271-1/+1
* fs/fs-writeback.c: restore lost commentAndrew Morton2010-10-271-0/+4
* mm: fix sparse warnings on GFP_ZONE_TABLE/BADNamhyung Kim2010-10-271-42/+63
* vmstat: include compaction.h when CONFIG_COMPACTIONNamhyung Kim2010-10-271-0/+2
* mm: declare some external symbolsNamhyung Kim2010-10-272-0/+3
* vmalloc: annotate lock context change on s_start/stop()Namhyung Kim2010-10-271-0/+2
* vmalloc: rename temporary variable in __insert_vmap_area()Namhyung Kim2010-10-271-4/+4
* rmap: make anon_vma_chain_free() staticNamhyung Kim2010-10-271-1/+1
* rmap: wrap page_check_address() using __cond_lock()Namhyung Kim2010-10-272-2/+13
* rmap: annotate lock context change on page_[un]lock_anon_vma()Namhyung Kim2010-10-272-2/+17
* mm: wrap follow_pte() using __cond_lock()Namhyung Kim2010-10-271-1/+12