Linux-RISC-V Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-09-11 20:05:38 to 2018-09-26 15:59:00 UTC [more...]

[PATCH v2 3/5] irqchip: RISC-V Local Interrupt Controller Driver
 2018-09-26 15:38 UTC  (16+ messages)

[PATCH 00/30] mm: remove bootmem allocator
 2018-09-26 14:23 UTC  (59+ 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 v2 0/5] Fix some bugs on RV32 build fail and issue
 2018-09-26 14:11 UTC  (14+ messages)
` [PATCH v2 1/5] RISC-V: Build tishift only on 64-bit
` [PATCH v2 2/5] RISC-V: Use swiotlb on RV64 only
` [PATCH v2 3/5] lib: Add umoddi3 and udivmoddi4 of GCC library routines
` [PATCH v2 4/5] RISC-V: Select GENERIC_LIB_UMODDI3 on RV32
` [PATCH v2 5/5] RISC-V: Avoid corrupting the upper 32-bit of phys_addr_t in ioremap

futex_atomic_cmpxchg_inatomic is missing
 2018-09-26  8:41 UTC  (2+ messages)

[PATCH 0/5] Fix some bugs on RV32 build fail and issue
 2018-09-26  7:12 UTC  (22+ 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

[PATCH v2] RISC-V: Show CPU ID and Hart ID separately in /proc/cpuinfo
 2018-09-26  4:16 UTC  (5+ messages)

mmcqd/0 stuck at 100% CPU
 2018-09-25 21:07 UTC  (10+ messages)

[PATCH trivial 0/2] h8300, riscv: Remove smp_mb__{before, after}_clear_bit()
 2018-09-25 17:57 UTC  (10+ messages)
` [PATCH 1/2] riscv/bitops: Remove smp_mb__{before,after}_clear_bit()
  ` [PATCH 1/2] riscv/bitops: Remove smp_mb__{before, after}_clear_bit()

[GIT PULL] A Single RISC-V Update for 4.19-rc6
 2018-09-25 17:57 UTC  (10+ messages)

[PATCH] RISCV: Fix end PFN for low memory
 2018-09-25 17:03 UTC  (6+ messages)

[PATCH] RISC-V: Show CPU ID and Hart ID separately in /proc/cpuinfo
 2018-09-23 13:04 UTC  (5+ messages)

RISC-V: kernel symbol version issue in 4.19rc2 (was: Last Week in RISC-V: Friday September 7, 2018)
 2018-09-21 15:48 UTC 

[PATCH] RISC-V: include linux/ftrace.h in asm-prototypes.h
 2018-09-21  6:44 UTC  (3+ messages)

[PATCH] RISC-V: remove the unused return_to_handler export
 2018-09-21  6:43 UTC 

Memory allocation failure using GFP_DMA32 in 4.19-rc2
 2018-09-20  5:53 UTC  (3+ messages)

Post-4.19 WIP Branch Cleanup, riscv-linux-4.18, and 4.20 plans
 2018-09-20  0:06 UTC  (2+ messages)

Post-4.19 WIP Branch Cleanup, riscv-linux-4.18, and 4.20 plans
 2018-09-20  0:06 UTC  (2+ messages)

[PATCH] RISC-V: Cosmetic menuconfig changes
 2018-09-19 22:48 UTC 

Driver for HiFive-U MMC interface
 2018-09-19 10:15 UTC  (5+ messages)

[PATCH 14/21] riscv: use for_each_of_cpu_node iterator
 2018-09-18 22:53 UTC  (2+ messages)

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

[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] RISC-V: Show IPI stats
 2018-09-17 14:13 UTC  (3+ messages)

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

[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  (6+ messages)
` [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)


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