aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-02serial: RS485 ioctl structure uses __u32 include linux/types.hAndy Whitcroft1-1/+2
2009-01-02serial: set correct baud_base for Oxford Semiconductor Ltd EXSYS EX-41092 Dual 16950 Serial adapterNiels de Vos1-0/+1
2009-01-02tty: Introduce some close helpers for portsAlan Cox2-1/+3
2009-01-02tty: Rework istallion to use the tty port changesAlan Cox1-1/+0
2009-01-02tty: Introduce a tty_port generic block_til_readyAlan Cox1-0/+2
2009-01-02isicom: redo locking to use tty port locksAlan Cox1-0/+1
2009-01-02tty: Pull the dtr raise into tty portAlan Cox1-0/+2
2009-01-02tty_port: Add a port level carrier detect operationAlan Cox2-1/+9
2009-01-02tty: Fix PPP hang under loadAlan Cox1-0/+1
2009-01-02And here's a patch (to be applied on top of the last) which preventsRussell King1-1/+1
2009-01-02pty: simplify resizeAlan Cox2-6/+3
2009-01-02n_tty: Fix loss of echoed characters and remove bkl from n_ttyJoe Peterson1-0/+6
2008-12-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds7-27/+169
2008-12-31nfsd/create race fixes, infrastructureAl Viro1-0/+2
2008-12-31kill ->dir_notify()Al Viro1-1/+0
2008-12-31filp_cachep can be static in fs/file_table.cEric Dumazet1-2/+0
2008-12-31take init_fs to saner placeAl Viro2-6/+1
2008-12-31kill vfs_permissionChristoph Hellwig1-1/+0
2008-12-31pass a struct path * to may_openChristoph Hellwig1-1/+1
2008-12-31vfs: introduce helper function to safely NUL-terminate symlinksDuane Griffin1-0/+5
2008-12-31include: linux/fs.h: put declarations in __KERNEL__Jan Engelhardt1-9/+9
2008-12-31shrink struct dentryNick Piggin1-7/+14
2008-12-31introduce new LSM hooks where vfsmount is available.Kentaro Takeda1-0/+137
2008-12-31Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-33/+23
2008-12-30Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-0/+10
2008-12-30Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds13-38/+34
2008-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds18-17/+3882
2008-12-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6Linus Torvalds15-45/+685
2008-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds5-7/+34
2008-12-30Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds12-717/+2
2008-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds1-16/+21
2008-12-30Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds2-17/+57
2008-12-30Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-2/+3
2008-12-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6Linus Torvalds2-5/+14
2008-12-30Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds10-21/+1494
2008-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6Linus Torvalds1-2/+1
2008-12-30Merge branch 'for-2.6.29' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds8-40/+69
2008-12-30Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds8-11/+150
2008-12-30Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-72/+44
2008-12-30Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds13-22/+427
2008-12-30Merge branch 'devel' into nextTrond Myklebust13-38/+34
2008-12-30V4L/DVB (10110): v4l2-ioctl: Fix warnings when using .unlocked_ioctl = __video_ioctl2Mauro Carvalho Chehab1-1/+1
2008-12-30V4L/DVB (10099): soc-camera: add support for MT9T031 CMOS camera sensor from MicronGuennadi Liakhovetski1-0/+1
2008-12-30V4L/DVB (10094): Add tw9910 driverKuninori Morimoto2-0/+42
2008-12-30V4L/DVB (10093): soc-camera: add new bus width and signal polarity flagsGuennadi Liakhovetski1-9/+14
2008-12-30V4L/DVB (10087): Add new enum_input function on soc_cameraKuninori Morimoto1-0/+1
2008-12-30V4L/DVB (10086): Add new set_std function on soc_cameraKuninori Morimoto1-0/+1
2008-12-30V4L/DVB (10083): soc-camera: unify locking, play nicer with videobuf lockingGuennadi Liakhovetski1-3/+5
2008-12-30V4L/DVB (10078): video: add NV16 and NV61 pixel formatsMagnus Damm1-0/+2
2008-12-30V4L/DVB (10076): v4l: add chip ID for MT9M112 camera sensor from MicronMike Rapoport1-0/+1