index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-19
x86: Use do_kernel_power_off()
Dmitry Osipenko
1
-2
/
+2
2022-05-19
sh: Use do_kernel_power_off()
Dmitry Osipenko
1
-2
/
+1
2022-05-19
m68k: Switch to new sys-off handler API
Dmitry Osipenko
6
-8
/
+7
2022-05-19
powerpc: Use do_kernel_power_off()
Dmitry Osipenko
2
-5
/
+2
2022-05-19
xen/x86: Use do_kernel_power_off()
Dmitry Osipenko
1
-2
/
+2
2022-05-19
parisc: Use do_kernel_power_off()
Dmitry Osipenko
1
-2
/
+2
2022-05-19
arm64: Use do_kernel_power_off()
Dmitry Osipenko
1
-2
/
+1
2022-05-19
riscv: Use do_kernel_power_off()
Dmitry Osipenko
1
-8
/
+4
2022-05-19
csky: Use do_kernel_power_off()
Dmitry Osipenko
1
-4
/
+2
2022-05-19
ARM: Use do_kernel_power_off()
Dmitry Osipenko
1
-3
/
+1
2022-05-19
kernel/reboot: Add register_platform_power_off()
Dmitry Osipenko
2
-0
/
+58
2022-05-19
kernel/reboot: Add kernel_can_power_off()
Dmitry Osipenko
2
-1
/
+14
2022-05-19
kernel/reboot: Add stub for pm_power_off
Dmitry Osipenko
1
-0
/
+6
2022-05-19
kernel/reboot: Add do_kernel_power_off()
Dmitry Osipenko
2
-0
/
+15
2022-05-19
kernel/reboot: Wrap legacy power-off callbacks into sys-off handlers
Dmitry Osipenko
1
-2
/
+42
2022-05-19
kernel/reboot: Introduce sys-off handler API
Dmitry Osipenko
2
-0
/
+259
2022-05-19
notifier: Add blocking/atomic_notifier_chain_register_unique_prio()
Dmitry Osipenko
2
-19
/
+74
2022-05-19
MAINTAINERS: add Russ Weight as a firmware loader maintainer
Luis Chamberlain
1
-0
/
+1
2022-05-19
driver: base: fix UAF when driver_attach failed
Schspa Shi
1
-1
/
+3
2022-05-19
test_firmware: fix end of loop test in upload_read_show()
Dan Carpenter
1
-4
/
+7
2022-05-19
driver core: location: Add "back" as a possible output for panel
Won Chung
1
-0
/
+3
2022-05-19
driver core: location: Free struct acpi_pld_info *pld
Won Chung
1
-0
/
+1
2022-05-19
driver core: Add "*" wildcard support to driver_async_probe cmdline param
Saravana Kannan
2
-2
/
+12
2022-05-19
dmaengine: ti: deprecate '#dma-channels'
Krzysztof Kozlowski
1
-1
/
+5
2022-05-19
notifier: Add atomic_notifier_call_chain_is_empty()
Dmitry Osipenko
2
-0
/
+15
2022-05-19
dmaengine: mmp: deprecate '#dma-channels'
Krzysztof Kozlowski
1
-5
/
+9
2022-05-19
dmaengine: pxa: deprecate '#dma-channels' and '#dma-requests'
Krzysztof Kozlowski
1
-3
/
+10
2022-05-19
dt-bindings: dmaengine: mmp: deprecate '#dma-channels' and '#dma-requests'
Krzysztof Kozlowski
1
-4
/
+6
2022-05-19
dmaengine: tegra: Fix build error without IOMMU_API
YueHaibing
1
-0
/
+1
2022-05-19
Merge tag 'thermal-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux
Rafael J. Wysocki
53
-59
/
+4173
2022-05-19
dmaengine: dw: Add RZN1 compatible
Miquel Raynal
1
-0
/
+1
2022-05-19
clk: renesas: r9a06g032: Probe possible children
Miquel Raynal
1
-0
/
+5
2022-05-19
dmaengine: dw: dmamux: Introduce RZN1 DMA router support
Miquel Raynal
3
-0
/
+166
2022-05-19
clk: renesas: r9a06g032: Export function to set dmamux
Miquel Raynal
2
-1
/
+45
2022-05-19
dt-bindings: dmaengine: Introduce RZN1 DMA compatible
Miquel Raynal
1
-1
/
+7
2022-05-19
dt-bindings: clock: r9a06g032-sysctrl: Reference the DMAMUX subnode
Miquel Raynal
1
-0
/
+11
2022-05-19
dt-bindings: dmaengine: Introduce RZN1 dmamux bindings
Miquel Raynal
2
-0
/
+52
2022-05-19
speakup: Generate speakupmap.h automatically
Samuel Thibault
6
-66
/
+418
2022-05-19
driver: soc: xilinx: Update function prototype for xlnx_unregister_event
Abhyuday Godhasara
3
-24
/
+45
2022-05-19
driver: soc: xilinx: Add support of multiple callbacks for same event in event management driver
Abhyuday Godhasara
1
-34
/
+117
2022-05-19
misc: fastrpc: fix list iterator in fastrpc_req_mem_unmap_impl
Srinivas Kandagatla
1
-4
/
+5
2022-05-19
misc: alcor_pci: set NULL intfdata and clear pci master
Shuah Khan
1
-1
/
+5
2022-05-19
edd: simplify the check of 'attr->test' in edd_populate_dir()
Yang Yingliang
1
-2
/
+1
2022-05-19
bus: ti-sysc: Fix warnings for unbind for serial
Tony Lindgren
1
-1
/
+3
2022-05-19
firmware: dmi-sysfs: Fix memory leak in dmi_sysfs_register_handle
Miaoqian Lin
1
-1
/
+1
2022-05-19
drivers: dio: add missing iounmap() in dio_init()
Yang Yingliang
1
-1
/
+4
2022-05-19
accessiblity: speakup: Add missing misc_deregister in softsynth_probe
Zheng Bin
1
-0
/
+1
2022-05-19
slimbus: qcom: Remove unnecessary print function dev_err()
Yang Li
1
-3
/
+1
2022-05-19
slimbus: qcom: Fix IRQ check in qcom_slim_probe
Miaoqian Lin
1
-2
/
+2
2022-05-19
drivers: comedi: replace ternary operator with min()
Guo Zhengkui
1
-1
/
+1
[prev]
[next]