aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-next-2.6Linus Torvalds1-3/+4
2010-03-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds1-0/+2
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds6-29/+35
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6Linus Torvalds5-1/+57
2010-03-04Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds10-58/+307
2010-03-03Merge branch 'for-fsnotify' into for-linusAl Viro3-12/+11
2010-03-03vfs: add NOFOLLOW flag to umount(2)Miklos Szeredi1-0/+2
2010-03-03Mirror MS_KERNMOUNT in ->mnt_flagsAl Viro1-0/+2
2010-03-03Take vfsmount_lock to fs/internal.hAl Viro1-1/+0
2010-03-03take check for new events in namespace (guts of mounts_poll()) to namespace.cAl Viro1-0/+1
2010-03-03new helper: iterate_mounts()Al Viro1-1/+2
2010-03-03New helper: path_is_under(path1, path2)Al Viro1-0/+1
2010-03-03VFS: Clean up shared mount flag propagationValerie Aurora1-1/+10
2010-03-03kill unused invalidate_inode_pages helperChristoph Hellwig1-6/+0
2010-03-03fs: re-order super_block to remove 16 bytes of padding on 64bit buildsRichard Kennedy1-6/+6
2010-03-03libfs: Unexport and kill simple_prepare_writeBoaz Harrosh1-2/+0
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2Linus Torvalds1-0/+1
2010-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds10-125/+74
2010-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds3-1/+15
2010-03-03Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+2
2010-03-03Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds6-0/+84
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds3-11/+41
2010-03-03Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/stagingLinus Torvalds2-0/+58
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds18-110/+94
2010-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds1-29/+1
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds3-3/+3
2010-03-03regulator: enable max8649 regulator driverHaojian Zhuang1-0/+44
2010-03-03regulator: mc13783: consider Power Gates as digital regulators.Alberto Panizzo1-0/+2
2010-03-03regulator: Add 'start-up time' to fixed voltage regulatorsAdrian Hunter1-0/+2
2010-03-03regulator: Allow regulators to specify the time taken to ramp on enableMark Brown1-0/+6
2010-03-03regulator: Add notifier event on regulator disableMark Brown1-1/+3
2010-03-02USB: tty: Add a function to insert a string of characters with the same flagAlan Cox1-1/+6
2010-03-02USB: vstusb.c: removal of driver for Vernier Software & Technology, Inc., devices and spectrometersDennis O'Brien2-72/+0
2010-03-02USB: Extend and neaten dbg macrosJoe Perches2-13/+14
2010-03-02USB: atmel uaba: Adding invert vbus_pinEirik Aanonsen1-0/+1
2010-03-02USB: musb: deprecate what we don't useFelipe Balbi1-10/+10
2010-03-02USB: convert to the runtime PM frameworkAlan Stern1-28/+3
2010-03-02USB: implement usb_enable_autosuspendAlan Stern1-0/+8
2010-03-02usb: musb: Add 'extvbus' in musb_hdrc_platform_dataAjay Kumar Gupta1-0/+3
2010-03-02USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESSGreg Kroah-Hartman1-1/+1
2010-03-02USB: storage: Never reset devices that will morph to an old modeOliver Neukum1-0/+3
2010-03-02USB: otg: add notifier supportFelipe Balbi1-0/+25
2010-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds2-5/+61
2010-03-02tty: Add a new VT mode which is like VT_PROCESS but doesn't require a VT_RELDISP ioctl callAri Entlich1-1/+2
2010-03-02tty: Keep the default buffering to sub-page unitsAlan Cox1-0/+10
2010-03-02serial: add support for Korenix JetCardKiros Yeh1-0/+2
2010-03-02serial: 8250_pci: add support for MCS9865 / SYBA 6x Serial Port CardIra W. Snyder1-0/+1
2010-03-02Merge branch 'for-linus' of git://gitorious.org/linux-omap-dss2/linuxLinus Torvalds2-0/+10
2010-03-02Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6Linus Torvalds2-0/+13
2010-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds93-468/+2092