summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* thermal: sun8i: Add A100's THS controller supportYangtao Li2020-10-121-0/+14
* thermal: sun8i: add TEMP_CALIB_MASK for calibration data in sun50i_h6_ths_cal...Yangtao Li2020-10-121-1/+1
* dt-bindings: thermal: sun8i: Add binding for A100's THS controllerYangtao Li2020-10-121-1/+5
* thermal: cooling: Remove unused variable *tzzhuguangqing2020-10-126-28/+14
* thermal: int340x: Add keep alive response methodSrinivas Pandruvada2020-10-121-0/+29
* thermal: core: Add new event for sending keep alive notificationsSrinivas Pandruvada2020-10-121-0/+1
* thermal: int340x: Provide notification for OEM variable changeSrinivas Pandruvada2020-10-121-11/+11
* thermal: core: remove unnecessary mutex_init()Qinglang Miao2020-10-121-1/+0
* thermal/idle_inject: Fix comment of idle_duration_us and name of latency_nszhuguangqing2020-10-122-2/+2
* thermal: Kconfig: Update description for RCAR_GEN3_THERMAL configLad Prabhakar2020-10-121-3/+3
* thermal: stm32: simplify the return expression of stm_thermal_prepare()Qinglang Miao2020-10-121-6/+1
* dt-bindings: thermal: rcar-gen3-thermal: Add r8a774e1 supportLad Prabhakar2020-10-121-0/+1
* thermal: rcar_thermal: Add missing braces to conditional statementGeert Uytterhoeven2020-10-121-2/+2
* thermal: Use kobj_to_dev() instead of container_of()Tian Tao2020-10-121-1/+1
* thermal: imx8mm: Use dev_err_probe() to simplify error handlingAnson Huang2020-10-121-7/+3
* thermal: imx: Use dev_err_probe() to simplify error handlingAnson Huang2020-10-121-16/+6
* drivers: thermal: Kconfig: fix spelling mistake "acces" -> "access"Colin Ian King2020-10-121-1/+1
* Linux 5.9-rc6v5.9-rc6Linus Torvalds2020-09-211-1/+1
* Merge tag 'core_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-09-211-2/+4
|\
| * core/entry: Report syscall correctly for trace and auditKees Cook2020-09-141-2/+4
* | Merge tag 'objtool_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2020-09-211-1/+1
|\ \
| * | objtool: Fix noreturn detection for ignored functionsJosh Poimboeuf2020-09-181-1/+1
| |/
* | Merge tag 'locking_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2020-09-214-12/+37
|\ \
| * | locking/percpu-rwsem: Use this_cpu_{inc,dec}() for read_countHou Tao2020-09-162-6/+6
| * | locking/lockdep: Fix "USED" <- "IN-NMI" inversionspeterz@infradead.org2020-09-032-6/+31
* | | Merge tag 'efi-urgent-for-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-09-211-1/+1
|\ \ \
| * | | efi: efibc: check for efivars write capabilityArd Biesheuvel2020-09-151-1/+1
* | | | Merge tag 'x86_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-09-214-1/+24
|\ \ \ \
| * | | | x86/unwind/fp: Fix FP unwinding in ret_from_forkJosh Poimboeuf2020-09-182-1/+21
| * | | | x86/boot/compressed: Disable relocation relaxationArvind Sankar2020-09-141-0/+2
| * | | | x86/defconfigs: Explicitly unset CONFIG_64BIT in i386_defconfigDaniel Díaz2020-09-091-0/+1
* | | | | Merge tag 'libnvdimm-fixes-5.9-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-09-214-13/+40
|\ \ \ \ \
| * | | | | dax: Fix stack overflow when mounting fsdax pmem deviceAdrian Huang2020-09-201-6/+6
| * | | | | dm: Call proper helper to determine dax supportJan Kara2020-09-203-5/+31
| * | | | | dm/dax: Fix table reference countsDan Williams2020-09-201-2/+3
| | |_|_|/ | |/| | |
* | | | | Merge tag 'riscv-for-linus-5.9-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-09-208-6/+104
|\ \ \ \ \
| * | | | | RISC-V: Resurrect the MMIO timer implementation for M-mode systemsPalmer Dabbelt2020-09-194-0/+71
| * | | | | riscv: Fix Kendryte K210 device treeDamien Le Moal2020-09-191-2/+4
| * | | | | riscv: Add sfence.vma after early page table changesGreentime Hu2020-09-191-4/+3
| * | | | | RISC-V: Take text_mutex in ftrace_init_nop()Palmer Dabbelt2020-09-112-0/+26
* | | | | | Merge tag 'usb-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-09-209-17/+64
|\ \ \ \ \ \
| * | | | | | usblp: fix race between disconnect() and read()Oliver Neukum2020-09-171-0/+5
| * | | | | | ehci-hcd: Move include to keep CRC stableQuentin Perret2020-09-172-1/+1
| * | | | | | usb: typec: intel_pmc_mux: Handle SCU IPC error conditionsMadhusudanarao Amara2020-09-161-3/+9
| * | | | | | USB: quirks: Add USB_QUIRK_IGNORE_REMOTE_WAKEUP quirk for BYD zhaoxin notebookPenghao2020-09-161-0/+4
| * | | | | | USB: UAS: fix disconnect by unplugging a hubOliver Neukum2020-09-161-2/+12
| * | | | | | usb: typec: ucsi: Prevent mode overrunHeikki Krogerus2020-09-161-6/+16
| * | | | | | usb: typec: ucsi: acpi: Increase command completion timeout valueHeikki Krogerus2020-09-161-1/+1
| * | | | | | Merge tag 'thunderbolt-for-v5.9-rc6' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2020-09-151-4/+16
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | thunderbolt: Retry DROM read once if parsing failsMika Westerberg2020-09-091-4/+16