summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2009-09-12V4L/DVB (12625): Add new V4L2_FMT_FLAG_EMULATED flag to videodev2.hHans de Goede1-0/+1
2009-09-12V4L/DVB (12548): v4l2: video device: Add V4L2_CTRL_CLASS_FM_TX controlsEduardo Valentin1-0/+34
2009-09-12V4L/DVB (12543): v4l: introduce string control support.Hans Verkuil1-2/+4
2009-09-12V4L/DVB (12316): v4l: add V4L2_CAP_RDS_OUTPUT and V4L2_CAP_MODULATOR capsHans Verkuil1-0/+2
2009-09-12V4L/DVB (12275): Add two new ioctls: DMX_ADD_PID and DMX_REMOVE_PIDAndreas Oberritter1-0/+2
2009-09-12V4L/DVB (12212): v4l2: add RDS API to videodev2.hHans Verkuil1-0/+23
2009-09-12V4L/DVB (12187): uvcvideo: Move UVC definitions to linux/usb/video.hLaurent Pinchart1-0/+164
2009-09-12V4L/DVB (12149): videodev2.h: Reorganize fourcc tableMauro Carvalho Chehab1-17/+22
2009-09-12Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds8-22/+120
2009-09-12Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-4/+52
2009-09-12Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds6-44/+207
2009-09-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-108/+165
2009-09-12Merge branch 'perfcounters-core-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-0/+5
2009-09-12Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+4
2009-09-12Merge branch 'irq-threaded-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-0/+14
2009-09-12Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-7/+7
2009-09-12Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds10-673/+157
2009-09-12Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-50/+426
2009-09-12Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-16/+0
2009-09-12Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+17
2009-09-11Merge branch 'nfs-for-2.6.32'Trond Myklebust8-22/+120
2009-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-41/+12
2009-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2-4/+19
2009-09-11Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds3-23/+64
2009-09-11Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds2-9/+16
2009-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds7-14/+234
2009-09-11writeback: check for registered bdi in flusher add and inode dirtyJens Axboe1-0/+1
2009-09-11writeback: add name to backing_dev_infoJens Axboe1-0/+2
2009-09-11writeback: get rid of pdflush completelyJens Axboe1-12/+0
2009-09-11writeback: switch to per-bdi threads for flushing dataJens Axboe3-10/+55
2009-09-11writeback: move dirty inodes from super_block to backing_dev_infoJens Axboe2-4/+10
2009-09-11writeback: get rid of generic_sync_sb_inodes() exportJens Axboe2-3/+2
2009-09-11pata_cs5535: add pci id for AMD based CS5535 controllersOtavio Salvador1-0/+1
2009-09-11ahci: Add AMD SB900 SATA/IDE controller device IDsShane Huang1-0/+3
2009-09-11Merge branch 'next' into for-linusJames Morris7-14/+234
2009-09-10Merge branch 'topic/soundcore-preclaim' into for-linusTakashi Iwai1-3/+16
2009-09-10Merge branch 'topic/asoc' into for-linusTakashi Iwai1-1/+3
2009-09-10LSM/SELinux: inode_{get,set,notify}secctx hooks to access LSM security contex...David P. Quigley1-0/+55
2009-09-10VFS: Factor out part of vfs_setxattr so it can be called from the SELinux hoo...David P. Quigley1-0/+1
2009-09-09sched: Turn off child_runs_firstMike Galbraith1-1/+1
2009-09-09dmi: extend dmi_get_year() to dmi_get_date()Tejun Heo1-2/+11
2009-09-09NFS: Allow the "nfs" file system type to support NFSv4Chuck Lever1-0/+1
2009-09-08shmfs: use 'check_acl' instead of 'permission'Linus Torvalds1-1/+1
2009-09-08Make 'check_acl()' a first-class filesystem opLinus Torvalds1-0/+1
2009-09-08sched: enable SD_WAKE_IDLEPeter Zijlstra1-3/+3
2009-09-07KEYS: Fix default security_session_to_parent()David Howells1-1/+4
2009-09-07KEYS: security_cred_alloc_blank() should return int under all circumstancesDavid Howells1-2/+4
2009-09-06Merge commit 'v2.6.31-rc9' into tracing/coreIngo Molnar19-65/+142
2009-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds2-1/+16
2009-09-05exec: do not sleep in TASK_TRACED under ->cred_guard_mutexOleg Nesterov1-0/+1