LinuxLists
Users
About
Atish Patra (
[email protected]
)
Number of posts: 955 (0.73 per day)
First post: 2018-04-13 21:50:59
Last post: 2021-11-06 06:42:22
Previous Page
/
Next Page
Date
List
Subject
2018-10-09 18:52:25
linux-kernel
[RFC 4/4] gpio: sifive: Add GPIO driver for SiFive SoCs
2018-10-09 18:52:20
linux-kernel
[RFC 2/4] pwm: sifive: Add a driver for SiFive SoC PWM
2018-10-09 18:52:17
linux-kernel
[RFC 1/4] pwm: sifive: Add DT documentation for SiFive PWM Controller.
2018-10-02 19:19:31
linux-kernel
Re: [PATCH v3] RISC-V: Show IPI stats
2018-10-02 19:18:43
linux-kernel
Re: [PATCH v3] RISC-V: Show IPI stats
2018-10-02 19:18:20
linux-kernel
[PATCH v6 02/14] RISC-V: Don't set cacheinfo.{physical_line_partition,attributes}
2018-10-02 19:18:14
linux-kernel
[PATCH v6 04/14] RISC-V: Comment on the TLB flush in smp_callin()
2018-10-02 19:17:20
linux-kernel
[PATCH v6 00/14] SMP cleanup and new features
2018-10-02 19:17:17
linux-kernel
[PATCH v6 03/14] RISC-V: Filter ISA and MMU values in cpuinfo
2018-10-02 19:17:05
linux-kernel
[PATCH v6 07/14] RISC-V: Rename riscv_of_processor_hart to riscv_of_processor_hartid
2018-10-02 19:17:00
linux-kernel
[PATCH v6 01/14] RISC-V: No need to pass scause as arg to do_IRQ()
2018-10-02 19:16:53
linux-kernel
[PATCH v6 08/14] RISC-V: Rename im_okay_therefore_i_am to found_boot_cpu
2018-10-02 19:16:33
linux-kernel
[PATCH v6 13/14] RISC-V: Show CPU ID and Hart ID separately in /proc/cpuinfo
2018-10-02 19:16:27
linux-kernel
[PATCH v6 14/14] RISC-V: Show IPI stats
2018-10-02 19:16:16
linux-kernel
[PATCH v6 11/14] RISC-V: Add logical CPU indexing for RISC-V
2018-10-02 19:16:09
linux-kernel
[PATCH v6 10/14] RISC-V: Use WRITE_ONCE instead of direct access
2018-10-02 19:16:00
linux-kernel
[PATCH v6 09/14] RISC-V: Use mmgrab()
2018-10-02 19:15:53
linux-kernel
[PATCH v6 12/14] RISC-V: Use Linux logical CPU number instead of hartid
2018-10-02 19:15:51
linux-kernel
[PATCH v6 06/14] RISC-V: Provide a cleaner raw_smp_processor_id()
2018-10-02 19:15:37
linux-kernel
[PATCH v6 05/14] RISC-V: Disable preemption before enabling interrupts
2018-10-02 03:15:33
linux-kernel
Re: [PATCH v3] RISC-V: Show IPI stats
2018-09-27 22:29:36
linux-kernel
Re: [PATCH v2] RISC-V: Show CPU ID and Hart ID separately in /proc/cpuinfo
2018-09-25 17:59:51
linux-kernel
Re: [PATCH v2] RISC-V: Show CPU ID and Hart ID separately in /proc/cpuinfo
2018-09-24 20:56:54
linux-kernel
Re: [PATCH] RISCV: Fix end PFN for low memory
2018-09-18 02:27:23
linux-kernel
Re: [RFC 1/3] dt-bindings: Correct RISC-V's timebase-frequency
2018-09-18 02:23:24
linux-kernel
Re: [RFC 2/3] RISC-V:Support per-hart timebase-frequency
2018-09-17 18:33:05
linux-kernel
Re: [RFC 3/3] RISC-V: Remove per cpu clocksource
2018-09-14 21:57:36
linux-kernel
[RFC 2/3] RISC-V:Support per-hart timebase-frequency
2018-09-14 21:57:04
linux-kernel
[RFC 0/3] Timer code cleanup
2018-09-14 21:55:34
linux-kernel
[RFC 3/3] RISC-V: Remove per cpu clocksource
2018-09-14 21:55:34
linux-kernel
[RFC 1/3] dt-bindings: Correct RISC-V's timebase-frequency
2018-09-13 18:40:00
linux-kernel
[PATCH v5 04/12] RISC-V: Comment on the TLB flush in smp_callin()
2018-09-13 18:39:26
linux-kernel
[PATCH v5 00/12] SMP cleanup and new features
2018-09-13 18:39:16
linux-kernel
[PATCH v5 01/12] RISC-V: No need to pass scause as arg to do_IRQ()
2018-09-13 18:39:06
linux-kernel
[PATCH v5 03/12] RISC-V: Filter ISA and MMU values in cpuinfo
2018-09-13 18:39:02
linux-kernel
[PATCH v5 02/12] RISC-V: Don't set cacheinfo.{physical_line_partition,attributes}
2018-09-13 18:38:28
linux-kernel
[PATCH v5 06/12] RISC-V: Provide a cleaner raw_smp_processor_id()
2018-09-13 18:38:20
linux-kernel
[PATCH v5 07/12] RISC-V: Rename riscv_of_processor_hart to riscv_of_processor_hartid
2018-09-13 18:38:16
linux-kernel
[PATCH v5 05/12] RISC-V: Disable preemption before enabling interrupts
2018-09-13 18:38:13
linux-kernel
[PATCH v5 10/12] RISC-V: Use WRITE_ONCE instead of direct access
2018-09-13 18:38:02
linux-kernel
[PATCH v5 11/12] RISC-V: Add logical CPU indexing for RISC-V
2018-09-13 18:37:57
linux-kernel
[PATCH v5 09/12] RISC-V: Use mmgrab()
2018-09-13 18:37:46
linux-kernel
[PATCH v5 12/12] RISC-V: Use Linux logical CPU number instead of hartid
2018-09-13 18:37:44
linux-kernel
[PATCH v5 08/12] RISC-V: Rename im_okay_therefore_i_am to found_boot_cpu
2018-09-13 18:26:13
linux-kernel
Re: [PATCH v4 10/12] RISC-V: User WRITE_ONCE instead of direct access
2018-09-13 17:56:41
linux-kernel
Re: [PATCH v2] RISC-V: Show IPI stats
2018-09-12 16:49:59
linux-kernel
Re: [PATCH] RISC-V: Show CPU ID and Hart ID separately in /proc/cpuinfo
2018-09-11 20:09:22
linux-kernel
[PATCH v4 00/12] SMP cleanup and new features
2018-09-11 20:08:41
linux-kernel
[PATCH v4 04/12] RISC-V: Comment on the TLB flush in smp_callin()
2018-09-11 20:08:28
linux-kernel
[PATCH v4 12/12] RISC-V: Use Linux logical cpu number instead of hartid
2018-09-11 20:08:18
linux-kernel
[PATCH v4 01/12] RISC-V: No need to pass scause as arg to do_IRQ()