linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-26 12:07:59 to 2019-03-21 08:37:22 UTC [more...]

[PATCH v4 1/2] sh: mm: make use of new memblocks_present() helper
 2019-03-21  8:37 UTC  (5+ messages)

[PATCH v2 13/13] syscall_get_arch: add "struct task_struct *" argument
 2019-03-21  1:22 UTC  (2+ messages)

[PATCH] irqchip: plic: Fix priority base offset
 2019-03-21  0:04 UTC  (3+ messages)

[PATCH v3 0/4] TLB/I$ flush cleanups and improvements
 2019-03-20 23:58 UTC  (7+ messages)
` [PATCH v3 3/4] riscv: fix sbi_remote_sfence_vma{,_asid}
` [PATCH v3 1/4] riscv: move flush_icache_{all,mm} to cacheflush.c
` [PATCH v3 4/4] riscv: rewrite tlb flush for performance
` [PATCH v3 2/4] riscv: move switch_mm to its own file

[RFT/RFC PATCH v3 0/5] Unify CPU topology across ARM & RISC-V
 2019-03-20 23:48 UTC  (6+ messages)
` [RFT/RFC PATCH v3 1/5] Documentation: DT: arm: add support for sockets defining package boundaries
` [RFT/RFC PATCH v3 2/5] dt-binding: cpu-topology: Move cpu-map to a common binding
` [RFT/RFC PATCH v3 3/5] cpu-topology: Move cpu topology code to common code
` [RFT/RFC PATCH v3 4/5] arm: Use common cpu_topology
` [RFT/RFC PATCH v3 5/5] RISC-V: Parse cpu topology during boot

[PATCH 0/2] EDAC Support for SiFive SoCs
 2019-03-20 11:52 UTC  (3+ messages)
` [PATCH 1/2] edac: sifive: Add DT documentation for SiFive EDAC driver and subcomponent
` [PATCH 2/2] edac: sifive: Add EDAC driver for SiFive FU540-C000 chip

[RFT/RFC PATCH v2 0/4] Unify CPU topology across ARM & RISC-V
 2019-03-20  1:22 UTC  (5+ messages)
` [RFT/RFC PATCH v2 1/4] dt-binding: cpu-topology: Move cpu-map to a common binding
` [RFT/RFC PATCH v2 2/4] cpu-topology: Move cpu topology code to common code
` [RFT/RFC PATCH v2 3/4] arm: Use common cpu_topology
` [RFT/RFC PATCH v2 4/4] RISC-V: Parse cpu topology during boot

[v1 PATCH 1/4] RISC-V: Add RISC-V specific arch_match_cpu_phys_id
 2019-03-20  1:29 UTC  (7+ messages)
` [v1 PATCH 2/4] RISC-V: Fix of_get_cpu_node usage
` [v1 PATCH 3/4] RISC-V: Implement nosmp commandline option
` [v1 PATCH 4/4] RISC-V: Support nr_cpus command line option

[PATCH v10 0/2] PWM support for HiFive Unleashed
 2019-03-19  8:09 UTC  (6+ messages)
` [PATCH v10 1/2] pwm: sifive: Add DT documentation for SiFive PWM Controller
` [PATCH v10 2/2] pwm: sifive: Add a driver for SiFive SoC PWM

[PATCH v9 0/2] PWM support for HiFive Unleashed
 2019-03-19  6:26 UTC  (12+ messages)
` [PATCH v9 1/2] pwm: sifive: Add DT documentation for SiFive PWM Controller
` [PATCH v9 2/2] pwm: sifive: Add a driver for SiFive SoC PWM

[PATCH 0/3] Boot RISC-V kernel from any 4KB aligned address
 2019-03-18 16:27 UTC  (17+ messages)
` [PATCH 1/3] RISC-V: Add separate defconfig for 32bit systems
` [PATCH 2/3] RISC-V: Make setup_vm() independent of GCC code model
` [PATCH 3/3] RISC-V: Allow booting kernel from any 4KB aligned address

per-cpu thoughts
 2019-03-13 20:15 UTC  (32+ messages)

ssh session with qemu-arm using busybox
 2019-03-12 23:12 UTC  (7+ messages)
        ` [Qemu-devel] "

[PATCH 00/14] entry: preempt_schedule_irq() callers scrub
 2019-03-12 18:18 UTC  (4+ messages)
` [PATCH 09/14] RISC-V: entry: Remove unneeded need_resched() loop

Building and cross-compiling kernel source on Mac OS
 2019-03-12 17:32 UTC 

[PATCH 0/2] L2 Cache EDAC Support for HiFive Unleashed
 2019-03-12 16:32 UTC  (6+ messages)
` [PATCH 1/2] edac: sifive: Add DT documentation for SiFive L2 cache Controller
` [PATCH 2/2] sifive: edac: Add EDAC driver for Sifive l2 Cache Controller

[PATCH v5 0/2] PWM support for HiFive Unleashed
 2019-03-12  7:27 UTC  (6+ messages)
` [PATCH v5 2/2] pwm: sifive: Add a driver for SiFive SoC PWM

