summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* media: fix usage of whitespaces and on indentationMauro Carvalho Chehab2018-01-0469-185/+185
* media: uvcvideo: Add a quirk for Generalplus Technology Inc. 808 CameraNeil Armstrong2018-01-041-0/+9
* media: uvcvideo: Add a metadata device nodeGuennadi Liakhovetski2018-01-048-22/+396
* media: uvcvideo: Add extensible device informationGuennadi Liakhovetski2018-01-041-49/+78
* media: v4l: Add a UVC Metadata formatGuennadi Liakhovetski2018-01-044-0/+54
* media: uvcvideo: Report V4L2 device caps through the video_device structureLaurent Pinchart2018-01-042-4/+11
* media: uvcvideo: Factor out video device registration to a functionLaurent Pinchart2018-01-042-25/+51
* media: uvcvideo: Use ktime_t for timestampsArnd Bergmann2018-01-042-26/+13
* media: uvcvideo: Use ktime_t for statsArnd Bergmann2018-01-042-9/+6
* media: vb2: add a new warning about pending buffersMauro Carvalho Chehab2018-01-031-1/+4
* media: vb2: add pr_fmt() macroMauro Carvalho Chehab2018-01-031-14/+16
* media: vb2: Fix a bug about unnecessary calls to queue cancel and freeSatendra Singh Thakur2018-01-031-2/+5
* media: vb2: Enforce VB2_MAX_FRAME in vb2_core_reqbufs betterSakari Ailus2018-01-031-2/+3
* media: videobuf2-core: don't go out of the buffer rangeMauro Carvalho Chehab2018-01-031-0/+4
* media: pvrusb2: drop unneeded newlineJulia Lawall2018-01-031-1/+2
* media: dvb-frontends/stv0910: cleanup init_search_param() and enable PLSDaniel Scheller2018-01-031-61/+52
* media: dvb-frontends/stv0910: field and register access helpersDaniel Scheller2018-01-031-0/+28
* media: dvb-frontends/stv0910: cleanup I2C access functionsDaniel Scheller2018-01-031-20/+8
* media: dvb-frontends/stv0910: deduplicate writes in enable_puncture_rate()Daniel Scheller2018-01-031-12/+16
* Merge tag 'v4.15-rc6' into patchworkMauro Carvalho Chehab2018-01-03806-5644/+9729
|\
| * Linux 4.15-rc6v4.15-rc6Linus Torvalds2017-12-311-1/+1
| * Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2017-12-3114-39/+42
| |\
| | * x86/apic: Switch all APICs to Fixed delivery modeThomas Gleixner2017-12-296-16/+8
| | * x86/apic: Update the 'apic=' description of setting APIC driverDou Liyang2017-12-281-1/+5
| | * x86/apic: Avoid wrong warning when parsing 'apic=' in X86-32 caseDou Liyang2017-12-281-0/+2
| | * x86-32: Fix kexec with stack canary (CONFIG_CC_STACKPROTECTOR)Linus Torvalds2017-12-271-3/+1
| | * x86: Remove unused parameter of prepare_switch_torodrigosiqueira2017-12-271-3/+2
| | * x86/stacktrace: Make zombie stack traces reliableJosh Poimboeuf2017-12-191-1/+5
| | * x86/mm: Unbreak modules that use the DMA APITom Lendacky2017-12-181-2/+2
| | * x86/build: Make isoimage work on DebianMatthew Wilcox2017-12-161-12/+16
| | * x86/espfix/64: Fix espfix double-fault handling on 5-level systemsAndy Lutomirski2017-12-151-1/+1
| * | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-313-16/+16
| |\ \
| | * | x86/ldt: Make LDT pgtable free conditionalThomas Gleixner2017-12-311-1/+2
| | * | x86/ldt: Plug memory leak in error pathThomas Gleixner2017-12-311-1/+7
| | * | x86/mm: Remove preempt_disable/enable() from __native_flush_tlb()Thomas Gleixner2017-12-311-6/+8
| | * | x86/smpboot: Remove stale TLB flush invocationsThomas Gleixner2017-12-311-9/+0
| * | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-12-316-20/+52
| |\ \ \
| | * | | timerqueue: Document return values of timerqueue_add/del()Thomas Gleixner2017-12-291-3/+5
| | * | | timers: Invoke timer_start_debug() where it makes senseThomas Gleixner2017-12-291-2/+2
| | * | | nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick()Thomas Gleixner2017-12-291-2/+17
| | * | | timers: Reinitialize per cpu bases on hotplugThomas Gleixner2017-12-294-4/+21
| | * | | timers: Use deferrable base independent of base::nohz_activeAnna-Maria Gleixner2017-12-291-9/+7
| * | | | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-12-311-4/+4
| |\ \ \ \
| | * | | | cpu/hotplug: Move inline keyword at the beginning of declarationMathieu Malaterre2017-12-271-4/+4
| * | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-12-314-3/+9
| |\ \ \ \ \
| | * | | | | sched/isolation: Document boot parameters dependency on CONFIG_CPU_ISOLATION=yFrederic Weisbecker2017-12-182-2/+3
| | * | | | | sched/isolation: Enable CONFIG_CPU_ISOLATION=y by defaultFrederic Weisbecker2017-12-181-1/+5
| | * | | | | sched/isolation: Make CONFIG_NO_HZ_FULL select CONFIG_CPU_ISOLATIONPaul E. McKenney2017-12-181-0/+1
| * | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-12-319-43/+190
| |\ \ \ \ \ \
| | * | | | | | perf/x86/intel: Plug memory leak in intel_pmu_init()Thomas Gleixner2017-12-271-1/+4