messages from 2024-05-31 21:10:17 to 2024-06-13 01:36:19 UTC [more...]
[PATCH net-next v12 00/13] Device Memory TCP
2024-06-13 1:35 UTC (10+ messages)
` [PATCH net-next v12 01/13] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v12 02/13] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v12 03/13] netdev: support binding dma-buf to netdevice
` [PATCH net-next v12 04/13] netdev: netdevice devmem allocator
` [PATCH net-next v12 05/13] page_pool: convert to use netmem
` [PATCH net-next v12 06/13] page_pool: devmem support
` [PATCH net-next v12 07/13] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v12 08/13] net: support non paged skb frags
` [PATCH net-next v12 09/13] net: add support for skbs with unreadable frags
[PATCH net-next v11 00/13] Device Memory TCP
2024-06-13 0:10 UTC (15+ messages)
` [PATCH net-next v11 01/13] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v11 02/13] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v11 03/13] netdev: support binding dma-buf to netdevice
` [PATCH net-next v11 04/13] netdev: netdevice devmem allocator
` [PATCH net-next v11 05/13] page_pool: convert to use netmem
` [PATCH net-next v11 06/13] page_pool: devmem support
` [PATCH net-next v11 07/13] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v11 08/13] net: support non paged skb frags
` [PATCH net-next v11 09/13] net: add support for skbs with unreadable frags
` [PATCH net-next v11 10/13] tcp: RX path for devmem TCP
` [PATCH net-next v11 11/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v11 12/13] net: add devmem TCP documentation
` [PATCH net-next v11 13/13] selftests: add ncdevmem, netcat for devmem TCP
[PATCH] MIPS: pci: lantiq: restore reset gpio polarity
2024-06-12 23:32 UTC (8+ messages)
[PATCH 0/4] KVM, mm: remove the .change_pte() MMU notifier and set_pte_at_notify()
2024-06-12 17:31 UTC (12+ messages)
` [PATCH 1/4] KVM: delete .change_pte MMU notifier callback
[PATCH v2 0/6] MIPS: cm: Probe GCR address from devicetree
2024-06-12 17:01 UTC (8+ messages)
` [PATCH v2 1/6] MIPS: generic: Do __dt_setup_arch in prom_init
` [PATCH v2 2/6] MIPS: malta: Move SMP initialisation to device_tree_init
` [PATCH v2 3/6] MIPS: cm: Prefix probe functions with __init
` [PATCH v2 4/6] MIPS: Move mips_cm_probe after prom_init
` [PATCH v2 5/6] dt-bindings: mips: Document mti,mips-cm
` [PATCH v2 6/6] MIPS: cm: Probe GCR address from DeviceTree
[PATCH v2 0/8] MIPS: Boston: Fix syscon devicetree binding and node
2024-06-12 16:59 UTC (14+ messages)
` [PATCH v2 1/8] MIPS: dts: Boston: Add simple-mfd compatible for syscon
` [PATCH v2 2/8] MIPS: dts: Boston: Move syscon-reboot node under syscon
` [PATCH v2 3/8] MIPS: dts: Boston: Remove unused #interrupt-cells
` [PATCH v2 4/8] MIPS: dts: Boston: Add model property
` [PATCH v2 5/8] MIPS: dts: Boston: Rename uart node
` [PATCH v2 6/8] dt-bindings: mfd: Add img,boston-platform-regs
` [PATCH v2 7/8] du-bindings: mips: cpu: Add img,mips compatible
` [PATCH v2 8/8] dt-bindings: mips: img: Add devices binding
[PATCH net-next v10 00/14] Device Memory TCP
2024-06-12 15:47 UTC (59+ messages)
` [PATCH net-next v10 01/14] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers
` [PATCH net-next v10 05/14] netdev: netdevice devmem allocator
` [PATCH net-next v10 06/14] page_pool: convert to use netmem
` [PATCH net-next v10 10/14] net: add support for skbs with unreadable frags
` [PATCH net-next v10 11/14] tcp: RX path for devmem TCP
` [PATCH net-next v10 13/14] net: add devmem TCP documentation
[PATCH v2 0/4] MIPS: Enable ARCH_SUPPORTS_ATOMIC_RMW
2024-06-12 9:53 UTC (5+ messages)
` [PATCH v2 1/4] MIPS: Introduce WAR_4KC_LLSC config option
` [PATCH v2 2/4] MIPS: Introduce config options for LLSC availability
` [PATCH v2 3/4] MIPS: Select ARCH_SUPPORTS_ATOMIC_RMW when possible
` [PATCH v2 4/4] MIPS: Select ARCH_HAVE_NMI_SAFE_CMPXCHG "
[PATCH v2 0/7] MIPS: clocksource cumulative enhancements
2024-06-12 8:54 UTC (8+ messages)
` [PATCH v2 1/7] MIPS: csrc-r4k: Refine rating computation
` [PATCH v2 2/7] MIPS: csrc-r4k: Apply verification clocksource flags
` [PATCH v2 3/7] MIPS: csrc-r4k: Select HAVE_UNSTABLE_SCHED_CLOCK if SMP && 64BIT
` [PATCH v2 4/7] MIPS: csrc-r4k: Don't register as sched_clock if unfit
` [PATCH v2 5/7] MIPS: sync-r4k: Rework based on x86 tsc_sync
` [PATCH v2 6/7] clocksource: mips-gic-timer: Refine rating computation
` [PATCH v2 7/7] clocksource: mips-gic-timer: Correct sched_clock width
[PATCH v3] MIPS: Implement ieee754 NAN2008 emulation mode
2024-06-12 8:38 UTC
[PATCH v2 0/6] KVM: Fold kvm_arch_sched_in() into kvm_arch_vcpu_load()
2024-06-12 1:18 UTC (2+ messages)
[PATCH v8 0/2] Add support for Loongson1 APB DMA
2024-06-11 18:31 UTC (4+ messages)
` [PATCH v8 1/2] dt-bindings: dma: Add Loongson-1 "
` [PATCH v8 2/2] dmaengine: Loongson1: Add Loongson-1 APB DMA driver
[PATCH 1/1] MIPS: Routerboard 532: Fix vendor retry check code
2024-06-11 14:14 UTC (2+ messages)
[PATCH v7 0/5] mips: bmips: improve handling of RAC and CBR addr
2024-06-11 14:12 UTC (10+ messages)
` [PATCH v7 1/5] mips: bmips: BCM6358: make sure CBR is correctly set
` [PATCH v7 2/5] mips: bmips: rework and cache CBR addr handling
` [PATCH v7 3/5] dt-bindings: mips: brcm: Document brcm,bmips-cbr-reg property
` [PATCH v7 4/5] mips: bmips: setup: make CBR address configurable
` [PATCH v7 5/5] mips: bmips: enable RAC on BMIPS4350
[PATCH 1/3] MIPS: Loongson64: include asm/bootinfo.h
2024-06-11 11:21 UTC (5+ messages)
` [PATCH 2/3] MIPS: sgi-ip22: Add prototypes for several functions to header
` [PATCH 3/3] MIPS: ip22-gio: Make ip22_gio_set_64bit() and ip22_gio_init() static
[PATCH 0/3] MIPS: Loongson64: Implement PM suspend for LEFI firmware
2024-06-11 11:16 UTC (2+ messages)
[PATCH 0/4] MIPS: Loongson64: Sweeping build warnings
2024-06-11 11:15 UTC (2+ messages)
[PATCH v5 0/4] mips: bmips: improve handling of RAC and CBR addr
2024-06-11 11:37 UTC (8+ messages)
` [PATCH v5 1/4] mips: bmips: rework and cache CBR addr handling
` [PATCH v5 4/4] mips: bmips: enable RAC on BMIPS4350
[PATCH v6 0/5] mips: bmips: improve handling of RAC and CBR addr
2024-06-11 11:32 UTC (6+ messages)
` [PATCH v6 1/5] mips: bmips: BCM6358: make sure CBR is correctly set
` [PATCH v6 2/5] mips: bmips: rework and cache CBR addr handling
` [PATCH v6 3/5] dt-bindings: mips: brcm: Document brcm,bmips-cbr-reg property
` [PATCH v6 4/5] mips: bmips: setup: make CBR address configurable
` [PATCH v6 5/5] mips: bmips: enable RAC on BMIPS4350
[PATCH v1 1/1] MIPS: Alchemy: Switch to use kmemdup_array()
2024-06-11 8:54 UTC (2+ messages)
[PATCH 0/6] defconfig: drop RT_GROUP_SCHED=y
2024-06-11 8:41 UTC (3+ messages)
` [PATCH 3/6] mips: defconfig: drop RT_GROUP_SCHED=y from generic/db1xxx/eyeq5
[PATCH v2 0/3] Add support for the Mobileye EyeQ6H SoC
2024-06-11 8:42 UTC (4+ messages)
[PATCH] iio: add missing MODULE_DESCRIPTION() macros
2024-06-08 16:38 UTC (2+ messages)
[PATCH v3 00/11] pinctrl: pinmux: Embed and reuse struct
2024-06-07 20:34 UTC (2+ messages)
[PATCH 0/2] pwm: Make use of regmap_{set,clear}_bits()
2024-06-07 16:21 UTC (3+ messages)
` [PATCH 1/2] pwm: jz4740: Another few conversions to regmap_{set,clear}_bits()
[PATCH v7 0/3] Add support for Loongson-1 NAND
2024-06-07 2:36 UTC (8+ messages)
` [PATCH v7 1/3] dt-bindings: mtd: Add Loongson-1 NAND Controller
[PATCH v2] clocksource: Add node counter timer driver for MIPS/Loongson64
2024-06-05 13:17 UTC (6+ messages)
[PATCH AUTOSEL 4.19 4/4] MIPS: Octeon: Add PCIe link status check
2024-06-05 11:55 UTC
[PATCH AUTOSEL 5.4 4/5] MIPS: Octeon: Add PCIe link status check
2024-06-05 11:54 UTC
[PATCH AUTOSEL 5.10 5/7] MIPS: Octeon: Add PCIe link status check
2024-06-05 11:54 UTC
[PATCH AUTOSEL 5.15 6/9] MIPS: Octeon: Add PCIe link status check
2024-06-05 11:54 UTC
[PATCH AUTOSEL 6.1 07/12] MIPS: Octeon: Add PCIe link status check
2024-06-05 11:53 UTC
[PATCH AUTOSEL 6.6 10/20] MIPS: Octeon: Add PCIe link status check
2024-06-05 11:51 UTC
[PATCH AUTOSEL 6.8 11/24] MIPS: Octeon: Add PCIe link status check
2024-06-05 11:50 UTC
[PATCH AUTOSEL 6.9 12/28] MIPS: Octeon: Add PCIe link status check
2024-06-05 11:48 UTC
[PATCH v4 0/7] mm: multi-gen LRU: Walk secondary MMU page tables while aging
2024-06-04 23:36 UTC (23+ messages)
` [PATCH v4 2/7] mm: multi-gen LRU: Have secondary MMUs participate in aging
` [PATCH v4 6/7] KVM: arm64: Relax locking for kvm_test_age_gfn and kvm_age_gfn
[PATCH RFC v2 0/4] Svvptc extension to remove preventive sfence.vma
2024-06-04 20:17 UTC (10+ messages)
` [PATCH RFC/RFT v2 3/4] riscv: Stop emitting preventive sfence.vma for new vmalloc mappings
` [External] "
[PATCH 0/7] MIPS: clocksource cumulative enhancements
2024-06-04 14:51 UTC (6+ messages)
` [PATCH 1/7] MIPS: csrc-r4k: Refine rating computation
` [PATCH 3/7] MIPS: csrc-r4k: Select HAVE_UNSTABLE_SCHED_CLOCK if 64BIT
[PATCH 0/9] Convert Tasklets to BH Workqueues
2024-06-03 17:25 UTC (4+ messages)
` [PATCH 9/9] mmc: Convert from tasklet to BH workqueue
[PATCH v2] dt-bindings: mfd: syscon: Add more simple compatibles
2024-06-03 13:12 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).