messages from 2023-07-10 09:36:56 to 2023-07-12 09:04:41 UTC [more...]
Consider switching to WQ_UNBOUND messages (was: Re: [PATCH v2 6/7] workqueue: Report work funcs that trigger automatic CPU_INTENSIVE mechanism)
2023-07-12 9:04 UTC (6+ messages)
[PATCH v1] riscv: dts: renesas: clean up dtbs_check W=1 warning due to empty phy node
2023-07-12 8:43 UTC (2+ messages)
[PATCH v4 0/4] RISC-V: archrandom support
2023-07-12 8:41 UTC (5+ messages)
` [PATCH v4 1/4] RISC-V: Add Bitmanip/Scalar Crypto parsing from DT
` [PATCH v4 2/4] dt-bindings: riscv: Document the 1.0 scalar cryptography extensions
` [PATCH v4 3/4] RISC-V: hwprobe: Expose Zbc and the scalar crypto extensions
` [PATCH v4 4/4] RISC-V: Implement archrandom when Zkr is available
[PATCH 0/4] riscv: tlb flush improvements
2023-07-12 7:08 UTC (6+ 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()
[PATCH 0/2] riscv,mmio: I/O barriers fixes and cleanups
2023-07-12 7:05 UTC (4+ messages)
` [PATCH 1/2] riscv,mmio: Fix readX()-to-delay() ordering
` [PATCH 2/2] riscv,mmio: Use the generic implementation for the I/O accesses
[PATCH] RISC-V: Don't include Zicsr or Zifencei in I from ACPI
2023-07-12 6:42 UTC (3+ messages)
[PATCH 13/15] serial: sifive: Use devm_platform_get_and_ioremap_resource()
2023-07-12 6:28 UTC
[PATCH 0/3] RISC-V: archrandom support
2023-07-12 5:54 UTC (7+ messages)
` [PATCH 2/3] RISC-V: hwprobe: Expose Zbc and the scalar crypto extensions
[PATCH v8 0/4] Add support for Allwinner GPADC on D1/T113s/R329/T507 SoCs
2023-07-12 5:37 UTC (6+ messages)
` [PATCH v8 1/4] iio: adc: Kconfig change description for Allwinner GPADC
` [PATCH v8 4/4] riscv: dts: allwinner: d1: Add GPADC node
[RESEND PATCH v6 0/7] Add PLL clocks driver and syscon for StarFive JH7110 SoC
2023-07-12 3:24 UTC (3+ messages)
` [RESEND PATCH v6 5/7] clk: starfive: jh7110-sys: Add PLL clocks source from DTS
[PATCH v2 0/2] riscv: support ELF format binaries in nommu mode
2023-07-12 1:42 UTC (6+ messages)
` [PATCH v2 1/2] binfmt_elf_fdpic: support 64-bit systems
` [PATCH v2 2/2] riscv: support the elf-fdpic binfmt loader
[PATCH] dt-bindings: RISC-V: Re-word the I extension binding
2023-07-11 23:28 UTC (2+ messages)
[PATCH] RISC-V: Don't trust V from the riscv,isa DT property
2023-07-11 23:04 UTC (2+ messages)
[PATCH V2] riscv: Add BUG_ON() for no cpu nodes in devicetree
2023-07-11 22:58 UTC (2+ messages)
[PATCH v4] RISC-V: Show accurate per-hart isa in /proc/cpuinfo
2023-07-11 20:18 UTC
[PATCH bpf] riscv, bpf: Fix inconsistent JIT image generation
2023-07-11 20:07 UTC (4+ messages)
[PATCH v3 0/4] RISC-V: archrandom support
2023-07-11 18:29 UTC (9+ messages)
` [PATCH v3 2/4] dt-bindings: riscv: Document the 1.0 scalar cryptography extensions
` [PATCH v3 4/4] RISC-V: Implement archrandom when Zkr is available
[PATCH v3 0/3] Add support for Allwinner PWM on D1/T113s/R329 SoCs
2023-07-11 18:10 UTC (4+ messages)
[PATCH v4 00/12] RISC-V: support some cryptography accelerations
2023-07-11 18:06 UTC (17+ messages)
` [PATCH v4 01/12] riscv: Add support for kernel mode vector
` [PATCH v4 02/12] riscv: Add vector extension XOR implementation
` [PATCH v4 03/12] RISC-V: add helper function to read the vector VLEN
` [PATCH v4 04/12] RISC-V: add vector crypto extension detection
` [PATCH v4 05/12] RISC-V: crypto: update perl include with helpers for vector (crypto) instructions
` [PATCH v4 06/12] RISC-V: crypto: add Zvbb+Zvbc accelerated GCM GHASH implementation
` [PATCH v4 07/12] RISC-V: crypto: add Zvkg "
` [PATCH v4 08/12] RISC-V: crypto: add a vector-crypto-accelerated SHA256 implementation
` [PATCH v4 09/12] RISC-V: crypto: add a vector-crypto-accelerated SHA512 implementation
` [PATCH v4 10/12] RISC-V: crypto: add Zvkned accelerated AES encryption implementation
` [PATCH v4 11/12] RISC-V: crypto: add Zvksed accelerated SM4 "
` [PATCH v4 12/12] RISC-V: crypto: add Zvksh accelerated SM3 hash implementation
[PATCH v3 00/14] spi: Header and core clean up and refactoring
2023-07-11 17:34 UTC (16+ messages)
` [PATCH v3 01/14] spi: Remove unneeded OF node NULL checks
` [PATCH v3 02/14] spi: Deduplicate IDR allocation code in spi_register_controller()
` [PATCH v3 03/14] spi: Refactor bus number assigning "
` [PATCH v3 04/14] spi: Remove code duplication in spi_add_device*()
` [PATCH v3 05/14] spi: Kill spi_add_device_locked()
` [PATCH v3 06/14] spi: Use sysfs_emit() to instead of s*printf()
` [PATCH v3 07/14] spi: Use BITS_TO_BYTES()
` [PATCH v3 08/14] spi: Sort headers alphabetically
` [PATCH v3 09/14] spi: Use struct_size() helper
` [PATCH v3 10/14] spi: Get rid of old SPI_MASTER_NO_TX & SPI_MASTER_NO_RX
` [PATCH v3 11/14] spi: Get rid of old SPI_MASTER_MUST_TX & SPI_MASTER_MUST_RX
` [PATCH v3 12/14] spi: Rename SPI_MASTER_GPIO_SS to SPI_CONTROLLER_GPIO_SS
` [PATCH v3 13/14] spi: Convert to SPI_CONTROLLER_HALF_DUPLEX
` [PATCH v3 14/14] spi: Fix spelling typos and acronyms capitalization
[PATCH v3] dmaengine: xilinx: dma: remove arch dependency
2023-07-11 16:44 UTC (2+ messages)
[PATCH v2 00/15] spi: Header and core clean up and refactoring
2023-07-11 15:49 UTC (47+ 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 0/3] Add SiFive Private L2 cache and PMU driver
2023-07-11 15:08 UTC (6+ messages)
` [PATCH 2/3] soc: sifive: Add SiFive private L2 cache "
[PATCH v5 0/9] Linux RISC-V AIA Support
2023-07-11 14:12 UTC (12+ 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 1/2] binfmt_elf_fdpic: support 64-bit systems
2023-07-11 11:53 UTC (3+ messages)
[PATCH 0/2] Misc RISC-V timer driver improvements
2023-07-11 11:38 UTC (6+ 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 v8 0/5] Add JH7110 USB PHY driver support
2023-07-11 11:25 UTC (2+ messages)
` (subset) "
[PATCH] riscv: correct pt_level name via pgtable_l5/4_enabled
2023-07-11 11:14 UTC (2+ messages)
[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 v3] RISC-V: Show accurate per-hart isa in /proc/cpuinfo
2023-07-11 8:38 UTC (3+ messages)
[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 (4+ messages)
` [PATCH 7/9] drm/verisilicon: Add drm plane funcs
[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 (2+ 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
[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 v5 0/4] Implement GCM ghash using Zbc and Zbkb extensions
2023-07-10 9:44 UTC (3+ messages)
[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 (9+ messages)
` [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"
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