linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-16 02:56:56 to 2019-04-28 14:28:45 UTC [more...]

[PATCH v3 00/11] Provide generic top-down mmap layout functions
 2019-04-28 14:27 UTC  (43+ messages)
` [PATCH v3 01/11] mm, fs: Move randomize_stack_top from fs to mm
` [PATCH v3 02/11] arm64: Make use of is_compat_task instead of hardcoding this test
` [PATCH v3 03/11] arm64: Consider stack randomization for mmap base only when necessary
` [PATCH v3 04/11] arm64, mm: Move generic mmap layout functions to mm
` [PATCH v3 05/11] arm: Properly account for stack randomization and stack guard gap
` [PATCH v3 06/11] arm: Use STACK_TOP when computing mmap base address
` [PATCH v3 07/11] arm: Use generic mmap top-down layout
` [PATCH v3 08/11] mips: Properly account for stack randomization and stack guard gap
` [PATCH v3 09/11] mips: Use STACK_TOP when computing mmap base address
` [PATCH v3 10/11] mips: Use generic mmap top-down layout
` [PATCH v3 11/11] riscv: Make mmap allocation top-down by default

[PATCH v3 1/3] clk: analogbits: add Wide-Range PLL library
 2019-04-28  1:50 UTC  (7+ messages)
` [PATCH v3 2/3] dt-bindings: clk: add documentation for the SiFive PRCI driver
` [PATCH v3 3/3] clk: sifive: add a driver for the SiFive FU540 PRCI IP block

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

[PATCH] riscv: Support non-coherency memory model
 2019-04-26 19:05 UTC  (16+ messages)
                          ` [tech-privileged] "

[2/3] RISC-V: Update tlb flush counters
 2019-04-26 18:54 UTC  (3+ messages)

[PATCH v3 0/3] clk: add driver for the SiFive FU540 PRCI and PLLs it controls
 2019-04-26 17:17 UTC  (4+ messages)

[PATCH 0/7] RISC-V: Sparsmem, Memory Hotplug and pte_devmap for P2P
 2019-04-26 16:37 UTC  (3+ messages)

[PATCH v5 0/2] tty: serial: add DT bindings and serial driver for the SiFive FU540 UART
 2019-04-26 16:36 UTC  (11+ messages)
` [PATCH v5 1/2] dt-bindings: serial: add documentation for the SiFive UART driver

[PATCH 0/2] L2 cache controller support for SiFive FU540
 2019-04-26  9:34 UTC  (8+ messages)
` [PATCH 1/2] RISC-V: Add DT documentation for SiFive L2 Cache Controller
` [PATCH 2/2] RISC-V: sifive_l2_cache: Add L2 cache controller driver for SiFive SoCs

[PATCH] tty: Don't force RISCV SBI console as preferred console
 2019-04-26  8:42 UTC  (5+ messages)

[RFC][PATCH] RISC-V: Add kexec support
 2019-04-26  3:25 UTC  (5+ messages)

misc cleanups v3
 2019-04-25 21:58 UTC  (3+ messages)

[1/3] x86: Update DEBUG_TLBFLUSH options description
 2019-04-25 20:17 UTC  (2+ messages)

misc cleanups
 2019-04-25 20:05 UTC  (11+ messages)
` [PATCH 1/9] riscv: use asm-generic/extable.h
` [PATCH 7/9] riscv: remove duplicate macros from ptrace.h
` [PATCH 8/9] riscv: print the unexpected interrupt cause
` [PATCH 9/9] riscv: call pm_power_off from machine_halt / machine_power_off

[PATCH v2 2/2] riscv: Introduce huge page support for 32/64bit kernel
 2019-04-25 18:52 UTC  (3+ messages)

[PATCH 3/3] riscv/signal: Fixup additional syscall restarting
 2019-04-25 18:11 UTC  (2+ messages)

[PATCH v2 1/2] x86, arm64: Move ARCH_WANT_HUGE_PMD_SHARE config in arch/Kconfig
 2019-04-25 17:42 UTC  (2+ messages)

[PATCH v4 0/4] Miscellaneous kernel command line fixes
 2019-04-25  9:59 UTC  (8+ messages)
` [PATCH 1/4] RISC-V: Add RISC-V specific arch_match_cpu_phys_id
` [PATCH 2/4] RISC-V: Implement nosmp commandline option
` [PATCH 3/4] RISC-V: Support nr_cpus command line option
` [PATCH 4/4] RISC-V: Fix minor checkpatch issues

[PATCH v6 0/3] Allow accessing CSR using CSR number
 2019-04-25  8:42 UTC  (5+ messages)
` [PATCH v6 1/3] RISC-V: Use tabs to align macro values in asm/csr.h
` [PATCH v6 2/3] RISC-V: Add interrupt related SCAUSE defines "
` [PATCH v6 3/3] RISC-V: Access CSRs using CSR numbers

[PATCH v4 0/3] Allow accessing CSR using CSR number
 2019-04-25  8:17 UTC  (8+ messages)
` [PATCH v4 1/3] RISC-V: Use tabs to align macro values in asm/csr.h
` [PATCH v4 2/3] RISC-V: Add interrupt related SCAUSE defines "
` [PATCH v4 3/3] RISC-V: Access CSRs using CSR numbers

[PATCH v5 0/3] Allow accessing CSR using CSR number
 2019-04-25  8:15 UTC  (4+ messages)
` [PATCH v5 1/3] RISC-V: Use tabs to align macro values in asm/csr.h
` [PATCH v5 2/3] RISC-V: Add interrupt related SCAUSE defines "
` [PATCH v5 3/3] RISC-V: Access CSRs using CSR numbers

[PATCH v3] RISC-V: Implement ASID allocator
 2019-04-25  5:55 UTC  (7+ messages)

[PATCH v3 0/3] Allow accessing CSR using CSR number
 2019-04-25  5:04 UTC  (10+ messages)
` [PATCH v3 1/3] RISC-V: Use tabs to align macro values in asm/csr.h
` [PATCH v3 2/3] RISC-V: Add interrupt related SCAUSE defines "
` [PATCH v3 3/3] RISC-V: Access CSRs using CSR numbers

[PATCH v3 2/4] RISC-V: Fix memory reservation in setup_bootmem()
 2019-04-24 21:06 UTC  (2+ messages)

[PATCH v3 0/3] Miscellaneous kernel command line fixes
 2019-04-24 16:50 UTC  (9+ messages)
` [PATCH v3 1/3] RISC-V: Add RISC-V specific arch_match_cpu_phys_id
` [PATCH v3 2/3] RISC-V: Implement nosmp commandline option
` [PATCH v3 3/3] RISC-V: Support nr_cpus command line option

[PATCH AUTOSEL 4.19 14/52] riscv: fix accessing 8-byte variable from RV32
 2019-04-24 14:38 UTC 

[PATCH AUTOSEL 5.0 20/66] riscv: fix accessing 8-byte variable from RV32
 2019-04-24 14:32 UTC 

[PATCH] RISC-V: redefine PTRS_PER_PGD/PTRS_PER_PMD/PTRS_PER_PTE
 2019-04-24  8:13 UTC  (2+ messages)

[PATCH] RISC-V: redefine PTRS_PER_PGD/PTRS_PER_PMD/PTRS_PER_PTE
 2019-04-24  7:59 UTC  (2+ messages)

[PATCH] riscv: vdso: drop unnecessary cc-ldoption
 2019-04-24  6:20 UTC  (2+ messages)

[PATCH] RISC-V: Add an Image header that boot loader can parse
 2019-04-23 23:25 UTC 

Testing the recent RISC-V DT patchsets
 2019-04-23  0:17 UTC 

[PATCH v2 00/79] Convert files to ReST
 2019-04-22 14:51 UTC  (4+ messages)
` [PATCH v2 18/79] docs: kbuild: convert docs to ReST and rename to *.rst
` [PATCH v2 29/79] docs: riscv: "

[PATCH v5 0/3] Add support for the Purism Librem5 devkit
 2019-04-22 13:39 UTC  (9+ messages)
` [PATCH v5 1/3] arm64: dts: fsl: librem5: Add a device tree for the "
` [PATCH v5 2/3] dt-bindings: Add an entry for Purism SPC
` [PATCH v5 3/3] dt-bindings: arm: fsl: Add the imx8mq boards

[PATCH 00/57] Convert files to ReST
 2019-04-19 22:10 UTC  (4+ messages)
` [PATCH 29/57] docs: riscv: convert it to ReST format
` Avoiding merge conflicts while adding new docs - Was: Re: [PATCH 00/57] Convert files to ReST

[PATCH 0/3] L2 cache controller and EDAC support for SiFive SoCs
 2019-04-18 12:50 UTC  (5+ messages)
` [PATCH 1/3] RISC-V: Add DT documentation for SiFive L2 Cache Controller
` [PATCH 3/3] edac: sifive: Add EDAC platform driver for SiFive SoCs

[PATCH] RISC-V: redefine PTRS_PER_PGD/PTRS_PER_PMD/PTRS_PER_PTE
 2019-04-18  6:13 UTC  (2+ messages)

[GIT PULL] RISC-V Patches for 5.1-rc6
 2019-04-16 21:30 UTC  (2+ messages)

[RFT/RFC PATCH v3 0/5] Unify CPU topology across ARM & RISC-V
 2019-04-16 19:04 UTC  (11+ messages)
` [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

[PATCH] RISC-V: Add kexec support
 2019-04-16 13:01 UTC 

[PATCH] RISC-V: Add support for kexec on kexec-tools
 2019-04-16 12:32 UTC 


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