public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2018-09-05 21:07:08 to 2018-09-18 22:53:21 UTC [more...]

[PATCH 00/21] DT cpu node iterator
 2018-09-18 22:53 UTC  (6+ messages)
` [PATCH 14/21] riscv: use for_each_of_cpu_node iterator

Unable to handle kernel paging request at virtual address 0000001bf8068693
 2018-09-18 22:53 UTC  (11+ messages)

[PATCH 0/5] Fix some bugs on RV32 build fail and issue
 2018-09-18  9:19 UTC  (6+ messages)
` [PATCH 1/5] RISC-V: Build tishift only on 64-bit
` [PATCH 2/5] RISC-V: Use swiotlb on RV64 only
` [PATCH 3/5] lib: Add umoddi3 and udivmoddi4 of GCC library routines
` [PATCH 4/5] RISC-V: Select GENERIC_LIB_UMODDI3 on RV32
` [PATCH 5/5] RISC-V: Avoid corrupting the upper 32-bit of phys_addr_t in ioremap

[RFC 0/3] Timer code cleanup
 2018-09-18  2:26 UTC  (14+ messages)
` [RFC 1/3] dt-bindings: Correct RISC-V's timebase-frequency
` [RFC 2/3] RISC-V:Support per-hart timebase-frequency
` [RFC 3/3] RISC-V: Remove per cpu clocksource

RISC-V Microconferece at LPC 2018
 2018-09-17 18:03 UTC  (2+ messages)

[PATCH v2 0/5] New RISC-V Local Interrupt Controller Driver
 2018-09-17 14:28 UTC  (32+ 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

[PATCH v2] RISC-V: Show IPI stats
 2018-09-17 14:13 UTC  (3+ messages)

[PATCH] RISC-V: Show CPU ID and Hart ID separately in /proc/cpuinfo
 2018-09-17 14:10 UTC  (4+ messages)

[PATCH] RISCV: Fix end PFN for low memory
 2018-09-17 14:08 UTC  (2+ messages)

macb: probe of 10090000.ethernet failed with error -110
 2018-09-15  0:07 UTC  (2+ messages)

[PATCH 00/30] mm: remove bootmem allocator
 2018-09-14 12:10 UTC  (31+ messages)
` [PATCH 01/30] mips: switch to NO_BOOTMEM
` [PATCH 02/30] mm: remove CONFIG_NO_BOOTMEM
` [PATCH 03/30] mm: remove CONFIG_HAVE_MEMBLOCK
` [PATCH 04/30] mm: remove bootmem allocator implementation
` [PATCH 05/30] mm: nobootmem: remove dead code
` [PATCH 06/30] memblock: rename memblock_alloc{_nid, _try_nid} to memblock_phys_alloc*
` [PATCH 07/30] memblock: remove _virt from APIs returning virtual address
` [PATCH 08/30] memblock: replace alloc_bootmem_align with memblock_alloc
` [PATCH 09/30] memblock: replace alloc_bootmem_low with memblock_alloc_low
` [PATCH 10/30] memblock: replace __alloc_bootmem_node_nopanic with memblock_alloc_try_nid_nopanic
` [PATCH 11/30] memblock: replace alloc_bootmem_pages_nopanic with memblock_alloc_nopanic
` [PATCH 12/30] memblock: replace alloc_bootmem_low with memblock_alloc_low
` [PATCH 13/30] memblock: replace __alloc_bootmem_nopanic with memblock_alloc_from_nopanic
` [PATCH 14/30] memblock: add align parameter to memblock_alloc_node()
` [PATCH 15/30] memblock: replace alloc_bootmem_pages_node with memblock_alloc_node
` [PATCH 16/30] memblock: replace __alloc_bootmem_node with appropriate memblock_ API
` [PATCH 17/30] memblock: replace alloc_bootmem_node with memblock_alloc_node
` [PATCH 18/30] memblock: replace alloc_bootmem_low_pages with memblock_alloc_low
` [PATCH 19/30] memblock: replace alloc_bootmem_pages with memblock_alloc
` [PATCH 20/30] memblock: replace __alloc_bootmem with memblock_alloc_from
` [PATCH 21/30] memblock: replace alloc_bootmem with memblock_alloc
` [PATCH 22/30] mm: nobootmem: remove bootmem allocation APIs
` [PATCH 23/30] memblock: replace free_bootmem{_node} with memblock_free
` [PATCH 24/30] memblock: replace free_bootmem_late with memblock_free_late
` [PATCH 25/30] memblock: rename free_all_bootmem to memblock_free_all
` [PATCH 26/30] memblock: rename __free_pages_bootmem to memblock_free_pages
` [PATCH 27/30] mm: remove nobootmem
` [PATCH 28/30] memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variants
` [PATCH 29/30] mm: remove include/linux/bootmem.h
` [PATCH 30/30] docs/boot-time-mm: remove bootmem documentation

[PATCH v5 00/12] SMP cleanup and new features
 2018-09-13 18:37 UTC  (13+ messages)
` [PATCH v5 01/12] RISC-V: No need to pass scause as arg to do_IRQ()
` [PATCH v5 02/12] RISC-V: Don't set cacheinfo.{physical_line_partition, attributes}
` [PATCH v5 03/12] RISC-V: Filter ISA and MMU values in cpuinfo
` [PATCH v5 04/12] RISC-V: Comment on the TLB flush in smp_callin()
` [PATCH v5 05/12] RISC-V: Disable preemption before enabling interrupts
` [PATCH v5 06/12] RISC-V: Provide a cleaner raw_smp_processor_id()
` [PATCH v5 07/12] RISC-V: Rename riscv_of_processor_hart to riscv_of_processor_hartid
` [PATCH v5 08/12] RISC-V: Rename im_okay_therefore_i_am to found_boot_cpu
` [PATCH v5 09/12] RISC-V: Use mmgrab()
` [PATCH v5 10/12] RISC-V: Use WRITE_ONCE instead of direct access
` [PATCH v5 11/12] RISC-V: Add logical CPU indexing for RISC-V
` [PATCH v5 12/12] RISC-V: Use Linux logical CPU number instead of hartid

[PATCH v4 00/12] SMP cleanup and new features
 2018-09-13 18:21 UTC  (15+ 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 v4 12/12] RISC-V: Use Linux logical cpu number instead of hartid

[GIT PULL] RISC-V: A single fix for 4.19-rc3
 2018-09-12 16:45 UTC 

[PATCH] RISC-V: Show IPI stats
 2018-09-12  4:33 UTC  (3+ messages)

[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)

[RFC PATCH 1/5] RISC-V: Make IPI triggering flexible
 2018-09-11  3:37 UTC  (5+ messages)

Post-4.19 WIP Branch Cleanup, riscv-linux-4.18, and 4.20 plans
 2018-09-10 17:13 UTC  (5+ messages)

[GIT PULL] RISC-V: A single fix for 4.19-rc3
 2018-09-10 13:36 UTC  (3+ messages)

[RFC PATCH 0/5] New RISC-V Local Interrupt Controller Driver
 2018-09-10 13:35 UTC  (7+ messages)
` [RFC PATCH 4/5] irqchip: "

[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)

[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 5/8] RISC-V: Rename im_okay_therefore_i_am to found_boot_cpu
 2018-09-06  9:45 UTC  (2+ messages)

[PATCH 5/8] RISC-V: Rename im_okay_therefore_i_am to found_boot_cpu
 2018-09-06  9:45 UTC  (2+ messages)

[PATCH v7 0/5] riscv: Add support to no-FPU systems
 2018-09-06  9:45 UTC  (2+ messages)

[PATCH] dt-bindings: riscv, cpu-intc: Cleanups from a missed review
 2018-09-06  9:45 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox