LinuxLists
Users
About
Sunil V L (
[email protected]
)
Number of posts: 489 (0.57 per day)
First post: 2022-01-26 21:06:34
Last post: 2024-06-07 11:02:38
Previous Page
/
Next Page
Date
List
Subject
2023-03-03 13:38:41
linux-kernel
[PATCH V3 08/20] drivers/acpi: RISC-V: Add RHCT related code
2023-03-03 13:38:38
linux-kernel
[PATCH V3 09/20] RISC-V: smpboot: Create wrapper smp_setup()
2023-03-03 13:38:15
linux-kernel
[PATCH V3 07/20] ACPI: processor_core: RISC-V: Enable mapping processor to the hartid
2023-03-03 13:38:08
linux-kernel
[PATCH V3 06/20] RISC-V: Add support to build the ACPI core
2023-03-03 13:37:56
linux-kernel
[PATCH V3 05/20] ACPI: OSL: Make should_use_kmap() 0 for RISC-V
2023-03-03 13:37:45
linux-kernel
[PATCH V3 04/20] ACPI: tables: Print RINTC information when MADT is parsed
2023-03-03 13:37:36
linux-kernel
[PATCH V3 03/20] ACPICA: Add structure definitions for RISC-V RHCT
2023-03-03 13:37:26
linux-kernel
[PATCH V3 02/20] ACPICA: MADT: Add RISC-V INTC interrupt controller
2023-03-03 13:37:20
linux-kernel
[PATCH V3 01/20] riscv: move sbi_init() earlier before jump_label_init()
2023-03-03 13:37:09
linux-kernel
[PATCH V3 00/20] Add basic ACPI support for RISC-V
2023-02-24 16:50:45
linux-kernel
Re: [PATCH V2 10/21] RISC-V: smpboot: Add ACPI support in smp_setup()
2023-02-24 14:45:24
linux-kernel
Re: [PATCH V2 18/21] RISC-V: Add ACPI initialization in setup_arch()
2023-02-24 12:38:53
linux-kernel
Re: [PATCH V2 20/21] MAINTAINERS: Add entry for drivers/acpi/riscv
2023-02-24 12:38:01
linux-kernel
Re: [PATCH V2 21/21] Documentation/kernel-parameters.txt: Add RISC-V for ACPI parameter
2023-02-24 12:36:40
linux-kernel
Re: [PATCH V2 18/21] RISC-V: Add ACPI initialization in setup_arch()
2023-02-24 12:33:34
linux-kernel
Re: [PATCH V2 17/21] RISC-V: time.c: Add ACPI support for time_init()
2023-02-24 12:29:47
linux-kernel
Re: [PATCH V2 14/21] irqchip/riscv-intc: Add ACPI support
2023-02-24 12:28:04
linux-kernel
Re: [PATCH V2 13/21] RISC-V: cpu: Enable cpuinfo for ACPI systems
2023-02-24 12:03:32
linux-kernel
Re: [PATCH V2 08/21] drivers/acpi: RISC-V: Add RHCT related code
2023-02-24 09:02:16
linux-kernel
Re: [PATCH V2 04/21] RISC-V: Add support to build the ACPI core
2023-02-24 08:47:28
linux-kernel
Re: [PATCH V2 19/21] RISC-V: Enable ACPI in defconfig
2023-02-24 08:46:01
linux-kernel
Re: [PATCH V2 05/21] ACPI: Kconfig: Enable ACPI_PROCESSOR for RISC-V
2023-02-16 18:24:11
linux-kernel
[PATCH V2 21/21] Documentation/kernel-parameters.txt: Add RISC-V for ACPI parameter
2023-02-16 18:23:53
linux-kernel
[PATCH V2 20/21] MAINTAINERS: Add entry for drivers/acpi/riscv
2023-02-16 18:23:47
linux-kernel
[PATCH V2 19/21] RISC-V: Enable ACPI in defconfig
2023-02-16 18:23:45
linux-kernel
[PATCH V2 18/21] RISC-V: Add ACPI initialization in setup_arch()
2023-02-16 18:23:42
linux-kernel
[PATCH V2 17/21] RISC-V: time.c: Add ACPI support for time_init()
2023-02-16 18:23:28
linux-kernel
[PATCH V2 16/21] clocksource/timer-riscv: Add ACPI support
2023-02-16 18:23:24
linux-kernel
[PATCH V2 15/21] clocksource/timer-riscv: Refactor riscv_timer_init_dt()
2023-02-16 18:23:13
linux-kernel
[PATCH V2 14/21] irqchip/riscv-intc: Add ACPI support
2023-02-16 18:23:09
linux-kernel
[PATCH V2 13/21] RISC-V: cpu: Enable cpuinfo for ACPI systems
2023-02-16 18:22:58
linux-kernel
[PATCH V2 12/21] RISC-V: cpufeature: Add ACPI support in riscv_fill_hwcap()
2023-02-16 18:22:41
linux-kernel
[PATCH V2 11/21] RISC-V: ACPI: Add a function to retrieve the hartid
2023-02-16 18:22:36
linux-kernel
[PATCH V2 10/21] RISC-V: smpboot: Add ACPI support in smp_setup()
2023-02-16 18:22:26
linux-kernel
[PATCH V2 09/21] RISC-V: smpboot: Create wrapper smp_setup()
2023-02-16 18:22:22
linux-kernel
[PATCH V2 08/21] drivers/acpi: RISC-V: Add RHCT related code
2023-02-16 18:22:14
linux-kernel
[PATCH V2 07/21] ACPI: processor_core: RISC-V: Enable mapping processor to the hartid
2023-02-16 18:22:01
linux-kernel
[PATCH V2 06/21] ACPI: OSL: Make should_use_kmap() 0 for RISC-V.
2023-02-16 18:21:48
linux-kernel
[PATCH V2 05/21] ACPI: Kconfig: Enable ACPI_PROCESSOR for RISC-V
2023-02-16 18:21:37
linux-kernel
[PATCH V2 04/21] RISC-V: Add support to build the ACPI core
2023-02-16 18:21:28
linux-kernel
[PATCH V2 03/21] ACPICA: Add structure definitions for RISC-V RHCT
2023-02-16 18:21:16
linux-kernel
[PATCH V2 02/21] ACPICA: MADT: Add RISC-V INTC interrupt controller
2023-02-16 18:21:06
linux-kernel
[PATCH V2 01/21] riscv: move sbi_init() earlier before jump_label_init()
2023-02-16 18:20:58
linux-kernel
[PATCH V2 00/21] Add basic ACPI support for RISC-V
2023-02-14 04:42:29
linux-kernel
Re: [PATCH 06/24] RISC-V: ACPI: Add PCI functions to build ACPI core
2023-02-13 17:53:27
linux-kernel
Re: [PATCH 23/24] MAINTAINERS: Add entry for drivers/acpi/riscv
2023-02-13 17:52:38
linux-kernel
Re: [PATCH 21/24] RISC-V: ACPI: Add ACPI initialization in setup_arch()
2023-02-13 17:51:42
linux-kernel
Re: [PATCH 19/24] RISC-V: ACPI: cpufeature: Add ACPI support in riscv_fill_hwcap()
2023-02-13 17:42:57
linux-kernel
Re: [PATCH 20/24] RISC-V: ACPI: cpu: Enable cpuinfo for ACPI systems
2023-02-13 17:39:39
linux-kernel
Re: [PATCH 16/24] RISC-V: ACPI: clocksource/timer-riscv: Add ACPI support
2023-02-13 17:23:06
linux-kernel
Re: [PATCH 15/24] clocksource/timer-riscv: Refactor riscv_timer_init_dt()