summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-10-31media: v4l: async: Move async subdev notifier operations to a separate structureLaurent Pinchart1-10/+19
2017-10-31media: v4l: fwnode: Support generic parsing of graph endpoints in a deviceSakari Ailus2-2/+140
2017-10-31media: saa7146: Convert timers to use timer_setup()Kees Cook1-1/+1
2017-10-31media: media/saa7146: Convert timers to use timer_setup()Kees Cook1-0/+1
2017-10-31media: rc: Add Astrometa T2hybrid keymap moduleOleh Kravchenko1-0/+1
2017-10-27media: rc/keymaps: add support for RC of hisilicon poplar boardYounian Wang1-0/+1
2017-10-27media: rc/keymaps: add support for RC of hisilicon TV demo boardsYounian Wang1-0/+1
2017-10-27media: cec-pin.h: move non-kAPI parts into cec-pin-priv.hHans Verkuil1-107/+0
2017-10-17Merge commit '3728e6a255b5' into patchworkMauro Carvalho Chehab52-204/+412
2017-10-15Merge tag 'char-misc-4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2017-10-14Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-8/+0
2017-10-13kmemleak: clear stale pointers from task stacksKonstantin Khlebnikov1-1/+1
2017-10-13fs/mpage.c: fix mpage_writepage() for pages with buffersMatthew Wilcox1-0/+1
2017-10-13linux/kernel.h: add/correct kernel-doc notationRandy Dunlap1-16/+74
2017-10-13include/linux/of.h: provide of_n_{addr,size}_cells wrappers for !CONFIG_OFArnd Bergmann1-0/+10
2017-10-12Merge tag 'sound-4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+1
2017-10-11media: dvb_frontend: fix return values for FE_SET_PROPERTYMauro Carvalho Chehab1-1/+1
2017-10-11media: rc: Add tango keymapMarc Gonzalez1-0/+1
2017-10-11media: lirc_dev: remove min_timeout and max_timeoutDavid Härdeman1-6/+0
2017-10-10sched/core: Fix wake_affine() performance regressionPeter Zijlstra1-8/+0
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-3/+10
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller3-3/+10
2017-10-09netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'Shmulik Ladkani2-0/+6
2017-10-09ALSA: seq: Fix copy_from_user() call inside lockTakashi Iwai1-0/+1
2017-10-07Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds3-1/+2
2017-10-07Merge tag 'mmc-v4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds1-1/+1
2017-10-06Merge branch 'core-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-61/+64
2017-10-05Merge tag 'for-4.14/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2017-10-05Merge tag 'sound-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+1
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds9-28/+68
2017-10-04Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2-17/+17
2017-10-04[media] saa7146: make saa7146_use_ops constBhumika Goyal1-2/+2
2017-10-04[media] media: rc: gpio-ir-recv: remove gpio_ir_recv_platform_dataLadislav Michl1-23/+0
2017-10-04[media] media: lirc_dev: merge struct irctl into struct lirc_devDavid Härdeman1-6/+20
2017-10-04[media] media: lirc_dev: introduce lirc_allocate_device and lirc_free_deviceDavid Härdeman1-5/+4
2017-10-04[media] media: rename struct lirc_driver to struct lirc_devDavid Härdeman1-35/+13
2017-10-04[media] media: lirc_dev: use an IDA instead of an array to keep track of regi...David Härdeman1-1/+0
2017-10-04[media] media: lirc_dev: make chunk_size and buffer_size mandatoryDavid Härdeman1-4/+5
2017-10-04[media] media: lirc_dev: make better use of file->private_dataDavid Härdeman1-0/+3
2017-10-04[media] media: lirc_dev: remove support for manually specifying minor numberDavid Härdeman1-11/+9
2017-10-04Drivers: hv: vmbus: Fix bugs in rescind handlingK. Y. Srinivasan1-1/+1
2017-10-04powerpc/watchdog: Make use of watchdog_nmi_probe()Thomas Gleixner1-0/+1
2017-10-04watchdog/core, powerpc: Replace watchdog_nmi_reconfigure()Thomas Gleixner1-1/+2
2017-10-04mmc: Delete bounce buffer handlingLinus Walleij1-1/+1
2017-10-03Merge tag 'reset-fixes-for-4.14' of git://git.pengutronix.de/git/pza/linux in...Olof Johansson2-17/+17
2017-10-03include/linux/fs.h: fix comment about struct address_spaceMike Rapoport1-1/+1
2017-10-03mm/memory_hotplug: change pfn_to_section_nr/section_nr_to_pfn macro to inline...YASUAKI ISHIMATSU1-2/+8
2017-10-03include/linux/bitfield.h: remove 32bit from FIELD_GET comment blockMasahiro Yamada1-1/+1
2017-10-03exec: load_script: kill the onstack interp[BINPRM_BUF_SIZE] arrayOleg Nesterov1-1/+1
2017-10-03android: binder: drop lru lock in isolate callbackSherry Yang1-0/+6