aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2010-10-26ratelimit: add comment warning people off printk_ratelimit()Gravatar Andrew Morton 1-0/+5
2010-10-26printk: declare printk_ratelimit_state in ratelimit.hGravatar Namhyung Kim 1-0/+2
2010-10-26kernel: remove PF_FLUSHERGravatar Peter Zijlstra 1-1/+0
2010-10-26fs: allow for more than 2^31 filesGravatar Eric Dumazet 1-4/+4
2010-10-26drivers/misc: driver for APDS990X ALS and proximity sensorsGravatar Samu Onkalo 1-0/+79
2010-10-26drivers/misc: driver for bh1770glc / sfh7770 ALS and proximity sensorGravatar Samu Onkalo 1-0/+53
2010-10-26workqueues: s/ON_STACK/ONSTACK/Gravatar Andrew Morton 1-3/+3
2010-10-26vmlinux.lds.h: lower init ramfs alignment to 4Gravatar Mike Frysinger 1-1/+1
2010-10-26vmlinux.lds.h: gather .data..shared_aligned sections in DATA_DATAGravatar Mike Frysinger 1-0/+1
2010-10-26modules: no need to align .modinfo stringsGravatar Jan Beulich 1-2/+2
2010-10-26include/linux/kernel.h: add __must_check to strict_strto*()Gravatar Andrew Morton 1-4/+4
2010-10-26kernel.h: add {min,max}3 macrosGravatar Hagen Paul Pfeifer 1-0/+18
2010-10-26mm: add vzalloc() and vzalloc_node() helpersGravatar Dave Young 1-0/+2
2010-10-26mm: fix sparse warnings on GFP_ZONE_TABLE/BADGravatar Namhyung Kim 1-42/+63
2010-10-26mm: declare some external symbolsGravatar Namhyung Kim 2-0/+3
2010-10-26rmap: wrap page_check_address() using __cond_lock()Gravatar Namhyung Kim 1-1/+12
2010-10-26rmap: annotate lock context change on page_[un]lock_anon_vma()Gravatar Namhyung Kim 1-1/+14
2010-10-26mm: wrap get_locked_pte() using __cond_lock()Gravatar Namhyung Kim 1-1/+9
2010-10-26mm: retry page fault when blocking on disk transferGravatar Michel Lespinasse 2-0/+15
2010-10-26mm: remove alignment padding from anon_vma on (some) 64 bit buildsGravatar Richard Kennedy 1-1/+1
2010-10-26mm: stack based kmap_atomic()Gravatar Peter Zijlstra 2-30/+45
2010-10-26mm: strictly nested kmap_atomic()Gravatar Peter Zijlstra 1-2/+2
2010-10-26writeback: do not sleep on the congestion queue if there are no congested BDI...Gravatar Mel Gorman 3-1/+16
2010-10-26vmscan: narrow the scenarios in whcih lumpy reclaim uses synchrounous reclaimGravatar KOSAKI Motohiro 1-3/+3
2010-10-26writeback: account for time spent congestion_waitedGravatar Mel Gorman 1-0/+28
2010-10-26tracing, vmscan: add trace events for LRU list shrinkingGravatar Mel Gorman 1-0/+42
2010-10-26mm: fix typo in mm.h when NODE_NOT_IN_PAGE_FLAGSGravatar Will Deacon 1-2/+2
2010-10-26writeback: add nr_dirtied and nr_written to /proc/vmstatGravatar Michael Rubin 1-0/+2
2010-10-26mm: add account_page_writeback()Gravatar Michael Rubin 1-0/+1
2010-10-26memory hotplug: unify is_removable and offline detection codeGravatar KAMEZAWA Hiroyuki 1-0/+4
2010-10-26mm: only build per-node scan_unevictable functions when NUMA is enabledGravatar Thadeu Lima de Souza Cascardo 1-0/+10
2010-10-26include/linux/pageblock-flags.h: fix set_pageblock_flags() macro definitonGravatar zeal 1-2/+3
2010-10-26writeback: remove nonblocking/encountered_congestion referencesGravatar Wu Fengguang 2-5/+5
2010-10-26oom: add per-mm oom disable countGravatar Ying Han 1-0/+2
2010-10-26kfifo: disable __kfifo_must_check_helper()Gravatar Andrew Morton 1-5/+2
2010-10-26types.h: move misplaced commentGravatar Andrew Morton 1-10/+10
2010-10-26Merge git://git.infradead.org/battery-2.6Gravatar Linus Torvalds 1-1/+5
2010-10-26Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Gravatar Linus Torvalds 4-5/+43
2010-10-26Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 10-75/+103
2010-10-26Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs...Gravatar Linus Torvalds 5-2/+125
2010-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...Gravatar Linus Torvalds 1-0/+29
2010-10-25Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-1/+90
2010-10-25hwmon: lis3: Short explanations of platform data fieldsGravatar Samu Onkalo 1-0/+46
2010-10-25hwmon: lis3: use block read to access data registersGravatar Samu Onkalo 1-0/+1
2010-10-25hwmon: lis3: New parameters to platform dataGravatar Samu Onkalo 1-1/+5
2010-10-25hwmon: lis3: regulator controlGravatar Samu Onkalo 1-0/+2
2010-10-25hwmon: add generic GPIO fan driverGravatar Simon Guinot 1-0/+36
2010-10-25Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs...Gravatar Linus Torvalds 7-54/+76
2010-10-25Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+3
2010-10-25Merge branch 'davinci-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-3/+13