summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-postmerge' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2018-02-035-143/+187
|\
| * scsi: sd: Remove zone write lockingDamien Le Moal2018-01-085-133/+6
| * scsi: sd_zbc: Initialize device request queue zoned dataDamien Le Moal2018-01-081-8/+144
| * scsi: scsi-mq-debugfs: Show more informationBart Van Assche2018-01-081-3/+38
* | Merge tag 'linux-kselftest-4.16-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-02-0315-23/+56
|\ \
| * | selftests: vm: update .gitignore with missing generated fileShuah Khan2018-01-231-0/+1
| * | selftests/x86: Add <test_name>{,_32,_64} targetsDmitry Safonov2018-01-231-0/+12
| * | selftests: Fix loss of test output in run_kselftests.shMichael Ellerman2018-01-162-2/+9
| * | selftest: ftrace: Fix to add 256 kprobe events correctlyMasami Hiramatsu2018-01-161-2/+17
| * | selftest: ftrace: Fix to pick text symbols for kprobesMasami Hiramatsu2018-01-161-2/+2
| * | selftests: media_tests: Add SPDX license identifierShuah Khan2018-01-123-3/+6
| * | selftests: kselftest.h: Add SPDX license identifierShuah Khan2018-01-121-1/+1
| * | selftests: kselftest_install.sh: Add SPDX license identifierShuah Khan2018-01-121-3/+1
| * | selftests: gen_kselftest_tar.h: Add SPDX license identifierShuah Khan2018-01-121-3/+1
| * | selftests: media_tests: Fix Makefile 'clean' target warningShuah Khan2018-01-121-5/+2
| * | tools/testing: Fix trailing semicolonLuis de Bethencourt2018-01-121-1/+1
| * | kselftest: fix OOM in memory compaction testArnd Bergmann2018-01-101-0/+2
| * | selftests: seccomp: fix compile error seccomp_bpfAnders Roxell2018-01-101-2/+2
* | | pinctrl: remove include file from <linux/device.h>Linus Torvalds2018-02-032-1/+2
* | | Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-02-022-2/+13
|\ \ \
| * | | firewire-ohci: work around oversized DMA reads on JMicron controllersHector Martin2018-01-131-1/+7
| * | | firewire: net: max MTU off by oneStefan Richter2018-01-131-1/+6
* | | | Merge tag 'pinctrl-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-02-02115-751/+13578
|\ \ \ \
| * | | | pinctrl: mcp23s08: fix irq setup orderDmitry Mastykin2018-01-301-4/+4
| * | | | pinctrl: Forward declare struct deviceLadislav Michl2018-01-221-0/+2
| * | | | pinctrl: sunxi: Use of_clk_get_parent_count() instead of open codingGeert Uytterhoeven2018-01-221-1/+2
| * | | | pinctrl: stm32: add STM32F769 MCU supportAlexandre Torgue2018-01-223-0/+1834
| * | | | pinctrl: sx150x: Add a static gpio/pinctrl pin range mappingPeter Rosin2018-01-181-0/+5
| * | | | pinctrl: sx150x: Register pinctrl before adding the gpiochipPeter Rosin2018-01-181-14/+21
| * | | | pinctrl: sx150x: Unregister the pinctrl on releasePeter Rosin2018-01-181-1/+1
| * | | | pinctrl: ingenic: Remove redundant dev_err call in ingenic_pinctrl_probe()Wei Yongjun2018-01-181-3/+1
| * | | | pinctrl: sprd: Use seq_putc() in sprd_pinconf_group_dbg_show()Markus Elfring2018-01-161-1/+1
| * | | | pinctrl: pinmux: Use seq_putc() in pinmux_pins_show()Markus Elfring2018-01-161-1/+1
| * | | | pinctrl: abx500: Use seq_putc() in abx500_gpio_dbg_show()Markus Elfring2018-01-161-1/+1
| * | | | pinctrl: mediatek: mt7622: align error handling of mtk_hw_get_value callSean Wang2018-01-111-4/+4
| * | | | pinctrl: mediatek: mt7622: fix potential uninitialized value being returnedSean Wang2018-01-111-2/+4
| * | | | pinctrl: uniphier: refactor drive strength get/set functionsMasahiro Yamada2018-01-111-85/+91
| * | | | pinctrl: imx7ulp: constify struct imx_cfg_params_decodeStefan Agner2018-01-113-3/+3
| * | | | pinctrl: imx: constify struct imx_pinctrl_soc_infoStefan Agner2018-01-1111-11/+11
| * | | | pinctrl: imx7d: simplify imx7d_pinctrl_probeStefan Agner2018-01-111-7/+3
| * | | | pinctrl: imx: use struct imx_pinctrl_soc_info as a constStefan Agner2018-01-114-52/+44
| * | | | pinctrl: sunxi-pinctrl: fix pin funtion can not be match correctly.hao_zhang2018-01-101-1/+3
| * | | | pinctrl: qcom: Add msm8998 pinctrl driverKhan, Imran2018-01-094-0/+1792
| * | | | pinctrl: mcp23s08: Combine two function calls into one in mcp23s08_dbg_show()Markus Elfring2018-01-091-6/+5
| * | | | pinctrl: imx6ul: add IOMUXC SNVS pinctrl driver for i.MX 6ULLBai Ping2018-01-092-5/+50
| * | | | pinctrl: Add Microsemi Ocelot SoC driverAlexandre Belloni2018-01-093-0/+523
| * | | | pinctrl: remove redundant mux_setting clear in pinmux_disable_setting()Masahiro Yamada2018-01-091-2/+0
| * | | | Merge tag 'sh-pfc-for-v4.16-tag2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Walleij2018-01-083-2/+371
| |\ \ \ \
| | * | | | pinctrl: sh-pfc: r8a7795: Add SATA pins, groups, and functionsWolfram Sang2017-12-211-0/+24
| | * | | | pinctrl: sh-pfc: r8a7791: Add tpu groups and functionFabrizio Castro2017-12-191-2/+40