public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2023-07-07 09:52:19 to 2023-07-11 11:11:04 UTC [more...]

[PATCH v2 00/15] spi: Header and core clean up and refactoring
 2023-07-11 11:10 UTC  (34+ messages)
` [PATCH v2 01/15] spi: Remove unneeded OF node NULL checks
` [PATCH v2 02/15] spi: Drop duplicate IDR allocation code in spi_register_controller()
` [PATCH v2 03/15] spi: Replace if-else-if by bitops and multiplications
` [PATCH v2 04/15] spi: Replace open coded spi_controller_xfer_timeout()
` [PATCH v2 05/15] spi: Remove code duplication in spi_add_device_locked()
` [PATCH v2 06/15] spi: Use sysfs_emit() to instead of s*printf()
` [PATCH v2 07/15] spi: Sort headers alphabetically
` [PATCH v2 08/15] spi: Clean up headers
` [PATCH v2 09/15] spi: Use struct_size() helper
` [PATCH v2 10/15] spi: Use predefined constants from bits.h and units.h
` [PATCH v2 11/15] spi: Get rid of old SPI_MASTER_NO_TX & SPI_MASTER_NO_RX
` [PATCH v2 12/15] spi: Get rid of old SPI_MASTER_MUST_TX & SPI_MASTER_MUST_RX
` [PATCH v2 13/15] spi: Rename SPI_MASTER_GPIO_SS to SPI_CONTROLLER_GPIO_SS
` [PATCH v2 14/15] spi: Convert to SPI_CONTROLLER_HALF_DUPLEX
` [PATCH v2 15/15] spi: Fix spelling typos and acronyms capitalization

[PATCH V2] riscv: kexec: Fixup synchronization problem between init_mm and active_mm
 2023-07-11 11:07 UTC  (2+ messages)

[PATCH] riscv: Start of DRAM should at least be aligned on PMD size for the direct mapping
 2023-07-11 10:51 UTC  (3+ messages)

[PATCH] riscv: correct pt_level name via pgtable_l5/4_enabled
 2023-07-11 10:52 UTC 

[PATCH 0/3] Add SiFive Private L2 cache and PMU driver
 2023-07-11  8:41 UTC  (5+ messages)
` [PATCH 2/3] soc: sifive: Add SiFive private L2 cache "

[PATCH v3] RISC-V: Show accurate per-hart isa in /proc/cpuinfo
 2023-07-11  8:38 UTC  (3+ messages)

[PATCH 0/4] riscv: tlb flush improvements
 2023-07-11  7:54 UTC  (5+ messages)
` [PATCH 1/4] riscv: Improve flush_tlb()
` [PATCH 2/4] riscv: Improve flush_tlb_range() for hugetlb pages
` [PATCH 3/4] riscv: Make __flush_tlb_range() loop over pte instead of flushing the whole tlb
` [PATCH 4/4] riscv: Improve flush_tlb_kernel_range()

[peterz-queue:sched/maybe 1/14] ERROR: modpost: vmlinux: local symbol '__put_task_struct_rcu_cb' was exported
 2023-07-11  6:50 UTC  (2+ messages)

[PATCH] riscv: entry: set a0 prior to syscall_handler
 2023-07-11  6:21 UTC 

[PATCH 0/9] Add DRM driver for StarFive SoC JH7110
 2023-07-11  1:44 UTC  (8+ messages)
` [PATCH 3/9] drm/verisilicon: Add basic drm driver
` [PATCH 7/9] drm/verisilicon: Add drm plane funcs

[PATCH 1/2] binfmt_elf_fdpic: support 64-bit systems
 2023-07-10 23:18 UTC  (2+ messages)

[PATCH v5 22/38] riscv: Implement the new page table range API
 2023-07-10 20:43 UTC 

[PATCH v2] module: Ignore RISC-V mapping symbols too
 2023-07-10 19:45 UTC  (3+ messages)

[PATCH] Documentation: RISC-V: hwprobe: Fix a formatting error
 2023-07-10 19:40 UTC  (2+ messages)

[PATCH v2 0/6] riscv: KCFI support
 2023-07-10 19:08 UTC  (8+ messages)
` [PATCH v2 1/6] riscv: Implement syscall wrappers
` [PATCH v2 2/6] riscv: Add types to indirectly called assembly functions
` [PATCH v2 3/6] riscv: Add ftrace_stub_graph
` [PATCH v2 4/6] riscv: Add CFI error handling
` [PATCH v2 5/6] riscv/purgatory: Disable CFI
` [PATCH v2 6/6] riscv: Allow CONFIG_CFI_CLANG to be selected

[PATCH 1/1] riscv: dts: Enable device-tree overlay support for starfive devices
 2023-07-10 18:28 UTC  (2+ messages)

[RFC PATCH 0/4] kdump: add generic functions to simplify crashkernel crashkernel in architecture
 2023-07-10 17:20 UTC  (3+ messages)

[PATCH] perf: RISC-V: Remove PERF_HES_STOPPED flag checking in riscv_pmu_start()
 2023-07-10 15:43 UTC 

[PATCH v3 0/4] RISC-V: archrandom support
 2023-07-10 15:42 UTC  (13+ messages)
` [PATCH v3 1/4] RISC-V: Add Bitmanip/Scalar Crypto parsing from DT
` [PATCH v3 2/4] dt-bindings: riscv: Document the 1.0 scalar cryptography extensions
` [PATCH v3 3/4] RISC-V: hwprobe: Expose Zbc and the scalar crypto extensions
` [PATCH v3 4/4] RISC-V: Implement archrandom when Zkr is available

[linux-next:master] BUILD REGRESSION fe57d0d86f03a8b2afe2869a95477d0ed1824c96
 2023-07-10 14:23 UTC 

[RFC PATCH 0/4] Add missing pins for RZ/Five SoC
 2023-07-10 14:21 UTC  (12+ messages)
` [RFC PATCH 1/4] pinctrl: renesas: rzg2l: Include pinmap in RZG2L_GPIO_PORT_PACK() macro
` [RFC PATCH 3/4] pinctrl: renesas: pinctrl-rzg2l: Add the missing port pins P19 to P28
` [RFC PATCH 4/4] riscv: dts: renesas: r9a07g043f: Update gpio-ranges property

[PATCH 0/2] Misc RISC-V timer driver improvements
 2023-07-10 13:19 UTC  (3+ messages)
` [PATCH 1/2] clocksource: timer-riscv: Don't enable/disable timer interrupt
` [PATCH 2/2] clocksource: timer-riscv: Increase rating of clock_event_device for Sstc

[PATCH v5 0/4] Implement GCM ghash using Zbc and Zbkb extensions
 2023-07-10  9:44 UTC  (6+ messages)
` [PATCH v5 4/4] RISC-V: crypto: add accelerated GCM GHASH implementation

[PATCH v5 0/9] Linux RISC-V AIA Support
 2023-07-10  9:43 UTC  (10+ messages)
` [PATCH v5 1/9] RISC-V: Add riscv_fw_parent_hartid() function
` [PATCH v5 2/9] irqchip/riscv-intc: Add support for RISC-V AIA
` [PATCH v5 3/9] dt-bindings: interrupt-controller: Add RISC-V incoming MSI controller
` [PATCH v5 4/9] irqchip: Add RISC-V incoming MSI controller driver
` [PATCH v5 5/9] irqchip/riscv-imsic: Add support for PCI MSI irqdomain
` [PATCH v5 6/9] dt-bindings: interrupt-controller: Add RISC-V advanced PLIC
` [PATCH v5 7/9] irqchip: Add RISC-V advanced PLIC driver
` [PATCH v5 8/9] RISC-V: Select APLIC and IMSIC drivers
` [PATCH v5 9/9] MAINTAINERS: Add entry for RISC-V AIA drivers

[PATCH] gpio: sifive: Support IRQ wake
 2023-07-10  9:40 UTC  (2+ messages)

[PATCH v4 00/11] RISC-V: Probe DT extension support using riscv,isa-extensions & riscv,isa-base
 2023-07-10  9:35 UTC  (12+ messages)
` [PATCH v4 01/11] RISC-V: Provide a more helpful error message on invalid ISA strings
` [PATCH v4 02/11] RISC-V: don't parse dt/acpi isa string to get rv32/rv64
` [PATCH v4 03/11] RISC-V: drop a needless check in print_isa_ext()
` [PATCH v4 04/11] RISC-V: shunt isa_ext_arr to cpufeature.c
` [PATCH v4 05/11] RISC-V: repurpose riscv_isa_ext array in riscv_fill_hwcap()
` [PATCH v4 06/11] RISC-V: add missing single letter extension definitions
` [PATCH v4 07/11] RISC-V: add single letter extensions to riscv_isa_ext
` [PATCH v4 08/11] RISC-V: split riscv_fill_hwcap() in 3
` [PATCH v4 09/11] RISC-V: enable extension detection from new properties
` [PATCH v4 10/11] RISC-V: try new extension properties in of_early_processor_hartid()
` [PATCH v4 11/11] RISC-V: provide Kconfig & commandline options to control parsing "riscv,isa"

