linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-24 19:04:11 to 2019-06-03 19:48:05 UTC [more...]

5.2-rc1 boot on Unleashed
 2019-06-03 19:47 UTC  (31+ messages)
                      ` Distro bootcmd: "
                        ` [U-Boot] "

[PATCH] PCI: endpoint: Add DMA to Linux PCI EP Framework
 2019-06-03 17:42 UTC  (18+ messages)

[PATCH v4 00/14] Provide generic top-down mmap layout functions
 2019-06-03 17:40 UTC  (30+ messages)
` [PATCH v4 01/14] mm, fs: Move randomize_stack_top from fs to mm
` [PATCH v4 02/14] arm64: Make use of is_compat_task instead of hardcoding this test
` [PATCH v4 03/14] arm64: Consider stack randomization for mmap base only when necessary
` [PATCH v4 04/14] arm64, mm: Move generic mmap layout functions to mm
` [PATCH v4 05/14] arm64, mm: Make randomization selected by generic topdown mmap layout
` [PATCH v4 06/14] arm: Properly account for stack randomization and stack guard gap
` [PATCH v4 07/14] arm: Use STACK_TOP when computing mmap base address
` [PATCH v4 08/14] arm: Use generic mmap top-down layout and brk randomization
` [PATCH v4 09/14] mips: Properly account for stack randomization and stack guard gap
` [PATCH v4 10/14] mips: Use STACK_TOP when computing mmap base address
` [PATCH v4 11/14] mips: Adjust brk randomization offset to fit generic version
` [PATCH v4 12/14] mips: Replace arch specific way to determine 32bit task with "
` [PATCH v4 13/14] mips: Use generic mmap top-down layout and brk randomization
` [PATCH v4 14/14] riscv: Make mmap allocation top-down by default

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

[PATCH] RISC-V: defconfig: Enable NO_HZ_IDLE and HIGH_RES_TIMERS
 2019-06-03 16:44 UTC  (6+ messages)

Testing the recent RISC-V DT patchsets
 2019-06-03 15:40 UTC  (12+ messages)

[PATCH v6 0/7] Unify CPU topology across ARM & RISC-V
 2019-06-03  9:05 UTC  (21+ messages)
` [PATCH v6 1/7] Documentation: DT: arm: add support for sockets defining package boundaries
` [PATCH v6 2/7] dt-binding: cpu-topology: Move cpu-map to a common binding
` [PATCH v6 3/7] cpu-topology: Move cpu topology code to common code
` [PATCH v6 4/7] arm: Use common cpu_topology structure and functions
` [PATCH v6 5/7] RISC-V: Parse cpu topology during boot
` [PATCH v6 6/7] base: arch_topology: update Kconfig help description
` [PATCH v6 7/7] MAINTAINERS: Add an entry for generic architecture topology

[PATCH V3 0/3] riscv: Add perf callchain support
 2019-06-03  8:33 UTC  (2+ messages)

[PATCH v2] PCI: endpoint: Skip odd BAR when skipping 64bit BAR
 2019-06-03  7:34 UTC  (8+ messages)

Sorry for the extra noise
 2019-06-02  8:06 UTC 

[PATCH v3 0/5] arch: riscv: add board and SoC DT file support
 2019-06-02  8:05 UTC  (6+ messages)
` [PATCH v3 1/5] arch: riscv: add support for building DTB files from DT source data
` [PATCH v3 2/5] dt-bindings: riscv: sifive: add YAML documentation for the SiFive FU540
` [PATCH v3 3/5] dt-bindings: riscv: convert cpu binding to json-schema
` [PATCH v3 4/5] riscv: dts: add initial support for the SiFive FU540-C000 SoC
` [PATCH v3 5/5] riscv: dts: add initial board data for the SiFive HiFive Unleashed

[PATCH 0/5] arch: riscv: add board and SoC DT file support
 2019-06-02  8:02 UTC  (2+ messages)
` [PATCH 1/5] arch: riscv: add support for building DTB files from DT source data

[PATCH 0/5] arch: riscv: add board and SoC DT file support
 2019-06-02  8:01 UTC  (6+ messages)
` [PATCH 1/5] arch: riscv: add support for building DTB files from DT source data
` [PATCH 2/5] dt-bindings: riscv: sifive: add YAML documentation for the SiFive FU540
` [PATCH 3/5] dt-bindings: riscv: convert cpu binding to json-schema
` [PATCH 4/5] riscv: dts: add initial support for the SiFive FU540-C000 SoC
` [PATCH 5/5] riscv: dts: add initial board data for the SiFive HiFive Unleashed

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

