summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2020-07-19media: Add V4L2_TYPE_IS_CAPTURE helperEzequiel Garcia-0/+2
2020-07-19media: davinci: replace http references with httpsAlexander A. Klimov-1/+1
2020-07-19include/media/v4l2-subdev.h: fix typoHans Verkuil-1/+1
2020-07-04media: vb2: Print the queue pointer in debug messagesLaurent Pinchart-0/+17
2020-07-04media: v4l2-rect.h: add enclosed rectangle helperBenoit Parrot-0/+20
2020-07-04media: soc_camera.h: remove this unused headerHans Verkuil-397/+0
2020-07-04media: staging/media/soc_camera: remove this driverHans Verkuil-107/+0
2020-07-04media: mach-omap1: board-ams-delta.c: remove soc_camera dependenciesHans Verkuil-32/+0
2020-07-04media: cec: add adap_controls_phys_addr optionJeff Chase-0/+6
2020-06-23media: media/cec.h: document cec_adapter fieldsHans Verkuil-0/+49
2020-06-23media: cec: remove unused waitq and phys_addrs fieldsHans Verkuil-2/+0
2020-06-23media: videodev2.h: add V4L2_FMT_FLAG_ENC_CAP_FRAME_INTERVAL flagHans Verkuil-0/+1
2020-06-23media: videobuf2: handle V4L2_FLAG_MEMORY_NON_CONSISTENT flagSergey Senozhatsky-2/+9
2020-06-23media: videobuf2: add queue memory consistency parameterSergey Senozhatsky-2/+6
2020-06-23media: videobuf2: add V4L2_FLAG_MEMORY_NON_CONSISTENT flagSergey Senozhatsky-0/+3
2020-06-23media: videobuf2: handle V4L2 buffer cache flagsSergey Senozhatsky-0/+11
2020-06-23media: videobuf2: add cache management membersSergey Senozhatsky-0/+10
2020-06-23media: videobuf2: use explicit unsigned int in vb2_queueSergey Senozhatsky-9/+9
2020-06-14Merge tag 'LSM-add-setgid-hook-5.8-author-fix' of git://github.com/micah-mort...Linus Torvalds-0/+20
2020-06-14security: Add LSM hooks to set*gid syscallsThomas Cedeno-0/+20
2020-06-14Merge tag 'for-5.8-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+2
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-32/+58
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-0/+13
2020-06-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-4/+5
2020-06-13Merge branch 'i2c/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds-53/+11
2020-06-13Merge tag 'media/v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds-1/+1
2020-06-13Merge tag 'ras-core-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-15/+5
2020-06-13Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-39/+93
2020-06-13Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-16/+331
2020-06-12Merge tag 'thermal-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-91/+9
2020-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-4/+4
2020-06-11Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-574/+1277
2020-06-11Merge tag 'locking-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-175/+2473
2020-06-11Merge tag 'block-5.8-2020-06-11' of git://git.kernel.dk/linux-blockLinus Torvalds-3/+3
2020-06-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds-7/+19
2020-06-11Merge tag 'riscv-for-linus-5.8-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+1
2020-06-11Merge tag 'mailbox-v5.8' of git://git.linaro.org/landing-teams/working/fujits...Linus Torvalds-0/+33
2020-06-11Merge tag 'nfs-for-5.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds-64/+370
2020-06-11compiler_types.h, kasan: Use __SANITIZE_ADDRESS__ instead of CONFIG_KASAN to ...Marco Elver-5/+8
2020-06-11compiler.h: Move function attributes to compiler_types.hMarco Elver-29/+29
2020-06-11compiler.h: Avoid nested statement expression in data_race()Marco Elver-5/+5
2020-06-11compiler.h: Remove data_race() and unnecessary checks from {READ,WRITE}_ONCE()Marco Elver-11/+2
2020-06-11kcsan: Remove 'noinline' from __no_kcsan_or_inlineMarco Elver-4/+2
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner-563/+1274
2020-06-11SUNRPC: rpc_xprt lifetime events should record xprt->stateChuck Lever-1/+29
2020-06-11nfs: set invalid blocks after NFSv4 writesZheng Bin-0/+1
2020-06-11SUNRPC: trace RPC client lifetime eventsChuck Lever-0/+111
2020-06-11SUNRPC: Trace transport lifetime eventsChuck Lever-4/+35
2020-06-11SUNRPC: Split the xdr_buf event classChuck Lever-47/+66
2020-06-11SUNRPC: Add tracepoint to rpc_call_rpcerror()Chuck Lever-0/+28