aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-09-04ASoC: soc-core: add comment to jack at soc_remove_component()Kuninori Morimoto1-0/+2
2019-09-04ASoC: tegra: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+2
2019-09-04ASoC: sirf-audio: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-09-04ASoC: ep93xx: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-09-04ASoC: amd: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-2/+1
2019-09-04Merge tag 'bitmain-soc-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mani/linux-bitmain into arm/dtArnd Bergmann1-2/+13
2019-09-04Merge tag 'renesas-fixes-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into arm/fixesArnd Bergmann1-3/+3
2019-09-04w1: add DS2501, DS2502, DS2505 EPROM device driverThomas Bogendoerfer3-0/+297
2019-09-04w1: add 1-wire master driver for IP block found in SGI ASICsThomas Bogendoerfer5-0/+158
2019-09-04powerpc/tm: Fix restoring FP/VMX facility incorrectly on interruptsGustavo Romero1-16/+2
2019-09-04powerpc/tm: Fix FP/VMX unavailable exceptions inside a transactionGustavo Romero1-1/+2
2019-09-04HID: i2c-hid: modify quirks for weida's devicesHungNien Chen1-3/+1
2019-09-04can: add support of SAE J1939 protocolThe j1939 authors15-0/+5055
2019-09-04arm64: remove __iounmapChristoph Hellwig2-4/+3
2019-09-04pcmcia/i82092: Refactored dprintk macro for dev_dbg().Adam Zerella1-3/+3
2019-09-04uio: Documentation: Add information on using uio_pdrv_genirq with DTDaniel Mack1-0/+7
2019-09-04uio: uio_pdrv_genirq: Make UIO name controllable via DT node propertyDaniel Mack1-3/+11
2019-09-04toshiba: Add correct printk log level while emitting error logRishi Gupta1-4/+4
2019-09-04mm/balloon_compaction: suppress allocation warningsNadav Amit1-1/+2
2019-09-04Revert "vhost: access vq metadata through kernel virtual address"Michael S. Tsirkin2-553/+3
2019-09-04driver-core: add include guard to linux/container.hMasahiro Yamada1-0/+5
2019-09-04sysfs: add BIN_ATTR_WO() macroGreg Kroah-Hartman1-0/+9
2019-09-04misc: fastrpc: free dma buf scatter listSrinivas Kandagatla1-0/+1
2019-09-04misc: fastrpc: fix double refcounting on dmabufSrinivas Kandagatla1-25/+0
2019-09-04misc: fastrpc: remove unused definitionJorge Ramirez-Ortiz1-1/+0
2019-09-04misc: fastrpc: Don't reference rpmsg_device after removeBjorn Andersson1-0/+4
2019-09-04misc: fastrpc: Reference count channel contextBjorn Andersson1-5/+38
2019-09-04MAINTAINERS: add maintainer for Intel Stratix10 FW driversRichard Gong1-0/+11
2019-09-04firmware: rsu: document sysfs interfaceRichard Gong1-0/+128
2019-09-04firmware: add Intel Stratix10 remote system update driverRichard Gong3-0/+470
2019-09-04firmware: stratix10-svc: extend svc to support new RSU featuresRichard Gong3-10/+128
2019-09-04selftests: firmware: Add request_firmware_into_buf testsScott Branden2-2/+66
2019-09-04test_firmware: add support for request_firmware_into_bufScott Branden1-2/+48
2019-09-04firmware: google: check if size is valid when decoding VPD dataHung-Te Lin3-28/+37
2019-09-04/dev/mem: Bail out upon SIGKILL.Tetsuo Handa1-0/+21
2019-09-04binder: Add binder_proc logging to binderfsHridya Valsaraju3-39/+121
2019-09-04binder: Make transaction_log available in binderfsHridya Valsaraju3-29/+53
2019-09-04binder: Add stats, state and transactions filesHridya Valsaraju3-10/+153
2019-09-04binder: add a mount option to show global statsHridya Valsaraju1-2/+43
2019-09-04can: extend sockaddr_can to include j1939 membersKurt Van Dijck1-0/+17
2019-09-04can: add socket type for CAN_J1939Kurt Van Dijck1-1/+2
2019-09-04can: introduce CAN_REQUIRED_SIZE macroKurt Van Dijck3-4/+12
2019-09-04mailmap: update email addressKurt Van Dijck1-0/+1
2019-09-04can: af_can: use spin_lock_bh() for &net->can.rcvlists_lockOleksij Rempel1-4/+4
2019-09-04can: af_can: remove NULL-ptr checks from users of can_dev_rcv_lists_find()Marc Kleine-Budde1-27/+14
2019-09-04can: make use of preallocated can_ml_priv for per device struct can_dev_rcv_listsMarc Kleine-Budde6-39/+12
2019-09-04can: introduce CAN midlayer private and allocate it automaticallyMarc Kleine-Budde8-23/+96
2019-09-04can: af_can: can_pernet_exit(): no need to iterate over and cleanup registered CAN devicesMarc Kleine-Budde1-15/+0
2019-09-04can: af_can: can_rx_register(): use max() instead of open coding itMarc Kleine-Budde1-2/+2
2019-09-04can: af_can: give variable holding the CAN receiver and the receiver list a sensible nameMarc Kleine-Budde1-51/+50