aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-16console: make blank timeout value a boot optionDaniel Mack1-0/+4
2009-06-16Documentation/atomic_ops.txt: fix sample codeFigo.zhang1-2/+2
2009-06-16Documentation/accounting/getdelays.c intialize the variable before using itJaswinder Singh Rajput1-1/+2
2009-06-16vmscan: properly account for the number of page cache pages zone_reclaim() can reclaimMel Gorman1-4/+8
2009-06-16oom: move oom_adj value from task_struct to mm_structDavid Rientjes1-5/+10
2009-06-16pagemap: add page-types toolWu Fengguang2-1/+699
2009-06-16pagemap: document 9 more exported page flagsWu Fengguang1-0/+62
2009-06-16pagemap: document clarificationsWu Fengguang1-3/+3
2009-06-16page allocator: use allocation flags as an index to the zone watermarkMel Gorman2-14/+15
2009-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds14-641/+729
2009-06-15Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds5-3/+140
2009-06-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2Linus Torvalds1-3/+2
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller108-986/+2734
2009-06-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds3-59/+63
2009-06-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds66-105/+105
2009-06-14Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-5/+5
2009-06-14documentation: make version fixAdam Lackorzynski1-2/+2
2009-06-13Merge branch 'next-i2c' of git://aeryn.fluff.org.uk/bjdooks/linuxLinus Torvalds1-0/+17
2009-06-13Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-8/+69
2009-06-13Merge branch 'docs-next' of git://git.lwn.net/linux-2.6Linus Torvalds3-19/+246
2009-06-13i2c-ocores: Can add I2C devices to the busRichard Röjfors1-0/+17
2009-06-12PM: Remove bus_type suspend_late()/resume_early() V2Magnus Damm1-29/+5
2009-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6Linus Torvalds5-20/+234
2009-06-12Merge branch 'topic/pcm-jiffies-check' into for-linusTakashi Iwai1-14/+22
2009-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguestLinus Torvalds3-637/+375
2009-06-12Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2-5/+4
2009-06-12trivial: remove the trivial patch monkey's name from SubmittingPatchesMarkus Heidelberg1-3/+3
2009-06-12trivial: usb: fix missing space typo in docNémeth Márton1-1/+1
2009-06-12trivial: Remove the hyphen from git commandsMatt Kraai1-1/+1
2009-06-12trivial: SubmittingPatches: fix typoPavel Machek1-1/+1
2009-06-12trivial: Documentation/dell_rbu.txt: fix typosMasanori Kobayasi1-2/+2
2009-06-12trivial: ftrace:fix description of trace directoryGeunSik Lim1-1/+1
2009-06-12trivial: rbtree.txt: fix rb_entry() parameters in sample codeWang Tinggong1-1/+1
2009-06-12trivial: Documentation/rbtree.txt: cleanup kerneldoc of rbtree.txtfigo.zhang1-4/+4
2009-06-12trivial: Miscellaneous documentation typo fixesMatt LaPlante57-88/+88
2009-06-12trivial: fix typo milisecond/millisecond for documentation and source comments.Martin Olsson1-2/+2
2009-06-12trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in documentation and source comments.Martin Olsson2-2/+2
2009-06-12lguest: add support for indirect ring entriesMark McLoughlin1-12/+29
2009-06-12lguest: suppress notifications in example LauncherRusty Russell1-0/+15
2009-06-12lguest: try to batch interrupts on network receiveRusty Russell1-1/+16
2009-06-12lguest: avoid sending interrupts to Guest when no activity occurs.Rusty Russell1-0/+9
2009-06-12lguest: implement deferred interrupts in example LauncherRusty Russell1-19/+22
2009-06-12lguest: have example Launcher service all devices in separate threadsRusty Russell1-574/+259
2009-06-12lguest: PAE supportMatias Zabaljauregui1-1/+0
2009-06-12lguest: fix writev returning short on console outputRusty Russell1-1/+6
2009-06-12lguest: clean up length-used value in example launcherRusty Russell1-7/+4
2009-06-12lguest: clean up example launcher compile flags.Rusty Russell1-2/+1
2009-06-12lguest: remove invalid interrupt forcing logic.Rusty Russell1-7/+1
2009-06-12lguest: get more serious about wmb() in example Launcher codeRusty Russell1-3/+4
2009-06-12lguest: cleanup passing of /dev/lguest fd around example launcher.Rusty Russell1-55/+47