linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-20 11:08:40 to 2022-05-26 01:26:21 UTC [more...]

[PATCH] riscv: compat: Using seperated vdso_maps for compat_vdso_info
 2022-05-26  1:25 UTC  (11+ messages)

[PATCH V2] riscv: compat: Using seperated vdso_maps for compat_vdso_info
 2022-05-26  1:24 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 8cb8311e95e3bb58bd84d6350365f14a718faa6d
 2022-05-26  1:16 UTC  (5+ messages)

[PATCH V9 00/20] riscv: compat: Add COMPAT Kbuild skeletal support
 2022-05-26  0:39 UTC  (16+ messages)
` [PATCH V9 20/20] "

[PATCH 0/5] Support for 64bit hartid on RV64 platforms
 2022-05-26  0:06 UTC  (15+ messages)
` [PATCH 1/5] riscv: cpu_ops_sbi: Support for 64bit hartid
` [PATCH 2/5] riscv: cpu_ops_spinwait: "
` [PATCH 3/5] riscv: smp: "
` [PATCH 4/5] riscv: cpu: "
` [PATCH 5/5] riscv/efi_stub: Support for 64bit boot-hartid

[PATCH v7 00/25] Rust support
 2022-05-25 22:25 UTC  (5+ messages)
` [PATCH v7 21/25] Kbuild: add "

[PATCH v2 3/4] RISC-V: Split out the XIP fixups into their own file
 2022-05-25 21:45 UTC  (2+ messages)

[PATCH v2 1/4] RISC-V: Avoid empty create_*_mapping definitions
 2022-05-25 21:32 UTC  (2+ messages)

[PATCH v10 00/12] riscv: support for Svpbmt and D1 memory types
 2022-05-25 15:22 UTC  (4+ messages)
` [PATCH 08/12] riscv: Fix accessing pfn bits in PTEs for non-32bit variants

[PATCH v2 0/2] riscv: implement Zicbom-based CMO instructions + the t-head variant
 2022-05-25 15:14 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: riscv: document cbom-block-size

[PATCH v2] riscv/kprobe: reclaim insn_slot on kprobe unregistration
 2022-05-25 13:33 UTC  (4+ messages)

[PATCH v3] mm: Avoid unnecessary page fault retires on shared memory types
 2022-05-25 12:44 UTC  (4+ messages)

[PATCH v4] i2c: add support for microchip fpga i2c controllers
 2022-05-25 11:59 UTC 

[PATCH RFC 0/2] Add PLIC support for Renesas RZ/Five SoC
 2022-05-25 11:46 UTC  (8+ messages)
` [PATCH RFC 1/2] dt-bindings: interrupt-controller: sifive, plic: Document "
` [PATCH RFC 2/2] irqchip/sifive-plic: Add support for "

[PATCH v3 00/16] arch_topology: Updates to add socket support and fix cluster ids
 2022-05-25  8:14 UTC  (17+ messages)
` [PATCH v3 01/16] cacheinfo: Use of_cpu_device_node_get instead cpu_dev->of_node
  ` [PATCH v3 02/16] cacheinfo: Add helper to access any cache index for a given CPU
    ` [PATCH v3 03/16] cacheinfo: Move cache_leaves_are_shared out of CONFIG_OF
      ` [PATCH v3 04/16] cacheinfo: Add support to check if last level cache(LLC) is valid or shared
        ` [PATCH v3 05/16] cacheinfo: Allow early detection and population of cache attributes
          ` [PATCH v3 06/16] arch_topology: Add support to parse and detect "
            ` [PATCH v3 07/16] arch_topology: Use the last level cache information from the cacheinfo
              ` [PATCH v3 08/16] arm64: topology: Remove redundant setting of llc_id in CPU topology
                ` [PATCH v3 09/16] arch_topology: Drop LLC identifier stash from the "
                  ` [PATCH v3 10/16] arch_topology: Set thread sibling cpumask only within the cluster
                    ` [PATCH v3 11/16] arch_topology: Check for non-negative value rather than -1 for IDs validity
                      ` [PATCH v3 12/16] arch_topology: Avoid parsing through all the CPUs once a outlier CPU is found
                        ` [PATCH v3 13/16] arch_topology: Don't set cluster identifier as physical package identifier
                          ` [PATCH v3 14/16] arch_topology: Drop unnecessary check for uninitialised package_id
                            ` [PATCH v3 15/16] arch_topology: Set cluster identifier in each core/thread from /cpu-map
                              ` [PATCH v3 16/16] arch_topology: Add support for parsing sockets in /cpu-map

[PATCH] riscv/kprobe: reclaim insn_slot on kprobe unregistration
 2022-05-25  1:24 UTC  (3+ messages)

[PATCH v2] arch/riscv: add Zihintpause support
 2022-05-24 21:19 UTC 

[PATCH v8 00/27] Introduce power-off+restart call chain API
 2022-05-24 20:16 UTC  (9+ messages)
` [PATCH v8 07/27] kernel/reboot: Add kernel_can_power_off()

[PATCH v3 0/2] use static key to optimize pgtable_l4_enabled
 2022-05-24 16:00 UTC  (5+ messages)
` [PATCH v3 2/2] riscv: turn pgtable_l4|[l5]_enabled to static key for RV64

[PATCH v4 0/2] use static key to optimize pgtable_l4_enabled
 2022-05-24 15:59 UTC  (5+ messages)
` [PATCH v4 1/2] riscv: move sbi_init() earlier before jump_label_init()
` [PATCH v4 2/2] riscv: turn pgtable_l4|[l5]_enabled to static key for RV64

[PATCH v4] riscv: add irq stack support
 2022-05-24 15:39 UTC 

[PATCH v3] RISC-V: Increase range and default value of NR_CPUS
 2022-05-24 12:08 UTC  (2+ messages)

[PATCH v3 0/4] Add Sstc extension support
 2022-05-24 11:39 UTC  (9+ messages)
` [PATCH v3 1/4] RISC-V: Add SSTC extension CSR details
` [PATCH v3 2/4] RISC-V: Enable sstc extension parsing from DT
` [PATCH v3 3/4] RISC-V: Prefer sstc extension if available
` [PATCH v3 4/4] RISC-V: KVM: Support sstc extension

[PATCH v2 0/3] Miscellaneous fixes for PMU driver
 2022-05-24 11:22 UTC  (3+ messages)
` [PATCH v2 3/3] RISC-V: Fix SBI PMU calls for RV32

[PATCH -next v7 6/6] riscv/mm: Enable ARCH_SUPPORTS_PAGE_TABLE_CHECK
 2022-05-24  6:40 UTC  (3+ messages)

[PATCH] RISC-V: Add fast call path of crash_kexec()
 2022-05-24  1:50 UTC  (2+ messages)

[PATCH v4 0/1] polarfire soc kconfig/maintainers updates
 2022-05-23 20:00 UTC  (5+ messages)
` [PATCH v4 1/1] MAINTAINERS: add polarfire rng, pci and clock drivers

[PATCH v2] gpio: dwapb: Make the irqchip immutable
 2022-05-23 18:56 UTC  (7+ messages)

[PATCH] riscv: Don't output a bogus mmu-type on a no MMU kernel
 2022-05-23 15:29 UTC  (4+ messages)

[PATCH v2 0/2] introduce unified static key mechanism for ISA ext
 2022-05-23 15:08 UTC  (7+ messages)
` [PATCH v2 1/2] riscv: introduce unified static key mechanism for ISA extensions
` [PATCH v2 2/2] riscv: switch has_fpu() to the unified static key mechanism

[PATCH v4 00/11] archs/random: fallback to best raw ktime when no cycle counter
 2022-05-23 13:58 UTC  (3+ messages)
` [PATCH v4 06/11] nios2: use fallback for random_get_entropy() instead of zero

[PATCH v5 00/10] PolarFire SoC dt for 5.19
 2022-05-23 11:47 UTC  (2+ messages)

[PATCH v2] riscv: add irq stack support
 2022-05-23  8:16 UTC  (4+ messages)

Koszty instalacji fotowoltaicznej
 2022-05-23  8:10 UTC 

[PATCH] gpio: dwapb: Make the irqchip immutable
 2022-05-22 21:10 UTC  (2+ messages)

[PATCH 0/2] introduce unified static key mechanism for ISA ext
 2022-05-22 14:56 UTC  (4+ messages)
` [PATCH 1/2] riscv: introduce unified static key mechanism for ISA extensions

