aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/userspace-api (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-11Merge tag 'rproc-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteprocLinus Torvalds1-0/+1
2020-08-07Merge tag 'media/v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds21-80/+948
2020-08-06media: v4l2-dev/ioctl: Fix document for VIDIOC_QUERYCAPJian-Jia Su1-2/+2
2020-08-04remoteproc: Add remoteproc character device interfaceSiddharth Gupta1-0/+1
2020-07-19media: colorspaces-details.rst: fix V4L2_COLORSPACE_JPEG descriptionHans Verkuil1-2/+2
2020-07-19Documentation: userspace-api/media: drop doubled wordsRandy Dunlap6-9/+8
2020-07-04media: docs: dev-decoder: Add one more reason for dynamic changeStanimir Varbanov1-1/+3
2020-06-23media: cec-ioc-adap-g-caps.rst: document available_log_addrsHans Verkuil1-0/+3
2020-06-23media: dev-encoder.rst: add GFDL-1-1+ to SPDX headerMauro Carvalho Chehab1-1/+25
2020-06-23media: dev-encoder.rst: add reference to V4L2_FMT_FLAG_ENC_CAP_FRAME_INTERVALHans Verkuil1-1/+2
2020-06-23media: videodev2.h: add V4L2_FMT_FLAG_ENC_CAP_FRAME_INTERVAL flagHans Verkuil2-5/+26
2020-06-23media: dev-decoder.rst: small fixesHans Verkuil1-3/+3
2020-06-23media: vidioc-g-parm.rst: update the VIDIOC_G/S_PARM documentationHans Verkuil1-19/+32
2020-06-23media: docs-rst: Document memory-to-memory video encoder interfaceTomasz Figa5-20/+767
2020-06-23media: videobuf2: handle V4L2_FLAG_MEMORY_NON_CONSISTENT flagSergey Senozhatsky2-3/+15
2020-06-23media: videobuf2: add V4L2_FLAG_MEMORY_NON_CONSISTENT flagSergey Senozhatsky2-2/+48
2020-06-23media: doc-rst: Fix typos in packed Bayer raw14 pixel formats diagramNiklas Söderlund1-14/+14
2020-06-19Documentation: media: convert to use i2c_new_client_device()Wolfram Sang1-1/+1
2020-06-13Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-0/+1
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+1
2020-06-03Merge tag 'media/v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds465-0/+82881
2020-05-19pipe: Add general notification queue supportDavid Howells1-0/+1
2020-05-18media: v4l2-ctrl: Document V4L2_CID_CAMERA_SENSOR_ROTATIONJacopo Mondi1-0/+121
2020-05-18media: v4l2-ctrl: Document V4L2_CID_CAMERA_ORIENTATIONJacopo Mondi1-0/+30
2020-05-12media: v4l: document VIDIOC_SUBDEV_QUERYCAPHans Verkuil2-0/+113
2020-05-12media: Documentation: media: Document read-only subdeviceJacopo Mondi7-0/+50
2020-05-06media: vidioc-enum-fmt.rst: make the ENUM_FMT text clearerHans Verkuil1-18/+37
2020-05-06media: v4l2: Extend VIDIOC_ENUM_FMT to support MC-centric devicesLaurent Pinchart1-5/+22
2020-05-06media: v4l2-dev/ioctl: Add V4L2_CAP_IO_MCNiklas Söderlund2-0/+7
2020-04-29media: vidioc-reqbufs/create-bufs.rst: fix typoHans Verkuil2-2/+2
2020-04-21media: uapi: h264: Add new profile and levelsMaheshwar Ajja1-0/+10
2020-04-20docs: ioctl-number.rst: add habanalabs driver IOCTLOded Gabbay1-0/+1
2020-04-20powerpc/vas: Define VAS_TX_WIN_OPEN ioctl APIHaren Myneni1-0/+1
2020-04-16media: Documentation/media: drop/fix vivi referencesHans Verkuil1-1/+1
2020-04-15media: docs: add cros-references to the other media guidesMauro Carvalho Chehab1-0/+11
2020-04-15media: docs: add GPLv2 for uAPI guideMauro Carvalho Chehab1-0/+17
2020-04-15media: docs: move copyrights to the end and update themMauro Carvalho Chehab1-6/+10
2020-04-14media: doc-rst: in the RGB formats table add '-' in undefined bitsDafna Hirschfeld1-68/+68
2020-04-14media: docs: get rid of Documentation/media/Mauro Carvalho Chehab1-0/+1
2020-04-14media: docs: add an uAPI chapter for driver-specific stuffMauro Carvalho Chehab11-3/+930
2020-04-14media: docs: move user-facing docs to the admin guideMauro Carvalho Chehab4-4/+4
2020-04-14media: docs: move fourcc file to the uAPI documentMauro Carvalho Chehab2-0/+33
2020-04-14media: docs: move uAPI book to userspace-api/mediaMauro Carvalho Chehab455-0/+81521
2020-02-13docs: userspace: ioctl-number: remove mc146818rtc conflictAlexandre Belloni1-1/+0
2019-12-11staging: remove isdn capi driversArnd Bergmann1-1/+0
2019-12-02Merge tag 'docs-5.5a' of git://git.lwn.net/linuxLinus Torvalds6-0/+2985
2019-10-10docs: Move the user-space ioctl() docs to userspace-apiJonathan Corbet6-0/+2984
2019-07-17docs: remove extra conf.py filesMauro Carvalho Chehab1-10/+0
2019-07-15docs: ocxl.rst: add it to the uAPI bookMauro Carvalho Chehab2-0/+177
2019-06-26Documentation: Add section about CPU vulnerabilities for SpectreTim Chen1-0/+2