aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds2-1/+590
2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds35-270/+1335
2009-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds3-11/+7
2009-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-module-and-paramLinus Torvalds5-11/+97
2009-04-05Merge branch 'printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-0/+24
2009-04-04Make non-compat preadv/pwritev use native register sizeLinus Torvalds2-4/+4
2009-04-03Merge branch 'ipi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+5
2009-04-03Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+4
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds1-16/+7
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds5-6/+8
2009-04-03Staging: dst: core files.Evgeniy Polyakov2-1/+590
2009-04-03Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds3-3/+55
2009-04-03Merge branch 'ext3-latency-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds2-0/+6
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6Linus Torvalds7-13/+144
2009-04-03Merge git://git.infradead.org/iommu-2.6Linus Torvalds3-1/+15
2009-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-fscacheLinus Torvalds8-6/+1293
2009-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds2-0/+16
2009-04-03Fix highmem PPC build failureKumar Gala1-15/+14
2009-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+1
2009-04-03Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds12-1535/+167
2009-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/linux-hdreg-h-cleanupLinus Torvalds1-62/+4
2009-04-03NFS: nfs_readpage_async() needs to be accessible as a fallback for local cachingDavid Howells1-0/+2
2009-04-03NFS: Add some new I/O counters for FS-Cache doing things for NFSDavid Howells1-0/+12
2009-04-03NFS: Use local disk inode cacheDavid Howells1-0/+10
2009-04-03NFS: Define and create superblock-level objectsDavid Howells1-0/+5
2009-04-03NFS: Define and create server-level objectsDavid Howells1-0/+4
2009-04-03NFS: Add FS-Cache option bit and debug bitDavid Howells2-0/+3
2009-04-03CacheFiles: Permit the page lock state to be monitoredDavid Howells1-0/+5
2009-04-03FS-Cache: Implement data I/O part of netfs APIDavid Howells1-5/+47
2009-04-03FS-Cache: Implement the cookie management part of the netfs APIDavid Howells1-1/+15
2009-04-03FS-Cache: Add netfs registrationDavid Howells1-1/+8
2009-04-03FS-Cache: Add cache tag handlingDavid Howells1-1/+8
2009-04-03FS-Cache: Add use of /proc and presentation of statisticsDavid Howells1-4/+0
2009-04-03FS-Cache: Add the FS-Cache cache backend API and documentationDavid Howells1-0/+509
2009-04-03FS-Cache: Add the FS-Cache netfs API and documentationDavid Howells1-0/+548
2009-04-03FS-Cache: Recruit a page flags for cache managementDavid Howells1-5/+33
2009-04-03FS-Cache: Release page->private after failed readaheadDavid Howells1-1/+1
2009-04-03Document the slow work thread poolDavid Howells1-0/+2
2009-04-03Make the slow work pool configurableDavid Howells1-0/+5
2009-04-03Create a dynamically sized pool of threads for doing very slow work itemsDavid Howells1-0/+88
2009-04-03ext3: Add replace-on-truncate hueristics for data=writeback modeTheodore Ts'o1-0/+1
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds7-28/+24
2009-04-02Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds2-4/+3
2009-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-15/+0
2009-04-02Allow rwlocks to re-enable interruptsRobin Holt2-0/+9
2009-04-02Factor out #ifdefs from kernel/spinlock.c to LOCK_CONTENDED_FLAGSRobin Holt1-0/+17
2009-04-02preadv/pwritev: Add preadv and pwritev system calls.Gerd Hoffmann2-0/+10
2009-04-02kexec: add dmesg log symbols to /proc/vmcoreinfo listsNeil Horman1-0/+4
2009-04-02pci: Add AMD8111 PCI Bridge PCI Device IDHarry Ciao1-0/+1
2009-04-02pids: kill signal_struct-> __pgrp/__session and friendsOleg Nesterov1-37/+6