linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-28 18:24:47 to 2019-04-12 06:07:47 UTC [more...]

misc cleanups
 2019-04-12  6:07 UTC  (31+ messages)
` [PATCH 1/9] riscv: use asm-generic/extable.h
` [PATCH 2/9] riscv: remove dead big endian code
` [PATCH 3/9] riscv: remove CONFIG_RISCV_ISA_A
` [PATCH 4/9] riscv: turn mm_segment_t into a struct
` [PATCH 5/9] riscv: simplify stack pointer setup in head.S
` [PATCH 6/9] riscv: also clear all pending interrupts when booting
` [PATCH 7/9] riscv: remove duplicate macros from ptrace.h
` [PATCH 8/9] riscv: print the unexpected interrupt cause
` [PATCH 9/9] riscv: call pm_power_off from machine_halt / machine_power_off

[PATCH 1/6] arch: riscv: add support for building DTB files from DT source data
 2019-04-12  5:49 UTC  (15+ messages)
` [PATCH 2/6] dt-bindings: riscv: sifive: add YAML documentation for the SiFive FU540
` [PATCH 3/6] dt-bindings: riscv: convert cpu binding to json-schema
` [PATCH 4/6] riscv: dts: add initial support for the SiFive FU540-C000 SoC
` [PATCH 5/6] riscv: dts: add initial board data for the SiFive HiFive Unleashed
` [PATCH 6/6] riscv: defconfig: enable ARCH_SIFIVE

[PATCH v4 0/2] tty: serial: add DT bindings and serial driver for the SiFive FU540 UART
 2019-04-11 21:14 UTC  (6+ messages)
` [PATCH v4 1/2] dt-bindings: serial: add documentation for the SiFive UART driver
` [PATCH v4 2/2] tty: serial: add driver for the SiFive UART

[PATCH v2 0/4] Miscellaneous kernel command line fixes
 2019-04-11 18:42 UTC  (10+ messages)
` [PATCH v2 1/4] RISC-V: Add RISC-V specific arch_match_cpu_phys_id
` [PATCH v2 2/4] RISC-V: Fix of_get_cpu_node usage
` [PATCH v2 3/4] RISC-V: Implement nosmp commandline option
` [PATCH v2 4/4] RISC-V: Support nr_cpus command line option

[PATCH v3 0/2] tty: serial: add DT bindings and serial driver for the SiFive FU540 UART
 2019-04-11 14:45 UTC  (4+ messages)

[PATCH v2 0/6] arch: riscv: add board and SoC DT file support
 2019-04-11  8:42 UTC 

[PATCH v3 1/3] clk: analogbits: add Wide-Range PLL library
 2019-04-11  8:27 UTC  (3+ messages)
` [PATCH v3 2/3] dt-bindings: clk: add documentation for the SiFive PRCI driver
` [PATCH v3 3/3] clk: sifive: add a driver for the SiFive FU540 PRCI IP block

[PATCH v3 0/3] clk: add driver for the SiFive FU540 PRCI and PLLs it controls
 2019-04-11  8:26 UTC 

[PATCH v2 0/5] Provide generic top-down mmap layout functions
 2019-04-11  7:16 UTC  (14+ messages)
` [PATCH v2 1/5] mm, fs: Move randomize_stack_top from fs to mm
` [PATCH v2 2/5] arm64, mm: Move generic mmap layout functions "
` [PATCH v2 3/5] arm: Use generic mmap top-down layout
` [PATCH v2 4/5] mips: "
` [PATCH v2 5/5] riscv: Make mmap allocation top-down by default

[0/3] TLB flush counters
 2019-04-11  6:56 UTC  (5+ messages)
` [1/3] x86: Update DEBUG_TLBFLUSH options description
` [2/3] RISC-V: Update tlb flush counters
` [3/3] RISC-V: Add DEBUG_TLBFLUSH option

[PATCH v4 0/5] TLB/I$ flush cleanups and improvements
 2019-04-11  1:24 UTC  (6+ messages)

[RFT/RFC PATCH v3 0/5] Unify CPU topology across ARM & RISC-V
 2019-04-10 22:49 UTC  (2+ messages)

[PATCH 1/3] RISC-V: Add separate defconfig for 32bit systems
 2019-04-10 17:13 UTC  (4+ messages)

[RFC][PATCH] RISC-V: Add kexec support
 2019-04-10 16:15 UTC 

[PATCH 0/3] Boot RISC-V kernel from any 4KB aligned address
 2019-04-10 12:45 UTC  (3+ messages)
