linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-30 04:36:19 to 2024-09-09 05:43:30 UTC [more...]

[PATCH net-next v25 00/13] Device Memory TCP
 2024-09-09  5:43 UTC  (5+ messages)
` [PATCH net-next v25 01/13] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v25 02/13] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v25 03/13] netdev: support binding dma-buf to netdevice
` [PATCH net-next v25 04/13] netdev: netdevice devmem allocator

[PATCH v2 0/3] rust: Initial MIPS support
 2024-09-09  2:01 UTC  (6+ messages)
` [PATCH v2 1/3] rust: Introduce HAVE_GENERATE_RUST_TARGET config option
` [PATCH v2 2/3] MIPS: Rename mips_instruction type to workaround bindgen issue
` [PATCH v2 3/3] rust: Enable for MIPS

[PATCH 0/2] mips: realtek: Add reboot support
 2024-09-09  1:47 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: mfd: Add Realtek switch
` [PATCH 2/2] mips: dts: realtek: Add syscon-reboot node

[PATCH net-next v24 00/13] Device Memory TCP
 2024-09-09  0:21 UTC  (22+ messages)
` [PATCH net-next v24 01/13] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v24 02/13] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v24 03/13] netdev: support binding dma-buf to netdevice
` [PATCH net-next v24 04/13] netdev: netdevice devmem allocator
` [PATCH net-next v24 05/13] page_pool: devmem support
` [PATCH net-next v24 06/13] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v24 07/13] net: support non paged skb frags
` [PATCH net-next v24 08/13] net: add support for skbs with unreadable frags
` [PATCH net-next v24 09/13] tcp: RX path for devmem TCP
` [PATCH net-next v24 10/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v24 11/13] net: add devmem TCP documentation
` [PATCH net-next v24 12/13] selftests: add ncdevmem, netcat for devmem TCP
` [PATCH net-next v24 13/13] netdev: add dmabuf introspection

[PATCH 0/5] LoongArch, MIPS: Unify Loongson IOCSR handling
 2024-09-08 16:56 UTC  (13+ messages)
` [PATCH 1/5] LoongArch: Rename cpu_has_csr as cpu_has_iocsr
` [PATCH 2/5] LoongArch: Probe more CPU features from CPUCFG
` [PATCH 3/5] LoongArch: cpu-probe: Move IOCSR probing out of cpu_probe_common
` [PATCH 4/5] LoongArch: Extract IOCSR definitions to standalone header
` [PATCH 5/5] MIPS: Loongson64: Use shared IOCSR header

[PATCH RFC v3 0/2] mm: Introduce ADDR_LIMIT_47BIT personality flag
 2024-09-08 11:26 UTC  (15+ messages)
` [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
` [PATCH RFC v3 2/2] selftests/mm: Create ADDR_LIMIT_47BIT test

[PATCH 0/2] MIPS: Chore clean ups
 2024-09-08 10:49 UTC  (3+ messages)
` [PATCH 1/2] MIPS: ftrace: Mark ftrace_get_parent_ra_addr as static
` [PATCH 2/2] MIPS: kprobes: Massage previous delay slot detection

[PATCH v5 00/10] MIPS: IPI Improvements
 2024-09-08 10:20 UTC  (11+ messages)
` [PATCH v5 01/10] MIPS: smp: Make IPI interrupts scalable
` [PATCH v5 02/10] MIPS: smp: Manage IPI interrupts as percpu_devid interrupts
` [PATCH v5 03/10] MIPS: smp: Provide platform IPI virq & domain hooks
` [PATCH v5 04/10] MIPS: Move mips_smp_ipi_init call after prepare_cpus
` [PATCH v5 05/10] MIPS: smp: Implement IPI stats
` [PATCH v5 06/10] irqchip/irq-mips-gic: Switch to ipi_mux
` [PATCH v5 07/10] MIPS: Implement get_mips_sw_int hook
` [PATCH v5 08/10] MIPS: GIC: Implement get_sw_int hook
` [PATCH v5 09/10] irqchip/irq-mips-cpu: Rework software IRQ handling flow
` [PATCH v5 10/10] MIPS: smp-mt: Rework IPI functions

