aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-08[media] media: ov7670: Add possibility to disable pixclk during hblankJavier Martin1-0/+1
2013-02-08[media] media: ov7670: add possibility to bypass pll for ov7675Javier Martin1-0/+1
2013-02-06[media] blackfin: add error frame supportScott Jiang1-1/+2
2013-02-06[media] media: tvp514x: remove field descriptionPrabhakar Lad1-5/+2
2013-02-05[media] media: adv7343: accept configuration through platform dataLad, Prabhakar1-0/+52
2013-02-05[media] meye: convert to the control frameworkHans Verkuil2-5/+8
2013-02-05[media] Move DV-class control IDs from videodev2.h to v4l2-controls.hHans Verkuil2-22/+24
2013-02-05[media] s5p-fimc: Redefine platform data structure for fimc-isSylwester Nawrocki1-18/+31
2013-02-05[media] V4L: Add S5C73M3 camera driverAndrzej Hajda1-0/+55
2013-02-05[media] V4L: Add driver for OV9650/52 image sensorsSylwester Nawrocki1-0/+27
2013-02-05[media] V4L: Add v4l2_ctrl_subdev_log_status() helper functionSylwester Nawrocki1-0/+3
2013-02-05[media] V4L: Add v4l2_ctrl_subdev_subscribe_event() helper functionSylwester Nawrocki1-0/+5
2013-02-05[media] V4L: Add v4l2_event_subdev_unsubscribe() helper functionSylwester Nawrocki1-1/+3
2013-02-05[media] v4l2-ctrl: Add helper function for the controls range updateSylwester Nawrocki2-0/+21
2013-02-05[media] V4L: Add header file defining standard image sizesSylwester Nawrocki1-0/+34
2013-01-24Merge branch 'v4l_for_linus' into staging/for_v3.9Mauro Carvalho Chehab36-86/+106
2013-01-23[media] dvb: Add DVBv5 statistics propertiesMauro Carvalho Chehab2-2/+79
2013-01-09cred: Remove tgcred pointer from struct credMarc Dionne1-1/+0
2013-01-08Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-36/+10
2013-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-0/+2
2013-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2013-01-06[media] V4L: Remove deprecated image centering controlsSylwester Nawrocki1-4/+0
2013-01-05[media] soc-camera: split struct soc_camera_link into host and subdevice partsGuennadi Liakhovetski2-23/+89
2013-01-05[media] soc-camera: remove struct soc_camera_device::video_lockGuennadi Liakhovetski1-2/+1
2013-01-05[media] soc-camera: properly fix camera probing racesGuennadi Liakhovetski1-1/+1
2013-01-05[media] v4l2-ctrls: add a notify callbackHans Verkuil1-0/+25
2013-01-04mm: limit mmu_gather batching to fix soft lockups on !CONFIG_PREEMPTMichal Hocko1-0/+9
2013-01-04mm: fix zone_watermark_ok_safe() accounting of isolated pagesBartlomiej Zolnierkiewicz1-8/+0
2013-01-04selftests: IPC message queue copy feature testStanislav Kinsbursky1-1/+2
2013-01-04ipc: introduce message queue copy featureStanislav Kinsbursky1-0/+1
2013-01-04ipc: message queue receive cleanupStanislav Kinsbursky1-2/+3
2013-01-04ipc: add sysctl to specify desired next object idStanislav Kinsbursky1-0/+1
2013-01-04drm/exynos: consider both case of vflip and hflip.Eunchul Kim1-0/+2
2013-01-04drm/exynos: change file license to GPLInki Dae2-36/+8
2013-01-03include: remove __dev* attributes.Greg Kroah-Hartman2-8/+8
2013-01-03Drivers: bcma: remove __dev* attributes.Greg Kroah-Hartman2-2/+2
2013-01-03pstore: remove __dev* attributes.Greg Kroah-Hartman1-3/+2
2013-01-02Merge tag '3.8-pci-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-0/+3
2013-01-02UAPI: Remove empty Kbuild filesDavid Howells8-8/+0
2013-01-02mm: mempolicy: Convert shared_policy mutex to spinlockMel Gorman1-1/+1
2013-01-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds2-2/+14
2013-01-02mempolicy: remove arg from mpol_parse_str, mpol_to_strHugh Dickins1-7/+4
2012-12-30Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-4/+31
2012-12-30Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-nextDave Airlie2-4/+31
2012-12-28Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller2-0/+2
2012-12-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds2-1/+4
2012-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-2/+2
2012-12-27Merge tag 'v3.8-rc1' into staging/for_v3.9Mauro Carvalho Chehab537-5261/+17283
2012-12-26mm: Fix PageHead when !CONFIG_PAGEFLAGS_EXTENDEDChristoffer Dall1-1/+7
2012-12-26netprio_cgroup: define sk_cgrp_prioidx only if NETPRIO_CGROUP is enabledLi Zefan1-1/+1