linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-09 01:24:56 to 2022-12-13 13:41:40 UTC [more...]

[PATCH 00/12] Introduce CONFIG_SLUB_TINY and deprecate SLOB
 2022-12-13 13:41 UTC  (3+ messages)
` [PATCH 12/12] mm, slob: rename CONFIG_SLOB to CONFIG_SLOB_DEPRECATED

[PATCH 00/14] KVM: selftests: Clang fixes, Makefile cleanup
 2022-12-13  9:51 UTC  (21+ messages)
` [PATCH 01/14] KVM: selftests: Define literal to asm constraint in aarch64 as unsigned long
` [PATCH 02/14] KVM: selftests: Delete dead code in x86_64/vmx_tsc_adjust_test.c
` [PATCH 03/14] KVM: selftests: Fix divide-by-zero bug in memslot_perf_test
` [PATCH 04/14] KVM: selftests: Use pattern matching in .gitignore
` [PATCH 05/14] KVM: selftests: Fix a typo in x86-64's kvm_get_cpu_address_width()
` [PATCH 06/14] KVM: selftests: Rename UNAME_M to ARCH_DIR, fill explicitly for x86
` [PATCH 07/14] KVM: selftests: Use proper function prototypes in probing code
` [PATCH 08/14] KVM: selftests: Probe -no-pie with actual CFLAGS used to compile
` [PATCH 09/14] KVM: selftests: Explicitly disable builtins for mem*() overrides
` [PATCH 10/14] KVM: selftests: Include lib.mk before consuming $(CC)
` [PATCH 11/14] KVM: selftests: Disable "gnu-variable-sized-type-not-at-end" warning
` [PATCH 12/14] KVM: selftests: Use wildcards to find library source files
` [PATCH 13/14] KVM: selftests: Use wildcards to find targets and test "
` [PATCH 14/14] KVM: selftests: Enable RSEQ test for RISC-V

Słowa kluczowe do wypozycjonowania
 2022-12-13  9:17 UTC 

[PATCH v2] riscv: Use PUD/P4D/PGD pages for the linear mapping
 2022-12-13  7:56 UTC  (3+ messages)

[PATCH v1 0/3] StarFive's SDIO/eMMC driver support
 2022-12-13  7:38 UTC  (14+ messages)
` [PATCH v1 1/3] dt-bindings: mmc: Add bindings for StarFive
` [PATCH v1 2/3] mmc: starfive: Add sdio/emmc driver support
` [PATCH v1 3/3] riscv: dts: starfive: Add mmc node

[PATCH 0/6] crypto: starfive: Add driver for cryptographic engine
 2022-12-13  6:32 UTC  (3+ messages)

[PATCH 1/2] RISC-V: Align the shadow stack
 2022-12-13  6:20 UTC  (3+ messages)

[PATCH v3] riscv: Use PUD/P4D/PGD pages for the linear mapping
 2022-12-13  6:02 UTC 

[PATCH] kbuild: add test-{ge,gt,le,lt} macros
 2022-12-13  4:02 UTC  (3+ messages)

[RFC PATCH 00/37] KVM: Refactor the KVM/x86 TDP MMU into common code
 2022-12-13  1:42 UTC  (43+ messages)
` [RFC PATCH 01/37] KVM: x86/mmu: Store the address space ID directly in kvm_mmu_page_role
` [RFC PATCH 02/37] KVM: MMU: Move struct kvm_mmu_page_role into common code
` [RFC PATCH 04/37] KVM: x86/mmu: Invert sp->tdp_mmu_page to sp->shadow_mmu_page
` [RFC PATCH 06/37] KVM: MMU: Move struct kvm_mmu_page to common code
` [RFC PATCH 10/37] KVM: MMU: Move struct kvm_page_fault "
` [RFC PATCH 17/37] KVM: Move struct kvm_gfn_range to kvm_types.h
` [RFC PATCH 20/37] KVM: x86/mmu: Abstract away computing the max mapping level
` [RFC PATCH 23/37] KVM: MMU: Move VM-level TDP MMU state to struct kvm
` [RFC PATCH 33/37] KVM: Move kvm_arch_flush_remote_tlbs_memslot() to common code

[PATCH v5 0/6] AX45MP: Add support to non-coherent DMA
 2022-12-12 17:28 UTC  (9+ messages)
` [PATCH v5 1/6] riscv: asm: alternative-macros: Introduce ALTERNATIVE_3() macro
` [PATCH v5 2/6] riscv: asm: vendorid_list: Add Andes Technology to the vendors list
` [PATCH v5 3/6] riscv: errata: Add Andes alternative ports
` [PATCH v5 4/6] riscv: mm: dma-noncoherent: Pass direction and operation to ALT_CMO_OP()
` [PATCH v5 5/6] dt-bindings: cache: r9a07g043f-l2-cache: Add DT binding documentation for L2 cache controller
` [PATCH v5 6/6] soc: renesas: Add L2 cache management for RZ/Five SoC

[RFC PATCH] riscv: vdso: remove hardcoded 0x800 .text section start addr
 2022-12-12 15:21 UTC  (3+ messages)

[GIT PULL] KVM/riscv changes for 6.2
 2022-12-12 14:05 UTC  (5+ messages)

[QUERY]: Adding support for a platform
 2022-12-12 12:43 UTC  (3+ messages)

[PATCH RESEND v10 0/3] riscv, mm: detect svnapot cpu support at runtime
 2022-12-12  8:15 UTC  (6+ messages)
` [PATCH v10 1/3] riscv: mm: modify pte format for Svnapot
` [PATCH v10 2/3] riscv: mm: support Svnapot in hugetlb page
` [PATCH v10 3/3] riscv: mm: support Svnapot in huge vmap

