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