summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* w1_therm: optimizing temperature read timingsAkira Shimahara2020-05-152-101/+197
* w1_therm: adding eeprom sysfs entryAkira Shimahara2020-05-152-57/+132
* w1_therm: adding resolution sysfs entryAkira Shimahara2020-05-152-98/+361
* w1_therm: adding ext_power sysfs entryAkira Shimahara2020-05-152-0/+149
* w1_therm: adding sysfs-driver-w1_therm docAkira Shimahara2020-05-151-0/+17
* w1_therm: fix reset_select_slave during discoveryAkira Shimahara2020-05-151-7/+41
* w1_therm: adding code comments and code reorderingAkira Shimahara2020-05-151-168/+259
* VMCI: Avoid extra check for access_ok()Souptick Joarder2020-05-151-2/+0
* dca: Use PTR_ERR_OR_ZERO() to simplify codeTang Bin2020-05-151-3/+1
* w1: ds2430: fix eeprom size in driver descriptionAngelo Dureghello2020-05-151-1/+1
* misc: fastrpc: fix potential fastrpc_invoke_ctx leakSrinivas Kandagatla2020-05-151-1/+8
* misc: fastrpc: Fix an incomplete memory release in fastrpc_rpmsg_probe()Srinivas Kandagatla2020-05-151-1/+3
* slimbus: core: Fix mismatch in of_node_get/putSaravana Kannan2020-05-151-0/+1
* slimbus: core: Set fwnode for a device when setting of_nodeSaravana Kannan2020-05-151-3/+2
* nvmem: jz4780-efuse: Use PTR_ERR_OR_ZERO() to simplify codeSamuel Zou2020-05-151-3/+1
* nvmem: ensure sysfs writes handle write-protect pinMichael Auchter2020-05-151-26/+26
* nvmem: imx-ocotp: Improve logic to save many code linesAnson Huang2020-05-151-7/+2
* firmware: xilinx: Fix an error handling path in 'zynqmp_firmware_probe()'Christophe JAILLET2020-05-151-2/+2
* misc: xilinx-sdfec: convert to module_platform_driver()Harshal Chaudhari2020-05-151-19/+1
* uio_hv_generic: add missed sysfs_remove_bin_fileChuhong Yuan2020-05-151-0/+1
* Merge tag 'fpga-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mdf...Greg Kroah-Hartman2020-05-1510-40/+100
|\
| * fpga: dfl: afu: support debug access to memory-mapped afu regionsDominic Chen2020-04-301-0/+9
| * fpga: dfl.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-301-1/+1
| * arm64: dts: agilex: correct service layer driver's compatible valueRichard Gong2020-04-301-1/+1
| * dt-bindings, firmware: add compatible value Intel Stratix10 service layer bin...Richard Gong2020-04-301-1/+1
| * fpga: stratix10-soc: add compatible property value for intel agilexRichard Gong2020-04-301-1/+2
| * arm64: dts: agilex: correct FPGA manager driver's compatible valueRichard Gong2020-04-301-1/+1
| * dt-bindings: fpga: add compatible value to Stratix10 SoC FPGA manager bindingRichard Gong2020-04-301-1/+2
| * fpga: machxo2-spi: Use new structure for SPI transfer delaysSergiu Cuciurean2020-04-301-4/+8
| * fpga: ice40-spi: Use new structure for SPI transfer delaysSergiu Cuciurean2020-04-301-2/+8
| * fpga: dfl: support multiple opens on feature device node.Xu Yilun2020-04-304-28/+67
* | greybus: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-132-23/+23
* | Merge 5.7-rc5 into char-misc-nextGreg Kroah-Hartman2020-05-11461-2037/+4386
|\ \
| * | Linux 5.7-rc5v5.7-rc5Linus Torvalds2020-05-111-1/+1
| * | Merge tag 'x86-urgent-2020-05-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-05-1011-90/+138
| |\ \
| | * | x86/unwind/orc: Move ORC sorting variables under !CONFIG_MODULESJosh Poimboeuf2020-05-031-4/+4
| | * | x86/apic: Move TSC deadline timer debug printkThomas Gleixner2020-05-011-13/+14
| | * | ftrace/x86: Fix trace event registration for syscalls without argumentsKonstantin Khlebnikov2020-05-011-2/+3
| | * | x86/mm/cpa: Flush direct map alias during cpaRick Edgecombe2020-04-301-4/+8
| | * | objtool: Fix infinite loop in for_offset_range()Josh Poimboeuf2020-04-261-3/+4
| | * | x86/unwind/orc: Fix premature unwind stoppage due to IRET framesJosh Poimboeuf2020-04-253-14/+43
| | * | x86/unwind/orc: Fix error path for bad ORC entry typeJosh Poimboeuf2020-04-251-1/+1
| | * | x86/unwind/orc: Prevent unwinding before ORC initializationJosh Poimboeuf2020-04-251-3/+3
| | * | x86/unwind/orc: Don't skip the first frame for inactive tasksMiroslav Benes2020-04-251-1/+1
| | * | x86/unwind: Prevent false warnings for non-current tasksJosh Poimboeuf2020-04-253-18/+28
| | * | x86/unwind/orc: Convert global variables to staticJosh Poimboeuf2020-04-251-5/+5
| | * | x86/entry/64: Fix unwind hints in rewind_stack_do_exit()Jann Horn2020-04-251-1/+1
| | * | x86/entry/64: Fix unwind hints in __switch_to_asm()Josh Poimboeuf2020-04-251-3/+2
| | * | x86/entry/64: Fix unwind hints in kernel exit pathJosh Poimboeuf2020-04-251-1/+2
| | * | x86/entry/64: Fix unwind hints in register clearing codeJosh Poimboeuf2020-04-251-19/+21