messages from 2025-04-08 01:38:01 to 2025-04-10 07:38:31 UTC [more...]
[PATCH v6 0/5] riscv: uaccess: optimisations
2025-04-10 7:05 UTC (6+ messages)
` [PATCH v6 1/5] riscv: save the SR_SUM status over switches
` [PATCH v6 2/5] riscv: implement user_access_begin() and families
` [PATCH v6 3/5] riscv: uaccess: use input constraints for ptr of __put_user()
` [PATCH v6 4/5] riscv: uaccess: use 'asm goto' for put_user()
` [PATCH v6 5/5] riscv: uaccess: use 'asm_goto_output' for get_user()
[PATCH v6 0/6] Add clock controller support for SpacemiT K1
2025-04-10 6:54 UTC (29+ messages)
` [PATCH v6 1/6] dt-bindings: soc: spacemit: Add spacemit,k1-syscon
` [PATCH v6 2/6] dt-bindings: clock: spacemit: Add spacemit,k1-pll
` [PATCH v6 3/6] clk: spacemit: Add clock support for SpacemiT K1 SoC
` [PATCH v6 4/6] clk: spacemit: k1: Add TWSI8 bus and function clocks
` [PATCH v6 5/6] riscv: dts: spacemit: Add clock tree for SpacemiT K1
` [PATCH v6 6/6] riscv: defconfig: enable clock controller unit support "
[PATCH v3 0/2] riscv: kexec_file: Support loading Image binary file
2025-04-10 6:40 UTC (5+ messages)
` [PATCH v3 1/2] riscv: kexec_file: Split the loading of kernel and others
` [PATCH v3 2/2] riscv: kexec_file: Support loading Image binary file
` [External] "
[PATCH v3 0/7] clk: spacemit: add K1 reset support
2025-04-10 6:25 UTC (9+ messages)
` [PATCH v3 1/7] dt-bindings: soc: spacemit: define spacemit,k1-ccu resets
` [PATCH v3 2/7] clk: spacemit: rename spacemit_ccu_data fields
` [PATCH v3 3/7] clk: spacemit: add reset controller support
` [PATCH v3 4/7] clk: spacemit: define existing syscon resets
` [PATCH v3 5/7] clk: spacemit: make clocks optional
` [PATCH v3 6/7] clk: spacemit: define new syscons with only resets
` [PATCH v3 7/7] riscv: dts: spacemit: add reset support for the K1 SoC
[PATCH v1 0/2] Add GPU clock/reset management for TH1520 in genpd
2025-04-10 5:59 UTC (6+ messages)
` [PATCH v1 1/2] dt-bindings: firmware: thead,th1520: Add clocks and resets
` [PATCH v1 2/2] pmdomain: thead: Add GPU-specific clock and reset handling for TH1520
[PATCH v12 00/28] riscv control-flow integrity for usermode
2025-04-10 5:24 UTC (25+ messages)
` [PATCH v12 03/28] riscv: zicfiss / zicfilp enumeration
` [PATCH v12 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v12 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v12 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v12 11/28] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v12 13/28] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v12 24/28] arch/riscv: compile vdso with landing pad
` [PATCH v12 26/28] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v12 27/28] riscv: Documentation for shadow stack on riscv
[PATCH 0/7] Add USB3.0 PHY and host controller support for SpacemiT K1 SoC
2025-04-10 1:34 UTC (25+ messages)
` [PATCH 1/7] dt-bindings: phy: spacemit: add K1 USB2 PHY
` [PATCH 2/7] dt-bindings: phy: spacemit: add K1 PCIe/USB3 combo PHY
` [PATCH 3/7] dt-bindings: usb: add SpacemiT K1 DWC3 glue
` [PATCH 4/7] phy: spacemit: support K1 USB2.0 PHY controller
` [PATCH 5/7] phy: spacemit: add USB3 support for K1 PCIe/USB3 combo PHY
` [PATCH 6/7] usb: dwc3: add spacemit dwc3 glue layer driver
[PATCH] riscv: Avoid fortify warning in syscall_get_arguments()
2025-04-09 23:26 UTC (2+ messages)
[PATCH v7 0/6] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
2025-04-09 23:18 UTC (8+ messages)
` [PATCH v7 2/6] syscall.h: add syscall_set_arguments()
[PATCH v2 RESEND] riscv: dts: starfive: fml13v01: enable USB 3.0 port
2025-04-09 21:28 UTC (2+ messages)
[PATCH v2 0/4] KVM: extract lock_all_vcpus/unlock_all_vcpus
2025-04-09 20:45 UTC (8+ messages)
` [PATCH v2 1/4] locking/mutex: implement mutex_trylock_nested
` [PATCH v2 2/4] KVM: x86: move sev_lock/unlock_vcpus_for_migration to kvm_main.c
` [PATCH v2 3/4] KVM: arm64: switch to using kvm_lock/unlock_all_vcpus
` [PATCH v2 4/4] RISC-V: KVM: switch to kvm_lock/unlock_all_vcpus
[PATCH 0/4] kexec-tools RISC-V port
2025-04-09 20:14 UTC (5+ messages)
` [PATCH 1/4] RISC-V: Add support for riscv kexec/kdump on kexec-tools
` [PATCH 2/4] RISC-V: Enable kexec_file_load syscall
` [PATCH 3/4] RISC-V: Separate elf_riscv_find_pbase out
` [PATCH 4/4] RISC-V: Support loading Image binary file
[PATCH v2 1/3] riscv: module: Fix out-of-bounds relocation access
2025-04-09 19:24 UTC (8+ messages)
` [PATCH v2 2/3] riscv: module: Allocate PLT entries for R_RISCV_PLT32
` [PATCH v2 3/3] riscv: module: Optimize PLT/GOT entry counting
[PATCH fixes] riscv: Properly export reserved regions in /proc/iomem
2025-04-09 18:21 UTC
[PATCH] riscv: Fix unaligned access info messages
2025-04-09 15:36 UTC
[PATCH v2 00/12] Always call constructor for kernel page tables
2025-04-09 14:50 UTC (19+ messages)
` [PATCH v2 01/12] mm: Pass mm down to pagetable_{pte,pmd}_ctor
` [PATCH v2 02/12] x86: pgtable: Always use pte_free_kernel()
` [PATCH v2 03/12] mm: Call ctor/dtor for kernel PTEs
` [PATCH v2 04/12] m68k: "
` [PATCH v2 05/12] powerpc: "
` [PATCH v2 06/12] sparc64: "
` [PATCH v2 07/12] mm: Skip ptlock_init() for kernel PMDs
` [PATCH v2 08/12] arm64: mm: Use enum to identify pgtable level instead of *_SHIFT
` [PATCH v2 09/12] arm64: mm: Always call PTE/PMD ctor in __create_pgd_mapping()
` [PATCH v2 10/12] riscv: mm: Clarify ctor mm argument in alloc_{pte,pmd}_late
` [PATCH v2 11/12] arm64: mm: Call PUD/P4D ctor in __create_pgd_mapping()
` [PATCH v2 12/12] riscv: mm: Call PUD/P4D ctor in special kernel pgtable alloc
[PATCH v2] Allow for riscv-clock to pick up mmio address
2025-04-09 14:38 UTC
[PATCH] riscv: module: Optimize PLT/GOT entry counting
2025-04-09 13:52 UTC (3+ messages)
[PATCH] riscv: Access time mmio instead of rdtime
2025-04-09 13:00 UTC (3+ messages)
[PATCH RFC v7 0/3] riscv: mm: Add soft-dirty and uffd-wp support
2025-04-09 9:53 UTC (4+ messages)
` [PATCH RFC v7 1/3] riscv: Add RISC-V Svrsw60t59b extension support
` [PATCH RFC v7 2/3] riscv: mm: Add soft-dirty page tracking support
` [PATCH RFC v7 3/3] riscv: mm: Add uffd write-protect support
[PATCH 1/2] dt-bindings: riscv: starfive: add Orange Pi RV board compatible
2025-04-09 9:18 UTC (2+ messages)
` [PATCH 2/2] riscv: dts: starfive: add DT for Orange Pi RV
[GIT PULL] RISC-V Fixes for 6.15-rc2
2025-04-09 8:32 UTC
[PATCH 1/2] dt-bindings: PCI: Correct indentation and style in DTS example
2025-04-09 7:06 UTC (4+ messages)
` [PATCH 2/2] dt-bindings: PCI: sifive,fu740-pcie: Fix include placement "
[PATCH 0/2] riscv: pwm: sophgo: add pwm support for SG2044
2025-04-09 7:57 UTC (6+ messages)
` [PATCH 1/2] dt-bindings: pwm: sophgo: add pwm controller "
[PATCH v5 0/4] rust: Add bug/warn abstractions
2025-04-09 7:38 UTC (6+ messages)
` [PATCH v5 1/4] x86/bug: Add ARCH_WARN_ASM macro for BUG/WARN asm code sharing with Rust
` [PATCH v5 2/4] riscv/bug: "
` [PATCH v5 3/4] arm64/bug: "
` [PATCH v5 4/4] rust: Add warn_on macro
[PATCH v4 0/4] rust: Add bug/warn abstractions
2025-04-09 6:26 UTC (4+ messages)
` [PATCH v4 4/4] rust: Add warn_on macro
[PATCH] riscv: config: Set MEDIA_SUPPORT_FILTER
2025-04-09 5:47 UTC (2+ messages)
[PATCH] perf symbols: Ignore mapping symbols on riscv
2025-04-09 2:51 UTC
[PATCH v4 04/12] kernel: ftrace: export ftrace_sync_ipi
2025-04-08 22:31 UTC (2+ messages)
[PATCH v4 00/23] iommu: Further abstract iommu-pages
2025-04-08 16:54 UTC (24+ messages)
` [PATCH v4 01/23] iommu/terga: Do not use struct page as the handle for as->pd memory
` [PATCH v4 02/23] iommu/tegra: Do not use struct page as the handle for pts
` [PATCH v4 03/23] iommu/pages: Remove __iommu_alloc_pages()/__iommu_free_pages()
` [PATCH v4 04/23] iommu/pages: Make iommu_put_pages_list() work with high order allocations
` [PATCH v4 05/23] iommu/pages: Remove the order argument to iommu_free_pages()
` [PATCH v4 06/23] iommu/pages: Remove iommu_free_page()
` [PATCH v4 07/23] iommu/pages: De-inline the substantial functions
` [PATCH v4 08/23] iommu/pages: Formalize the freelist API
` [PATCH v4 09/23] iommu/riscv: Convert to use struct iommu_pages_list
` [PATCH v4 10/23] iommu/amd: "
` [PATCH v4 11/23] iommu: Change iommu_iotlb_gather to use iommu_page_list
` [PATCH v4 12/23] iommu/pages: Remove iommu_put_pages_list_old and the _Generic
` [PATCH v4 13/23] iommu/pages: Move from struct page to struct ioptdesc and folio
` [PATCH v4 14/23] iommu/pages: Move the __GFP_HIGHMEM checks into the common code
` [PATCH v4 15/23] iommu/pages: Allow sub page sizes to be passed into the allocator
` [PATCH v4 16/23] iommu/amd: Change rlookup, irq_lookup, and alias to use kvalloc()
` [PATCH v4 17/23] iommu/amd: Use roundup_pow_two() instead of get_order()
` [PATCH v4 18/23] iommu/riscv: Update to use iommu_alloc_pages_node_lg2()
` [PATCH v4 19/23] iommu: Update various drivers to pass in lg2sz instead of order to iommu pages
` [PATCH v4 20/23] iommu/pages: Remove iommu_alloc_page/pages()
` [PATCH v4 21/23] iommu/pages: Remove iommu_alloc_page_node()
` [PATCH v4 22/23] iommu/amd: Use iommu_alloc_pages_node_sz() for the IRT
` [PATCH v4 23/23] iommu/vtd: Remove iommu_alloc_pages_node()
[PATCH v4] gpiolib: support parsing gpio three-cell interrupts scheme
2025-04-08 16:59 UTC (4+ messages)
[PATCH 0/9] add Voyager board support
2025-04-08 16:43 UTC (3+ messages)
` [PATCH 7/9] riscv: dts: andes: add QiLai SoC device tree
[PATCH v3 0/8] riscv: Unaligned access speed probing fixes and skipping
2025-04-08 15:32 UTC (5+ messages)
` [PATCH v3 7/8] riscv: Add parameter for skipping access speed tests
[PATCH v1 0/4] Add T-Head TH1520 VO clock support for LicheePi 4A GPU enablement
2025-04-08 12:27 UTC (11+ messages)
` [PATCH v1 4/4] clk: thead: Add GPU clock gate control with CLKGEN reset support
[PATCH v3 0/2] gpio: irq: support describing three-cell interrupts
2025-04-08 11:53 UTC (9+ messages)
` [PATCH v3 2/2] gpiolib: support parsing gpio three-cell interrupts scheme
[PATCH v4 0/2] Add basic SPI support for SG2042 SoC
2025-04-08 11:21 UTC (4+ messages)
` [PATCH v4 1/2] spi: dt-bindings: snps,dw-apb-ssi: Add compatible for SOPHGO "
[PATCH v3] riscv: KGDB: Do not inline arch_kgdb_breakpoint()
2025-04-08 9:54 UTC
[PATCH V6 0/2] riscv: mm: Add soft-dirty and uffd-wp support
2025-04-08 9:21 UTC (4+ messages)
` [PATCH V6 1/2] riscv: mm: Add soft-dirty page tracking support
` [PATCH V6 2/2] riscv: mm: Add uffd write-protect support
[PATCH v3] scripts: Do not strip .rela.dyn section
2025-04-08 7:28 UTC
[PATCH v2 00/13] arch, mm: reduce code duplication in mem_init()
2025-04-08 5:48 UTC (4+ messages)
` [PATCH v2 09/13] arch, mm: set max_mapnr when allocating memory map for FLATMEM
[PATCH 0/9] riscv: sophgo: Introduce SG2044 SRD3-10 board support
2025-04-08 1:49 UTC (6+ messages)
` [PATCH 8/9] dt-bindings: riscv: sophgo: Add SG2044 compatible string
` [PATCH 9/9] riscv: dts: sophgo: Add initial device tree of Sophgo SRD3-10
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;
as well as URLs for NNTP newsgroup(s).