aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-05-19x86: Use do_kernel_power_off()Dmitry Osipenko1-2/+2
2022-05-19sh: Use do_kernel_power_off()Dmitry Osipenko1-2/+1
2022-05-19m68k: Switch to new sys-off handler APIDmitry Osipenko6-8/+7
2022-05-19powerpc: Use do_kernel_power_off()Dmitry Osipenko2-5/+2
2022-05-19xen/x86: Use do_kernel_power_off()Dmitry Osipenko1-2/+2
2022-05-19parisc: Use do_kernel_power_off()Dmitry Osipenko1-2/+2
2022-05-19arm64: Use do_kernel_power_off()Dmitry Osipenko1-2/+1
2022-05-19riscv: Use do_kernel_power_off()Dmitry Osipenko1-8/+4
2022-05-19csky: Use do_kernel_power_off()Dmitry Osipenko1-4/+2
2022-05-19ARM: Use do_kernel_power_off()Dmitry Osipenko1-3/+1
2022-05-19kernel/reboot: Add register_platform_power_off()Dmitry Osipenko2-0/+58
2022-05-19kernel/reboot: Add kernel_can_power_off()Dmitry Osipenko2-1/+14
2022-05-19kernel/reboot: Add stub for pm_power_offDmitry Osipenko1-0/+6
2022-05-19kernel/reboot: Add do_kernel_power_off()Dmitry Osipenko2-0/+15
2022-05-19kernel/reboot: Wrap legacy power-off callbacks into sys-off handlersDmitry Osipenko1-2/+42
2022-05-19kernel/reboot: Introduce sys-off handler APIDmitry Osipenko2-0/+259
2022-05-19notifier: Add blocking/atomic_notifier_chain_register_unique_prio()Dmitry Osipenko2-19/+74
2022-05-19MAINTAINERS: add Russ Weight as a firmware loader maintainerLuis Chamberlain1-0/+1
2022-05-19driver: base: fix UAF when driver_attach failedSchspa Shi1-1/+3
2022-05-19test_firmware: fix end of loop test in upload_read_show()Dan Carpenter1-4/+7
2022-05-19driver core: location: Add "back" as a possible output for panelWon Chung1-0/+3
2022-05-19driver core: location: Free struct acpi_pld_info *pldWon Chung1-0/+1
2022-05-19driver core: Add "*" wildcard support to driver_async_probe cmdline paramSaravana Kannan2-2/+12
2022-05-19dmaengine: ti: deprecate '#dma-channels'Krzysztof Kozlowski1-1/+5
2022-05-19notifier: Add atomic_notifier_call_chain_is_empty()Dmitry Osipenko2-0/+15
2022-05-19dmaengine: mmp: deprecate '#dma-channels'Krzysztof Kozlowski1-5/+9
2022-05-19dmaengine: pxa: deprecate '#dma-channels' and '#dma-requests'Krzysztof Kozlowski1-3/+10
2022-05-19dt-bindings: dmaengine: mmp: deprecate '#dma-channels' and '#dma-requests'Krzysztof Kozlowski1-4/+6
2022-05-19dmaengine: tegra: Fix build error without IOMMU_APIYueHaibing1-0/+1
2022-05-19Merge tag 'thermal-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linuxRafael J. Wysocki53-59/+4173
2022-05-19dmaengine: dw: Add RZN1 compatibleMiquel Raynal1-0/+1
2022-05-19clk: renesas: r9a06g032: Probe possible childrenMiquel Raynal1-0/+5
2022-05-19dmaengine: dw: dmamux: Introduce RZN1 DMA router supportMiquel Raynal3-0/+166
2022-05-19clk: renesas: r9a06g032: Export function to set dmamuxMiquel Raynal2-1/+45
2022-05-19dt-bindings: dmaengine: Introduce RZN1 DMA compatibleMiquel Raynal1-1/+7
2022-05-19dt-bindings: clock: r9a06g032-sysctrl: Reference the DMAMUX subnodeMiquel Raynal1-0/+11
2022-05-19dt-bindings: dmaengine: Introduce RZN1 dmamux bindingsMiquel Raynal2-0/+52
2022-05-19speakup: Generate speakupmap.h automaticallySamuel Thibault6-66/+418
2022-05-19driver: soc: xilinx: Update function prototype for xlnx_unregister_eventAbhyuday Godhasara3-24/+45
2022-05-19driver: soc: xilinx: Add support of multiple callbacks for same event in event management driverAbhyuday Godhasara1-34/+117
2022-05-19misc: fastrpc: fix list iterator in fastrpc_req_mem_unmap_implSrinivas Kandagatla1-4/+5
2022-05-19misc: alcor_pci: set NULL intfdata and clear pci masterShuah Khan1-1/+5
2022-05-19edd: simplify the check of 'attr->test' in edd_populate_dir()Yang Yingliang1-2/+1
2022-05-19bus: ti-sysc: Fix warnings for unbind for serialTony Lindgren1-1/+3
2022-05-19firmware: dmi-sysfs: Fix memory leak in dmi_sysfs_register_handleMiaoqian Lin1-1/+1
2022-05-19drivers: dio: add missing iounmap() in dio_init()Yang Yingliang1-1/+4
2022-05-19accessiblity: speakup: Add missing misc_deregister in softsynth_probeZheng Bin1-0/+1
2022-05-19slimbus: qcom: Remove unnecessary print function dev_err()Yang Li1-3/+1
2022-05-19slimbus: qcom: Fix IRQ check in qcom_slim_probeMiaoqian Lin1-2/+2
2022-05-19drivers: comedi: replace ternary operator with min()Guo Zhengkui1-1/+1