[PATCH REPOST v8 0/3] Extend dt bindings to support I2C on sifive devices and a fix broken IRQ in polling mode
 2019-06-01  6:11 UTC  (4+ messages)
` [PATCH REPOST v8 1/3] dt-bindings: i2c: extend existing opencore bindings
` [PATCH REPOST v8 2/3] i2c-ocores: sifive: add support for i2c device on FU540-c000 SoC
` [PATCH REPOST v8 3/3] i2c-ocores: sifive: add polling mode workaround for FU540-C000 SoC

[PATCH bpf v2] bpf, riscv: clear high 32 bits for ALU32 add/sub/neg/lsh/rsh/arsh
 2019-06-01  0:09 UTC  (5+ messages)

[PATCH REPOST v8 0/3] Extend dt bindings to support I2C on sifive devices and a fix broken IRQ in polling mode
 2019-05-31 18:52 UTC  (5+ messages)
` [PATCH REPOST v8 1/3] dt-bindings: i2c: extend existing opencore bindings
` [PATCH REPOST v8 2/3] i2c-ocores: sifive: add support for i2c device on FU540-c000 SoC
` [PATCH REPOST v8 3/3] i2c-ocores: sifive: add polling mode workaround for FU540-C000 SoC

[PATCH 1/2] bpf, riscv: fix bugs in JIT for 32-bit ALU operations
 2019-05-31  7:22 UTC  (7+ messages)
` [PATCH 2/2] bpf: test_bpf: add tests for upper bits of 32-bit operations

[PATCH RESEND 0/7] entry: preempt_schedule_irq() callers scrub
 2019-05-30 16:37 UTC  (4+ messages)
` [PATCH RESEND 5/7] RISC-V: entry: Remove unneeded need_resched() loop

RISC-V Hypervisors
 2019-05-30  8:07 UTC 

[PATCH v3] riscv: Fix udelay in RV32
 2019-05-30  7:01 UTC 

[PATCH v2] riscv: Fix udelay in RV32
 2019-05-30  6:54 UTC  (2+ messages)

[PATCH] riscv: Fix udelay in RV32
 2019-05-30  6:32 UTC  (4+ messages)

[PATCH v8 0/3] Extend dt bindings to support I2C on sifive devices and a fix broken IRQ in polling mode
 2019-05-30  3:57 UTC  (7+ messages)
` [PATCH v8 1/3] dt-bindings: i2c: extend existing opencore bindings
` [PATCH v8 2/3] i2c-ocores: sifive: add support for i2c device on FU540-c000 SoC
` [PATCH v8 3/3] i2c-ocores: sifive: add polling mode workaround for FU540-C000 SoC

[PATCH 2/2] net: macb: Add support for SiFive FU540-C000
 2019-05-30  2:42 UTC  (2+ messages)

[PATCH v2] PCI: endpoint: Set endpoint controller pointer to null
 2019-05-30  2:24 UTC  (9+ messages)

[PATCH] riscv: remove free_initrd_mem
 2019-05-29 21:13 UTC  (2+ messages)

[RFT PATCH v5 0/5] Unify CPU topology across ARM & RISC-V
 2019-05-29 17:24 UTC  (6+ messages)
` [RFT PATCH v5 3/5] cpu-topology: Move cpu topology code to common code
` [RFT PATCH v5 4/5] arm: Use common cpu_topology structure and functions

[PATCH v2 0/2] tools: PCI: Fix broken pcitest compilation
 2019-05-29 16:59 UTC  (2+ messages)

[PATCH] riscv: fix locking violation in page fault handler
 2019-05-29 16:41 UTC  (2+ messages)

[PATCH v8 3/3] i2c-ocores: sifive: add polling mode workaround for FU540-C000 SoC
 2019-05-29  4:26 UTC 

[v4 PATCH] RISC-V: Add an Image header that boot loader can parse
 2019-05-28 19:39 UTC  (10+ messages)

[PATCH 4/5] kconfig: make arch/*/configs/defconfig the default of KBUILD_DEFCONFIG
 2019-05-28 14:12 UTC  (2+ messages)

[PATCH v5 0/2] tty: serial: add DT bindings and serial driver for the SiFive FU540 UART
 2019-05-27 16:12 UTC  (4+ messages)

[PATCH v7 0/3] Extend dt bindings to support I2C on sifive devices and a fix broken IRQ in polling mode
 2019-05-27 13:25 UTC  (4+ messages)
` [PATCH v7 1/3] dt-bindings: i2c: extend existing opencore bindings

[PATCH 0/2] net: macb: Add support for SiFive FU540-C000
 2019-05-27 11:52 UTC  (5+ messages)


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