summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-06-11inotify: reimplement inotify using fsnotifyEric Paris8-448/+585
2009-06-11fsnotify: handle filesystem unmounts with fsnotify marksEric Paris3-0/+77
2009-06-11fsnotify: fsnotify marks on inodes pin them in coreEric Paris1-0/+7
2009-06-11fsnotify: allow groups to add private data to eventsEric Paris3-9/+68
2009-06-11fsnotify: add correlations between eventsEric Paris4-25/+51
2009-06-11fsnotify: include pathnames with entries when possibleEric Paris4-21/+41
2009-06-11fsnotify: generic notification queue and waitqEric Paris4-7/+278
2009-06-11dnotify: reimplement dnotify using fsnotifyEric Paris7-183/+398
2009-06-11fsnotify: parent event notificationEric Paris6-10/+205
2009-06-11fsnotify: add marks to inodes so groups can interpret how to handle those inodesEric Paris9-3/+483
2009-06-11fsnotify: unified filesystem notification backendEric Paris9-35/+705
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds158-2760/+3790
2009-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds33-1584/+1534
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds13-103/+4853
2009-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds275-7254/+18185
2009-06-11Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds55-1644/+2471
2009-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds13-177/+180
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds58-477/+1946
2009-06-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds23-1233/+1582
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Linus Torvalds15-795/+369
2009-06-11Merge branches 'frv' and 'mn10300'Linus Torvalds21-836/+656
2009-06-11MN10300: Add utrace/tracehooks supportDavid Howells7-239/+257
2009-06-11MN10300: Don't set the dirty bit in the DTLB entries in the TLB-miss handlerDavid Howells1-18/+0
2009-06-11FRV: Implement new-style ptraceDavid Howells7-164/+367
2009-06-11FRV: Don't turn on TIF_SYSCALL_TRACE unconditionally in syscall prologueDavid Howells1-1/+0
2009-06-11FRV: Implement TIF_NOTIFY_RESUMEDavid Howells2-5/+10
2009-06-11FRV: Remove in-kernel strace codeDavid Howells1-379/+0
2009-06-11FRV: BUG to BUG_ON changesStoyan Gaydarov4-17/+8
2009-06-11FRV: bitops: Change the bitmap index from int to unsigned longJustin Chen1-14/+15
2009-06-11Merge branch 'serial-from-alan'Linus Torvalds95-2714/+4438
2009-06-11moxa: prevent opening unavailable portsDirk Eibach1-0/+5
2009-06-11imx: serial: use tty_encode_baud_rate to set true rateOskar Schirmer1-0/+7
2009-06-11imx: serial: add IrDA support to serial driverFabian Godehardt2-19/+181
2009-06-11imx: serial: use rational library functionOskar Schirmer2-20/+11
2009-06-11lib: isolate rational fractions helper functionOskar Schirmer4-0/+85
2009-06-11imx: serial: handle initialisation failure correctlyDaniel Glöckner1-1/+6
2009-06-11imx: serial: be sure to stop xmit upon shutdownFabian Godehardt1-0/+4
2009-06-11imx: serial: notify higher layers in case xmit IRQ was not calledFabian Godehardt1-0/+3
2009-06-11imx: serial: fix one bit field typeDaniel Glöckner1-1/+1
2009-06-11imx: serial: fix whitespaces (no changes in functionality)Oskar Schirmer1-25/+23
2009-06-11tty: use prepare/finish_waitJiri Slaby1-4/+2
2009-06-11tty: remove sleep_onJiri Slaby1-1/+2
2009-06-11sierra: driver interface blacklistingElina Pasheva1-3/+48
2009-06-11sierra: driver urb handling improvementsElina Pasheva1-84/+144
2009-06-11tty: resolve some sierra breakageAlan Cox1-3/+14
2009-06-11timbuart: Fix the termios logicAlan Cox1-9/+15
2009-06-11serial: Added Timberdale UART driverRichard Röjfors5-0/+589
2009-06-11tty: Add URL for ttydev queueAlan Cox1-1/+2
2009-06-11devpts: unregister the file system on errorAlan Cox1-1/+3
2009-06-11tty: Untangle termios and mm mutex dependenciesAlan Cox1-29/+46