summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* mm, vmstat: add infrastructure for per-node vmstatsMel Gorman2016-07-281-35/+41
* Add braces to avoid "ambiguous ‘else’" compiler warningsLinus Torvalds2016-07-273-3/+6
* Merge tag 'hsi-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...Linus Torvalds2016-07-278-188/+237
|\
| * 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-281-4/+4
| * 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-152-1/+2
| * 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-272-98/+387
|\ \
| * | 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-031-102/+276
| * | 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-276-199/+85
|\ \
| * \ Merge branch 'topic/docs-next' into v4l_for_linusMauro Carvalho Chehab2016-07-276-199/+85
| |\ \
| | * | [media] doc-rst: add some needed escape codesMauro Carvalho Chehab2016-07-232-15/+15
| | * | [media] dvb_ringbuffer.h: some documentation improvementsMauro Carvalho Chehab2016-07-231-5/+10
| | * | [media] doc-rst: document v4l2-dev.hMauro Carvalho Chehab2016-07-231-34/+0
| | * | [media] v4l2-subdev.h: Improve documentationMauro Carvalho Chehab2016-07-231-10/+0
| | * | [media] doc-rst: Fix some Sphinx warningsMauro Carvalho Chehab2016-07-231-0/+7
| | * | Merge branch 'patchwork' into topic/docs-nextMauro Carvalho Chehab2016-07-23820-6320/+15655
| | |\ \
| | * | | [media] doc-rst: Fix conversion for dvb-core.rstMauro Carvalho Chehab2016-07-171-45/+45
| | * | | [media] doc-rst: Convert media API to rstMauro Carvalho Chehab2016-07-172-90/+8
| | * | | Merge branch 'topic/cec' into topic/docs-nextMauro Carvalho Chehab2016-07-0934-117/+5117
| | |\ \ \
* | | \ \ \ Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-07-2783-1172/+3023
|\ \ \ \ \ \
| * | | | | | scsi:libsas: fix oops caused by assigning a freed task to ->lldd_taskWei Fang2016-07-201-0/+1
| * | | | | | fnic: pci_dma_mapping_error() doesn't return an error codeDan Carpenter2016-07-201-4/+4