public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2023-11-06 11:25:47 to 2023-11-08 23:52:52 UTC [more...]

[PATCH] riscv: Support RANDOMIZE_KSTACK_OFFSET
 2023-11-08 23:52 UTC  (2+ messages)

[PATCH v14 00/34] KVM: guest_memfd() and per-page attributes
 2023-11-08 23:37 UTC  (28+ messages)
` [PATCH 08/34] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [PATCH 14/34] fs: Rename anon_inode_getfile_secure() and anon_inode_getfd_secure()
` [PATCH 25/34] KVM: selftests: Add helpers to convert guest memory b/w private and shared
` [PATCH 26/34] KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)
` [PATCH 27/34] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
` [PATCH 28/34] KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more data
` [PATCH 30/34] KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helper
` [PATCH 31/34] KVM: selftests: Expand set_memory_region_test to validate guest_memfd()
` [PATCH 32/34] KVM: selftests: Add basic selftest for guest_memfd()
` [PATCH 33/34] KVM: selftests: Test KVM exit behavior for private memory/access

[PATCH 00/22] -Wmissing-prototype warning fixes
 2023-11-08 23:20 UTC  (33+ messages)
` [PATCH 01/22] [RESEND^2] ida: make 'ida_dump' static
` [PATCH 02/22] [RESEND^2] jffs2: mark __jffs2_dbg_superblock_counts() static
` [PATCH 03/22] [RESEND] kprobes: unify kprobes_exceptions_nofify() prototypes
` [PATCH 04/22] [RESEND] time: make sysfs_get_uname() function visible in header
` [PATCH 05/22] [RESEND] parport: gsc: mark init function static
` [PATCH 06/22] [RESEND] stackleak: add declarations for global functions
` [PATCH 07/22] [RESEND] sched: fair: move unused stub functions to header
` [PATCH 08/22] [v2] arch: consolidate arch_irq_work_raise prototypes
` [PATCH 09/22] [v2] arch: fix asm-offsets.c building with -Wmissing-prototypes
` [PATCH 10/22] microblaze: include linux/cpu.h for trap_init() prototype
` [PATCH 11/22] x86: sta2x11: include header for sta2x11_get_instance() prototype
` [PATCH 12/22] csky: fix arch_jump_label_transform_static override
` [PATCH 13/22] arch: add do_page_fault prototypes
` [PATCH 14/22] arch: add missing prepare_ftrace_return() prototypes
` [PATCH 15/22] arch: vdso: consolidate gettime prototypes
` [PATCH 16/22] bcachefs: mark bch2_target_to_text_sb() static
` [PATCH 17/22] powerpc: ps3: move udbg_shutdown_ps3gelic prototype
` [PATCH 18/22] powerpc: pasemi: mark pas_shutdown() static
` [PATCH 19/22] powerpc: powermac: mark smp_psurge_{give,take}_timebase static
` [PATCH 20/22] usb: fsl-mph-dr-of: mark fsl_usb2_mpc5121_init() static
` [PATCH 21/22] fbdev/fsl-diu-fb: mark wr_reg_wa() static
` [PATCH 22/22] Makefile.extrawarn: turn on missing-prototypes globally

[linux-next:master] BUILD REGRESSION 5cd631a52568a18b12fd2563418985c8cb63e4b0
 2023-11-08  6:55 UTC 

[PATCH RFC 00/17] Solve iommu probe races around iommu_fwspec
 2023-11-08 19:22 UTC  (14+ messages)
` [PATCH RFC 01/17] iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops()
` [PATCH RFC 02/17] of: Do not return struct iommu_ops from of_iommu_configure()
` [PATCH RFC 03/17] of: Use -ENODEV consistently in of_iommu_configure()
` [PATCH RFC 04/17] acpi: Do not return struct iommu_ops from acpi_iommu_configure_id()
` [PATCH RFC 10/17] acpi: Do not use dev->iommu within acpi_iommu_configure()

[RFC PATCH v2 06/21] RISC-V: Kconfig: Select deferred GSI probe for ACPI systems
 2023-11-08 18:36 UTC  (3+ messages)

[PATCH] dt-bindings: riscv: cpus: Add AMD MicroBlaze V compatible
 2023-11-08 18:35 UTC  (3+ messages)

[PATCH RFC 12/17] iommu: Make iommu_ops_from_fwnode() static
 2023-11-08 18:12 UTC  (2+ messages)

[GIT PULL] RISC-V Patches for the 6.7 Merge Window, Part 1
 2023-11-08 17:52 UTC  (2+ messages)

[PATCH] riscv: fix potential panic during CPU hot-plug
 2023-11-08 17:30 UTC  (4+ messages)

[PATCH v4 0/2] riscv: errata: thead: use riscv_nonstd_cache_ops for CMO
 2023-11-08 17:13 UTC  (2+ messages)

[PATCH v3 00/20] riscv: report more ISA extensions through hwprobe
 2023-11-08 17:24 UTC  (26+ messages)
` [PATCH v3 01/20] riscv: hwprobe: factorize hwprobe ISA extension reporting
` [PATCH v3 02/20] riscv: hwprobe: export missing Zbc ISA extension
` [PATCH v3 03/20] riscv: add ISA extension parsing for scalar crypto
` [PATCH v3 04/20] riscv: hwprobe: add support for scalar crypto ISA extensions
` [PATCH v3 05/20] dt-bindings: riscv: add scalar crypto ISA extensions description
` [PATCH v3 06/20] riscv: add ISA extension parsing for vector crypto
` [PATCH v3 07/20] riscv: hwprobe: export vector crypto ISA extensions
` [PATCH v3 08/20] dt-bindings: riscv: add vector crypto ISA extensions description
` [PATCH v3 09/20] riscv: add ISA extension parsing for Zfh/Zfh[min]
` [PATCH v3 10/20] riscv: hwprobe: export Zfh[min] ISA extensions
` [PATCH v3 11/20] dt-bindings: riscv: add Zfh[min] ISA extensions description
` [PATCH v3 12/20] riscv: add ISA extension parsing for Zihintntl
` [PATCH v3 13/20] riscv: hwprobe: export Zhintntl ISA extension
` [PATCH v3 14/20] dt-bindings: riscv: add Zihintntl ISA extension description
` [PATCH v3 15/20] riscv: add ISA extension parsing for Zvfh[min]
` [PATCH v3 16/20] riscv: hwprobe: export Zvfh[min] ISA extensions
` [PATCH v3 17/20] dt-bindings: riscv: add Zvfh[min] ISA extension description
` [PATCH v3 18/20] riscv: add ISA extension parsing for Zfa
` [PATCH v3 19/20] riscv: hwprobe: export Zfa ISA extension
` [PATCH v3 20/20] dt-bindings: riscv: add Zfa ISA extension description

[PATCH RESEND v2 0/2] riscv: Fix set_memory_XX() and set_direct_map_XX()
 2023-11-08 17:20 UTC  (4+ messages)
` [PATCH RESEND v2 1/2] riscv: Don't use PGD entries for the linear mapping
` [PATCH RESEND v2 2/2] riscv: Fix set_memory_XX() and set_direct_map_XX() by splitting huge linear mappings

[PATCH v11 00/14] Linux RISC-V AIA Support
 2023-11-08 15:32 UTC  (8+ messages)
` [PATCH v11 12/14] irqchip/riscv-aplic: Add support for MSI-mode
  `  "
    `  "
      ` Re:Re: [PATCH "
        `  "
          `  "

[PATCH] RISC-V: Remove __init on unaligned_emulation_finish()
 2023-11-08 15:10 UTC  (2+ messages)

[PATCH] RISC-V: Don't rely on positional structure initialization
 2023-11-08 15:10 UTC  (3+ messages)

[PATCH v9 0/3] riscv: Add remaining module relocations and tests
 2023-11-08 15:10 UTC  (2+ messages)

[PATCH v3] RISC-V: Probe misaligned access speed in parallel
 2023-11-08 15:10 UTC  (5+ messages)

[PATCH v6] RISC-V: Show accurate per-hart isa in /proc/cpuinfo
 2023-11-08 15:10 UTC  (2+ messages)

[PATCH -fixes v2] drivers: perf: Do not broadcast to other cpus when starting a counter
 2023-11-08 13:12 UTC  (2+ messages)

[PATCH v7 0/3] Add timer driver for StarFive JH7110 RISC-V SoC
 2023-11-08  9:10 UTC  (10+ messages)
` [PATCH v7 2/3] clocksource: Add JH7110 timer driver

[PATCH RFC 17/17] iommu: Mark dev_iommu_priv_set() with a lockdep
 2023-11-08  8:18 UTC  (2+ messages)

[PATCH] riscv: CONFIG_EFI should not depend on CONFIG_RISCV_ISA_C
 2023-11-08  5:45 UTC  (4+ messages)

[PATCH] riscv: split cache ops out of dma-noncoherent.c
 2023-11-07 23:00 UTC  (2+ messages)

[PATCH RFC 00/22] Initial cleanups for vCPU hotplug
 2023-11-07 17:48 UTC  (25+ messages)
` [PATCH RFC 01/22] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs
` [PATCH RFC 02/22] x86: intel_epb: Don't rely on link order
` [PATCH RFC 03/22] x86/topology: remove arch_*register_cpu() exports
` [PATCH RFC 04/22] Loongarch: "
` [PATCH RFC 05/22] ACPI: Move ACPI_HOTPLUG_CPU to be disabled on arm64 and riscv
` [PATCH RFC 06/22] drivers: base: Use present CPUs in GENERIC_CPU_DEVICES
` [PATCH RFC 07/22] drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overridden
` [PATCH RFC 08/22] drivers: base: Implement weak arch_unregister_cpu()
` [PATCH RFC 09/22] drivers: base: add arch_cpu_is_hotpluggable()
` [PATCH RFC 10/22] drivers: base: Move cpu_dev_init() after node_dev_init()
` [PATCH RFC 11/22] drivers: base: remove unnecessary call to register_cpu_under_node()
` [PATCH RFC 12/22] drivers: base: Print a warning instead of panic() when register_cpu() fails
` [PATCH RFC 13/22] arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()
` [PATCH RFC 14/22] arm64: convert to arch_cpu_is_hotpluggable()
` [PATCH RFC 15/22] x86/topology: Switch over to GENERIC_CPU_DEVICES
` [PATCH RFC 16/22] x86/topology: use weak version of arch_unregister_cpu()
` [PATCH RFC 17/22] x86/topology: convert to use arch_cpu_is_hotpluggable()
` [PATCH RFC 18/22] LoongArch: Switch over to GENERIC_CPU_DEVICES
` [PATCH RFC 19/22] LoongArch: Use the __weak version of arch_unregister_cpu()
` [PATCH RFC 20/22] LoongArch: convert to use arch_cpu_is_hotpluggable()
` [PATCH RFC 21/22] riscv: Switch over to GENERIC_CPU_DEVICES
` [PATCH RFC 22/22] riscv: convert to use arch_cpu_is_hotpluggable()

[PATCH v5 0/7] consolidate and cleanup CPU capacity
 2023-11-07 13:07 UTC  (10+ messages)
` [PATCH v5 1/7] topology: Add a new arch_scale_freq_reference
` [PATCH 5/7] cpufreq/cppc: Move and rename cppc_cpufreq_{perf_to_khz|khz_to_perf}
` [PATCH v5 7/7] arm64/amu: Use capacity_ref_freq to set AMU ratio

[PATCH v3 00/13] mm: jit/text allocator
 2023-11-07 10:44 UTC  (7+ messages)
` [PATCH v3 04/13] mm/execmem, arch: convert remaining overrides of module_alloc to execmem

[PATCH v2 0/6] DRM driver for verisilicon
 2023-11-07  9:19 UTC  (8+ messages)
` [PATCH v2 6/6] drm/vs: Add hdmi driver

[PATCH 00/12] RISC-V: provide some accelerated cryptography implementations using vector extensions
 2023-11-07  8:53 UTC  (4+ messages)
` [PATCH 06/12] RISC-V: crypto: add accelerated AES-CBC/CTR/ECB/XTS implementations

[PATCH v10 0/5] riscv: Add fine-tuned checksum functions
 2023-11-07  8:39 UTC  (5+ messages)
` [PATCH v10 3/5] riscv: Checksum header
` [PATCH v10 4/5] riscv: Add checksum library

[PATCH v6 0/4] riscv: tlb flush improvements
 2023-11-07  8:38 UTC  (3+ messages)

[PATCH v2 0/5] riscv: cleanup assembly usage of ENTRY()/END() and use local labels
 2023-11-07  6:50 UTC  (2+ messages)

[PATCH] riscv: boot: Fix creation of loader.bin
 2023-11-07  6:50 UTC  (2+ messages)

[PATCH v2 00/11] riscv: ASID-related and UP-related TLB flush enhancements
 2023-11-07  6:50 UTC  (2+ messages)

[PATCH v6 0/4] riscv: tlb flush improvements
 2023-11-07  6:50 UTC  (2+ messages)

[PATCH] riscv: select ARCH_PROC_KCORE_TEXT
 2023-11-07  6:50 UTC  (2+ messages)

[PATCH v4 0/7] RISC-V: Add MMC support for TH1520 boards
 2023-11-07  0:06 UTC  (6+ messages)
` [PATCH v4 2/7] mmc: sdhci: add __sdhci_execute_tuning() to header
` [PATCH v4 3/7] mmc: sdhci-of-dwcmshc: Add support for T-Head TH1520

[linux-next:master] BUILD REGRESSION e27090b1413ff236ca1aec26d6b022149115de2c
 2023-11-04 11:38 UTC 

[PATCH RT v2 0/3] riscv: add PREEMPT_RT support
 2023-11-06 21:58 UTC  (2+ messages)

[PATCH V11 00/17] riscv: Add Native/Paravirt qspinlock support
 2023-11-06 20:42 UTC  (2+ messages)

[PATCH v2 5/5] riscv: kvm: use ".L" local labels in assembly when applicable
 2023-11-06 17:47 UTC  (2+ messages)

[PATCH v2 4/5] riscv: kvm: Use SYM_*() assembly macros instead of deprecated ones
 2023-11-06 17:47 UTC  (2+ messages)

[PATCH] riscv: lib: Implement optimized memchr function
 2023-11-06 17:00 UTC 

[PATCH RT v2 0/3] riscv: add PREEMPT_RT support
 2023-11-06 16:25 UTC  (12+ messages)

[PATCH v13 00/35] KVM: guest_memfd() and per-page attributes
 2023-11-06 15:56 UTC  (11+ messages)
` [PATCH v13 16/35] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [PATCH v13 20/35] KVM: x86/mmu: Handle page fault for private memory
` [PATCH v13 27/35] KVM: selftests: Add helpers to convert guest memory b/w private and shared

[PATCH v3 0/2] pwm: add driver for T-THEAD TH1520 SoC
 2023-11-06 15:43 UTC  (2+ messages)

[PATCH v2] riscv: defconfig : add CONFIG_MMC_DW for starfive
 2023-11-06 15:00 UTC  (2+ messages)

[PATCH v1] RISC-V: capitalise CMO op macros
 2023-11-06 15:00 UTC  (2+ messages)

[PATCH v4 0/3] Improve PTDUMP and introduce new fields
 2023-11-06 15:00 UTC  (2+ messages)

[PATCH] riscv: signal: handle syscall restart before get_signal
 2023-11-06 15:00 UTC  (2+ messages)

[PATCH v2] riscv: provide riscv-specific is_trap_insn()
 2023-11-06 15:00 UTC  (2+ messages)

[PATCH v6] riscv: add userland instruction dump to RISC-V splats
 2023-11-06 15:00 UTC  (2+ messages)

[PATCH] riscv: kprobes: allow writing to x0
 2023-11-06 15:00 UTC  (2+ messages)

[RESEND PATCH 0/3] riscv: vdso.lds.S: some improvement
 2023-11-06 15:00 UTC  (2+ messages)

[PATCH v2] riscv: mm: update T-Head memory type definitions
 2023-11-06 15:00 UTC  (2+ messages)

[PATCH] riscv: don't probe unaligned access speed if already done
 2023-11-06 15:00 UTC  (2+ messages)

[RFC PATCH v2 13/21] irqchip: riscv-intc: Add ACPI support for AIA
 2023-11-06 11:35 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox