summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (applesmc) Add DMI product matches for Intel-based Xserves (non-RackMac*)Joe Jamison2020-12-031-0/+4
* hwmon: (pwm-fan) Convert to hwmon_device_register_with_info APIPaul Barker2020-12-031-44/+70
* hwmon: pwm-fan: Refactor pwm_fan_probePaul Barker2020-12-031-17/+33
* hwmon: (abx500) Switch to using the new API kobj_to_dev()Tian Tao2020-12-031-1/+1
* docs: hwmon: Document max127 driverTao Ren2020-12-032-0/+46
* hwmon: (max127) Add Maxim MAX127 hardware monitoring driverTao Ren2020-12-033-0/+362
* dt-bindings: hwmon: pwm-fan: Support multiple fan tachometer inputsPaul Barker2020-12-031-9/+19
* hwmon: drivetemp: fix typo temperatire => temperatureCorentin Labbe2020-12-031-1/+1
* docs: hwmon: (amd_energy) update documentationNaveen Krishna Chatradhi2020-12-031-1/+6
* hwmon: (amd_energy) Add AMD family 19h model 01h x86 matchNaveen Krishna Chatradhi2020-12-031-0/+1
* hwmon: (corsair-psu) Fix fan rpm calculationWilken Gottwalt2020-12-031-6/+1
* hwmon: (ibmpowernv) Silence strncpy() warningLee Jones2020-12-031-1/+1
* hwmon: (ina3221) Demote seemingly unintentional kerneldoc headerLee Jones2020-12-031-1/+1
* hwmon: (adm1177) Fix kerneldoc attribute formattingLee Jones2020-12-031-5/+5
* hwmon: (corsair-psu) fix unintentional sign extension issueColin Ian King2020-12-031-1/+1
* hwmon: add Corsair PSU HID controller driverWilken Gottwalt2020-12-036-0/+709
* hwmon: (pmbus) shrink code and remove pmbus_do_remove()Bartosz Golaszewski2020-12-0332-52/+9
* hwmon: (adt7470) Create functions for updating readings and limitsChris Packham2020-12-031-36/+118
* hwmon: (pmbus/max20730) delete some dead codeDan Carpenter2020-12-031-2/+0
* hwmon: (acpi_power_meter) clean up freeing codeDan Carpenter2020-12-031-5/+4
* hwmon: (ina3221) Fix PM usage counter unbalance in ina3221_write_enableZhang Qilong2020-12-031-1/+1
* Linux 5.10-rc6v5.10-rc6Linus Torvalds2020-11-301-1/+1
* Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-11-2924-55/+84
|\
| * intel_idle: Fix intel_idle() vs tracingPeter Zijlstra2020-11-241-17/+20
| * sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra2020-11-2423-38/+64
* | Merge tag 'irq-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-11-292-14/+4
|\ \
| * \ Merge tag 'irqchip-fixes-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner2020-11-252-14/+4
| |\ \
| | * | irqchip/gic-v3-its: Unconditionally save/restore the ITS state on suspendXu Qiang2020-11-221-13/+3
| | * | irqchip/exiu: Fix the index of fwspec for IRQ typeChen Baozi2020-11-221-1/+1
* | | | Merge tag 'efi-urgent-for-v5.10-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-11-294-3/+4
|\ \ \ \
| * | | | efi: EFI_EARLYCON should depend on EFIGeert Uytterhoeven2020-11-251-1/+1
| * | | | efivarfs: revert "fix memory leak in efivarfs_create()"Ard Biesheuvel2020-11-252-1/+2
| * | | | efi/efivars: Set generic ops before loading SSDTAmadeusz Sławiński2020-11-251-1/+1
* | | | | Merge tag 'x86_urgent_for_v5.10-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-11-293-43/+32
|\ \ \ \ \
| * | | | | x86/mce: Do not overwrite no_way_out if mce_end() failsGabriele Paoloni2020-11-271-2/+4
| * | | | | x86/speculation: Fix prctl() when spectre_v2_user={seccomp,prctl},ibpbAnand K Mistry2020-11-251-2/+2
| * | | | | x86/resctrl: Add necessary kernfs_put() calls to prevent refcount leakXiaochen Shen2020-11-241-7/+25
| * | | | | x86/resctrl: Remove superfluous kernfs_get() calls to prevent refcount leakXiaochen Shen2020-11-241-33/+2
| | |/ / / | |/| | |
* | | | | Merge tag 'riscv-for-linus-5.10-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-11-293-1/+4
|\ \ \ \ \
| * | | | | RISC-V: fix barrier() use in <vdso/processor.h>Randy Dunlap2020-11-251-0/+2
| * | | | | RISC-V: Add missing jump label initializationAnup Patel2020-11-251-0/+1
| * | | | | riscv: Explicitly specify the build id style in vDSO Makefile againNathan Chancellor2020-11-251-1/+1
| |/ / / /
* | | | | Merge tag 'kbuild-fixes-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-11-283-6/+5
|\ \ \ \ \
| * | | | | builddeb: Fix rootless build in setuid/setgid directorySven Joachim2020-11-021-0/+2
| * | | | | kbuild: remove unused OBJSIZEVasily Gorbik2020-11-022-6/+3
* | | | | | Merge tag 'perf-tools-fixes-for-v5.10-2020-11-28' of git://git.kernel.org/pub...Linus Torvalds2020-11-286-15/+43
|\ \ \ \ \ \
| * | | | | | perf probe: Change function definition check due to broken DWARFMasami Hiramatsu2020-11-272-4/+19
| * | | | | | perf probe: Fix to die_entrypc() returns error correctlyMasami Hiramatsu2020-11-271-0/+8
| * | | | | | perf stat: Use proper cpu for shadow statsNamhyung Kim2020-11-271-4/+1
| * | | | | | perf record: Synthesize cgroup events only if neededNamhyung Kim2020-11-271-0/+3