messages from 2018-08-27 18:42:40 to 2018-09-11 20:05:38 UTC [more...]
[PATCH v4 00/12] SMP cleanup and new features
2018-09-11 20:05 UTC (12+ messages)
` [PATCH v4 01/12] RISC-V: No need to pass scause as arg to do_IRQ()
` [PATCH v4 02/12] RISC-V: Don't set cacheinfo.{physical_line_partition, attributes}
` [PATCH v4 03/12] RISC-V: Filter ISA and MMU values in cpuinfo
` [PATCH v4 04/12] RISC-V: Comment on the TLB flush in smp_callin()
` [PATCH v4 05/12] RISC-V: Disable preemption before enabling interrupts
` [PATCH v4 06/12] RISC-V: Provide a cleaner raw_smp_processor_id()
` [PATCH v4 07/12] RISC-V: Rename riscv_of_processor_hart to riscv_of_processor_hartid
` [PATCH v4 08/12] RISC-V: Rename im_okay_therefore_i_am to found_boot_cpu
` [PATCH v4 09/12] RISC-V: Use mmgrab()
` [PATCH v4 10/12] RISC-V: User WRITE_ONCE instead of direct access
` [PATCH v4 11/12] RISC-V: Add logical CPU indexing for RISC-V
[PATCH v3 00/12] SMP cleanup and new features
2018-09-11 18:36 UTC (29+ messages)
` [PATCH v3 01/12] RISC-V: Don't set cacheinfo.{physical_line_partition, attributes}
` [PATCH v3 02/12] RISC-V: Filter ISA and MMU values in cpuinfo
` [PATCH v3 03/12] RISC-V: Comment on the TLB flush in smp_callin()
` [PATCH v3 04/12] RISC-V: Disable preemption before enabling interrupts
` [PATCH v3 05/12] RISC-V: Provide a cleaner raw_smp_processor_id()
` [PATCH v3 06/12] RISC-V: Rename riscv_of_processor_hart to riscv_of_processor_hartid
` [PATCH v3 07/12] RISC-V: Rename im_okay_therefore_i_am to found_boot_cpu
` [PATCH v3 08/12] RISC-V: Use mmgrab()
` [PATCH v3 09/12] RISC-V: User WRITE_ONCE instead of direct access
` [PATCH v3 10/12] RISC-V: Add logical CPU indexing for RISC-V
` [PATCH v3 11/12] RISC-V: Use Linux logical cpu number instead of hartid
` [PATCH v3 12/12] RISC-V: Support cpu hotplug
Memory allocation failure using GFP_DMA32 in 4.19-rc2
2018-09-11 18:31 UTC (5+ messages)
[PATCH] RISCV: Fix end PFN for low memory
2018-09-11 18:30 UTC
[PATCH v2 0/5] New RISC-V Local Interrupt Controller Driver
2018-09-11 6:22 UTC (30+ messages)
` [PATCH v2 1/5] RISC-V: self-contained IPI handling routine
` [PATCH v2 2/5] RISC-V: No need to pass scause as arg to do_IRQ()
` [PATCH v2 3/5] irqchip: RISC-V Local Interrupt Controller Driver
` [PATCH v2 4/5] clocksource: riscv_timer: Make timer interrupt as a per-CPU interrupt
` [PATCH v2 5/5] RISC-V: Remove do_IRQ() function
[RFC PATCH 0/5] New RISC-V Local Interrupt Controller Driver
2018-09-11 3:37 UTC (24+ messages)
` [RFC PATCH 1/5] RISC-V: Make IPI triggering flexible
` [RFC PATCH 2/5] RISC-V: No need to pass scause as arg to do_IRQ()
` [RFC PATCH 3/5] RISC-V: Select useful GENERIC_IRQ kconfig options
` [RFC PATCH 4/5] irqchip: RISC-V Local Interrupt Controller Driver
` [RFC PATCH 5/5] clocksource: riscv_timer: Make timer interrupt as a per-CPU interrupt
Post-4.19 WIP Branch Cleanup, riscv-linux-4.18, and 4.20 plans
2018-09-10 17:13 UTC (5+ messages)
[PATCH 00/21] DT cpu node iterator
2018-09-10 13:51 UTC (5+ messages)
` [PATCH 14/21] riscv: use for_each_of_cpu_node iterator
[PATCH] RISC-V: Show IPI stats
2018-09-10 13:46 UTC (2+ messages)
[GIT PULL] RISC-V: A single fix for 4.19-rc3
2018-09-10 13:36 UTC (3+ messages)
[PATCH] RISC-V: include linux/ftrace.h in asm-prototypes.h
2018-09-10 11:23 UTC (2+ messages)
When to expect the first RISC-V based open router?
2018-09-08 13:19 UTC
rcu: Make expedited GPs handle CPU 0 being offline
2018-09-07 5:47 UTC (2+ messages)
Unable to handle kernel paging request at virtual address 0000001bf8068693
2018-09-07 3:45 UTC (10+ messages)
[PATCH] y2038: Remove newstat family from default syscall set
2018-09-06 13:24 UTC (4+ messages)
Driver for HiFive-U MMC interface
2018-09-06 12:47 UTC (2+ messages)
[PATCH] riscv: move GCC version check for ARCH_SUPPORTS_INT128 to Kconfig
2018-09-06 10:45 UTC (3+ messages)
[PATCH 0/8] RISC-V: Assorted Cleanups
2018-09-06 9:45 UTC (21+ messages)
` [PATCH 1/8] RISC-V: Provide a cleaner raw_smp_processor_id()
` [PATCH 2/8] RISC-V: Don't set cacheinfo.{physical_line_partition, attributes}
` [PATCH 2/8] RISC-V: Don't set cacheinfo.{physical_line_partition,attributes}
` [PATCH 3/8] RISC-V: Rename riscv_of_processor_hart to riscv_of_processor_hartid
` [PATCH 5/8] RISC-V: Rename im_okay_therefore_i_am to found_boot_cpu
` [PATCH 6/8] RISC-V: Use mmgrab()
` [PATCH 7/8] RISC-V: Comment on the TLB flush in smp_callin()
` [PATCH 8/8] RISC-V: Disable preemption before enabling interrupts when booting secondary harts
[PATCH v7 0/5] riscv: Add support to no-FPU systems
2018-09-06 9:45 UTC (6+ messages)
` [PATCH 3/5] Cleanup ISA string setting
` [PATCH 5/5] Auto-detect whether a FPU exists
[PATCH] dt-bindings: riscv, cpu-intc: Cleanups from a missed review
2018-09-06 9:45 UTC (2+ messages)
[PATCH -next] RISC-V: Request newstat syscalls
2018-09-05 20:46 UTC (3+ messages)
[PATCH v2 0/3] RISC-V: Add new smp features
2018-09-05 19:03 UTC (16+ messages)
` [PATCH v2 1/3] RISC-V: Add logical CPU indexing for RISC-V
` [PATCH v2 2/3] RISC-V: Use Linux logical cpu number instead of hartid
` [PATCH v2 3/3] RISC-V: Support cpu hotplug
Unable to handle kernel paging request at virtual address 0000001bf8068693
2018-09-05 13:25 UTC
Unable to handle kernel paging request at virtual address 0000001bf8068693
2018-09-05 12:58 UTC
[PATCH] treewide: remove current_text_addr
2018-08-31 16:49 UTC (13+ messages)
[PATCH v2] riscv: Do not overwrite initrd_start and initrd_end
2018-08-31 6:20 UTC (3+ messages)
[GIT PULL] RISC-V Fixes and Cleanups for 4.19-rc2
2018-08-30 0:32 UTC
[PATCH] riscv: Drop setup_initrd
2018-08-29 0:49 UTC (11+ messages)
[PULL RFC] RISC-V Fixes and Cleanups for 4.19-rc2
2018-08-28 20:10 UTC
[PATCH] RISC-V: Mask out the F extension on systems without D
2018-08-28 16:51 UTC (3+ messages)
[PATCH] riscv: tlb: Provide definition of tlb_flush() before including tlb.h
2018-08-27 19:50 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox