linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-31 15:08:04 to 2023-06-03 09:01:23 UTC [more...]

[PATCH v3 0/3] nolibc: add part2 of support for rv32
 2023-06-03  9:00 UTC 

[PATCH v3 00/12] nolibc: add generic part1 of prepare for rv32
 2023-06-03  8:17 UTC  (13+ messages)
` [PATCH v3 01/12] selftests/nolibc: syscall_args: use generic __NR_statx
` [PATCH v3 02/12] tools/nolibc: add missing nanoseconds support for __NR_statx
` [PATCH v3 03/12] selftests/nolibc: allow specify extra arguments for qemu
` [PATCH v3 04/12] selftests/nolibc: fix up compile warning with glibc on x86_64
` [PATCH v3 05/12] selftests/nolibc: not include limits.h for nolibc
` [PATCH v3 06/12] selftests/nolibc: use INT_MAX instead of __INT_MAX__
` [PATCH v3 07/12] tools/nolibc: arm: add missing my_syscall6
` [PATCH v3 08/12] tools/nolibc: open: fix up compile warning for arm
` [PATCH v3 09/12] selftests/nolibc: support two errnos with EXPECT_SYSER2()
` [PATCH v3 10/12] selftests/nolibc: remove gettimeofday_bad1/2 completely
` [PATCH v3 11/12] selftests/nolibc: add new gettimeofday test cases
` [PATCH v3 12/12] selftests/nolibc: test_fork: fix up duplicated print

[PATCH v4 0/7] Add PLL clocks driver and syscon for StarFive JH7110 SoC
 2023-06-02 22:56 UTC  (22+ messages)
` [PATCH v4 1/7] dt-bindings: clock: Add StarFive JH7110 PLL clock generator
` [PATCH v4 2/7] clk: starfive: Add StarFive JH7110 PLL clock driver

[PATCH v2 00/13] nolibc: add part2 of support for rv32
 2023-06-02 19:44 UTC  (2+ messages)

[PATCH 0/9] Add DRM driver for StarFive SoC JH7110
 2023-06-02 18:21 UTC  (10+ messages)
` [PATCH 1/9] dt-bindings: display: Add yamls for JH7110 display subsystem
` [PATCH 2/9] riscv: dts: starfive: jh7110: add dc&hdmi controller node
` [PATCH 3/9] drm/verisilicon: Add basic drm driver
` [PATCH 4/9] drm/verisilicon: Add gem driver for JH7110 SoC
` [PATCH 5/9] drm/verisilicon: Add mode config funcs
` [PATCH 6/9] drm/verisilicon: Add drm crtc funcs
` [PATCH 7/9] drm/verisilicon: Add drm plane funcs
` [PATCH 9/9] drm/verisilicon: Add starfive hdmi driver

[PATCH 00/13] mm: jit/text allocator
 2023-06-02 18:20 UTC  (31+ messages)
` [PATCH 01/13] nios2: define virtual address space for modules
` [PATCH 02/13] mm: introduce jit_text_alloc() and use it instead of module_alloc()
` [PATCH 03/13] mm/jitalloc, arch: convert simple overrides of module_alloc to jitalloc
` [PATCH 04/13] mm/jitalloc, arch: convert remaining "
` [PATCH 05/13] module, jitalloc: drop module_alloc
` [PATCH 06/13] mm/jitalloc: introduce jit_data_alloc()
` [PATCH 07/13] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH 08/13] arch: make jitalloc setup available regardless of CONFIG_MODULES
` [PATCH 09/13] kprobes: remove dependcy on CONFIG_MODULES
` [PATCH 10/13] modules, jitalloc: prepare to allocate executable memory as ROX
` [PATCH 11/13] ftrace: Add swap_func to ftrace_process_locs()
` [PATCH 12/13] x86/jitalloc: prepare to allocate exectuatble memory as ROX
` [PATCH 13/13] x86/jitalloc: make memory allocated for code ROX

[PATCH v2 0/3] Add initialization of clock for StarFive JH7110 SoC
 2023-06-02 18:02 UTC  (6+ messages)
