linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-29 20:11:01 to 2019-06-10 22:16:40 UTC [more...]

RISC-V nommu support
 2019-06-10 22:16 UTC  (6+ messages)
` [PATCH 01/17] mm: provide a print_vma_addr stub for !CONFIG_MMU
` [PATCH 02/17] mm: stub out all of swapops.h "
` [PATCH 03/17] mm/nommu: fix the MAP_UNINITIALIZED flag
` [PATCH 04/17] irqchip/sifive-plic: set max threshold for ignored handlers
` [PATCH 05/17] riscv: use CSR_SATP instead of the legacy sptbr name in switch_mm

[PATCH 0/5] arch: riscv: add board and SoC DT file support
 2019-06-10 21:46 UTC  (7+ 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

[PATCH v3 0/5] arch: riscv: add board and SoC DT file support
 2019-06-10 21:44 UTC  (24+ 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

binfmt_flat cleanups and RISC-V support
 2019-06-10 21:20 UTC  (16+ messages)
` [PATCH 01/15] binfmt_flat: remove flat_reloc_valid
` [PATCH 02/15] binfmt_flat: remove flat_set_persistent
` [PATCH 03/15] binfmt_flat: provide a default version of flat_get_relocate_addr
` [PATCH 04/15] binfmt_flat: remove flat_old_ram_flag
` [PATCH 05/15] binfmt_flat: replace flat_argvp_envp_on_stack with a Kconfig variable
` [PATCH 06/15] binfmt_flat: remove the uapi <linux/flat.h> header
` [PATCH 07/15] binfmt_flat: use __be32 for the on-disk format
` [PATCH 08/15] binfmt_flat: add endianess annotations
` [PATCH 09/15] binfmt_flat: add a ARCH_HAS_BINFMT_FLAT option
` [PATCH 10/15] binfmt_flat: make support for old format binaries optional
` [PATCH 11/15] binfmt_flat: provide an asm-generic/flat.h
` [PATCH 12/15] binfmt_flat: remove the persistent argument from flat_get_addr_from_rp
` [PATCH 13/15] binfmt_flat: move the MAX_SHARED_LIBS definition to binfmt_flat.c
` [PATCH 14/15] binfmt_flat: don't offset the data start
` [PATCH 15/15] riscv: add binfmt_flat support

[PATCH v3 00/33] Convert files to ReST - part 1
 2019-06-10 15:55 UTC  (8+ messages)
` [PATCH v3 14/33] docs: kbuild: convert docs to ReST and rename to *.rst
` [PATCH v3 24/33] docs: riscv: "

[PATCH] RISC-V: defconfig: enable clocks, serial console
 2019-06-09  7:55 UTC  (5+ messages)

[PATCH v2] RISC-V: Break load reservations during switch_to
 2019-06-08  8:19 UTC  (2+ messages)

[PATCH] RISC-V: Break load reservations during switch_to
 2019-06-07 22:12 UTC  (6+ messages)

[PATCH v2] EDAC support for SiFive SoCs
 2019-06-07  6:43 UTC  (7+ messages)
` [PATCH v2] edac: sifive: Add EDAC platform driver "

[PATCH v5 0/2] Two-stagged initial page table setup
 2019-06-07  6:01 UTC  (3+ messages)
` [PATCH v5 1/2] RISC-V: Fix memory reservation in setup_bootmem()
` [PATCH v5 2/2] RISC-V: Setup initial page tables in two stages

Patches for v5.2-rc and v5.3 merge window
 2019-06-07  5:24 UTC  (3+ messages)

[PATCH v6 0/7] Unify CPU topology across ARM & RISC-V
 2019-06-07  5:00 UTC  (24+ 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 v4] RISC-V: Add an Image header that boot loader can parse
 2019-06-06 23:08 UTC 

[v3 PATCH] RISC-V: Add a PE/COFF compliant Image header
 2019-06-06 22:41 UTC  (4+ messages)

[PATCH RFC 11/14] arm64: Move the ASID allocator code in a separate file
 2019-06-05 20:41 UTC  (2+ messages)

[PATCH 00/15] kbuild: refactor headers_install and support compile-test of UAPI headers
 2019-06-05  2:37 UTC  (3+ messages)
` [PATCH 15/15] kbuild: compile test UAPI headers to ensure they are self-contained

[PATCH] RISC-V: defconfig: Enable NO_HZ_IDLE and HIGH_RES_TIMERS
 2019-06-04  6:41 UTC  (4+ messages)

[PATCH v4 00/14] Provide generic top-down mmap layout functions
 2019-06-04  6:20 UTC  (24+ messages)
` [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 08/14] arm: Use generic mmap top-down layout and brk randomization
` [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

Testing the recent RISC-V DT patchsets
 2019-06-04  6:12 UTC  (11+ messages)

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

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

[PATCH REBASE v2 0/2] Hugetlbfs support for riscv
 2019-06-03 17:27 UTC  (3+ messages)
` [PATCH REBASE v2 1/2] x86, arm64: Move ARCH_WANT_HUGE_PMD_SHARE config in arch/Kconfig

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

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 5/7] RISC-V: entry: Remove unneeded need_resched() loop
 2019-05-30 16:37 UTC  (3+ messages)

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  (6+ messages)
` [PATCH v8 1/3] dt-bindings: i2c: extend existing opencore bindings
` [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  (2+ messages)

[PATCH] riscv: remove free_initrd_mem
 2019-05-29 21:13 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;
as well as URLs for NNTP newsgroup(s).