linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-03 04:43:13 to 2019-06-14 09:49:24 UTC [more...]

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] MAINTAINERS: change the arch/riscv git tree to the new shared tree
 2019-06-13  7:25 UTC  (2+ messages)

[PATCH v4 00/14] Provide generic top-down mmap layout functions
 2019-06-13  5:29 UTC  (13+ 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 REBASE v2 0/2] Hugetlbfs support for riscv
 2019-06-13  5:18 UTC  (4+ messages)
` [PATCH REBASE v2 1/2] x86, arm64: Move ARCH_WANT_HUGE_PMD_SHARE config in arch/Kconfig

[PATCH v4 00/28] Convert files to ReST - part 1
 2019-06-12 17:52 UTC  (3+ messages)
` [PATCH v4 12/28] docs: kbuild: convert docs to ReST and rename to *.rst
` [PATCH v4 22/28] docs: riscv: "

[PATCH v5 0/3] mtd: spi-nor: add support for is25wp256 spi-nor flash
 2019-06-12 10:47 UTC  (4+ 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

[PATCH REPOST v8 0/3] Extend dt bindings to support I2C on sifive devices and a fix broken IRQ in polling mode
 2019-06-11 22:49 UTC  (3+ messages)
` [PATCH REPOST v8 1/3] dt-bindings: i2c: extend existing opencore bindings

[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  (14+ messages)
` [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 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  (3+ 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 0/5] arch: riscv: add board and SoC DT file support
 2019-06-10 21:44 UTC  (23+ 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 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 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 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 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  (3+ messages)

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  (17+ messages)
                      ` Distro bootcmd: "
                        ` [U-Boot] "

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

[PATCH V3 0/3] riscv: Add perf callchain support
 2019-06-03  8:33 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).