[PATCH v8 0/2] PWM support for HiFive Unleashed
 2019-03-12  6:52 UTC  (12+ messages)
` [PATCH v8 1/2] pwm: sifive: Add DT documentation for SiFive PWM Controller
` [PATCH v8 2/2] pwm: sifive: Add a driver for SiFive SoC PWM

[PATCH 3/3] riscv: rewrite tlb flush for performance improvement
 2019-03-11 16:28 UTC  (11+ messages)

Debian build polishing
 2019-03-11 16:19 UTC  (11+ messages)
` [PATCH v1 1/5] Makefile: rules for printing kernel architecture and localversion
` [PATCH v1 2/5] scripts: mkdebian: allow renaming generated debian/rules via env
` [PATCH v1 3/5] scripts: mkdebian: fix missing dependencies
` [PATCH v1 4/5] scripts: checkpatch.pl: don't complain that debian/rules is executable
` [PATCH v1 5/5] debian: add generic rule file

[PATCH v2 0/4] Improvements related to TLB and I$ flush
 2019-03-09  8:17 UTC  (7+ messages)
` [PATCH v2 2/4] riscv: move switch_mm to its own file
` [PATCH v2 3/4] riscv: fix sbi_remote_sfence_vma{,_asid}
` [PATCH v2 1/4] riscv: move flush_icache_{all,mm} to cacheflush.c
` [PATCH v2 4/4] riscv: rewrite tlb flush for performance

Fwd: Re: [PATCH 3/3] riscv: rewrite tlb flush for performance improvement
 2019-03-08 16:54 UTC 

[PATCH] riscv: move flush_icache_{all,mm} code to proper location
 2019-03-08 16:28 UTC  (4+ messages)
` [PATCH] riscv: move flush_icache_{all, mm} "

[PATCH] RISC-V: Use IS_ENABLED(CONFIG_CMODEL_MEDLOW)
 2019-03-08 14:53 UTC  (2+ messages)

[PATCH 1/3] riscv: move switch_mm to its own file
 2019-03-08 14:27 UTC  (2+ messages)

[GIT PULL] RISC-V Patches for the 5.1 Merge Window, Part 1
 2019-03-07 21:40 UTC  (2+ messages)

[PATCH 2/3] riscv: fix SBI call of sbi_remote_sfence_vma{,_asid}
 2019-03-07  1:27 UTC 

[PATCH v4 05/19] riscv: mm: Add p?d_large() definitions
 2019-03-06 15:50 UTC 

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

[PATCH v2 0/3] riscv: Support trap-based WARN() and fix bug in do_trap_break
 2019-03-05  3:23 UTC  (4+ messages)
` [PATCH v2 1/3] riscv: support trap-based WARN()
` [PATCH v2 2/3] riscv: Add the support for c.ebreak check in is_valid_bugaddr()
` [PATCH v2 3/3] riscv: Support BUG() in kernel module

[PATCH 0/3] riscv: Fix debug instruction check and support trap-based WARN()
 2019-03-05  0:21 UTC  (6+ messages)
` [PATCH 1/3] riscv: Add the support for c.ebreak check in is_valid_bugaddr()
` [PATCH 2/3] riscv: Support BUG() in kernel module
` [PATCH 3/3] riscv: Make WARN() related functions able to trigger a trap exception

[GIT PULL] Fixmap support and MM cleanups
 2019-03-04 19:52 UTC  (3+ messages)

[v6 PATCH 0/6] Various SMP related fixes
 2019-03-04 19:06 UTC  (4+ messages)
` [v6 PATCH 6/6] RISC-V: Assign hwcap as per comman capabilities

[PATCH 4.20 79/88] MIPS: fix truncation in __cmpxchg_small for short values
 2019-03-04  8:23 UTC 

[PATCH 4.19 75/78] MIPS: fix truncation in __cmpxchg_small for short values
 2019-03-04  8:22 UTC 

[PATCH 4.14 50/52] MIPS: fix truncation in __cmpxchg_small for short values
 2019-03-04  8:22 UTC 

Patch "MIPS: fix truncation in __cmpxchg_small for short values" has been added to the 4.14-stable tree
 2019-03-02  8:36 UTC 

Patch "MIPS: fix truncation in __cmpxchg_small for short values" has been added to the 4.19-stable tree
 2019-03-02  8:30 UTC 

Patch "MIPS: fix truncation in __cmpxchg_small for short values" has been added to the 4.20-stable tree
 2019-03-02  8:14 UTC 

lists.infradead.org mailing list memberships reminder
 2019-03-01 13:00 UTC 

[PATCH] Revert "of/device: Really only set bus DMA mask when appropriate"
 2019-02-28 23:04 UTC  (5+ messages)

[PATCH v3 17/34] riscv: mm: Add p?d_large() definitions
 2019-02-27 17:05 UTC 

[PATCH -next] spi: sifive: Remove spi_master_put in sifive_spi_remove()
 2019-02-26 12:07 UTC  (2+ messages)
` Applied "spi: sifive: Remove spi_master_put in sifive_spi_remove()" to the spi tree


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