` [PATCH 3/3] RISC-V: Allow booting "

[RFC patch 06/41] riscv/stacktrace: Remove the pointless ULONG_MAX marker
 2019-04-10 10:28 UTC 

macb: probe of 10090000.ethernet failed with error -110
 2019-04-10  9:50 UTC  (3+ messages)

[PATCH 1/3] csky: Use in_syscall & forget_syscall instead of r11_sig
 2019-04-10  6:53 UTC  (4+ messages)
` [PATCH 2/3] csky: Reconstruct signal.c and entry.S
` [PATCH 3/3] riscv/signal: Fixup additional syscall restarting

[PATCH 2/3] RISC-V: Make setup_vm() independent of GCC code model
 2019-04-10  4:10 UTC  (3+ messages)

[PATCH v3 4/4] riscv: rewrite tlb flush for performance
 2019-04-09 16:37 UTC  (2+ messages)

[PATCH v2 0/2] Hugetlbfs support for riscv
 2019-04-09  6:14 UTC  (3+ messages)
` [PATCH v2 1/2] x86, arm64: Move ARCH_WANT_HUGE_PMD_SHARE config in arch/Kconfig
` [PATCH v2 2/2] riscv: Introduce huge page support for 32/64bit kernel

[PATCH v2] RISC-V: Implement ASID allocator
 2019-04-09  3:36 UTC  (12+ messages)

UNIX-Class Platform Specification Working Group
 2019-04-08  6:50 UTC  (12+ messages)
` [isa-dev] "
  ` [hw-dev] "
  ` [isa-dev] "

[PATCH v3] RISC-V: Fix Maximum Physical Memory 2GiB option for 64bit systems
 2019-04-07 12:59 UTC  (5+ messages)

[PATCH 0/7] arch: riscv: add DT file support, starting with the SiFive HiFive-U
 2019-04-06 23:14 UTC  (4+ messages)
` [PATCH 7/7] riscv: dts: add initial board data for the SiFive HiFive Unleashed

[PATCH] dt-bindings: clock: sifive: add FU540-C000 PRCI clock constants
 2019-04-06  6:07 UTC  (2+ messages)

[PATCH v8 06/20] riscv: mm: Add p?d_large() definitions
 2019-04-05  4:14 UTC  (2+ messages)

[GIT PULL] RISC-V Patches for 5.1-rc4
 2019-04-05  1:55 UTC  (2+ messages)

[PATCH 3/6 v3] riscv: Fix syscall_get_arguments() and syscall_set_arguments()
 2019-04-04 23:29 UTC  (14+ messages)
` [PATCH 5/6 v3] syscalls: Remove start and number from syscall_get_arguments() args
` [PATCH 6/6 v3] syscalls: Remove start and number from syscall_set_arguments() args

[PATCH 0/2] L2 Cache EDAC Support for HiFive Unleashed
 2019-04-04  1:17 UTC  (11+ messages)
` [PATCH 1/2] edac: sifive: Add DT documentation for SiFive L2 cache Controller

Perf counters on SiFive FU540-C000
 2019-04-03 22:15 UTC  (7+ messages)

[PATCH v2] RISC-V: Fix Maximum Physical Memory 2GiB option for 64bit systems
 2019-04-03 14:46 UTC  (2+ messages)

RISC-V OpenSBI Mailing List
 2019-04-03 10:34 UTC 

[isa-dev] UNIX-Class Platform Specification Working Group
 2019-04-03  1:53 UTC 

[hw-dev] UNIX-Class Platform Specification Working Group
 2019-04-03  1:53 UTC 

[PATCH] RISC-V: Fix Maximum Physical Memory 2GiB option for 64bit systems
 2019-04-02 10:14 UTC  (5+ messages)

lists.infradead.org mailing list memberships reminder
 2019-04-01 12:00 UTC 

[PATCH] riscv: fix syscall_get_arguments() and syscall_set_arguments()
 2019-03-30  0:26 UTC  (9+ messages)

[PATCH 0/2] EDAC Support for SiFive SoCs
 2019-03-29 19:45 UTC  (3+ messages)
` [PATCH 2/2] edac: sifive: Add EDAC driver for SiFive FU540-C000 chip

[PATCH] RISC-V: Use IS_ENABLED(CONFIG_CMODEL_MEDLOW)
 2019-03-29  7:41 UTC  (2+ messages)

[PATCH] RISC-V: Fix FIXMAP_TOP to avoid overlap with VMALLOC area
 2019-03-29  7:08 UTC  (4+ messages)

[PATCH v3 4/4] RISC-V: Allow booting kernel from any 4KB aligned address
 2019-03-28 15:35 UTC 

[PATCH v3] RISC-V: Implement ASID allocator
 2019-03-29  4:51 UTC 

[RFC][PATCH 3/4 v2] syscalls: Remove start and number from syscall_get_arguments() args
 2019-03-28 23:05 UTC  (2+ messages)
` [RFC][PATCH 4/4 v2] syscalls: Remove start and number from syscall_set_arguments() args

[PATCH 0/7] RISC-V: Sparsmem, Memory Hotplug and pte_devmap for P2P
 2019-03-28 18:24 UTC  (4+ messages)
` [PATCH 4/7] RISC-V: Update page tables to cover the whole linear mapping


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).