[PATCH V4 5/5] riscv: atomic: Optimize LRSC-pairs atomic ops with .aqrl annotation
 2022-05-22 13:12 UTC  (3+ messages)

[PATCH v3] RISC-V: Add CONFIG_{NON,}PORTABLE
 2022-05-22 12:27 UTC  (4+ messages)

[PATCH v2] riscv: mm: init: make pt_ops_set_[early|late|fixmap] static
 2022-05-22  8:21 UTC  (2+ messages)

[PATCH v3 -next 1/6] kexec_file: Fix kexec_file.c build error for riscv platform
 2022-05-22  3:07 UTC  (3+ messages)

[PATCH v1 0/4] riscv: mm: add Svnapot support
 2022-05-22  2:38 UTC  (3+ messages)
  `  "

[PATCH v1 0/6] RISC-V -march handling improvements
 2022-05-21 22:05 UTC  (8+ messages)
` [PATCH v1 1/6] RISC-V: Respect -Wsparse-error for -march errors
` [PATCH v1 2/6] RISC-V: Match GCC's semantics for multiple -march instances
` [PATCH v1 3/6] RISC-V: Remove the unimplemented ISA extensions

[PATCH v2] RISC-V: Add CONFIG_{NON,}PORTABLE
 2022-05-21 20:46 UTC  (2+ messages)

[PATCH v3] i2c: add support for microchip fpga i2c controllers
 2022-05-21 11:28 UTC  (4+ messages)

[PATCH v2] gpio: sifive: Make the irqchip immutable
 2022-05-20 23:42 UTC  (3+ messages)

[PATCH v1 0/5] Support kexec_file on 32-bit RISC-V
 2022-05-20 22:42 UTC  (7+ messages)
` [PATCH v1 1/5] drivers: of: kexec ima: Support 32-bit platforms
` [PATCH v1 2/5] ima: Fix a build issue on "
` [PATCH v1 3/5] RISC-V: kexec: Use Elf64 on 64-bit targets
` [PATCH v1 4/5] RISC-V: purgatory: Use XLEN-length loads to support rv32
` [PATCH v1 5/5] RISC-V: Allow kexec_file() on 32-bit platforms

[GIT PULL] RISC-V Fixes for 5.18
 2022-05-20 18:36 UTC  (2+ messages)

[PATCH V12 00/20] riscv: Add COMPAT mode support for 64BIT
 2022-05-20 18:18 UTC  (3+ messages)

[PATCH v3 -next 0/6] riscv: kexec: add kexec_file_load() support
 2022-05-20 15:45 UTC  (2+ messages)

[PATCH v2 0/8] arch_topology: Updates to add socket support and fix cluster ids
 2022-05-20 15:33 UTC  (21+ messages)
` [PATCH v2 1/8] arch_topology: Don't set cluster identifier as physical package identifier
` [PATCH v2 2/8] arch_topology: Set thread sibling cpumask only within the cluster
` [PATCH v2 3/8] arch_topology: Set cluster identifier in each core/thread from /cpu-map
` [PATCH v2 8/8] arch_topology: Add support to build llc_sibling on DT platforms

[PATCH] MAINTAINERS: Update KVM RISC-V entry to cover selftests support
 2022-05-20 14:19 UTC  (2+ messages)

[PATCH] pwm: sifive: simplify if-if to if-else
 2022-05-20 13:59 UTC  (2+ messages)

[PATCH 0/3] riscv: Kconfig: Style cleanups
 2022-05-20 12:02 UTC  (4+ messages)
` [PATCH 1/3] riscv: Kconfig: Fix indentation and add comments
` [PATCH 2/3] riscv: Kconfig.erratas: Add comments
` [PATCH 3/3] riscv: Kconfig.socs: "

[GIT PULL] KVM/riscv changes for 5.19
 2022-05-20 11:55 UTC  (2+ messages)

[PATCH] RISC-V: PCI: Avoid handing out address 0 to devices
 2022-05-20 11:08 UTC  (2+ messages)
` [PING][PATCH] "


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