messages from 2023-02-20 15:00:28 to 2023-02-20 15:34:43 UTC [more...]
[dm-devel] [PATCH v7 4/8] fs, block: copy_file_range for def_blk_ops for direct block device
2023-02-20 15:18 UTC (3+ messages)
` "
[PATCH 0/8] hw/arm: Cleanups around QOM style
2023-02-20 15:34 UTC (15+ messages)
` [PATCH 2/8] hw/char/pl011: Un-inline pl011_create()
` [PATCH 3/8] hw/char/pl011: Open-code pl011_luminary_create()
` [PATCH 4/8] hw/char/xilinx_uartlite: Expose XILINX_UARTLITE QOM type
` [PATCH 5/8] hw/char/xilinx_uartlite: Open-code xilinx_uartlite_create()
` [PATCH 6/8] hw/char/cmsdk-apb-uart: Open-code cmsdk_apb_uart_create()
` [PATCH 7/8] hw/timer/cmsdk-apb-timer: Remove unused 'qdev-properties.h' header
` [PATCH 8/8] hw/intc/armv7m_nvic: Use QOM cast CPU() macro
[PATCH v3 00/55] MediaTek clocks: full module build and cleanups
2023-02-20 15:01 UTC (100+ messages)
` [PATCH v3 01/55] clk: mediatek: clk-mtk: Switch to device_get_match_data()
` [PATCH v3 02/55] clk: mediatek: clk-mtk: Introduce clk_mtk_pdev_{probe,remove}()
` [PATCH v3 03/55] clk: mediatek: Migrate to mtk_clk_pdev_probe() for multimedia clocks
` [PATCH v3 04/55] clk: mediatek: Add divider clocks to mtk_clk_simple_{probe,remove}()
` [PATCH v3 05/55] clk: mediatek: mt2712: Migrate topckgen/mcucfg to mtk_clk_simple_probe()
` [PATCH v3 06/55] clk: mediatek: mt2712: Compress clock arrays entries to 90 columns
` [PATCH v3 07/55] clk: mediatek: mt2712: Add error handling to clk_mt2712_apmixed_probe()
` [PATCH v3 08/55] clk: mediatek: mt2712: Move apmixedsys clock driver to its own file
` [PATCH v3 09/55] clk: mediatek: mt2712-apmixedsys: Add .remove() callback for module build
` [PATCH v3 10/55] clk: mediatek: mt2712: Change to use module_platform_driver macro
` [PATCH v3 11/55] clk: mediatek: mt8365: Move apmixedsys clock driver to its own file
` [PATCH v3 12/55] clk: mediatek: mt8365: Convert simple_gate to mtk_gate clocks
` [PATCH v3 13/55] clk: mediatek: mt8365: Join top_misc_mux_gates and top_misc_muxes arrays
` [PATCH v3 14/55] clk: mediatek: mt8365: Convert to mtk_clk_simple_{probe,remove}()
` [PATCH v3 15/55] clk: mediatek: mt8167: Compress GATE_TOPx macros
` [PATCH v3 16/55] clk: mediatek: mt8167: Move apmixedsys as platform_driver in new file
` [PATCH v3 17/55] clk: mediatek: mt8167: Remove __initconst annotation from arrays
` [PATCH v3 18/55] clk: mediatek: mt8167: Convert to mtk_clk_simple_{probe,remove}()
` [PATCH v3 19/55] clk: mediatek: mt8183: Move apmixedsys clock driver to its own file
` [PATCH v3 20/55] clk: mediatek: mt8183: Compress clocks arrays entries where possible
` [PATCH v3 21/55] clk: mediatek: mt8183: Convert all remaining clocks to common probe
` [PATCH v3 22/55] clk: mediatek: Consistently use GATE_MTK() macro
` [PATCH v3 23/55] clk: mediatek: mt7622: Properly use CLK_IS_CRITICAL flag
` [PATCH v3 24/55] clk: mediatek: mt7622: Move apmixedsys clock driver to its own file
` [PATCH v3 25/55] clk: mediatek: mt7622-apmixedsys: Add .remove() callback for module build
` [PATCH v3 26/55] clk: mediatek: mt7622: Move infracfg to clk-mt7622-infracfg.c
` [PATCH v3 27/55] clk: mediatek: mt7622: Convert to platform driver and simple probe
` [PATCH v3 28/55] clk: mediatek: mt8516: Move apmixedsys clock driver to its own file
` [PATCH v3 29/55] clk: mediatek: mt8516: Convert to platform driver and simple probe
` [PATCH v3 30/55] clk: mediatek: mt8516: Allow building clock drivers as modules
` [PATCH v3 31/55] clk: mediatek: Propagate struct device with mtk_clk_register_dividers()
` [PATCH v3 32/55] clk: mediatek: mt7986-apmixed: Use PLL_AO flag to set critical clock
` [PATCH v3 33/55] clk: mediatek: mt7986-infracfg: Migrate to common probe mechanism
` [PATCH v3 34/55] clk: mediatek: mt7986-eth: "
` [PATCH v3 35/55] clk: mediatek: mt8186-mcu: "
` [PATCH v3 36/55] clk: mediatek: Switch to module_platform_driver() where possible
` [PATCH v3 37/55] clk: mediatek: Add MODULE_LICENSE() where missing
` [PATCH v3 38/55] clk: mediatek: mt2712: Change Kconfig options to allow module build
` [PATCH v3 39/55] clk: mediatek: Split MT8195 clock drivers and "
` [PATCH v3 40/55] clk: mediatek: Allow building MT8192 non-critical clocks as modules
` [PATCH v3 41/55] clk: mediatek: Allow MT7622 clocks to be built "
` [PATCH v3 42/55] clk: mediatek: Allow all MT8167 "
` [PATCH v3 43/55] clk: mediatek: Allow all MT8183 "
` [PATCH v3 44/55] clk: mediatek: Allow building most MT6765 clock drivers "
` [PATCH v3 45/55] clk: mediatek: Allow building most MT6797 "
` [PATCH v3 46/55] clk: mediatek: Split configuration options for MT8186 clock drivers
` [PATCH v3 47/55] clk: mediatek: mt8192: Move apmixedsys clock driver to its own file
` [PATCH v3 48/55] clk: mediatek: Kconfig: Allow module build for core mt8192 clocks
` [PATCH v3 49/55] clk: mediatek: Add MODULE_DEVICE_TABLE() where appropriate
` [PATCH v3 50/55] clk: mediatek: mt8135: Move apmixedsys to its own file
` [PATCH v3 51/55] clk: mediatek: mt8135: Properly use CLK_IS_CRITICAL flag
` [PATCH v3 52/55] clk: mediatek: mt8135-apmixedsys: Convert to platform_driver and module
` [PATCH v3 53/55] clk: mediatek: mt8135: Join root_clk_alias and top_divs arrays
` [PATCH v3 54/55] clk: mediatek: mt8135: Convert to simple probe and enable module build
` [PATCH v3 55/55] clk: mediatek: mt8135: Remove __initconst annotation from clock arrays
[PATCH iproute2] man: tc-mqprio: extend prio-tc-queue mapping with examples
2023-02-20 15:33 UTC (4+ messages)
[PATCH] phy: cadence: Sierra: Add PCIe + SGMII PHY multilink configuration
2023-02-20 14:12 UTC
[PATCH v4] virtio-net: support the virtqueue coalescing moderation
2023-02-20 15:33 UTC (7+ messages)
` [virtio-dev] "
` [virtio-comment] "
[PATCH v2 1/1] regmap-irq: Place kernel doc of struct regmap_irq_chip in order
2023-02-20 15:33 UTC
[PATCH v2 0/2] Teach diff to honor diff algorithms set through git attributes
2023-02-20 15:32 UTC (5+ messages)
` [PATCH v3 "
` [PATCH v3 2/2] diff: teach diff to read algorithm from diff driver
[PATCH mptcp-net] mptcp: fix possible deadlock in subflow_error_report
2023-02-20 15:32 UTC (2+ messages)
` mptcp: fix possible deadlock in subflow_error_report: Tests Results
stable-rc/queue/5.10 build: 182 builds: 2 failed, 180 passed, 9 warnings (v5.10.168-57-g1d942bb50824)
2023-02-20 15:32 UTC
[PATCH net-next v1 0/4] net: phy: EEE fixes
2023-02-20 15:32 UTC (7+ messages)
` [PATCH net-next v1 3/4] net: phy: do not force EEE support
[PATCH] dma-direct: cleanup parameters to dma_direct_optimal_gfp_mask
2023-02-20 15:13 UTC
[GIT PULL] Qualcomm clock driver updates for v6.3
2023-02-20 15:35 UTC (3+ messages)
[PATCH 01/27] habanalabs/gaudi2: increase user interrupt grace time
2023-02-20 15:31 UTC (2+ messages)
[Intel-gfx] [RFC v3 0/9] Waitboost drm syncobj waits
2023-02-20 15:31 UTC (5+ messages)
` [Intel-gfx] [RFC 6/9] drm/syncobj: Mark syncobj waits as external waiters
[PATCH v2 00/16] test/bbdev: changes for 23.03
2023-02-20 15:31 UTC (2+ messages)
[PATCH v5 0/3] Renesas RZ/Five add support to configure PMA and add vendor specific SBI extension
2023-02-20 15:31 UTC (7+ messages)
` [PATCH v5 1/3] platform: generic: renesas: rzfive: Add support to configure the PMA
` [PATCH v5 2/3] platform: generic: renesas: rzfive: Configure the PMA region
` [PATCH v5 3/3] platform: generic: renesas: rzfive: Add SBI EXT to check for enabling IOCP errata
[PATCH] net/hns3: support disable IOVA as PA mode
2023-02-20 15:30 UTC (12+ messages)
[PATCH v4 0/5] Add MAX77541/MAX77540 PMIC Support
2023-02-20 15:30 UTC (5+ messages)
` [PATCH v4 2/5] drivers: regulator: Add ADI MAX77541/MAX77540 Regulator Support
[PATCH 0/4] win32: do not mix SOCKET and fd space
2023-02-20 15:29 UTC (4+ messages)
` [PATCH 3/4] win32: stop mixing SOCKET and file descriptor space
[PATCH 0/7] Add PCIe support for IPQ9574
2023-02-20 15:25 UTC (6+ messages)
` [PATCH 2/7] PCI: qcom: Add IPQ9574 PCIe support
[RFC PATCH v2] docs: build-platforms: refine requirements on Python build dependencies
2023-02-20 15:25 UTC (3+ messages)
[PATCH 0/3] ACPI: x86: Introduce an acpi_quirk_skip_gpio_event_handlers() helper
2023-02-20 15:23 UTC (4+ messages)
` [PATCH 1/3] "
[GIT PULL] x86/alternatives for v6.3-rc1
2023-02-20 15:23 UTC
[PATCH v2 0/9] drm/vc4: hdmi: Broadcast RGB, BT601, BT2020
2023-02-20 15:23 UTC (5+ messages)
` [PATCH v2 3/9] drm/vc4: hdmi: Add Broadcast RGB property to allow override of RGB range
[PATCH v2] vhost/vdpa: Add MSI translation tables to iommu for software-managed MSI
2023-02-20 15:24 UTC (7+ messages)
[chrony-dev] Support for Multiple PPS Inputs on single PHC
2023-02-20 15:24 UTC (4+ messages)
[PATCH v7 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
2023-02-20 15:22 UTC (7+ messages)
` [PATCH v7 1/6] s390/ism: Set DMA coherent mask
` [PATCH v7 2/6] iommu: Allow .iotlb_sync_map to fail and handle s390's -ENOMEM return
` [PATCH v7 3/6] s390/pci: prepare is_passed_through() for dma-iommu
` [PATCH v7 4/6] s390/pci: Use dma-iommu layer
` [PATCH v7 5/6] iommu/dma: Allow a single FQ in addition to per-CPU FQs
` [PATCH v7 6/6] iommu/dma: Make flush queue sizes and timeout driver configurable
[PATCH V2 0/6] Add regulator support for IPQ9574 SoC
2023-02-20 15:22 UTC (6+ messages)
` [PATCH V2 5/6] arm64: dts: qcom: ipq9574: Add RPM related nodes
[PATCH] dma-direct: cleanup parameters to dma_direct_optimal_gfp_mask
2023-02-20 15:06 UTC
[PATCH 01/39] scripts/oe-setup-layers: correct variable names - layers should be called repos
2023-02-20 15:21 UTC (3+ messages)
` [PATCH 05/39] insane.bbclass: make patch-fuzz a warning again
` [OE-core] "
[PATCH v4 0/2] leds: ledtrig-tty: add tty_led_mode xtension
2023-02-20 15:20 UTC (3+ messages)
` [PATCH v4 1/2] tty: new helper function tty_get_mget
` [PATCH v4 2/2] trigger: ledtrig-tty: add additional modes
[PATCH] net/gve: fix Rx no mbufs stats counter update
2023-02-20 15:19 UTC (2+ messages)
` [PATCH v2] "
renesas/master baseline: 410 runs, 63 regressions (renesas-devel-2023-02-20-v6.2)
2023-02-20 15:18 UTC
renesas/master baseline-nfs: 192 runs, 3 regressions (renesas-devel-2023-02-20-v6.2)
2023-02-20 15:18 UTC
[PATCH v3 0/4] Adds support for running QEMU natively on windows-arm64
2023-02-20 15:16 UTC (11+ messages)
` [PATCH v3 1/4] util/cacheflush: fix cache "
` [PATCH v3 2/4] sysemu/os-win32: fix setjmp/longjmp "
` [PATCH v3 3/4] qga/vss-win32: fix warning for clang++-15
` [PATCH v3 4/4] target/ppc: fix warning with clang-15
[Intel-gfx] [PATCH 1/2] drm/i915: Fix audio ELD handling for DP MST
2023-02-20 15:17 UTC (2+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915: Drop useless intel_dp_has_audio() argument
[PATCH] mm: change memcg->oom_group access with atomic operations
2023-02-20 15:16 UTC (2+ messages)
[syzbot] upstream-arm64 build error
2023-02-20 15:13 UTC (4+ messages)
[PATCH 0/1] pc-bios: Support List-Directed IPL from ECKD DASD
2023-02-20 15:13 UTC
linux-next: manual merge of the mm-stable tree with the cifs tree
2023-02-20 15:12 UTC (4+ messages)
[PATCH drm-next v2 00/16] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
2023-02-20 15:10 UTC (7+ messages)
` [PATCH drm-next v2 04/16] maple_tree: add flag MT_FLAGS_LOCK_NONE
` [Nouveau] "
[PATCH 0/2] lockdep lock comparison function
2023-02-20 15:09 UTC (3+ messages)
` [PATCH 1/2] lockdep: lock_set_lock_cmp_fn()
v4l2-test-controls.cpp(325): expected 8 private controls, got 7
2023-02-20 15:09 UTC (2+ messages)
SVSM Attestation and vTPM specification additions - v0.60
2023-02-20 15:10 UTC (4+ messages)
[PATCH] block: Handle curl 7.55.0, 7.85.0 version changes
2023-02-20 15:09 UTC (4+ messages)
stable-rc/queue/4.14 build: 195 builds: 2 failed, 193 passed, 28 warnings (v4.14.305-53-gb938e827e2f7)
2023-02-20 15:06 UTC
[PATCH 0/9] hw/usb: Cleanups around QOM style
2023-02-20 15:05 UTC (10+ messages)
` [PATCH 1/9] hw/usb/dev-smartcard-reader: Avoid forward-declaring CCIDBus
` [PATCH 2/9] hw/usb/hcd-ohci: Use OHCIState type definition
` [PATCH 3/9] hw/usb/hcd-ohci-pci: Use QOM type-safe cast conversion macro
` [PATCH 4/9] hw/usb/hcd-uhci: Declare QOM macros using OBJECT_DECLARE_TYPE()
` [PATCH 5/9] hw/usb/hcd-uhci: Replace container_of() by UHCI_GET_CLASS() QOM macro
` [PATCH 6/9] hw/usb/hcd-xhci-nec: Declare QOM macros for NEC_XHCI
` [PATCH 7/9] hw/usb/hcd-xhci-nec: Replace container_of() by NEC_XHCI() QOM cast macro
` [PATCH 8/9] hw/usb/u2f: Declare QOM macros using OBJECT_DECLARE_TYPE()
` [PATCH 9/9] hw/usb/u2f-passthru: Use QOM type-safe cast conversion macros
stable-rc/queue/4.19 build: 196 builds: 5 failed, 191 passed, 25 warnings (v4.19.272-89-gffd5d7f695f9)
2023-02-20 15:03 UTC
[PATCH v3] Let the EQoS in imx8mp handle fixed-phy too
2023-02-20 15:03 UTC
[PATCH] staging: rtl8712: Fix Sparse warnings in rtl871x_ioctl_linux.c
2023-02-20 15:03 UTC (2+ messages)
[PATCH 0/6] Testpmd code cleanup
2023-02-20 15:02 UTC (4+ messages)
[PATCH v4 0/7] Add Ethernet driver for StarFive JH7110 SoC
2023-02-20 15:00 UTC (5+ messages)
` [PATCH v4 6/7] riscv: dts: starfive: jh7110: Add ethernet device node
[PATCH mptcp-next] Squash-to: mptcp: refactor passive socket initialization
2023-02-20 15:01 UTC (2+ messages)
[PATCH] usb: xhci: Workaround for runpm issue on AMD xHC
2023-02-20 15:00 UTC (4+ messages)
[PATCH] staging: rtl8712: Fix multiple line dereference
2023-02-20 15:00 UTC (2+ messages)
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.