linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-15 05:51:07 to 2023-05-18 08:59:17 UTC [more...]

[PATCH v1] dt-bindings: riscv: deprecate riscv,isa
 2023-05-18  8:58 UTC 

Bug report: kernel paniced when system hibernates
 2023-05-18  8:41 UTC  (18+ messages)
        ` Fwd: "

[PATCH 0/2] RISCV: Add KVM_GET_REG_LIST API
 2023-05-18  8:10 UTC  (14+ messages)
` [PATCH 1/2] riscv: kvm: Add KVM_GET_REG_LIST API support
` [PATCH 2/2] KVM: selftests: Add riscv get-reg-list test

[RESEND PATCH v9 0/2] arm64: support batched/deferred tlb shootdown during page reclamation/migration
 2023-05-18  6:59 UTC  (3+ messages)
` [RESEND PATCH v9 1/2] mm/tlbbatch: Introduce arch_tlbbatch_should_defer()
` [RESEND PATCH v9 2/2] arm64: support batched/deferred tlb shootdown during page reclamation/migration

[PATCH 00/14] mm/init/kernel: missing-prototypes warnings
 2023-05-18  3:54 UTC  (21+ messages)
` [PATCH 01/14] mm: percpu: unhide pcpu_embed_first_chunk prototype
` [PATCH 02/14] mm: page_poison: always declare __kernel_map_pages() function
` [PATCH 03/14] mm: sparse: mark populate_section_memmap() static
` [PATCH 04/14] audit: avoid missing-prototype warnings
  ` [PATCH 4/14] "
` [PATCH 05/14] lib: devmem_is_allowed: include linux/io.h
` [PATCH 06/14] locking: add lockevent_read() prototype
` [PATCH 07/14] panic: hide unused global functions
` [PATCH 08/14] panic: make function declarations visible
` [PATCH 09/14] kunit: include debugfs header file
` [PATCH 10/14] suspend: add a arch_resume_nosmt() prototype
` [PATCH 11/14] init: consolidate prototypes in linux/init.h
` [PATCH 12/14] init: move cifs_root_data() prototype into linux/mount.h
` [PATCH 13/14] thread_info: move function declarations to linux/thread_info.h
` [PATCH 14/14] time_namespace: always provide arch_get_vdso_data() prototype for vdso

[PATCH v3 0/3] Make fprobe + rethook immune to recursion
 2023-05-18  2:49 UTC  (13+ messages)
` [PATCH v3 1/4] rethook: use preempt_{disable, enable}_notrace in rethook_trampoline_handler
` [PATCH v3 2/4] fprobe: make fprobe_kprobe_handler recursion free
` [PATCH v3 3/4] fprobe: add recursion detection in fprobe_exit_handler
` [PATCH v3 4/4] rethook, fprobe: do not trace rethook related functions

[PATCH v5 00/10] Add STG/ISP/VOUT clock and reset drivers for StarFive JH7110
 2023-05-18  1:22 UTC  (4+ messages)
` [PATCH v5 08/10] reset: starfive: jh7110: Add StarFive STG/ISP/VOUT resets support

[PATCH 00/23] arch: allow pte_offset_map[_lock]() to fail
 2023-05-17 21:50 UTC  (10+ messages)
` [PATCH 15/23] s390: allow pte_offset_map_lock() "
` [PATCH 16/23] s390: gmap use pte_unmap_unlock() not spin_unlock()

[PATCH 0/7] riscv: Memory Hot(Un)Plug support
 2023-05-17 18:53 UTC  (3+ messages)

[PATCH] irq_work: consolidate arch_irq_work_raise prototypes
 2023-05-17 14:08 UTC  (3+ messages)

[PATCH 00/10] RISC-V KVM in-kernel AIA irqchip
 2023-05-17 10:51 UTC  (11+ messages)
` [PATCH 01/10] RISC-V: KVM: Implement guest external interrupt line management
` [PATCH 02/10] RISC-V: KVM: Add IMSIC related defines
` [PATCH 03/10] RISC-V: KVM: Add APLIC "
` [PATCH 04/10] RISC-V: KVM: Set kvm_riscv_aia_nr_hgei to zero
` [PATCH 05/10] RISC-V: KVM: Skeletal in-kernel AIA irqchip support
` [PATCH 06/10] RISC-V: KVM: Implement device interface for AIA irqchip
` [PATCH 07/10] RISC-V: KVM: Add in-kernel emulation of AIA APLIC
` [PATCH 08/10] RISC-V: KVM: Expose APLIC registers as attributes of AIA irqchip
` [PATCH 09/10] RISC-V: KVM: Add in-kernel virtualization of AIA IMSIC
` [PATCH 10/10] RISC-V: KVM: Expose IMSIC registers as attributes of AIA irqchip

[PATCH V10 0/4] riscv: Optimize function trace
 2023-05-17 11:09 UTC  (7+ messages)
` [PATCH V10 4/4] samples: ftrace: Add riscv support for SAMPLE_FTRACE_DIRECT[_MULTI]

[PATCH v17 0/2] Microchip Soft IP corePWM driver
 2023-05-17 10:57 UTC  (4+ messages)
` [PATCH v17 1/2] pwm: add microchip soft ip "

[PATCH v3] RISC-V: Enable dead code elimination
 2023-05-17  8:41 UTC  (2+ messages)

[PATCH v4 0/3] Add TDM audio on StarFive JH7110
 2023-05-17  8:35 UTC  (11+ messages)
` [PATCH v4 2/3] ASoC: starfive: Add JH7110 TDM driver
` [PATCH v4 3/3] riscv: dts: starfive: add the node and pins configuration for tdm

[PATCH V3] perf vendor events riscv: add T-HEAD C9xx JSON file
 2023-05-17  7:12 UTC 

[PATCH V2] perf vendor events riscv: add T-HEAD C9xx JSON file
 2023-05-17  9:04 UTC  (3+ messages)

[PATCH 1/2] perf tools riscv: Allow get_cpuid return empty MARCH and MIMP
 2023-05-17  5:16 UTC  (11+ messages)
` [PATCH 2/2] perf vendor events riscv: add T-HEAD C9xx JSON file
        ` RESEND "

[PATCH v2 0/4] Make fprobe + rethook immune to recursion
 2023-05-17  4:51 UTC  (21+ messages)
` [PATCH v2 1/4] rethook: use preempt_{disable, enable}_notrace in rethook_trampoline_handler
` [PATCH v2 2/4] fprobe: make fprobe_kprobe_handler recursion free
` [PATCH v2 3/4] fprobe: add recursion detection in fprobe_exit_handler
` [PATCH v2 4/4] rehook, fprobe: do not trace rethook related functions

[PATCH 0/5] riscv: Fixes for vector extension documentation
 2023-05-16 14:28 UTC  (4+ messages)
` [PATCH 3/5] Documentation: riscv: vector: Use bullet lists for prctl list

[PATCH v1] Documentation/process: add soc maintainer handbook
 2023-05-16 10:08 UTC  (7+ messages)

[PATCH 0/2] perf: add T-HEAD C9xx series cpu support
 2023-05-16 10:32 UTC  (3+ messages)

[PATCH 0/4] Make fpobe + rethook immune to recursion
 2023-05-16  7:26 UTC  (4+ messages)
` [PATCH 4/4] rehook, fprobe: mark rethook related functions notrace

[PATCH -next v19 00/24] riscv: Add vector ISA support
 2023-05-16  7:13 UTC  (8+ messages)
` [PATCH -next v19 20/24] riscv: Add prctl controls for userspace vector management
` [PATCH -next v19 21/24] riscv: Add sysctl to set the default vector rule for new processes
` [PATCH -next v19 24/24] riscv: Add documentation for Vector

[PATCH] iommu: PGTABLE_LPAE is also for RISCV
 2023-05-16  7:12 UTC  (5+ messages)

linux-next: Tree for May 15 (several RV64 build errors)
 2023-05-16  6:18 UTC  (2+ messages)

[PATCH -next v19 04/24] riscv: Add new csr defines related to vector extension
 2023-05-16  3:15 UTC  (3+ messages)

[PATCH -next v19 01/24] riscv: Rename __switch_to_aux() -> fpu
 2023-05-16  2:47 UTC  (3+ messages)

[PATCH 0/4] Make fpobe + rethook immune to recursion
 2023-05-16  2:15 UTC  (3+ messages)

[PATCH v5 00/26] Remove COMMAND_LINE_SIZE from uapi
 2023-05-16  0:53 UTC  (3+ messages)
` [PATCH v5 14/26] alpha: Remove empty <uapi/asm/setup.h>

[PATCH v2 00/34] Split ptdesc from struct page
 2023-05-15 19:11 UTC  (4+ messages)
` [PATCH v2 30/34] sh: Convert pte_free_tlb() to use ptdescs

[PATCH v2 00/10] riscv: Allow userspace to directly access perf counters
 2023-05-15 17:50 UTC  (2+ messages)

[PATCH 0/3] Add T-HEAD th1520 soc clock support
 2023-05-15 17:15 UTC  (8+ messages)
` [PATCH 1/3] dt-bindings: clock: Add thead th1520 clock
` [PATCH 2/3] clk: thead: add support for the T-HEAD TH1520 CCU
` [PATCH 3/3] MAINTAINERS: update entry for T-HEAD RISC-V SoC

[PATCH v3 00/10] riscv: add Bouffalolab bl808 support
 2023-05-15 16:58 UTC  (6+ messages)
` [PATCH v3 03/10] dt-bindings: serial: add documentation for Bouffalolab UART Driver

[PATCH v1 0/2] Add watchdog nodes in StarFive JH7100/JH7110 DTS
 2023-05-15 16:46 UTC  (7+ messages)
` [PATCH v1 2/2] riscv: dts: starfive: jh7110: Add watchdog node

[PATCH v3 04/10] serial: bflb_uart: add Bouffalolab UART Driver
 2023-05-14 23:30 UTC  (3+ messages)

[PATCH v8 0/4] crypto: starfive - Add drivers for crypto engine
 2023-05-15 12:53 UTC  (5+ messages)
` [PATCH v8 1/4] dt-bindings: crypto: Add StarFive crypto module
` [PATCH v8 2/4] crypto: starfive - Add crypto engine support
` [PATCH v8 3/4] riscv: dts: starfive: Add crypto and DMA node for VisionFive 2
` [PATCH v8 4/4] crypto: starfive - Add hash and HMAC support

[PATCH v3 00/11] Linux RISC-V AIA Support
 2023-05-15 12:53 UTC  (3+ messages)
` [PATCH v3 07/11] irqchip/riscv-imsic: Improve IOMMU DMA support

[PATCH -next v19 23/24] riscv: Enable Vector code to be built
 2023-05-15 12:04 UTC  (4+ messages)

[patch V4 00/37] cpu/hotplug, x86: Reworked parallel CPU bringup
 2023-05-15 12:00 UTC  (3+ messages)
` [patch V4 37/37] x86/smpboot/64: Implement arch_cpuhp_init_parallel_bringup() and enable it

[PATCH v3] riscv: fix kprobe __user string arg print fault issue
 2023-05-15 11:55 UTC  (2+ messages)

[PATCH v2] riscv: optimize ELF relocation function in riscv
 2023-05-15 11:50 UTC  (3+ messages)
    ` 回复:[PATCH "

[RFC 0/6] Deprecate riscv,isa DT property?
 2023-05-15  7:52 UTC  (7+ messages)

[PATCH v7 0/4] crypto: starfive - Add drivers for crypto engine
 2023-05-15  6:04 UTC  (6+ messages)
` [PATCH v7 4/4] crypto: starfive - Add hash and HMAC support

[PATCH V6 00/21] Add basic ACPI support for RISC-V
 2023-05-15  5:54 UTC  (13+ messages)
` [PATCH V6 03/21] crypto: hisilicon/qm: Fix to enable build with RISC-V clang
` [PATCH V6 12/21] RISC-V: smpboot: Add ACPI support in setup_smp()
` [PATCH V6 13/21] RISC-V: only iterate over possible CPUs in ISA string parser
` [PATCH V6 14/21] RISC-V: cpufeature: Add ACPI support in riscv_fill_hwcap()
` [PATCH V6 15/21] RISC-V: cpu: Enable cpuinfo for ACPI systems
` [PATCH V6 16/21] irqchip/riscv-intc: Add ACPI support
` [PATCH V6 17/21] clocksource/timer-riscv: Refactor riscv_timer_init_dt()
` [PATCH V6 18/21] clocksource/timer-riscv: Add ACPI support
` [PATCH V6 19/21] RISC-V: time.c: Add ACPI support for time_init()
` [PATCH V6 20/21] RISC-V: Enable ACPI in defconfig
` [PATCH V6 21/21] MAINTAINERS: Add entry for drivers/acpi/riscv


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