[PATCH v3 0/3] Add support for Allwinner PWM on D1/T113s/R329 SoCs
 2023-07-10  9:14 UTC  (3+ messages)
` [PATCH v3 2/3] pwm: Add Allwinner's D1/T113-S3/R329 SoCs PWM support

[PATCH v10 0/4] arm64: support batched/deferred tlb shootdown during page reclamation/migration
 2023-07-10  8:39 UTC  (5+ messages)
` [PATCH v10 1/4] mm/tlbbatch: Introduce arch_tlbbatch_should_defer()
` [PATCH v10 2/4] mm/tlbbatch: Rename and extend some functions
` [PATCH v10 3/4] mm/tlbbatch: Introduce arch_flush_tlb_batched_pending()
` [PATCH v10 4/4] arm64: support batched/deferred tlb shootdown during page reclamation/migration

[PATCH] riscv: entry: Fixup do_trap_break from kernel side
 2023-07-10  8:01 UTC  (4+ messages)

[PATCH 0/3] RISC-V: archrandom support
 2023-07-10  7:59 UTC  (6+ messages)
` [PATCH 2/3] RISC-V: hwprobe: Expose Zbc and the scalar crypto extensions

[PATCH bpf] riscv, bpf: Fix inconsistent JIT image generation
 2023-07-10  7:41 UTC 

[PATCH v6 00/15] tools/nolibc: add a new syscall helper
 2023-07-10  7:04 UTC  (20+ messages)
` [PATCH v6 01/15] tools/nolibc: arch-*.h: fix up code indent errors
` [PATCH v6 02/15] toolc/nolibc: arch-*.h: clean up whitespaces after __asm__
` [PATCH v6 03/15] tools/nolibc: arch-loongarch.h: shrink with _NOLIBC_SYSCALL_CLOBBERLIST
` [PATCH v6 04/15] tools/nolibc: arch-mips.h: "
` [PATCH v6 05/15] tools/nolibc: add missing my_syscall6() for mips
` [PATCH v6 06/15] tools/nolibc: __sysret: support syscalls who return a pointer
` [PATCH v6 07/15] tools/nolibc: clean up mmap() routine
` [PATCH v6 08/15] tools/nolibc: clean up sbrk() routine
` [PATCH v6 09/15] selftests/nolibc: export argv0 for some tests
` [PATCH v6 10/15] selftests/nolibc: prepare: create /dev/zero
` [PATCH v6 11/15] selftests/nolibc: add EXPECT_PTREQ, EXPECT_PTRNE and EXPECT_PTRER
` [PATCH v6 12/15] selftests/nolibc: add sbrk_0 to test current brk getting
` [PATCH v6 13/15] selftests/nolibc: add mmap_bad test case
` [PATCH v6 14/15] selftests/nolibc: add munmap_bad "
` [PATCH v6 15/15] selftests/nolibc: add mmap_munmap_good "

[linux-next:master] BUILD REGRESSION 296d53d8f84ce50ffaee7d575487058c8d437335
 2023-07-10  5:51 UTC  (4+ messages)

[PATCH v1 0/5] Add PWM-DAC audio support for StarFive JH7110 RISC-V SoC
 2023-07-10  3:22 UTC  (6+ messages)
` [PATCH v1 1/5] ASoC: dt-bindings: Add StarFive JH7110 dummy PWM-DAC transmitter

[PATCH v3] dmaengine: xilinx: dma: remove arch dependency
 2023-07-10  2:31 UTC  (3+ messages)

[PATCH] riscv: Kconfig: Add select ARM_AMBA to SOC_STARFIVE
 2023-07-09 22:10 UTC  (2+ messages)

[PATCH] riscv: mm: fix truncates issue on RV32
 2023-07-09 17:10 UTC 

[PATCH v6 0/3] Implement GCM ghash using Zbc and Zbkb extensions
 2023-07-09 15:42 UTC  (4+ messages)
` [PATCH v6 1/3] RISC-V: expose Zbc as Kconfig option
` [PATCH v6 2/3] RISC-V: hook new crypto subdir into build-system
` [PATCH v6 3/3] RISC-V: crypto: add accelerated GCM GHASH implementation

[PATCH] riscv: pageattr: Fixup synchronization problem between init_mm and active_mm
 2023-07-09 13:40 UTC  (7+ messages)

[PATCH v2 0/3] RISC-V: archrandom support
 2023-07-09 11:31 UTC  (5+ messages)
` [PATCH v2 1/3] RISC-V: add Bitmanip/Scalar Crypto parsing from DT
` [PATCH v2 2/3] RISC-V: hwprobe: Expose Zbc and the scalar crypto extensions

[PATCH] riscv: support PREEMPT_DYNAMIC with static keys
 2023-07-09 10:16 UTC 

[PATCH] riscv: vector: only enable interrupts in the first-use trap
 2023-07-09  3:21 UTC  (5+ messages)

[External] Re: [PATCH v3 0/4] Obtain SMBIOS and ACPI entry from FFI
 2023-07-08 16:26 UTC  (9+ messages)

[PATCH 1/4] vgacon: rework Kconfig dependencies
 2023-07-08 14:11 UTC  (8+ messages)
` [PATCH 2/4] vgacon: rework screen_info #ifdef checks

[PATCH v8 0/4] Add support for Allwinner GPADC on D1/T113s/R329/T507 SoCs
 2023-07-08 14:05 UTC  (2+ messages)

[PATCH v3 0/4] Obtain SMBIOS and ACPI entry from FFI
 2023-07-08  8:09 UTC  (5+ messages)
` [PATCH v3 4/4] dt-bindings: firmware: Document ffitbl binding
      ` [External] "

[PATCH v4 0/4] RISC-V: mm: Make SV48 the default address space
 2023-07-08  3:02 UTC  (6+ messages)
` [PATCH v4 1/4] RISC-V: mm: Restrict address space for sv39,sv48,sv57
` [PATCH v4 2/4] RISC-V: mm: Add tests for RISC-V mm
` [PATCH v4 3/4] RISC-V: mm: Update pgtable comment documentation
` [PATCH v4 4/4] RISC-V: mm: Document mmap changes

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

[PATCH] module: Ignore RISC-V mapping symbols too
 2023-07-07 16:03 UTC  (2+ messages)

[PATCH] riscv: Select HAVE_ARCH_USERFAULTFD_MINOR
 2023-07-07 15:10 UTC  (2+ messages)

[PATCH 0/3] riscv: some CMO alternative related clean up
 2023-07-07 15:10 UTC  (2+ messages)

[PATCH] RISC-V: Document the ISA string parsing rules for ACPI
 2023-07-07 15:10 UTC  (2+ messages)

[PATCH] module: Ignore RISC-V mapping symbols too
 2023-07-07 15:08 UTC  (2+ messages)

[PATCH v5 11/13] riscv/kexec: refactor for kernel/Kconfig.kexec
 2023-07-07 13:03 UTC  (2+ messages)

[PATCH v5 00/13] refactor Kconfig to consolidate KEXEC and CRASH options
 2023-07-07 12:16 UTC  (4+ messages)
` [PATCH v5 02/13] x86/kexec: refactor for kernel/Kconfig.kexec

[PATCH] RISC-V: Re-alphabetize Kconfig
 2023-07-07  9:55 UTC  (2+ messages)

[PATCH 1/3] vgacon: rework screen_info #ifdef checks
 2023-07-07  9:54 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