messages from 2024-12-18 10:49:14 to 2024-12-18 11:21:57 UTC [more...]
[PATCH blktests 0/4] enable bs > ps device testing
2024-12-18 11:21 UTC (5+ messages)
` [PATCH blktests 1/4] common: add and use min io for fio
` [PATCH blktests 2/4] common/xfs: use min io for fs blocksize
` [PATCH blktests 3/4] tests: use test device min io to support bs > ps
` [PATCH blktests 4/4] nvme/053: provide time extension alternative
[PATCH 08/16] net-next/yunsilicon: Add ethernet interface
2024-12-18 11:21 UTC (3+ messages)
[PATCH v2 0/5] drm/msm: add a display mmu fault handler
2024-12-18 11:20 UTC (3+ messages)
` [PATCH v2 5/5] drm/msm/dpu: rate limit snapshot capture for mmu faults
[PATCH 14/16] net-next/yunsilicon: add ndo_get_stats64
2024-12-18 11:19 UTC (3+ messages)
[PATCH 0/3] Defer lcore variables allocation
2024-12-18 11:18 UTC (10+ messages)
` [PATCH v2 0/5] "
` [PATCH v2 1/5] eal: check lcore variable handle
` [PATCH v2 3/5] power: defer lcore variable allocation
` [PATCH v2 4/5] power: reduce memory footprint of per-lcore state
` [PATCH v2 5/5] eal/x86: defer power intrinsics variable allocation
[PATCH v6 0/5] Add CMN PLL clock controller driver for IPQ9574
2024-12-18 11:17 UTC (5+ messages)
` [PATCH v6 5/5] arm64: dts: qcom: Update IPQ9574 xo_board_clk to use fixed factor clock
[PATCH v9 0/7] Add TSENS support for IPQ5332, IPQ5424
2024-12-18 11:17 UTC (7+ messages)
` [PATCH v9 4/7] arm64: dts: qcom: ipq5332: Add tsens node
` [PATCH v9 6/7] arm64: dts: qcom: ipq5424: "
[yocto] Incorporating Qt6 in yocto mickledore #mickledore #qt #cmake
2024-12-18 11:17 UTC (3+ messages)
[GSoC] [PATCH] t7611: replace test -f with test_path_is* helpers
2024-12-18 11:17 UTC
[PATCH 0/7] rust: pl011: bug fixes
2024-12-18 11:17 UTC (2+ messages)
[PATCH v8 00/27] cxl: add type2 device basic support
2024-12-18 11:17 UTC (3+ messages)
` [PATCH v8 16/27] sfc: obtain root decoder with enough HPA free space
[PULL 00/38] Functional test improvements, and disallow libnfs v6
2024-12-18 11:09 UTC (39+ messages)
` [PULL 01/38] tests/functional: add execute permission to aspeed tests
` [PULL 02/38] tests/functional: remove many unused imports
` [PULL 03/38] tests/functional: resolve str(Asset) to cache file path
` [PULL 04/38] tests/functional: remove duplicated 'which' function impl
` [PULL 05/38] tests/functional: simplify 'which' implementation
` [PULL 06/38] tests/functional: drop 'tesseract_available' helper
` [PULL 07/38] tests/functional: introduce some helpful decorators
` [PULL 08/38] tests/functional: switch to new test skip decorators
` [PULL 09/38] tests/functional: drop 'has_cmd' and 'has_cmds' helpers
` [PULL 10/38] tests/functional: add helpers for building file paths
` [PULL 11/38] tests/functional: switch over to using self.log_file(...)
` [PULL 12/38] tests/functional: switch over to using self.build_file(...)
` [PULL 13/38] tests/functional: switch over to using self.data_file(...)
` [PULL 14/38] tests/functional: switch over to using self.scratch_file()
` [PULL 15/38] tests/functional: remove redundant 'rmtree' call
` [PULL 16/38] tests/functional: move archive handling into new archive.py file
` [PULL 17/38] tests/functional: move uncompress handling into new uncompress.py file
` [PULL 18/38] tests/functional: add common zip_extract helper
` [PULL 19/38] tests/functional: add common deb_extract helper
` [PULL 20/38] tests/functional: let cpio_extract accept filenames
` [PULL 21/38] tests/functional: add a generalized archive_extract
` [PULL 22/38] tests/functional: add 'archive_extract' to QemuBaseTest
` [PULL 23/38] tests/functional: convert tests to new archive_extract helper
` [PULL 24/38] tests/functional: add a generalized uncompress helper
` [PULL 25/38] tests/functional: add 'uncompress' to QemuBaseTest
` [PULL 26/38] tests/functional: convert tests to new uncompress helper
` [PULL 27/38] tests/functional: drop back compat imports from utils.py
` [PULL 28/38] tests/functional: replace 'run_cmd' with subprocess helpers
` [PULL 29/38] tests/functional: remove now unused 'run_cmd' helper
` [PULL 30/38] tests/functional: skip tests if assets are not available
` [PULL 31/38] tests/functional: ignore errors when caching assets, except for 404
` [PULL 32/38] MAINTAINERS: add myself as reviewer for functional test suite
` [PULL 33/38] tests/functional: Convert the quanta-gsj avocado test
` [PULL 34/38] tests/functional: Convert the arm virt "
` [PULL 35/38] tests/functional: Add a helper function for retrieving the hostfwd port
` [PULL 36/38] tests/functional: Convert the intel_iommu avocado test
` [PULL 37/38] tests/functional: Convert the hotplug_cpu "
` [PULL 38/38] meson.build: Disallow libnfs v6 to fix the broken macOS build
[PATCH v6 00/15] futex: Add support task local hash maps
2024-12-18 11:09 UTC (16+ messages)
` [PATCH v6 01/15] futex: Create helper function to initialize a hash slot
` [PATCH v6 02/15] futex: Add basic infrastructure for local task local hash
` [PATCH v6 03/15] futex: Allow automatic allocation of process wide futex hash
` [PATCH v6 04/15] futex: Hash only the address for private futexes
` [PATCH v6 05/15] futex: Move private hashing into its own function
` [PATCH v6 06/15] futex: Decrease the waiter count before the unlock operation
` [PATCH v6 07/15] futex: Prepare for reference counting of the process private hash end of operation
` [PATCH v6 08/15] futex: Re-evaluate the hash bucket after dropping the lock
` [PATCH v6 09/15] futex: Introduce futex_get_locked_hb()
` [PATCH v6 10/15] futex: Allow to re-allocate the private local hash
` [PATCH v6 11/15] futex: Resize local futex hash table based on number of threads
` [PATCH v6 12/15] futex: Use a hashmask instead of hashsize
` [PATCH v6 13/15] tools/perf: Add the prctl(PR_FUTEX_HASH,…) to futex-hash
` [PATCH v6 14/15] tools/perf: The the current affinity for CPU pinning in futex-hash
` [PATCH v6 15/15] tools/perf: Allocate futex locks on the local CPU-node
[PATCH] xen: address violation of MISRA C Rule 11.1
2024-12-18 11:16 UTC (9+ messages)
[PATCH v2 0/7] large atomic writes for xfs
2024-12-18 11:15 UTC (9+ messages)
` [PATCH v2 2/7] iomap: Add zero unwritten mappings dio support
[PATCH 15/16] net-next/yunsilicon: Add ndo_set_mac_address
2024-12-18 11:15 UTC (3+ messages)
[PATCH v1 0/2] Add missing fixes in fastrpc_get_args
2024-12-18 11:14 UTC (6+ messages)
` [PATCH v1 1/2] misc: fastrpc: Fix registered buffer page address
` [PATCH v1 2/2] misc: fastrpc: Fix copy buffer page size
KVM: PPC: Book3E: KVM HV host module doesn't work anymore
2024-12-18 11:10 UTC
[PATCH blktests] nvme/053: provide time extension alternative
2024-12-18 11:13 UTC
[PATCH v6 0/2] coresight: Add label sysfs node support
2024-12-18 11:09 UTC (6+ messages)
` [PATCH v6 1/2] dt-bindings: arm: Add label in the coresight components
` [PATCH v6 2/2] coresight: Add label sysfs node support
[PATCH 09/16] net-next/yunsilicon: Init net device
2024-12-18 11:13 UTC (5+ messages)
[PATCH v2] PCI: Use downstream bridges for distributing resources
2024-12-18 11:12 UTC (3+ messages)
[PATCH] x86/xen/mmu: Increase MAX_CONTIG_ORDER
2024-12-18 11:11 UTC (6+ messages)
[PATCH v5 0/3] mailbox: add Samsung Exynos driver
2024-12-18 11:08 UTC (3+ messages)
` [PATCH v5 3/3] MAINTAINERS: add entry for Samsung Exynos mailbox driver
[PATCH v4 0/6] TEE subsystem for restricted dma-buf allocations
2024-12-18 11:06 UTC (3+ messages)
[PATCH v2] PM: wakeup: implement devm_device_init_wakeup() helper
2024-12-18 11:10 UTC (3+ messages)
[PATCH 1/1] ACPI: property: Consider data nodes as being available
2024-12-18 11:07 UTC (2+ messages)
[PATCH] tee: optee: Add support for supplicant timeout
2024-12-18 11:07 UTC (6+ messages)
[PATCH v3 0/3] Add clock controller support for Spacemit K1
2024-12-18 10:46 UTC (4+ messages)
[PATCH 00/24] More Property cleanups
2024-12-18 11:04 UTC (2+ messages)
[RFC PATCH] xen/kconfig: allow LATE_HWDOM config for ARM
2024-12-18 11:04 UTC (4+ messages)
[PATCH v1 0/2] clk: mediatek: Add missing clock for MT8188 HDMITX
2024-12-18 10:54 UTC (3+ messages)
` [PATCH v1 1/2] dt-bindings: clock: mediatek,mt8188: Add VDO1_DPI1_HDMI clock
` [PATCH v1 2/2] clk: mediatek: mt8188-vdo1: Add VDO1_DPI1_HDMI clock for hdmitx
[PATCH for-10.0 0/9] target/riscv: add 'sha' support
2024-12-18 11:03 UTC (4+ messages)
` [PATCH for-10.0 3/9] target/riscv: add shcounterenw
[PATCH v1 00/16] net-next/yunsilicon: ADD Yunsilicon XSC Ethernet Driver
2024-12-18 10:51 UTC (17+ messages)
` [PATCH v1 01/16] net-next/yunsilicon: Add xsc driver basic framework
` [PATCH v1 02/16] net-next/yunsilicon: Enable CMDQ
` [PATCH v1 03/16] net-next/yunsilicon: Add hardware setup APIs
` [PATCH v1 04/16] net-next/yunsilicon: Add qp and cq management
` [PATCH v1 05/16] net-next/yunsilicon: Add eq and alloc
` [PATCH v1 06/16] net-next/yunsilicon: Add pci irq
` [PATCH v1 07/16] net-next/yunsilicon: Device and interface management
` [PATCH v1 08/16] net-next/yunsilicon: Add ethernet interface
` [PATCH v1 09/16] net-next/yunsilicon: Init net device
` [PATCH v1 10/16] net-next/yunsilicon: Add eth needed qp and cq apis
` [PATCH v1 11/16] net-next/yunsilicon: ndo_open and ndo_stop
` [PATCH v1 12/16] net-next/yunsilicon: Add ndo_start_xmit
` [PATCH v1 13/16] net-next/yunsilicon: Add eth rx
` [PATCH v1 14/16] net-next/yunsilicon: add ndo_get_stats64
` [PATCH v1 15/16] net-next/yunsilicon: Add ndo_set_mac_address
` [PATCH v1 16/16] net-next/yunsilicon: Add change mtu
[Buildroot] [PATCH v1 1/4] configs/zynqmp_kria_kd240_defconfig: bump to xilinx-v2024.2
2024-12-18 11:03 UTC (4+ messages)
` [Buildroot] [PATCH v1 3/4] configs/zynqmp_kria_kv260_defconfig: "
[RFC 0/2] ima: evm: Add kernel cmdline options to disable IMA/EVM
2024-12-18 11:02 UTC (3+ messages)
[PATCH] platform/x86:lenovo-wmi-camera: Use SW_CAMERA_LENS_COVER instead of KEY_CAMERA_ACESS
2024-12-18 11:01 UTC (2+ messages)
[PATCH] arm64: dts: mediatek: mt8188: Add tertiary eMMC/SD/SDIO controller
2024-12-18 10:54 UTC
[PATCH v9 0/6] drm/log: Introduce a new boot logger to draw the kmsg on the screen
2024-12-18 11:00 UTC (6+ messages)
[PATCH 0/4] Add support for USB DFU boot on AM62Px
2024-12-18 11:00 UTC (5+ messages)
` [PATCH 2/4] board: ti: am62px: env: include environment for DFU Boot
[PATCH] arm64: dts: mediatek: mt8188: Add VDO0's DSC and MERGE block nodes
2024-12-18 10:53 UTC
[syzbot] [afs?] KASAN: slab-out-of-bounds Read in afs_proc_addr_prefs_write
2024-12-18 10:58 UTC (3+ messages)
` [PATCH] afs: check for NULL terminator
[PATCH 00/23] docs: add basic sphinx-domain rST generator to qapidoc
2024-12-18 10:58 UTC (3+ messages)
` [PATCH 04/23] qapi: expand tags to all doc sections
[PATCH v1 0/3] MediaTek MT8188 MDP3 Enablement
2024-12-18 10:53 UTC (3+ messages)
` [PATCH v1 2/3] dt-bindings: media: mediatek: mdp3: Add compatibles for MT8188 MDP3
` [PATCH v1 3/3] arm64: dts: mediatek: mt8188: Add all Multimedia Data Path 3 nodes
[PATCH v2 01/25] powerpc/cell: Remove support for IBM Cell Blades
2024-12-18 10:55 UTC (25+ messages)
` [PATCH v2 02/25] powerpc: Remove some Cell leftovers
` [PATCH v2 03/25] powerpc: Remove PPC_PMI and driver
` [PATCH v2 04/25] powerpc: Remove IBM_CELL_BLADE & SPIDER_NET references
` [PATCH v2 05/25] powerpc/cell: Remove CBE_CPUFREQ_SPU_GOVERNOR
` [PATCH v2 06/25] powerpc/xmon: Remove SPU debug and disassembly
` [PATCH v2 07/25] powerpc: Remove DCR_MMIO and the DCR generic layer
` [PATCH v2 08/25] powerpc: Remove PPC_OF_PLATFORM_PCI
` [PATCH v2 09/25] powerpc/io: Remove PPC_IO_WORKAROUNDS
` [PATCH v2 10/25] powerpc/io: Remove PPC_INDIRECT_MMIO
` [PATCH v2 11/25] powerpc/io: Remove PCI_FIX_ADDR
` [PATCH v2 12/25] powerpc/io: Unhook MMIO accessors
` [PATCH v2 13/25] powerpc/io: Remove unnecessary indirection
` [PATCH v2 14/25] powerpc/io: Wrap port calculation in a macro
` [PATCH v2 15/25] powerpc/io: Spell-out PCI_IO_ADDR
` [PATCH v2 16/25] powerpc/io: Use generic raw accessors
` [PATCH v2 17/25] powerpc/io: Rename _insw_ns() etc
` [PATCH v2 18/25] powerpc/io: Use standard barrier macros in io.c
` [PATCH v2 19/25] powerpc: Remove UDBG_RTAS_CONSOLE
` [PATCH v2 20/25] docs: Remove reference to removed CBE_CPUFREQ_SPU_GOVERNOR
` [PATCH v2 21/25] genirq: Remove IRQ_EDGE_EOI_HANDLER
` [PATCH v2 22/25] cpufreq: ppc_cbe: Remove powerpc Cell driver
` [PATCH v2 23/25] EDAC/cell: "
` [PATCH v2 24/25] net: spider_net: "
` [PATCH v2 25/25] net: toshiba: Remove reference to PPC_IBM_CELL_BLADE
[PULL 00/15] Host Memory Backends and Memory devices queue 2024-12-18
2024-12-18 10:53 UTC (16+ messages)
` [PULL 01/15] virtio-mem: unplug memory only during system resets, not device resets
` [PULL 02/15] s390x/s390-virtio-ccw: don't crash on weird RAM sizes
` [PULL 03/15] s390x/s390-virtio-hcall: remove hypercall registration mechanism
` [PULL 04/15] s390x/s390-virtio-hcall: prepare for more diag500 hypercalls
` [PULL 05/15] s390x: rename s390-virtio-hcall* to s390-hypercall*
` [PULL 06/15] s390x/s390-virtio-ccw: move setting the maximum guest size from sclp to machine code
` [PULL 07/15] s390x: introduce s390_get_memory_limit()
` [PULL 08/15] s390x/s390-hypercall: introduce DIAG500 STORAGE_LIMIT
` [PULL 09/15] s390x/s390-stattrib-kvm: prepare for memory devices and sparse memory layouts
` [PULL 10/15] s390x/s390-skeys: prepare for memory devices
` [PULL 11/15] s390x/s390-virtio-ccw: "
` [PULL 12/15] s390x/pv: "
` [PULL 13/15] s390x: remember the maximum page size
` [PULL 14/15] s390x/virtio-ccw: add support for virtio based memory devices
` [PULL 15/15] s390x: virtio-mem support
[PATCH v4] usb: typec: tcpci: fix NULL pointer issue on shared irq case
2024-12-18 10:56 UTC (2+ messages)
[PATCH RFC 0/3] Pinctrl: Add Amlogic pinctrl driver
2024-12-18 9:37 UTC (5+ messages)
` [PATCH RFC 2/3] pinctrl: Add driver support for Amlogic SoCs
[PATCH v2 0/5] Add STM32MP25 PCIe drivers
2024-12-18 9:21 UTC (8+ messages)
` [PATCH v2 4/5] PCI: stm32: Add PCIe endpoint support for STM32MP25
[PATCH 00/24] spi-nand/spi-mem DTR support
2024-12-18 9:37 UTC (15+ messages)
` [PATCH 01/24] spi: spi-mem: Extend spi-mem operations with a per-operation maximum frequency
` [PATCH 19/24] mtd: spinand: winbond: Fix the *JW chip definitions
` [PATCH 23/24] mtd: spinand: winbond: Add comment about naming
[PATCH v4 00/16] perf tools: Use generic syscall scripts for all archs
2024-12-18 9:24 UTC (3+ messages)
` [PATCH v4 15/16] perf tools: s390: Use generic syscall table scripts
` [PATCH v4 16/16] perf tools: Remove dependency on libaudit
[PATCH v4 0/3] KVM: arm64: Errata management for VM Live migration
2024-12-18 10:53 UTC (4+ messages)
` [PATCH v4 1/3] arm64: Modify _midr_range() functions to read MIDR/REVIDR internally
` [PATCH v4 2/3] KVM: arm64: Introduce hypercall support for retrieving target implementations
` [PATCH v4 3/3] arm64: paravirt: Enable errata based on implementation CPUs
[PATCH net] xfrm: prevent some integer overflows in verify_ functions
2024-12-18 10:54 UTC (5+ messages)
` [PATCH net] xfrm: Rewrite key length conversion to avoid overflows
[PATCH bpf-next v1] selftests/bpf: avoid generating untracked files when running bpf selftests
2024-12-18 10:52 UTC
[PATCH net-next v7 0/5] Add rds ptp library for Microchip phys
2024-12-18 10:52 UTC (6+ messages)
` [PATCH net-next v7 2/5] net: phy: microchip_rds_ptp : "
[PATCH] net: ipv6: fix the address length for net_device on a GRE tunnel
2024-12-18 10:52 UTC (5+ messages)
[PATCH 3/3] mfd: syscon: Allow syscon nodes without a "syscon" compatible
2024-12-18 10:50 UTC (4+ messages)
[PATCH] drm/mediatek: stop selecting foreign drivers
2024-12-18 10:50 UTC (2+ messages)
[PATCH v3 0/7] Unflattening and relocation of host device tree
2024-12-18 10:50 UTC (3+ messages)
[PATCH 0/2] Fix compilation errors with pruss APIs
2024-12-18 10:44 UTC (3+ messages)
` [PATCH 1/2] soc: ti: pruss: Fix "
` [PATCH 2/2] MAINTAINERS: Add entry for linux/pruss_driver.h
[PATCH net] netdev-genl: avoid empty messages in queue dump
2024-12-18 10:49 UTC (2+ messages)
[PATCH v2 0/3] boot: android: rework the bootargs concatenation
2024-12-18 10:49 UTC (3+ messages)
` [PATCH v2 3/3] boot: android: rework "
[PATCH 1/4] ARM: dts: stm32: Reinstate missing root oscillators on DH STM32MP15xx DHCOR
2024-12-18 10:48 UTC (7+ messages)
` [PATCH 2/4] ARM: dts: stm32: Reinstate SPL_SYS_MMCSD_RAW_MODE on DH STM32MP15xx DHSOM
[DPDK/examples Bug 1606] flow_filtering/flow_filtering_mismatch_rule: Some mismatch rule packets match the rule
2024-12-18 10:49 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.