summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2010-08-10sort out blockdev_direct_IO variantsChristoph Hellwig1-36/+6
2010-08-10Fix reiserfs_file_release()Al Viro1-2/+2
2010-08-09slub: add missing __percpu markup in mm/slub_def.hNamhyung Kim1-1/+1
2010-08-09V4L/DVB: cx2341x: convert to the control frameworkHans Verkuil1-0/+97
2010-08-09V4L/DVB: cx25840/ivtv: replace ugly priv control with s_configHans Verkuil1-0/+12
2010-08-09V4L/DVB: v4l2: Add new control handling frameworkHans Verkuil4-0/+471
2010-08-09V4L/DVB: v4l: Add driver for Samsung S5P SoC video postprocessorSylwester Nawrocki1-0/+1
2010-08-09V4L/DVB: IR: extend interfaces to support more device settingsMaxim Levitsky2-2/+15
2010-08-09V4L/DVB: IR: add helper function for hardware with small o/b bufferMaxim Levitsky1-3/+20
2010-08-09V4L/DVB: IR: Allow not to compile keymaps inMaxim Levitsky1-2/+6
2010-08-09V4L/DVB: staging/lirc: port lirc_streamzap to ir-coreJarod Wilson1-0/+1
2010-08-09V4L/DVB: v4l2_subdev: Get rid of now unused IR pulse width definesAndy Walls1-6/+1
2010-08-09V4L/DVB: v4l2_subdev: Move interrupt_service_routine ptr to v4l2_subdev_core_opsAndy Walls1-9/+7
2010-08-09V4L/DVB: v4l2_subdev, cx23885: Differentiate IR carrier sense and I/O pin inv...Andy Walls1-1/+4
2010-08-09V4L/DVB: cx25840: Add s_io_pin_config core subdev ops for the CX2388[578]Andy Walls1-0/+75
2010-08-09V4L/DVB: v4l2_subdev: Add s_io_pin_config to v4l2_subdev_core_opsAndy Walls1-0/+23
2010-08-09Merge commit 'linus/master' into bkl/coreFrederic Weisbecker337-2848/+7373
2010-08-09autofs/autofs4: Move compat_ioctl handling into fsArnd Bergmann1-0/+1
2010-08-09mtd: Remove obsolete <mtd/compatmac.h> includeDavid Woodhouse3-12/+0
2010-08-08mtd: Update copyright noticesDavid Woodhouse17-31/+234
2010-08-08ACPI, APEI, Rename CPER and GHES severity constantsHuang Ying1-4/+4
2010-08-08watchdog: wdt_pci.c: move ids to pci_ids.hH Hartley Sweeten1-0/+3
2010-08-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds3-20/+38
2010-08-08Merge branch 'for-linus' of git://gitorious.org/linux-omap-dss2/linuxLinus Torvalds1-1/+4
2010-08-08jffs2: Update copyright noticesDavid Woodhouse1-1/+2
2010-08-08mtd-physmap: add support users can assign the probe type in board filesBarry Song1-0/+1
2010-08-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2-112/+451
2010-08-08Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...Linus Torvalds4-15/+57
2010-08-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds1-1/+1
2010-08-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds9-15/+112
2010-08-08Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+1
2010-08-08Merge branch 'nfs-for-2.6.36' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds10-31/+38
2010-08-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds1-1/+33
2010-08-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds1-14/+51
2010-08-08Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds2-15/+21
2010-08-07Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds3-28/+23
2010-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2-0/+57
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds8-312/+215
2010-08-07block: fix missing export of blk_types.hJens Axboe1-0/+1
2010-08-07drbd: revert "delay probes", feature is being re-implemented differentlyLars Ellenberg2-5/+6
2010-08-07writeback: add new tracepointsArtem Bityutskiy1-0/+2
2010-08-07writeback: optimize periodic bdi thread wakeupsArtem Bityutskiy1-0/+2
2010-08-07writeback: move last_active to bdiArtem Bityutskiy1-6/+7
2010-08-07writeback: simplify bdi code a littleArtem Bityutskiy1-1/+0
2010-08-07writeback: harmonize writeback threads namingArtem Bityutskiy1-1/+1
2010-08-07coda: fixup clash with block layer REQ_* definesJens Axboe1-4/+4
2010-08-07bio, fs: separate out bio_types.h and define READ/WRITE constants in terms of...Tejun Heo3-187/+204
2010-08-07bio, fs: update RWA_MASK, READA and SWRITE to match the corresponding BIO_RW_...Tejun Heo1-3/+3
2010-08-07block: disallow FS recursion from sb_issue_discard allocationMike Snitzer1-1/+1
2010-08-07writeback.h: needs linux/device.hRandy Dunlap1-0/+1