` [PATCH v2 1/3] dt-bindings: qspi: cdns,qspi-nor: Add clocks "
` [PATCH v2 2/3] spi: cadence-quadspi: Add clock configuration for StarFive JH7110 QSPI
` [PATCH v2 3/3] riscv: dts: starfive: Add QSPI controller node for StarFive JH7110 SoC

[GIT PULL] RISC-V Fixes for 6.4-rc5
 2023-06-02 17:51 UTC  (2+ messages)

[PATCH v2 00/16] Use MMU read lock for clear-dirty-log
 2023-06-02 16:09 UTC  (17+ messages)
` [PATCH v2 01/16] KVM: selftests: Clear dirty logs in user defined chunks sizes in dirty_log_perf_test
` [PATCH v2 02/16] KVM: selftests: Add optional delay between consecutive clear-dirty-log calls
` [PATCH v2 03/16] KVM: selftests: Pass the count of read and write accesses from guest to host
` [PATCH v2 04/16] KVM: selftests: Print read-write progress by vCPUs in dirty_log_perf_test
` [PATCH v2 05/16] KVM: selftests: Allow independent execution of "
` [PATCH v2 06/16] KVM: arm64: Correct the kvm_pgtable_stage2_flush() documentation
` [PATCH v2 07/16] KVM: mmu: Move mmu lock/unlock to arch code for clear dirty log
` [PATCH v2 08/16] KMV: arm64: Pass page table walker flags to stage2_apply_range_*()
` [PATCH v2 09/16] KVM: arm64: Document the page table walker actions based on the callback's return value
` [PATCH v2 10/16] KVM: arm64: Return -ENOENT if PTE is not valid in stage2_attr_walker
` [PATCH v2 11/16] KVM: arm64: Use KVM_PGTABLE_WALK_SHARED flag instead of KVM_PGTABLE_WALK_HANDLE_FAULT
` [PATCH v2 12/16] KVM: arm64: Retry shared page table walks outside of fault handler
` [PATCH v2 13/16] KVM: arm64: Run clear-dirty-log under MMU read lock
` [PATCH v2 14/16] KVM: arm64: Pass page walker flags from callers of stage 2 split walker
` [PATCH v2 15/16] KVM: arm64: Provide option to pass page walker flag for huge page splits
` [PATCH v2 16/16] KVM: arm64: Split huge pages during clear-dirty-log under MMU read lock

[PATCH V6 00/21] Add basic ACPI support for RISC-V
 2023-06-02 15:54 UTC  (6+ messages)
` (subset) "

[PATCH] riscv: perf: Fix callchain parse error with kernel tracepoint events
 2023-06-02 14:57 UTC  (3+ messages)

[PATCH v2 0/3] Add support for Allwinner GPADC on D1/T113s/R329/T507 SoCs
 2023-06-02 14:49 UTC  (7+ messages)
` [PATCH v2 1/3] iio: adc: Add Allwinner D1/T113s/R329/T507 SoCs GPADC
` [PATCH v2 2/3] dt-bindings: "
` [PATCH v2 3/3] riscv: dts: allwinner: d1: Add GPADC node

[PATCH v2] gpio: sifive: Add missing check for platform_get_irq
 2023-06-02 13:03 UTC  (2+ messages)

[PATCH v2 13/13] selftests/nolibc: riscv: customize makefile for rv32
 2023-06-02 11:56 UTC  (4+ messages)

[PATCH v2 0/3] Add timer driver for StarFive JH7110 RISC-V SoC
 2023-06-02 10:51 UTC  (4+ messages)
` [PATCH v2 2/3] clocksource: Add StarFive timer driver

[PATCH] perf/core: Add pmu stop before unthrottling to prevent WARNING
 2023-06-02  9:48 UTC 

[syzbot] riscv/fixes boot error: can't ssh into the instance (2)
 2023-06-02  9:45 UTC  (3+ messages)

[PATCH v3] riscv: fix kprobe __user string arg print fault issue
 2023-06-02  9:41 UTC  (3+ messages)

Wyższa konwersja w e-sklepie
 2023-06-02  8:35 UTC 

[PATCH] gpio: sifive: Add missing check for platform_get_irq
 2023-06-02  1:34 UTC  (2+ messages)

[PATCH v2] riscv/purgatory: Do not use fortified string functions
 2023-06-01 21:04 UTC  (7+ messages)

[PATCH v3 00/34] Split ptdesc from struct page
 2023-06-01 20:43 UTC  (46+ messages)
