summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 4.9.6v4.9.6Greg Kroah-Hartman2017-01-261-1/+1
* libceph: stop allocating a new cipher on every crypto requestIlya Dryomov2017-01-262-25/+61
* libceph: uninline ceph_crypto_key_destroy()Ilya Dryomov2017-01-262-8/+9
* tools/virtio/ringtest: fix run-on-all.sh for offline cpusHalil Pasic2017-01-261-2/+3
* selftest/powerpc: Wrong PMC initialized in pmc56_overflow testMadhavan Srinivasan2017-01-261-1/+1
* soc: ti: wkup_m3_ipc: Fix error return code in wkup_m3_ipc_probe()Wei Yongjun2017-01-261-0/+1
* spi: pxa2xx: add missed breakAndy Shevchenko2017-01-261-0/+1
* dmaengine: pl330: Fix runtime PM support for terminated transfersMarek Szyprowski2017-01-261-0/+11
* dmaengine: rcar-dmac: unmap slave resource when channel is freedNiklas Söderlund2017-01-261-0/+8
* s5p-mfc: Fix clock management in s5p_mfc_release() functionMarek Szyprowski2017-01-261-3/+4
* s5p-cec: mark PM functions as __maybe_unused againArnd Bergmann2017-01-261-2/+2
* st-hva: fix some error handling in hva_hw_probe()Dan Carpenter2017-01-261-3/+3
* ite-cir: initialize use_demodulator before using itNicolas Iooss2017-01-261-0/+2
* gs1662: drop kfree for memory allocated with devm_kzallocWei Yongjun2017-01-261-2/+1
* platform: pxa_camera: add VIDEO_V4L2 dependencyArnd Bergmann2017-01-261-1/+1
* blackfin: check devm_pinctrl_get() for errorsDan Carpenter2017-01-261-0/+2
* rpmsg: virtio_rpmsg_bus: fix channel creationLoic Pallardy2017-01-261-2/+2
* mtd: spi-nor: Fix some error codes in cqspi_setup_flash()Dan Carpenter2017-01-261-1/+3
* mtd: spi-nor: Off by one in cqspi_setup_flash()Dan Carpenter2017-01-261-1/+1
* PM / devfreq: Fix the bug of devfreq_add_device when governor is NULLChanwoo Choi2017-01-261-5/+10
* PM / devfreq: exynos-bus: Fix the wrong return valueChanwoo Choi2017-01-261-1/+1
* scsi: mpt3sas: fix hang on ata passthrough commandsJames Bottomley2017-01-262-14/+38
* scsi: ses: Fix SAS device detection in enclosureEwan D. Milne2017-01-261-1/+1
* swiotlb: Add swiotlb=noforce debug optionGeert Uytterhoeven2017-01-264-4/+21
* swiotlb: Convert swiotlb_force from int to enumGeert Uytterhoeven2017-01-268-18/+27
* arm64: Fix swiotlb fallback allocationAlexander Graf2017-01-261-0/+2
* arm64: mm: avoid name clash in __page_to_voff()Oleksandr Andrushchenko2017-01-261-1/+1
* xprtrdma: Squelch "max send, max recv" messages at connect timeChuck Lever2017-01-261-2/+2
* xprtrdma: Make FRWR send queue entry accounting more accurateChuck Lever2017-01-263-13/+30
* libceph: make sure ceph_aes_crypt() IV is alignedIlya Dryomov2017-01-261-1/+1
* ceph: fix endianness bug in frag_tree_split_cmpJeff Layton2017-01-261-1/+2
* ceph: fix endianness of getattr mask in ceph_d_revalidateJeff Layton2017-01-261-2/+3
* ceph: fix ceph_get_caps() interruptionYan, Zheng2017-01-261-1/+6
* ceph: fix scheduler warning due to nested blockingNikolay Borisov2017-01-261-3/+9
* ARM: 8613/1: Fix the uaccess crash on PB11MPCoreLinus Walleij2017-01-261-0/+7
* ARM: ux500: fix prcmu_is_cpu_in_wfi() calculationArnd Bergmann2017-01-261-2/+2
* ARM: dts: omap3: Fix Card Detect and Write Protect on Logic PD SOM-LVAdam Ford2017-01-261-8/+3
* ARM: dts: imx6qdl-nitrogen6_max: fix sgtl5000 pinctrl initGary Bisson2017-01-261-2/+2
* ARM: dts: omap2: Add an empty chosen node to top level DTSIJavier Martinez Canillas2017-01-261-0/+1
* ARM: dts: omap3: Add an empty chosen node to top level DTSIJavier Martinez Canillas2017-01-261-0/+1
* ARM: dts: am4372: Add an empty chosen node to top level DTSIJavier Martinez Canillas2017-01-261-0/+1
* ARM: dts: omap5: Add an empty chosen node to top level DTSIJavier Martinez Canillas2017-01-261-0/+1
* ARM: dts: omap4: Add an empty chosen node to top level DTSIJavier Martinez Canillas2017-01-261-0/+1
* ARM: dts: am33xx: Add an empty chosen node to top level DTSIJavier Martinez Canillas2017-01-261-0/+1
* ARM: dts: dm814x: Add an empty chosen node to top level DTSIJavier Martinez Canillas2017-01-261-0/+1
* ARM: dts: dm816x: Add an empty chosen node to top level DTSIJavier Martinez Canillas2017-01-261-0/+1
* ARM: dts: dra7: Add an empty chosen node to top level DTSIJavier Martinez Canillas2017-01-261-0/+1
* libceph: remove now unused ceph_*{en,de}crypt*() functionsIlya Dryomov2017-01-262-383/+0
* libceph: switch ceph_x_decrypt() to ceph_crypt()Ilya Dryomov2017-01-261-46/+32
* libceph: switch ceph_x_encrypt() to ceph_crypt()Ilya Dryomov2017-01-261-34/+37