[PATCH v10 0/3] riscv, mm: detect svnapot cpu support at runtime
 2022-12-12  8:05 UTC  (9+ messages)
` [PATCH v10 1/3] riscv: mm: modify pte format for Svnapot
` [PATCH v10 2/3] riscv: mm: support Svnapot in hugetlb page
` [PATCH v10 3/3] riscv: mm: support Svnapot in huge vmap

[PATCH -next V11 0/7] riscv: Add GENERIC_ENTRY support
 2022-12-12  7:47 UTC  (10+ messages)
` [PATCH -next V11 1/7] compiler_types.h: Add __noinstr_section() for noinstr
` [PATCH -next V11 2/7] riscv: ptrace: Remove duplicate operation
` [PATCH -next V11 3/7] riscv: entry: Add noinstr to prevent instrumentation inserted
` [PATCH -next V11 4/7] riscv: entry: Convert to generic entry
` [PATCH -next V11 5/7] riscv: entry: Remove extra level wrappers of trace_hardirqs_{on,off}
` [PATCH -next V11 6/7] riscv: entry: Consolidate ret_from_kernel_thread into ret_from_fork
` [PATCH -next V11 7/7] riscv: entry: Consolidate general regs saving/restoring

[RESEND PATCH v2 0/3] JH7110 PMU Support
 2022-12-12  6:33 UTC  (8+ messages)
` [RESEND PATCH v2 1/3] dt-bindings: power: Add starfive,jh71xx-pmu

[PATCH v4 00/12] Allow calls in alternatives
 2022-12-11 20:49 UTC  (25+ messages)
` [PATCH v4 01/12] RISC-V: fix funct4 definition for c.jalr in parse_asm.h
` [PATCH v4 02/12] RISC-V: add prefix to all constants/macros "
` [PATCH v4 03/12] RISC-V: detach funct-values from their offset
` [PATCH v4 04/12] RISC-V: add ebreak instructions to definitions
` [PATCH v4 05/12] RISC-V: add auipc elements to parse_asm header
` [PATCH v4 06/12] RISC-V: Move riscv_insn_is_* macros into a common header
` [PATCH v4 07/12] RISC-V: rename parse_asm.h to insn.h
` [PATCH v4 08/12] RISC-V: kprobes: use central defined funct3 constants
` [PATCH v4 09/12] RISC-V: add U-type imm parsing to insn.h header
` [PATCH v4 10/12] RISC-V: add rd reg "
` [PATCH v4 11/12] RISC-V: add helpers for handling immediates in U-type and I-type pairs
` [PATCH v4 12/12] RISC-V: fix auipc-jalr addresses in patched alternatives

[PATCH v2 00/11] pwm: Allow .get_state to fail
 2022-12-11 13:31 UTC  (6+ messages)

[PATCH v6 RESEND 0/2] use static key to optimize pgtable_l4_enabled
 2022-12-11 10:43 UTC  (5+ messages)

[PATCH] riscv: increase boot command line size to 1K
 2022-12-11  6:17 UTC  (2+ messages)

[PATCH -next V10 00/10] riscv: Add GENERIC_ENTRY support and related features
 2022-12-10 16:05 UTC  (22+ messages)
` [PATCH -next V10 04/10] riscv: entry: Convert to generic entry
` [PATCH -next V10 05/10] riscv: entry: Remove extra level wrappers of trace_hardirqs_{on,off}
` [PATCH -next V10 06/10] riscv: entry: Consolidate ret_from_kernel_thread into ret_from_fork
` [PATCH -next V10 08/10] riscv: stack: Support HAVE_IRQ_EXIT_ON_IRQ_STACK
` [PATCH -next V10 09/10] riscv: stack: Support HAVE_SOFTIRQ_ON_OWN_STACK
` [PATCH -next V10 10/10] riscv: stack: Add config of thread stack size

[PATCH -next V2 0/2] riscv: jump_label: Fixup & Optimization
 2022-12-10 10:09 UTC  (3+ messages)
` [PATCH -next V2 1/2] riscv: jump_label: Fixup unaligned arch_static_branch function
` [PATCH -next V2 2/2] riscv: jump_label: Using c.j for CONFIG_RISCV_ISA_C

[PATCH v2 1/4] riscv: Don't duplicate __ALTERNATIVE_CFG in __ALTERNATIVE_CFG_2
 2022-12-10  4:20 UTC  (2+ messages)

[PATCH v2 0/4] riscv: alternative-macros.h cleanups
 2022-12-10  2:15 UTC  (2+ messages)

[PATCH v3 0/3] RISC-V: Ensure Zicbom has a valid block size
 2022-12-09 22:30 UTC  (3+ messages)

[PATCH RESEND v1] riscv: mm: call best_map_size many times during linear-mapping
 2022-12-09 22:00 UTC  (3+ messages)

[PATCH v12 01/17] riscv: Rename __switch_to_aux -> fpu
 2022-12-09 19:58 UTC  (14+ messages)
` [PATCH v12 17/17] riscv: prctl to enable vector commands
  ` RISCV Vector unit disabled by default for new task (was Re: [PATCH v12 17/17] riscv: prctl to enable vector commands)

[PATCH v3 2/2] mailbox: mpfs: read the system controller's status
 2022-12-09 19:14 UTC  (2+ messages)

[PATCH v3 1/2] soc: microchip: mpfs: handle failed system service requests
 2022-12-09 19:14 UTC  (2+ messages)

[PATCH 1/2] riscv: Fix crash during early errata patching
 2022-12-09 19:00 UTC  (2+ messages)

[PATCH v2 1/2] riscv: Fix crash during early errata patching
 2022-12-09 19:00 UTC  (2+ messages)

[PATCH v9 0/3] riscv, mm: detect svnapot cpu support at runtime
 2022-12-09 17:04 UTC  (9+ messages)
` [PATCH v9 1/3] riscv: mm: modify pte format for Svnapot

[PATCH v3 0/3] serial: Add RISC-V support to the earlycon semihost driver
 2022-12-09 15:04 UTC  (4+ messages)
` [PATCH v3 1/3] serial: earlycon-arm-semihost: Move smh_putc() variants in respective arch's semihost.h
` [PATCH v3 2/3] riscv: Implement semihost.h for earlycon semihost driver
` [PATCH v3 3/3] serial: Rename "

[PATCH v3 0/5] arch_topology: Build cacheinfo from primary CPU
 2022-12-09 10:31 UTC  (6+ messages)
` [PATCH v3 1/5] cacheinfo: Use RISC-V's init_cache_level() as generic OF implementation
` [PATCH v3 2/5] cacheinfo: Return error code in init_of_cache_level()
` [PATCH v3 3/5] ACPI: PPTT: Remove acpi_find_cache_levels()
` [PATCH v3 4/5] ACPI: PPTT: Update acpi_find_last_cache_level() to acpi_get_cache_info()
` [PATCH v3 5/5] arch_topology: Build cacheinfo from primary CPU

[PATCH -next V6 0/2] riscv: kexec: Fxiup crash_save percpu and
 2022-12-09  7:55 UTC  (3+ messages)
` [PATCH -next V6 1/2] riscv: kexec: EOI active and mask all interrupts in kexec crash path
` [PATCH -next V6 2/2] riscv: kexec: Make crash save multi harts' context

[PATCH 6/9] RISC-V: Export sbi_get_mvendorid() and friends
 2022-12-09  4:33 UTC  (2+ messages)

[PATCH V3] riscv: asid: Fixup stale TLB entry cause application crash
 2022-12-09  3:15 UTC  (4+ messages)

[PATCH v2 0/5] Basic pinctrl support for StarFive JH7110 RISC-V SoC
 2022-12-09  3:13 UTC  (3+ messages)
` [PATCH v2 2/5] dt-bindings: pinctrl: Add StarFive JH7110 sys pinctrl

[PATCH v1 0/7] Add Ethernet driver for StarFive JH7110 SoC
 2022-12-09  2:26 UTC  (11+ messages)
` [PATCH v1 2/7] net: stmmac: platform: Add snps,dwmac-5.20 IP compatible string
` [PATCH v1 5/7] net: stmmac: Add StarFive dwmac supoort
` [PATCH v1 7/7] riscv: dts: starfive: visionfive-v2: Add phy delay_chain configuration

[PATCH v6 0/3] Add PMEM support for RISC-V
 2022-12-09  1:30 UTC  (2+ messages)

[PATCH v2 0/3] RISC-V interrupt controller select cleanup
 2022-12-09  1:30 UTC  (2+ messages)

[PATCH] riscv: boot: add zstd support
 2022-12-09  1:30 UTC  (2+ messages)

[PATCH v1 3/7] RISC-V: kbuild: convert all use of SOC_FOO to ARCH_FOO
 2022-12-09  1:24 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).