messages from 2023-08-23 13:40:20 to 2023-08-26 01:07:22 UTC [more...]
[PATCH rfc -next v2 00/10] mm: convert to generic VMA lock-based page fault
2023-08-26 1:07 UTC (8+ messages)
` [PATCH rfc v2 01/10] mm: add a generic VMA lock-based page fault handler
` [PATCH rfc v2 04/10] s390: mm: use try_vma_locked_page_fault()
[PATCH v5] RISC-V: Show accurate per-hart isa in /proc/cpuinfo
2023-08-25 23:26 UTC (2+ messages)
[PATCH v4] RISC-V: Show accurate per-hart isa in /proc/cpuinfo
2023-08-25 22:51 UTC (9+ messages)
[PATCH 00/17] -Wmissing-prototype warning fixes
2023-08-25 22:44 UTC (5+ messages)
` (subset) "
WARNING: CPU: 3 PID: 261 at kernel/bpf/memalloc.c:342
2023-08-25 21:31 UTC (5+ messages)
[PATCH v2 0/2] kbuild: Show Kconfig fragments in "help"
2023-08-25 19:47 UTC (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] kbuild: Split internal config targets from .config into .fragment
[PATCH v1] riscv: support arch_has_hw_pte_young()
2023-08-25 19:39 UTC (3+ messages)
[PATCH] kbuild: Show Kconfig fragments in "help"
2023-08-25 19:11 UTC (10+ messages)
[PATCH -next 00/25] spi: Use devm_clk_get_*() helper function to simplify the drivers
2023-08-25 18:01 UTC (37+ messages)
` [PATCH -next 03/25] spi: aspeed: Use helper function devm_clk_get_enabled()
` [PATCH -next v2 00/25] spi: Use devm_clk_get_*() helper function to simplify the drivers
` [PATCH -next v2 01/25] spi: ar934x: Use helper function devm_clk_get_enabled()
` [PATCH -next v2 02/25] spi: armada-3700: Use helper function devm_clk_get_prepared()
` [PATCH -next v2 03/25] spi: aspeed: Use helper function devm_clk_get_enabled()
` [PATCH -next v2 04/25] spi: ath79: "
` [PATCH -next v2 05/25] spi: spi-axi-spi-engine: "
` [PATCH -next v2 06/25] spi: bcm2835: "
` [PATCH -next v2 07/25] spi: bcm2835aux: "
` [PATCH -next v2 08/25] spi: spi-cadence: "
` [PATCH -next v2 09/25] spi: spi-cavium-thunderx: "
` [PATCH -next v2 10/25] spi: davinci: "
` [PATCH -next v2 11/25] spi: dw-bt1: "
` [PATCH -next v2 12/25] spi: dw-mmio: Use helper function devm_clk_get_*()
` [PATCH -next v2 13/25] spi: spi-fsl-dspi: Use helper function devm_clk_get_enabled()
` [PATCH -next v2 14/25] spi: lantiq-ssc: "
` [PATCH -next v2 15/25] spi: meson-spicc: "
` [PATCH -next v2 16/25] spi: spi-meson-spifc: "
` [PATCH -next v2 17/25] spi: microchip-core-qspi: "
` [PATCH -next v2 18/25] spi: microchip-core: "
` [PATCH -next v2 19/25] spi: mtk-snfi: "
` [PATCH -next v2 20/25] spi: npcm-fiu: "
` [PATCH -next v2 21/25] spi: orion: "
` [PATCH -next v2 22/25] spi: pic32-sqi: "
` [PATCH -next v2 23/25] spi: pic32: "
` [PATCH -next v2 24/25] spi: spl022: "
` [PATCH -next v2 25/25] spi: rockchip: "
[PATCH v3] Documentation/llvm: refresh docs
2023-08-25 17:38 UTC
[GIT PULL] RISC-V Fixes for 6.5-rc8
2023-08-25 16:51 UTC (2+ messages)
[RFC v4 0/4] StarFive's Pulse Width Modulation driver support
2023-08-25 15:06 UTC (6+ messages)
` [RFC v4 1/4] dt-bindings: pwm: Add StarFive PWM module
` [RFC v4 2/4] pwm: starfive: Add PWM driver support
` [RFC v4 3/4] riscv: dts: starfive: jh7110: Add PWM node and pins configuration
` [RFC v4 4/4] riscv: dts: starfive: jh7100: "
[PATCH v4 0/11] Refactoring Microchip PCIe driver and add StarFive PCIe
2023-08-25 12:09 UTC (15+ messages)
` [PATCH v4 01/11] dt-bindings: PCI: Add PLDA XpressRICH PCIe host common properties
` [PATCH v4 02/11] PCI: microchip: Move pcie-microchip-host.c to plda directory
` [PATCH v4 03/11] PCI: microchip: Move PLDA IP register macros to pcie-plda.h
` [PATCH v4 04/11] PCI: microchip: Rename data structure and functions
` [PATCH v4 05/11] PCI: plda: Move the common functions to pcie-plda-host.c
` [PATCH v4 06/11] PCI: plda: Add event interrupt codes and IRQ domain ops
` [PATCH v4 07/11] PCI: microchip: Rename IRQ init function
` [PATCH v4 08/11] PCI: microchip: Move IRQ init functions to pcie-plda-host.c
` [PATCH v4 09/11] dt-bindings: PCI: Add StarFive JH7110 PCIe controller
` [PATCH v4 10/11] PCI: starfive: Add "
` [PATCH v4 11/11] riscv: dts: starfive: add PCIe dts configuration for JH7110
[PATCH bpf-next v2 0/3] bpf, riscv: use BPF prog pack allocator in BPF JIT
2023-08-25 11:40 UTC (17+ messages)
` [PATCH bpf-next v2 1/3] riscv: extend patch_text_nosync() for multiple pages
` [PATCH bpf-next v2 2/3] riscv: implement a memset like function for text
` [PATCH bpf-next v2 3/3] bpf, riscv: use prog pack allocator in the BPF JIT
[PATCH v3 0/11] Refactoring Microchip PCIe driver and add StarFive PCIe
2023-08-25 9:21 UTC (5+ messages)
` [PATCH v3 09/11] dt-bindings: PCI: Add StarFive JH7110 PCIe controller
[v2] RISC-V: Add ptrace support for vectors
2023-08-25 5:02 UTC
[PATCH] Documentation/llvm: refresh docs
2023-08-24 21:12 UTC (5+ messages)
[PATCH v2] Documentation/llvm: refresh docs
2023-08-24 20:48 UTC
[PATCH] riscv: Fix build errors using binutils2.37 toolchains
2023-08-24 20:10 UTC (5+ messages)
[v1, 0/3] riscv: fix ptrace and export VLENB
2023-08-24 20:08 UTC (3+ messages)
` (subset) "
[PATCH v5] riscv: Handle zicsr/zifencei issue between gcc and binutils
2023-08-24 19:16 UTC (11+ messages)
[PATCH v2 0/6] riscv: SCS support
2023-08-24 19:03 UTC (4+ messages)
` [PATCH v2 2/6] riscv: Deduplicate IRQ stack switching
[PATCH v4 00/36] arm64/gcs: Provide support for GCS in userspace
2023-08-24 17:38 UTC (18+ messages)
` [PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks
[PATCH bpf-next v2 0/7] Add support cpu v4 insns for RV64
2023-08-24 16:20 UTC (13+ messages)
` [PATCH bpf-next v2 1/7] riscv, bpf: Fix missing exception handling and redundant zext for LDX_B/H/W
` [PATCH bpf-next v2 2/7] riscv, bpf: Support sign-extension load insns
` [PATCH bpf-next v2 3/7] riscv, bpf: Support sign-extension mov insns
` [PATCH bpf-next v2 4/7] riscv, bpf: Support 32-bit offset jmp insn
` [PATCH bpf-next v2 5/7] riscv, bpf: Support signed div/mod insns
` [PATCH bpf-next v2 6/7] riscv, bpf: Support unconditional bswap insn
` [PATCH bpf-next v2 7/7] selftests/bpf: Enable cpu v4 tests for RV64
[PATCH net-next 3/3] net: stmmac: add glue layer for T-HEAD TH1520 SoC
2023-08-24 15:06 UTC (2+ messages)
[PATCH v12 0/6] Add non-coherent DMA support for AX45MP
2023-08-24 12:36 UTC (3+ messages)
` [PATCH v12 3/6] riscv: mm: dma-noncoherent: nonstandard cache operations support
[PATCH] riscv: Fix local irq restore when flags indicates irq disabled
2023-08-24 12:08 UTC (4+ messages)
` [External] "
[PATCH v6 0/3] Add support for Allwinner PWM on D1/T113s/R329 SoCs
2023-08-24 11:40 UTC (4+ messages)
` [PATCH v6 1/3] dt-bindings: pwm: Add binding for Allwinner D1/T113-S3/R329 PWM controller
` [PATCH v6 2/3] pwm: Add Allwinner's D1/T113-S3/R329 SoCs PWM support
` [PATCH v6 3/3] riscv: dts: allwinner: d1: Add pwm node
[PATCH v1 0/5] ASoC: sunxi: Add support for D1/T113s internal audio codec
2023-08-24 7:03 UTC (5+ messages)
` [PATCH v1 2/5] ASoC: dt-bindings: Add schema for "allwinner,sun20i-d1-codec-analog"
[PATCH bpf-next 0/7] Add support cpu v4 insns for RV64
2023-08-24 1:23 UTC (21+ messages)
` [PATCH bpf-next 1/7] riscv, bpf: Fix missing exception handling and redundant zext for LDX_B/H/W
` [PATCH bpf-next 2/7] riscv, bpf: Support sign-extension load insns
` [PATCH bpf-next 3/7] riscv, bpf: Support sign-extension mov insns
` [PATCH bpf-next 4/7] riscv, bpf: Support 32-bit offset jmp insn
` [PATCH bpf-next 5/7] riscv, bpf: Support signed div/mod insns
` [PATCH bpf-next 6/7] riscv, bpf: Support unconditional bswap insn
` [PATCH bpf-next 7/7] selftests/bpf: Enable cpu v4 tests for RV64
[PATCH V11 0/5] riscv: Optimize function trace
2023-08-23 20:20 UTC (2+ messages)
[PATCH] riscv: Require FRAME_POINTER for some configurations
2023-08-23 20:10 UTC (4+ messages)
[PATCH v2 0/5] Add I2S support for the StarFive JH7110 SoC
2023-08-23 19:54 UTC (2+ messages)
` (subset) "
[PATCH] RISC-V: Remove ptrace support for vectors
2023-08-23 19:40 UTC (2+ messages)
[PATCH] riscv: dts: use capital "OR" for multiple licenses in SPDX
2023-08-23 19:13 UTC (2+ messages)
[GIT PULL] KVM/riscv changes for 6.6
2023-08-23 17:25 UTC
[PATCH] riscv: signal: fix sigaltstack frame size checking
2023-08-23 16:35 UTC (2+ messages)
[PATCH v2] riscv: suspend: Add syscore ops for suspend
2023-08-23 13:44 UTC (6+ messages)
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