summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2018-03-06media: dvb-core: add helper functions for I2C bindingMauro Carvalho Chehab-2/+63
2018-03-05Merge commit 'v4.16-rc4~0' into patchworkMauro Carvalho Chehab-121/+265
2018-03-03Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2018-03-03Merge tag 'media/v4.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds-8/+74
2018-03-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+2
2018-03-02Merge tag 'for-linus-20180302' of git://git.kernel.dk/linux-blockLinus Torvalds-5/+5
2018-03-01Merge tag 'drm-fixes-for-v4.16-rc4' of git://people.freedesktop.org/~airlied/...Linus Torvalds-0/+2
2018-03-01Merge tag 'arc-4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds-0/+5
2018-03-01KVM: x86: Add a framework for supporting MSR-based featuresTom Lendacky-0/+2
2018-03-01block: display the correct diskname for bioJiufei Xue-3/+1
2018-03-01Merge tag 'drm-misc-fixes-2018-02-28' of git://people.freedesktop.org/drm-mis...Dave Airlie-0/+2
2018-02-28ARC: mcip: update MCIP debug mask when the new cpu came onlineEugeniy Paltsev-0/+2
2018-02-28ARC: mcip: halt GFRC counter when ARC cores haltEugeniy Paltsev-0/+3
2018-02-27virtio-gpu: fix ioctl and expose the fixed status to userspace.Dave Airlie-0/+1
2018-02-26dax: fix vma_is_fsdax() helperDan Williams-1/+1
2018-02-26blktrace_api.h: fix comment for struct blk_user_trace_setupEric Biggers-1/+1
2018-02-26Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-27/+20
2018-02-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-2/+6
2018-02-26genhd: Fix BUG in blkdev_open()Jan Kara-0/+1
2018-02-26genhd: Add helper put_disk_and_module()Jan Kara-0/+1
2018-02-26genhd: Rename get_disk() to get_disk_and_module()Jan Kara-1/+1
2018-02-26media: media.h: reorganize header to make it easier to understandHans Verkuil-183/+164
2018-02-26media: media.h: fix confusing typo in commentHans Verkuil-1/+1
2018-02-26media: i2c: tw9910: Remove soc_camera dependenciesJacopo Mondi-0/+9
2018-02-26media: i2c: ov772x: Remove soc_camera dependenciesJacopo Mondi-2/+4
2018-02-26media: include: media: Add Renesas CEU driver interfaceJacopo Mondi-0/+26
2018-02-26media: v4l: doc: Clarify v4l2_mbus_fmt height definitionKieran Bingham-2/+2
2018-02-26media: v4l2_fh.h: add missing kconfig.h includeAlexandre Courbot-0/+1
2018-02-26media: v4l2-ctrls.h: fix wrong copy-and-paste commentHans Verkuil-2/+2
2018-02-26media: v4l2-dev.h: fix symbol collision in media_entity_to_video_device()Niklas Söderlund-3/+3
2018-02-25Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-0/+5
2018-02-24include: psp-sev: Capitalize invalid length enumBrijesh Singh-1/+1
2018-02-24kvm: fix warning for non-x86 buildsSebastian Ott-0/+3
2018-02-24kvm: fix warning for CONFIG_HAVE_KVM_EVENTFD buildsSebastian Ott-1/+2
2018-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-2/+2
2018-02-23Merge branch 'fixes-v4.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+2
2018-02-23Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-22/+4
2018-02-23Merge tag 'drm-fixes-for-v4.16-rc3' of git://people.freedesktop.org/~airlied/...Linus Torvalds-0/+11
2018-02-23media: dvb: update buffer mmaped flags and frame counterMauro Carvalho Chehab-7/+36
2018-02-23drm/nouveau: prefer XBGR2101010 for addfb ioctlIlia Mirkin-0/+1
2018-02-23media: dvb: add continuity error indicators for memory mapped buffersMauro Carvalho Chehab-0/+35
2018-02-23media: dmxdev: Fix the logic that enables DMA mmap supportMauro Carvalho Chehab-0/+2
2018-02-23media: dvb: fix DVB_MMAP symbol nameArnd Bergmann-1/+1
2018-02-22Merge tag 'mac80211-for-davem-2018-02-22' of git://git.kernel.org/pub/scm/lin...David S. Miller-2/+2
2018-02-22regulatory: add NUL to request alpha2Johannes Berg-1/+1
2018-02-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-18/+33
2018-02-22Merge tag 'seccomp-v4.16-rc3' of https://git.kernel.org/pub/scm/linux/kernel/...James Morris-2/+2
2018-02-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds-12/+54
2018-02-22efivarfs: Limit the rate for non-root to read filesLuck, Tony-0/+4
2018-02-22media: i2c: Add TDA1997x HDMI receiver driverTim Harvey-0/+42