[PATCH v4 0/3] i2c: Use devm_clk_get_enabled() helpers
 2024-09-07 19:36 UTC  (3+ messages)
` [PATCH v4 1/3] i2c: emev2: "

[PATCH v4 00/10] MIPS: IPI Improvements
 2024-09-07 11:53 UTC  (12+ messages)
` [PATCH v4 01/10] MIPS: smp: Make IPI interrupts scalable
` [PATCH v4 02/10] MIPS: smp: Manage IPI interrupts as percpu_devid interrupts
` [PATCH v4 03/10] MIPS: smp: Provide platform IPI virq & domain hooks
` [PATCH v4 04/10] MIPS: Move mips_smp_ipi_init call after prepare_cpus
` [PATCH v4 05/10] MIPS: smp: Implement IPI stats
` [PATCH v4 06/10] irqchip/irq-mips-gic: Switch to ipi_mux
` [PATCH v4 07/10] MIPS: Implement get_mips_sw_int hook
` [PATCH v4 08/10] MIPS: GIC: Implement get_sw_int hook
` [PATCH v4 09/10] irqchip/irq-mips-cpu: Rework software IRQ handling flow
` [PATCH v4 10/10] MIPS: smp-mt: Rework IPI functions

[PATCH] smp: Mark smp_prepare_boot_cpu() __init
 2024-09-07  8:33 UTC  (2+ messages)

[PATCH v2 0/8] x86/module: use large ROX pages for text allocations
 2024-09-06  9:37 UTC  (3+ messages)
` [PATCH v2 7/8] execmem: add support for cache of large ROX pages

[PATCH 0/3] rust: Initial MIPS support
 2024-09-06  9:03 UTC  (18+ messages)
` [PATCH 1/3] rust: Introduce HAVE_GENERATE_RUST_TARGET config option
` [PATCH 2/3] MIPS: Rename mips_instruction type to workaround bindgen issue
` [PATCH 3/3] rust: Enable for MIPS

[PATCH v3] MIPS: crypto: Clean up useless assignment operations
 2024-09-06  6:40 UTC 

Business Proposal
 2024-09-06  6:11 UTC 

[RESEND. PATCH v2] MIPS: crypto: Clean up useless assignment operations
 2024-09-06  5:56 UTC  (2+ messages)

[PATCH 00/15] kbuild: refactor DTB build rules, introduce a generic built-in boot DTB support
 2024-09-06  1:56 UTC  (22+ messages)
` [PATCH 01/15] kbuild: add intermediate targets for Flex/Bison in scripts/Makefile.host
` [PATCH 02/15] kbuild: split device tree build rules into scripts/Makefile.dtbs
` [PATCH 03/15] kbuild: move non-boot builtin DTBs to .init.rodata section
` [PATCH 04/15] kbuild: add generic support for built-in boot DTBs
` [PATCH 05/15] MIPS: migrate to generic rule for built-in DTBs
` [PATCH 06/15] riscv: migrate to the generic rule for built-in DTB
` [PATCH 07/15] LoongArch: "
` [PATCH 08/15] ARC: "
` [PATCH 09/15] openrisc: "
` [PATCH 10/15] xtensa: "
` [PATCH 11/15] nios2: "
` [PATCH 12/15] sh: "
` [PATCH 13/15] microblaze: "
` [PATCH 14/15] kbuild: rename CONFIG_GENERIC_BUILTIN_DTB to CONFIG_BUILTIN_DTB
` [PATCH 15/15] kbuild: use .init.rodata section unconditionally for cmd_wrap_S_dtb

[PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
 2024-09-05 17:26 UTC  (15+ messages)
` [PATCH RFC v2 2/4] mm: Add hint and mmap_flags to struct vm_unmapped_area_info

[PATCH] remoteproc:remove redundant dev_err message
 2024-09-05 16:22 UTC  (2+ messages)

[PATCH v2 0/7] i2c: designware: Group all DesignWare drivers under a single option
 2024-09-05  8:18 UTC  (4+ messages)
` [PATCH v2 4/7] mips: configs: enable I2C_DESIGNWARE_CORE with I2C_DESIGNWARE_PLATFORM

[PATCH 0/2] mm: make copy_to_kernel_nofault() not fault on user addresses
 2024-09-04 22:56 UTC  (10+ messages)
` [PATCH 1/2] mm: rename copy_from_kernel_nofault_allowed() to copy_kernel_nofault_allowed()
` [PATCH 2/2] mm: make copy_to_kernel_nofault() not fault on user addresses

[PATCH v2 0/3] mm: Care about shadow stack guard gap when getting an unmapped area
 2024-09-04 16:58 UTC  (4+ messages)
` [PATCH v2 1/3] mm: Make arch_get_unmapped_area() take vm_flags by default
` [PATCH v2 2/3] mm: Pass vm_flags to generic_get_unmapped_area()
` [PATCH v2 3/3] mm: Care about shadow stack guard gap when getting an unmapped area

[PATCH v4 00/10] KVM: Register cpuhp/syscore callbacks when enabling virt
 2024-09-04 15:03 UTC  (14+ messages)
` [PATCH v4 01/10] KVM: Use dedicated mutex to protect kvm_usage_count to avoid deadlock
` [PATCH v4 04/10] KVM: Rename arch hooks related to per-CPU virtualization enabling
` [PATCH v4 06/10] KVM: x86: Rename virtualization {en,dis}abling APIs to match common KVM
` [PATCH v4 07/10] KVM: Add a module param to allow enabling virtualization when KVM is loaded
` [PATCH v4 08/10] KVM: Add arch hooks for enabling/disabling virtualization
` [PATCH v4 09/10] x86/reboot: Unconditionally define cpu_emergency_virt_cb typedef
` [PATCH v4 10/10] KVM: x86: Register "emergency disable" callbacks when virt is enabled

[PATCH] mips: Remove posix_types.h include from sigcontext.h
 2024-09-04 12:49 UTC  (4+ messages)

[PATCH 1/7] tracing: add ftrace_regs to function_graph_enter()
 2024-09-04  6:58 UTC 

[PATCH -next] dmaengine: Loongson1: Annotate struct ls1x_dma_chan with __counted_by()
 2024-09-04  2:25 UTC  (2+ messages)

clearly mark DMA_OPS support as an architecture feature v2
 2024-09-03  9:39 UTC  (5+ messages)
` [PATCH 1/2] vdpa_sim: don't select DMA_OPS

[PATCH v5 0/3] drm: fix two issues related to HDMI Connector implementation
 2024-09-03  8:18 UTC  (5+ messages)
` [PATCH v5 1/3] drm/display: stop depending on DRM_DISPLAY_HELPER
` [PATCH v5 2/3] drm/bridge-connector: move to DRM_DISPLAY_HELPER module
` [PATCH v5 3/3] drm/bridge-connector: reset the HDMI connector state

[PATCH v1 0/2] gpiolib:legacy: Kill GPIOF_DIR_* and GPIOF_INIT_*
 2024-09-02  9:47 UTC  (6+ messages)
` [PATCH v1 1/2] gpiolib: legacy: Kill GPIOF_INIT_* definitions
` [PATCH v1 2/2] gpiolib: legacy: Kill GPIOF_DIR_* definitions

[PATCH] dmaengine: loongson1-apb-dma: Fix the build warning caused by the size of pdev_irqname
 2024-09-02  8:29 UTC  (2+ messages)

[RFC} arm architecture board/feature deprecation timeline
 2024-09-01 16:34 UTC  (4+ messages)

[PATCH 00/16] mm: Introduce MAP_BELOW_HINT
 2024-08-31 16:30 UTC  (4+ messages)
` [PATCH 07/16] powerpc: mm: Support MAP_BELOW_HINT

[PATCH net-next v23 00/13] Device Memory TCP
 2024-08-30 17:59 UTC  (6+ messages)
` [PATCH net-next v23 03/13] netdev: support binding dma-buf to netdevice


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).