` [PATCH v3 01/34] mm: Add PAGE_TYPE_OP folio functions
` [PATCH v3 02/34] s390: Use _pt_s390_gaddr for gmap address tracking
` [PATCH v3 03/34] s390: Use pt_frag_refcount for pagetables
` [PATCH v3 04/34] pgtable: Create struct ptdesc
` [PATCH v3 05/34] mm: add utility functions for ptdesc
` [PATCH v3 06/34] mm: Convert pmd_pgtable_page() to pmd_ptdesc()
` [PATCH v3 07/34] mm: Convert ptlock_alloc() to use ptdescs
` [PATCH v3 08/34] mm: Convert ptlock_ptr() "
` [PATCH v3 09/34] mm: Convert pmd_ptlock_init() "
` [PATCH v3 10/34] mm: Convert ptlock_init() "
` [PATCH v3 11/34] mm: Convert pmd_ptlock_free() "
` [PATCH v3 12/34] mm: Convert ptlock_free() "
` [PATCH v3 13/34] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
` [PATCH v3 14/34] powerpc: Convert various functions to use ptdescs
` [PATCH v3 15/34] x86: "
` [PATCH v3 16/34] s390: Convert various gmap "
` [PATCH v3 17/34] s390: Convert various pgalloc "
` [PATCH v3 18/34] mm: Remove page table members from struct page
` [PATCH v3 19/34] pgalloc: Convert various functions to use ptdescs
` [PATCH v3 20/34] arm: "
` [PATCH v3 21/34] arm64: "
` [PATCH v3 22/34] csky: Convert __pte_free_tlb() "
` [PATCH v3 23/34] hexagon: "
` [PATCH v3 24/34] loongarch: Convert various functions "
` [PATCH v3 25/34] m68k: "
` [PATCH v3 26/34] mips: "
` [PATCH v3 27/34] nios2: Convert __pte_free_tlb() "
` [PATCH v3 28/34] openrisc: "
` [PATCH v3 29/34] riscv: Convert alloc_{pmd, pte}_late() "
` [PATCH v3 30/34] sh: Convert pte_free_tlb() "
` [PATCH v3 31/34] sparc64: Convert various functions "
` [PATCH v3 32/34] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
` [PATCH v3 33/34] um: Convert {pmd, pte}_free_tlb() to use ptdescs
` [PATCH v3 34/34] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers

[PATCH -fixes 1/2] riscv: Fix huge_ptep_set_wrprotect when PTE is a NAPOT
 2023-06-01 20:13 UTC  (2+ messages)

[PATCH v5 0/3] Add TDM audio on StarFive JH7110
 2023-06-01 15:44 UTC  (2+ messages)
` (subset) "

[PATCH v4 0/4] StarFive's Pulse Width Modulation driver support
 2023-06-01  8:51 UTC  (5+ messages)
` [PATCH v4 1/4] dt-bindings: pwm: Add StarFive PWM module
` [PATCH v4 2/4] pwm: starfive: Add PWM driver support
` [PATCH v4 3/4] riscv: dts: starfive: jh7110: Add PWM node and pins configuration
` [PATCH v4 4/4] riscv: dts: starfive: jh7100: "

[PATCH 0/4] riscv: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATION
 2023-06-01  4:58 UTC  (3+ messages)
` [PATCH 3/4] vmlinux.lds.h: use correct .init.data.* section name

[PATCH v2 0/4] riscv: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATION
 2023-06-01  4:48 UTC  (5+ messages)
` [PATCH v2 1/4] riscv: move options to keep entries sorted
` [PATCH v2 2/4] riscv: vmlinux-xip.lds.S: remove .alternative section

[PATCH -next v20 00/26] riscv: Add vector ISA support
 2023-06-01  4:46 UTC  (3+ messages)
` [PATCH -next v20 03/26] riscv: hwprobe: Add support for probing V in RISCV_HWPROBE_KEY_IMA_EXT_0

[PATCH 0/6] riscv: Reduce ARCH_KMALLOC_MINALIGN to 8
 2023-06-01  3:40 UTC  (7+ messages)
` [PATCH 4/6] riscv: mm: pass noncoherent or not to riscv_noncoherent_supported()

[PATCH v7 00/22] Basic clock, reset & device tree support for StarFive JH7110 RISC-V SoC
 2023-06-01  3:39 UTC  (4+ messages)
` [PATCH v7 19/22] riscv: dts: starfive: Add initial StarFive JH7110 device tree

[PATCH] riscv/purgatory: Do not use fortified string functions
 2023-06-01  2:51 UTC  (3+ messages)

[PATCH v1 0/3] Add initialization of clock for StarFive JH7110 SoC
 2023-06-01  1:52 UTC  (9+ messages)
` [PATCH v1 2/3] spi: cadence-quadspi: Add clock configuration for StarFive JH7110 QSPI

[PATCH v2 00/10] riscv: Allow userspace to directly access perf counters
 2023-05-31 17:08 UTC  (8+ messages)
` [PATCH v2 08/10] Documentation: admin-guide: Add riscv sysctl_perf_user_access
` [PATCH v2 09/10] tools: lib: perf: Implement riscv mmap support
` [PATCH v2 10/10] perf: tests: Adapt mmap-basic.c for riscv

[PATCH v4 00/10] riscv: add Bouffalolab bl808 support
 2023-05-31 15:05 UTC  (6+ messages)
` [PATCH v4 04/10] serial: bflb_uart: add Bouffalolab UART Driver

[PATCH -fixes] riscv: Fix relocatable kernels with early alternatives using -fno-pie
 2023-05-31 15:10 UTC  (2+ messages)

[PATCH -fixes] riscv: Fix unused variable warning when BUILTIN_DTB is set
 2023-05-31 15:10 UTC  (2+ messages)

[PATCH v1] RISC-V: mark hibernation as nonportable
 2023-05-31 15:10 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).