messages from 2024-06-17 18:04:45 to 2024-06-25 02:47:33 UTC [more...]
[PATCH net-next v13 00/13] Device Memory TCP
2024-06-25 2:47 UTC (5+ messages)
` [PATCH net-next v13 01/13] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v13 02/13] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v13 03/13] netdev: support binding dma-buf to netdevice
` [PATCH net-next v13 04/13] netdev: netdevice devmem allocator
[PATCH V2] mips: kernel: fix detect_memory_region() function
2024-06-25 1:58 UTC (2+ messages)
[PATCH v3 0/9] Add Mobileye EyeQ system controller support (clk, reset, pinctrl)
2024-06-24 20:56 UTC (17+ messages)
` [PATCH v3 1/9] Revert "dt-bindings: clock: mobileye,eyeq5-clk: add bindings"
` [PATCH v3 2/9] Revert "dt-bindings: reset: mobileye,eyeq5-reset: "
` [PATCH v3 3/9] Revert "dt-bindings: pinctrl: mobileye,eyeq5-pinctrl: "
` [PATCH v3 4/9] dt-bindings: soc: mobileye: add EyeQ OLB system controller
` [PATCH v3 5/9] clk: divider: Introduce CLK_DIVIDER_EVEN_INTEGERS flag
` [PATCH v3 6/9] clk: eyeq: add driver
` [PATCH v3 7/9] reset: eyeq: add platform driver
` [PATCH v3 8/9] pinctrl: eyeq5: "
` [PATCH v3 9/9] MIPS: mobileye: eyeq5: add OLB system-controller node
[PATCH v4 00/14] MIPS: Support I6500 multi-cluster configuration
2024-06-24 20:12 UTC (14+ messages)
` [PATCH v4 03/14] irqchip: mips-gic: Introduce for_each_online_cpu_gic()
` [PATCH v4 04/14] irqchip: mips-gic: Support multi-cluster in for_each_online_cpu_gic()
` [PATCH v4 05/14] irqchip: mips-gic: Setup defaults in each cluster
[PATCH 00/26] KVM: vfio: Hide KVM internals from others
2024-06-24 19:21 UTC (4+ messages)
[PATCH v2 00/13] linux system call fixes
2024-06-24 16:37 UTC (10+ messages)
` [PATCH v2 01/13] ftruncate: pass a signed offset
` [PATCH v2 02/13] syscalls: fix compat_sys_io_pgetevents_time64 usage
` [PATCH v2 03/13] sparc: fix old compat_sys_select()
` [PATCH v2 04/13] sparc: fix compat recv/recvfrom syscalls
` [PATCH v2 05/13] parisc: use correct "
` [PATCH v2 06/13] parisc: use generic sys_fanotify_mark implementation
` [PATCH v2 07/13] powerpc: restore some missing spu syscalls
` [PATCH v2 08/13] sh: rework sync_file_range ABI
` [PATCH v2 09/13] csky, hexagon: fix broken sys_sync_file_range
[PATCH 0/6] mips: Support for RTL9302C
2024-06-24 16:34 UTC (17+ messages)
` [PATCH 1/6] dt-bindings: mips: realtek: Add rtl930x-soc compatible
` [PATCH 2/6] dt-bindings: timer: Add schema for realtek,otto-timer
` [PATCH 3/6] dt-bindings: interrupt-controller: realtek,rtl-intc: Add rtl9300-intc
` [PATCH 4/6] clocksource: realtek: Add timer driver for rtl-otto platforms
` [PATCH 5/6] mips: generic: add fdt fixup for Realtek reference board
` [PATCH 6/6] mips: dts: realtek: Add RTL9302C board
[PATCH 00/15] linux system call fixes
2024-06-24 12:52 UTC (39+ messages)
` [PATCH 01/15] ftruncate: pass a signed offset
` [PATCH 02/15] syscalls: fix compat_sys_io_pgetevents_time64 usage
` [PATCH 03/15] mips: fix compat_sys_lseek syscall
` [PATCH 04/15] sparc: fix old compat_sys_select()
` [PATCH 05/15] sparc: fix compat recv/recvfrom syscalls
` [PATCH 06/15] parisc: use correct "
` [PATCH 07/15] parisc: use generic sys_fanotify_mark implementation
` [PATCH 08/15] powerpc: restore some missing spu syscalls
` [PATCH 09/15] sh: rework sync_file_range ABI
` [musl] "
` [PATCH 10/15] csky, hexagon: fix broken sys_sync_file_range
` [PATCH 11/15] hexagon: fix fadvise64_64 calling conventions
` [PATCH 12/15] s390: remove native mmap2() syscall
` [PATCH 13/15] syscalls: mmap(): use unsigned offset type consistently
` [PATCH 14/15] asm-generic: unistd: fix time32 compat syscall handling
` [PATCH 15/15] linux/syscalls.h: add missing __user annotations
[PATCH] MIPS: pci: lantiq: restore reset gpio polarity
2024-06-24 8:16 UTC (8+ messages)
[PATCH v2 0/8] mips: Support for RTL9302C
2024-06-24 5:21 UTC (14+ messages)
` [PATCH v2 1/8] mips: dts: realtek: use "serial" instead of "uart" in node name
` [PATCH v2 2/8] mips: dts: realtek: add device_type property to cpu node
` [PATCH v2 3/8] dt-bindings: mips: realtek: Add rtl930x-soc compatible
` [PATCH v2 4/8] dt-bindings: timer: Add schema for realtek,otto-timer
` [PATCH v2 5/8] dt-bindings: interrupt-controller: realtek,rtl-intc: Add rtl9300-intc
` [PATCH v2 6/8] clocksource: realtek: Add timer driver for rtl-otto platforms
` [PATCH v2 7/8] mips: generic: add fdt fixup for Realtek reference board
` [PATCH v2 8/8] mips: dts: realtek: Add RTL9302C board
[PATCH net-next v12 00/13] Device Memory TCP
2024-06-24 0:13 UTC (9+ messages)
` [PATCH net-next v12 06/13] page_pool: devmem support
` [PATCH net-next v12 10/13] tcp: RX path for devmem TCP
[GIT PULL] MIPS fixes for v6.10
2024-06-23 15:13 UTC (2+ messages)
[PATCH] power: supply: ingenic: Fix some error handling paths in ingenic_battery_get_property()
2024-06-23 11:26 UTC (2+ messages)
[PATCH v3 0/8] MIPS: Boston: Fix syscon devicetree binding and node
2024-06-22 19:06 UTC (19+ messages)
` [PATCH v3 1/8] MIPS: dts: Boston: Add simple-mfd compatible for syscon
` [PATCH v3 2/8] MIPS: dts: Boston: Move syscon-reboot node under syscon
` [PATCH v3 3/8] MIPS: dts: Boston: Rename clock node as clock-controller
` [PATCH v3 4/8] MIPS: dts: Boston: Remove unused #interrupt-cells
` [PATCH v3 5/8] MIPS: dts: Boston: Add model property
` [PATCH v3 6/8] MIPS: dts: Boston: Rename uart node
` [PATCH v3 7/8] dt-bindings: mfd: Add img,boston-platform-regs
` [PATCH v3 8/8] dt-bindings: mips: img: Add devices binding
[PATCH v2 0/4] MIPS: Enable ARCH_SUPPORTS_ATOMIC_RMW
2024-06-21 20:31 UTC (11+ messages)
` [PATCH v2 2/4] MIPS: Introduce config options for LLSC availability
[PATCH v2 0/7] MIPS: clocksource cumulative enhancements
2024-06-21 11:18 UTC (3+ messages)
` [PATCH v2 6/7] clocksource: mips-gic-timer: Refine rating computation
[PATCH 00/10] MIPS: Loongson64: Loongson-2K1000 fixes
2024-06-21 8:26 UTC (2+ messages)
[PATCH fixes 0/4] MIPS: MT ASE fixes
2024-06-21 8:25 UTC (6+ messages)
` [PATCH fixes 1/4] MIPS: mipsmtregs: Fix target register for MFTC0
[PATCH v4 00/40] lib/find: add atomic find_bit() primitives
2024-06-20 20:32 UTC (10+ messages)
` [PATCH v4 01/40] "
` [PATCH v4 02/40] lib/find: add test for atomic find_bit() ops
` [PATCH v4 06/40] mips: sgi-ip30: optimize heart_alloc_int() by using find_and_set_bit()
` [PATCH v4 34/40] MIPS: sgi-ip27: optimize alloc_level()
[PATCH v2 00/11] Add Mobileye EyeQ system controller support (clk, reset, pinctrl)
2024-06-20 18:00 UTC (17+ messages)
` [PATCH v2 01/11] dt-bindings: clock: mobileye,eyeq5-clk: drop bindings
` [PATCH v2 03/11] dt-bindings: soc: mobileye: add EyeQ OLB system controller
` [PATCH v2 06/11] mfd: olb: Add support for Mobileye OLB system-controller
[PATCH v7 0/5] mips: bmips: improve handling of RAC and CBR addr
2024-06-20 15:28 UTC (4+ messages)
` [PATCH v7 2/5] mips: bmips: rework and cache CBR addr handling
[PATCH v8 0/4] mips: bmips: improve handling of RAC and CBR addr
2024-06-20 15:26 UTC (5+ messages)
` [PATCH v8 1/4] mips: bmips: rework and cache CBR addr handling
` [PATCH v8 2/4] dt-bindings: mips: brcm: Document brcm,bmips-cbr-reg property
` [PATCH v8 3/4] mips: bmips: setup: make CBR address configurable
` [PATCH v8 4/4] mips: bmips: enable RAC on BMIPS4350
[PATCH] crypto: mips/poly1305 - add missing MODULE_DESCRIPTION() macro
2024-06-20 14:31 UTC (2+ messages)
[PATCH fixes] MIPS: ip30: ip30-console: Add missing include
2024-06-20 14:31 UTC (2+ messages)
[PATCH 0/6] defconfig: drop RT_GROUP_SCHED=y
2024-06-20 12:49 UTC (2+ messages)
` (subset) "
[PATCH v2 0/8] MIPS: Boston: Fix syscon devicetree binding and node
2024-06-19 18:13 UTC (9+ messages)
` [PATCH v2 7/8] du-bindings: mips: cpu: Add img,mips compatible
[GIT PULL] MIPS fixes for v6.10
2024-06-19 17:33 UTC (2+ messages)
[PATCH stable 6.1] MIPS: dts: bcm63268: Add missing properties to the TWD node
2024-06-19 14:48 UTC
[PATCH v3 0/3] KVM: Set vcpu->preempted/ready iff scheduled out while running
2024-06-18 21:41 UTC (2+ messages)
[PATCH 00/10] MIPS: IPI Improvements
2024-06-18 14:50 UTC (6+ messages)
` [PATCH 04/10] MIPS: Move mips_smp_ipi_init call after prepare_cpus
[PATCH net-next v10 00/14] Device Memory TCP
2024-06-18 11:40 UTC (22+ messages)
` [PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers
mips allmodconfig build error with llvm-18.1.7-x86_64
2024-06-18 9:28 UTC (3+ messages)
[PATCH v2] EDAC: add missing MODULE_DESCRIPTION() macros
2024-06-17 19:53 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).