messages from 2023-07-06 15:15:49 to 2023-07-10 15:50:04 UTC [more...]
[PATCH v2 00/15] spi: Header and core clean up and refactoring
2023-07-10 15:49 UTC (4+ messages)
` [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] 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 (6+ 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 V2] riscv: kexec: Fixup synchronization problem between init_mm and active_mm
2023-07-10 5:40 UTC
[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)
[PATCH 0/9] Add DRM driver for StarFive SoC JH7110
2023-07-08 19:11 UTC (5+ messages)
` [PATCH 3/9] drm/verisilicon: Add basic drm driver
[External] Re: [PATCH v3 0/4] Obtain SMBIOS and ACPI entry from FFI
2023-07-08 16:26 UTC (11+ 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
[RFC PATCH 0/4] kdump: add generic functions to simplify crashkernel crashkernel in architecture
2023-07-08 2:15 UTC (2+ messages)
[PATCH v2] module: Ignore RISC-V mapping symbols too
2023-07-07 22:41 UTC (2+ messages)
[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 (4+ 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 v5 00/13] refactor Kconfig to consolidate KEXEC and CRASH options
2023-07-07 13:03 UTC (18+ messages)
` [PATCH v5 01/13] kexec: consolidate kexec and crash options into kernel/Kconfig.kexec
` [PATCH v5 02/13] x86/kexec: refactor for kernel/Kconfig.kexec
` [PATCH v5 03/13] arm/kexec: "
` [PATCH v5 04/13] ia64/kexec: "
` [PATCH v5 05/13] arm64/kexec: "
` [PATCH v5 06/13] loongarch/kexec: "
` [PATCH v5 07/13] m68k/kexec: "
` [PATCH v5 08/13] mips/kexec: "
` [PATCH v5 09/13] parisc/kexec: "
` [PATCH v5 10/13] powerpc/kexec: "
` [PATCH v5 11/13] riscv/kexec: "
` [PATCH v5 12/13] s390/kexec: "
` [PATCH v5 13/13] sh/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)
[PATCH v2 1/3] riscv: obtain ACPI RSDP from FFI
2023-07-07 9:05 UTC (9+ messages)
` [External] "
` [External] "
[RESEND PATCH v6 0/7] Add PLL clocks driver and syscon for StarFive JH7110 SoC
2023-07-07 7:45 UTC (6+ messages)
` [RESEND PATCH v6 3/7] dt-bindings: clock: jh7110-syscrg: Add PLL clock inputs
linux-next: Tree for Jul 6 (arch/riscv/)
2023-07-07 5:47 UTC (6+ messages)
[PATCH -next v7 0/2] support allocating crashkernel above 4G explicitly on riscv
2023-07-07 0:53 UTC (2+ messages)
[RESEND PATCH v3 0/2] RISC-V: mm: Make SV48 the default address space
2023-07-07 0:52 UTC (5+ messages)
` [RESEND PATCH v3 1/2] RISC-V: mm: Restrict address space for sv39,sv48,sv57
[PATCH 0/3] RISC-V: Support querying vendor extensions
2023-07-06 21:24 UTC (14+ messages)
` [PATCH 1/3] RISC-V: Framework for "
` [PATCH 2/3] RISC-V: Add T-Head 0.7.1 vector extension to hwprobe
[PATCH v2] RISC-V: Show accurate per-hart isa in /proc/cpuinfo
2023-07-06 21:08 UTC (6+ messages)
[PATCH] RISC-V: Provide a more helpful error message on invalid ISA strings
2023-07-06 17:54 UTC (4+ messages)
[PATCH v4 3/3] Documentation: riscv: Update boot image header since EFI stub is supported
2023-07-06 17:44 UTC (2+ messages)
[PATCH v4 2/3] Documentation: riscv: Add early boot document
2023-07-06 17:44 UTC (2+ messages)
[PATCH v4 1/3] Documentation: arm: Add bootargs to the table of added DT parameters
2023-07-06 17:44 UTC (2+ messages)
[PATCH 1/1] riscv: dts: Enable device-tree overlay support for starfive devices
2023-07-06 17:27 UTC (2+ messages)
[PATCH] riscv: Start of DRAM should at least be aligned on PMD size for the direct mapping
2023-07-06 17:05 UTC (2+ messages)
[PATCH v4 00/13] refactor Kconfig to consolidate KEXEC and CRASH options
2023-07-06 16:07 UTC (5+ messages)
` [PATCH v4 12/13] s390/kexec: refactor for kernel/Kconfig.kexec
[linux-next:master] BUILD REGRESSION c36ac601a98fb148147640bae219108ee81566f8
2023-07-06 15:15 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox