summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add braces to avoid "ambiguous ‘else’" compiler warningsLinus Torvalds2016-07-273-3/+6
* Disable "frame-address" warningLinus Torvalds2016-07-271-0/+1
* Merge tag 'hsi-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...Linus Torvalds2016-07-2710-190/+239
|\
| * HSI: omap_ssi: drop pm_runtime_irq_safeSebastian Reichel2016-06-282-3/+0
| * HSI: omap_ssi_port: use rpm autosuspend APISebastian Reichel2016-06-281-24/+44
| * HSI: omap_ssi: call msg->complete() from process contextSebastian Reichel2016-06-283-1/+25
| * HSI: omap_ssi_port: ensure clocks are kept enabled during transferSebastian Reichel2016-06-281-0/+2
| * HSI: omap_ssi_port: replace pm_runtime_put_sync with non-sync variantSebastian Reichel2016-06-281-9/+9
| * HSI: omap_ssi_port: avoid calling runtime_pm_*_sync inside spinlockSebastian Reichel2016-06-281-4/+4
| * HSI: omap_ssi_port: avoid pm_runtime_get_sync in ssi_start_dma and ssi_start_pioSebastian Reichel2016-06-281-6/+24
| * HSI: omap_ssi_port: switch to threaded pio irqSebastian Reichel2016-06-282-38/+24
| * HSI: omap_ssi_core: remove pm_runtime_get_sync call from taskletSebastian Reichel2016-06-281-1/+7
| * HSI: omap_ssi_core: use pm_runtime_put instead of pm_runtime_put_syncSebastian Reichel2016-06-281-5/+5
| * HSI: omap_ssi_port: prepare start_tx/stop_tx for blocking pm_runtime callsSebastian Reichel2016-06-282-5/+20
| * HSI: core: switch port event notifier from atomic to blockingSebastian Reichel2016-06-282-5/+5
| * HSI: omap_ssi_port: replace wkin_cken with atomic bitmap operationsSebastian Reichel2016-06-282-15/+7
| * HSI: omap_ssi: convert cawake irq handler to threadSebastian Reichel2016-06-283-19/+8
| * HSI: ssi_protocol: fix ssip_xmit invocationSebastian Reichel2016-06-281-1/+12
| * HSI: ssi_protocol: replace spin_lock with spin_lock_bhSebastian Reichel2016-06-281-32/+32
| * HSI: ssi_protocol: avoid ssi_waketest call with held spinlockSebastian Reichel2016-06-281-16/+25
| * HSI: omap_ssi: do not reset moduleSebastian Reichel2016-06-282-20/+1
| * HSI: omap_ssi_port: remove useless newlineSebastian Reichel2016-06-281-4/+2
| * hsi: Only descend into hsi directory when CONFIG_HSI is setAndrew F. Davis2016-06-151-1/+1
| * hsi: Build hsi_boardinfo.c into hsi core if enabledAndrew F. Davis2016-06-153-2/+3
| * HSI: cmt_speech: Fix double spin_lockIago Abal2016-06-101-1/+1
| * hsi: use kmemdupMuhammad Falak R Wani2016-05-291-4/+4
| * HSI: cmt_speech: use vma_pages().Muhammad Falak R Wani2016-05-291-1/+1
* | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-07-276-160/+468
|\ \
| * | random: strengthen input validation for RNDADDTOENTCNTTheodore Ts'o2016-07-031-6/+7
| * | random: add backtracking protection to the CRNGTheodore Ts'o2016-07-031-5/+49
| * | random: make /dev/urandom scalable for silly userspace programsTheodore Ts'o2016-07-031-4/+58
| * | random: replace non-blocking pool with a Chacha20-based CRNGTheodore Ts'o2016-07-035-164/+357
| * | random: properly align get_random_int_hashEric Biggers2016-06-131-1/+3
| * | random: add interrupt callback to VMBus IRQ handlerStephan Mueller2016-06-132-0/+4
| * | random: print a warning for the first ten uninitialized random usersTheodore Ts'o2016-06-131-4/+8
| * | random: initialize the non-blocking pool via add_hwgenerator_randomness()Theodore Ts'o2016-06-131-5/+11
| |/
* | Merge tag 'media/v4.8-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2016-07-27619-10988/+88276
|\ \
| * \ Merge branch 'topic/docs-next' into v4l_for_linusMauro Carvalho Chehab2016-07-27619-10988/+88276
| |\ \
| | * | [media] cx23885-cardlist.rst: add a new cardMauro Carvalho Chehab2016-07-231-0/+1
| | * | [media] doc-rst: add some needed escape codesMauro Carvalho Chehab2016-07-235-43/+43
| | * | [media] doc-rst: kapi: use :c:func: instead of :cpp:funcMauro Carvalho Chehab2016-07-237-106/+106
| | * | doc-rst: kernel-doc: fix a change introduced by mistakeMauro Carvalho Chehab2016-07-231-1/+1
| | * | [media] v4l2-ioctl.h add debug info for struct v4l2_ioctl_opsMauro Carvalho Chehab2016-07-232-0/+268
| | * | [media] dvb_ringbuffer.h: some documentation improvementsMauro Carvalho Chehab2016-07-231-5/+10
| | * | [media] v4l2-ctrls.h: fully document the header fileMauro Carvalho Chehab2016-07-231-86/+279
| | * | [media] doc-rst: Fix some typedef ugly warningsMauro Carvalho Chehab2016-07-232-2/+4
| | * | [media] doc-rst: reorganize the kAPI v4l2 chaptersMauro Carvalho Chehab2016-07-2318-62/+51
| | * | [media] rename v4l2-framework.rst to v4l2-intro.rstMauro Carvalho Chehab2016-07-232-1/+1
| | * | [media] move V4L2 clocks to a separate .rst fileMauro Carvalho Chehab2016-07-233-25/+30
| | * | [media] v4l2-fh.rst: add cross references and markupsMauro Carvalho Chehab2016-07-231-55/+56