linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-07 16:52:02 to 2019-06-17 19:02:05 UTC [more...]

[PATCH v7 0/7] Unify CPU topology across ARM & RISC-V
 2019-06-17 18:59 UTC  (4+ messages)
` [PATCH v7 1/7] Documentation: DT: arm: add support for sockets defining package boundaries
` [PATCH v7 2/7] dt-binding: cpu-topology: Move cpu-map to a common binding
` [PATCH v7 3/7] cpu-topology: Move cpu topology code to common code

[PATCH v2 0/2] Add macb support for SiFive FU540-C000
 2019-06-17 18:42 UTC  (18+ messages)
` [PATCH v2 1/2] macb: bindings doc: add sifive fu540-c000 binding
` [PATCH v2 2/2] macb: Add support for SiFive FU540-C000

[GIT PULL] RISC-V patches for v5.2-rc6
 2019-06-17 15:54 UTC 

[PATCH v5 0/3] mtd: spi-nor: add support for is25wp256 spi-nor flash
 2019-06-17 15:40 UTC  (8+ messages)
` [PATCH v5 1/3] mtd: spi-nor: add support for is25wp256
` [PATCH v5 2/3] mtd: spi-nor: add support to unlock flash device
` [PATCH v5 3/3] mtd: spi-nor: add locking support for is25xxxxx device

riscv: remove unused barrier defines
 2019-06-17 14:31 UTC  (2+ messages)

Working device tree for the HifiveU
 2019-06-17 13:50 UTC  (14+ messages)

[PATCH v3] RISC-V: Break load reservations during switch_to
 2019-06-17 13:12 UTC  (2+ messages)

[PATCH] RISC-V: defconfig: enable clocks, serial console
 2019-06-17 10:36 UTC  (5+ messages)

New shared upstream Linux tree for arch/riscv
 2019-06-17 10:34 UTC 

[PATCH v2] riscv: mm: synchronize MMU after pte change
 2019-06-17 10:32 UTC  (2+ messages)

[PATCH] riscv: mm: synchronize MMU after pte change
 2019-06-17  4:22 UTC  (3+ messages)

[PATCH v2] RISC-V: Break load reservations during switch_to
 2019-06-17  3:09 UTC  (4+ messages)

[PATCH v3 0/5] arch: riscv: add board and SoC DT file support
 2019-06-16 18:39 UTC  (12+ messages)
` [PATCH v3 2/5] dt-bindings: riscv: sifive: add YAML documentation for the SiFive FU540
` [PATCH v3 5/5] riscv: dts: add initial board data for the SiFive HiFive Unleashed

[PATCH] MAINTAINERS: change the arch/riscv git tree to the new shared tree
 2019-06-15 14:47 UTC  (3+ messages)

[PATCH REPOST v8 0/3] Extend dt bindings to support I2C on sifive devices and a fix broken IRQ in polling mode
 2019-06-14 20:58 UTC  (8+ 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 v4 00/28] Convert files to ReST - part 1
 2019-06-14 20:36 UTC  (4+ messages)
` [PATCH v4 12/28] docs: kbuild: convert docs to ReST and rename to *.rst
` [PATCH v4 22/28] docs: riscv: "

RISC-V nommu support
 2019-06-14  9:48 UTC  (26+ 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 06/17] riscv: clear the instruction cache and all registers when booting
` [PATCH 07/17] riscv: refactor the IPI code
` [PATCH 08/17] riscv: abstract out CSR names for supervisor vs machine mode
` [PATCH 09/17] riscv: improve the default power off implementation
` [PATCH 10/17] riscv: provide a flat entry loader
` [PATCH 11/17] riscv: read hart ID from mhartid on boot
` [PATCH 12/17] riscv: provide native clint access for M-mode
` [PATCH 13/17] riscv: implement remote sfence.i natively "
` [PATCH 14/17] riscv: poison SBI calls "
` [PATCH 15/17] riscv: don't allow selecting SBI-based drivers "
` [PATCH 16/17] riscv: use the correct interrupt levels "
` [PATCH 17/17] riscv: add nommu support

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

[PATCH v4 00/14] Provide generic top-down mmap layout functions
 2019-06-13  5:29 UTC  (2+ messages)

[PATCH REBASE v2 0/2] Hugetlbfs support for riscv
 2019-06-13  5:18 UTC  (2+ messages)

[PATCH] riscv: export flush_icache_all
 2019-06-11 18:51 UTC  (6+ messages)

[PATCH v6 0/7] Unify CPU topology across ARM & RISC-V
 2019-06-11 15:55 UTC  (3+ messages)
` [PATCH v6 3/7] cpu-topology: Move cpu topology code to common code

[PATCH v13 0/2] PWM support for HiFive Unleashed
 2019-06-11 15:25 UTC  (4+ messages)
` [PATCH v13 1/2] pwm: sifive: Add DT documentation for SiFive PWM Controller
` [PATCH v13 2/2] pwm: sifive: Add a driver for SiFive SoC PWM

[PATCH v3] riscv: Fix udelay in RV32
 2019-06-11 14:29 UTC  (2+ messages)

[PATCH] riscv: export pm_power_off again
 2019-06-11 13:54 UTC  (3+ messages)

binfmt_flat cleanups and RISC-V support
 2019-06-11 13:07 UTC  (38+ 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 v2] PCI: endpoint: Clear BAR before freeing its space
 2019-06-11 10:09 UTC  (2+ messages)

[PATCH v2] PCI: endpoint: Skip odd BAR when skipping 64bit BAR
 2019-06-11 10:08 UTC  (2+ messages)

[PATCH v2] PCI: endpoint: Allocate enough space for fixed size BAR
 2019-06-11 10:08 UTC  (2+ messages)

[PATCH v2] PCI: endpoint: Set endpoint controller pointer to null
 2019-06-11 10:07 UTC  (2+ messages)

[PATCH RFC 11/14] arm64: Move the ASID allocator code in a separate file
 2019-06-11  1:56 UTC  (3+ messages)

[PATCH 0/5] arch: riscv: add board and SoC DT file support
 2019-06-10 21:46 UTC  (3+ messages)
` [PATCH 3/5] dt-bindings: riscv: convert cpu binding to json-schema

[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 v3 1/5] arch: riscv: add support for building DTB files from DT source data
 2019-06-09  7:49 UTC  (4+ messages)

[PATCH] RISC-V: Break load reservations during switch_to
 2019-06-07 22:12 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).