summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ACPI: power: Switch to sys-off handler APIDmitry Osipenko2022-05-191-4/+12
* memory: emif: Use kernel_can_power_off()Dmitry Osipenko2022-05-191-1/+1
* mips: Use do_kernel_power_off()Dmitry Osipenko2022-05-191-2/+1
* ia64: Use do_kernel_power_off()Dmitry Osipenko2022-05-191-2/+2
* x86: Use do_kernel_power_off()Dmitry Osipenko2022-05-191-2/+2
* sh: Use do_kernel_power_off()Dmitry Osipenko2022-05-191-2/+1
* m68k: Switch to new sys-off handler APIDmitry Osipenko2022-05-196-8/+7
* powerpc: Use do_kernel_power_off()Dmitry Osipenko2022-05-192-5/+2
* xen/x86: Use do_kernel_power_off()Dmitry Osipenko2022-05-191-2/+2
* parisc: Use do_kernel_power_off()Dmitry Osipenko2022-05-191-2/+2
* arm64: Use do_kernel_power_off()Dmitry Osipenko2022-05-191-2/+1
* riscv: Use do_kernel_power_off()Dmitry Osipenko2022-05-191-8/+4
* csky: Use do_kernel_power_off()Dmitry Osipenko2022-05-191-4/+2
* ARM: Use do_kernel_power_off()Dmitry Osipenko2022-05-191-3/+1
* kernel/reboot: Add register_platform_power_off()Dmitry Osipenko2022-05-192-0/+58
* kernel/reboot: Add kernel_can_power_off()Dmitry Osipenko2022-05-192-1/+14
* kernel/reboot: Add stub for pm_power_offDmitry Osipenko2022-05-191-0/+6
* kernel/reboot: Add do_kernel_power_off()Dmitry Osipenko2022-05-192-0/+15
* kernel/reboot: Wrap legacy power-off callbacks into sys-off handlersDmitry Osipenko2022-05-191-2/+42
* kernel/reboot: Introduce sys-off handler APIDmitry Osipenko2022-05-192-0/+259
* notifier: Add blocking/atomic_notifier_chain_register_unique_prio()Dmitry Osipenko2022-05-192-19/+74
* notifier: Add atomic_notifier_call_chain_is_empty()Dmitry Osipenko2022-05-192-0/+15
* Linux 5.18-rc7v5.18-rc7Linus Torvalds2022-05-161-1/+1
* Merge tag 'driver-core-5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-152-3/+21
|\
| * Documentation/process: Update ARM contact for embargoed hardware issuesCatalin Marinas2022-05-101-1/+1
| * Documentation/process: Add embargoed HW contact for Ampere ComputingDarren Hart2022-05-061-0/+1
| * Documentation/process: Make groups alphabetical and use tabs consistentlyDarren Hart2022-05-061-3/+3
| * firmware_loader: use kernel credentials when reading firmwareThiƩbaud Weksteen2022-05-061-0/+17
* | Merge tag 'char-misc-5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-05-152-3/+9
|\ \
| * \ Merge tag 'icc-5.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dja...Greg Kroah-Hartman2022-05-131-1/+7
| |\ \
| | * | interconnect: Restore sync state by ignoring ipa-virt in provider countStephen Boyd2022-05-031-1/+7
| * | | slimbus: qcom: Fix IRQ check in qcom_slim_probeMiaoqian Lin2022-05-091-2/+2
| | |/ | |/|
* | | Merge tag 'tty-5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-05-154-29/+43
|\ \ \
| * | | fsl_lpuart: Don't enable interrupts too earlyIndan Zupancic2022-05-051-9/+9
| * | | tty: n_gsm: fix invalid gsmtty_write_room() resultDaniel Starke2022-05-051-4/+3
| * | | tty: n_gsm: fix mux activation issues in gsm_config()Daniel Starke2022-05-051-4/+8
| * | | tty: n_gsm: fix buffer over-read in gsm_dlci_data()Daniel Starke2022-05-051-0/+1
| * | | serial: 8250_mtk: Fix register address for XON/XOFF characterAngeloGioacchino Del Regno2022-05-051-2/+5
| * | | serial: 8250_mtk: Make sure to select the right FEATURE_SELAngeloGioacchino Del Regno2022-05-051-0/+7
| * | | serial: 8250_mtk: Fix UART_EFR register addressAngeloGioacchino Del Regno2022-05-051-7/+8
| * | | tty/serial: digicolor: fix possible null-ptr-deref in digicolor_uart_probe()Yang Yingliang2022-05-051-3/+2
| |/ /
* | | Merge tag 'usb-5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-05-1513-75/+86
|\ \ \
| * \ \ Merge tag 'usb-serial-5.18-rc7' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2022-05-134-0/+8
| |\ \ \
| | * | | USB: serial: qcserial: add support for Sierra Wireless EM7590Ethan Yang2022-05-051-0/+2
| | * | | USB: serial: option: add Fibocom MA510 modemSven Schwermer2022-05-051-0/+2
| | * | | USB: serial: option: add Fibocom L610 modemSven Schwermer2022-05-051-0/+2
| | * | | USB: serial: pl2303: add device id for HP LM930 DisplayScott Chen2022-05-052-0/+2
| | |/ /
| * | | usb: xhci-mtk: remove bandwidth budget tableChunfeng Yun2022-05-122-64/+12
| * | | usb: xhci-mtk: fix fs isoc's transfer errorChunfeng Yun2022-05-121-9/+7
| * | | usb: gadget: fix race when gadget driver register via ioctlSchspa Shi2022-05-121-0/+2