All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-02-20 14:19:00 to 2023-02-20 15:07:05 UTC [more...]

[PATCH 0/9] hw/usb: Cleanups around QOM style
 2023-02-20 15:05 UTC  (8+ messages)
` [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 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

[PATCH v3 00/55] MediaTek clocks: full module build and cleanups
 2023-02-20 15:01 UTC  (64+ 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 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 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

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)

[RFC PATCH v2] docs: build-platforms: refine requirements on Python build dependencies
 2023-02-20 15:02 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  (6+ 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)

arm64: libgpiod: refcount_t: underflow; use-after-free
 2023-02-20 14:59 UTC 

[PATCH v4 0/5] Add MAX77541/MAX77540 PMIC Support
 2023-02-20 14:58 UTC  (4+ messages)
` [PATCH v4 2/5] drivers: regulator: Add ADI MAX77541/MAX77540 Regulator Support

[Buildroot] [PATCH 1/1] package/glslsandbox-player: fix build with rockchip-mali
 2023-02-20 14:59 UTC  (4+ messages)

Running bootstrap script fails on Debian unstable
 2023-02-20 14:59 UTC  (4+ messages)

[PATCH] tools/xenstore: remove stale comment in create_node()
 2023-02-20 14:57 UTC 

stable-rc/queue/5.15 build: 178 builds: 3 failed, 175 passed, 10 errors, 3 warnings (v5.15.94-83-g5b24653d95b2)
 2023-02-20 14:55 UTC 

[PATCH 1/3] net/ark: support secondary process
 2023-02-20 14:54 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/3] net/ark: support for single function with multiple port

[PATCH for-next 1/1] io_uring/rsrc: fix a comment in io_import_fixed()
 2023-02-20 14:53 UTC  (2+ messages)

[PATCH for-next v2 1/1] io_uring/rsrc: disallow multi-source reg buffers
 2023-02-20 14:53 UTC  (2+ messages)

[PATCH 0/7] Add PCIe support for IPQ9574
 2023-02-20 14:51 UTC  (6+ messages)
` [PATCH 2/7] PCI: qcom: Add IPQ9574 PCIe support

[PATCH] WIP: TPM additions
 2023-02-20 14:51 UTC 

[PATCH] include/hw/arm/allwinner-a10.h: Remove superfluous includes from the header
 2023-02-20 14:51 UTC  (2+ messages)

[PATCH drm-next v2 00/16] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
 2023-02-20 14:00 UTC  (14+ messages)
` [PATCH drm-next v2 03/16] maple_tree: split up MA_STATE() macro
      ` [Nouveau] "
` [PATCH drm-next v2 04/16] maple_tree: add flag MT_FLAGS_LOCK_NONE
      ` [Nouveau] "

[PATCH v2 0/8] Support ACPI PSP on Hyper-V
 2023-02-20 14:49 UTC  (2+ messages)

[PATCH v1 00/17] Self-encapsulate the thermal zone device structure
 2023-02-20 14:48 UTC  (5+ messages)
` [PATCH v1 01/17] thermal/core: Add a thermal zone 'devdata' accessor

[RFC PATCH 0/4] tools/nolibc: add stdint and more integer types
 2023-02-20 14:47 UTC  (4+ messages)
` [RFC PATCH 2/4] tools/nolibc: add integer types and integer limit macros

[PATCH] doc: fix reference to event timer header
 2023-02-20 14:47 UTC 

[ANNOUNCE] fstests: for-next branch updated to v2023.02.19
 2023-02-20 14:46 UTC 

[PATCH v9 0/9] arm64: j721s2: Add support for additional IPs
 2023-02-20 14:45 UTC  (4+ messages)
` [PATCH v9 2/9] arm64: dts: ti: k3-j721s2-main: Add support for USB

[virtio-comment] [PATCH v3 0/2] virtio-net: Improve dev config layout
 2023-02-20 14:46 UTC  (5+ messages)
` [PATCH v3 1/2] virtio-net: Describe dev cfg fields read only
  ` [virtio-dev] "
` [PATCH v3 2/2] virtio-net: Define cfg fields before description
  ` [virtio-comment] "

[PATCH liburing] test/buf-ring: add test for buf ring occupying exactly one page
 2023-02-20 14:45 UTC  (2+ messages)

[PATCH][next] of: dynamic: Fix spelling mistake "kojbect" -> "kobject"
 2023-02-20 14:44 UTC 

[PATCH v4] posix-timers: Prefer delivery of signals to the current thread
 2023-02-20 14:43 UTC  (2+ messages)
` [PATCH v5] "

PROBLEM: nf_conntrack_events autodetect mode invalidates NETLINK_LISTEN_ALL_NSID netlink socket option
 2023-02-20 14:43 UTC  (5+ messages)

[PATCH 0/2] media: i2c: ov5647: Add test pattern support
 2023-02-20 14:43 UTC  (5+ messages)
` [PATCH 1/2] media: i2c: ov5647: Add test pattern control
` [PATCH 2/2] media: i2c: ov5647: Use bus-locked i2c_transfer()

[QUESTION] about the maple tree and current status of mmap_lock scalability
 2023-02-20 14:43 UTC  (8+ messages)

[PATCH 0/4] Cache tctx cancelation state in the ctx
 2023-02-20 14:43 UTC  (3+ messages)
` [PATCH 3/4] io_uring: cache task "

[LSF/MM/BPF TOPIC] reducing direct map fragmentation
 2023-02-20 14:43 UTC  (4+ messages)

v4l2-test-controls.cpp(325): expected 8 private controls, got 7
 2023-02-20 14:42 UTC 

[PATCH] i2c: gxp: return proper error on address NACK
 2023-02-20 14:40 UTC 

[RFC PATCH V2 0/1] x86: cpu topology fix and question on x86_max_cores
 2023-02-20 14:40 UTC  (5+ messages)

[PATCH v2 0/5] remove internal tracepoints from version map
 2023-02-20 14:39 UTC  (3+ messages)
` [PATCH v3 "

[PATCH] platform/x86: int3472/discrete: Drop unnecessary obj->type == string check
 2023-02-20 14:38 UTC  (2+ messages)

[PATCH] doc: uefi: fix links
 2023-02-20 14:37 UTC 

[PATCH v2 mptcp-net 1/2] mptcp: use the workqueue to destroy unaccepted sockets
 2023-02-20 14:37 UTC  (8+ messages)
` [PATCH v2 mptcp-net 2/2] mptcp: fix UaF in listener shutdown

[PATCH] io_uring: fix size calculation when registering buf ring
 2023-02-20 14:37 UTC  (2+ messages)

[PATCH V2 0/6] Add regulator support for IPQ9574 SoC
 2023-02-20 14:36 UTC  (5+ messages)
` [PATCH V2 5/6] arm64: dts: qcom: ipq9574: Add RPM related nodes

stable-rc/linux-5.15.y build: 179 builds: 3 failed, 176 passed, 10 errors, 3 warnings (v5.15.94-84-g7543b98de799)
 2023-02-20 14:36 UTC 

[PATCH bpf-next v1 0/7] Add support for kptrs in more BPF maps
 2023-02-20 14:35 UTC  (2+ messages)

[ANNOUNCE] fstests: merge v2023.02.12 onto master branch
 2023-02-20 14:35 UTC 

[PATCH bpf-next v2] riscv, bpf: Add kfunc support for RV64
 2023-02-20 14:34 UTC  (3+ messages)

[GIT PULL] SPI updates for v6.3
 2023-02-20 14:34 UTC 

[GIT PULL] regulator updates for v6.3
 2023-02-20 14:33 UTC 

[GIT PULL] regmap updates for v6.3
 2023-02-20 14:33 UTC 

[PATCH v2] ACPI: cpufreq: use a platform device to load ACPI PPC and PCC drivers
 2023-02-20 14:31 UTC 

[PATCH RESEND] x86/speculation: Fix user-mode spectre-v2 protection with KERNEL_IBRS
 2023-02-20 14:31 UTC  (5+ messages)

[PATCH] cxl/hdm: dev_warn() on unsupported mixed mode decoder
 2023-02-20 14:31 UTC  (2+ messages)

[PATCH v10 0/4] add support for self monitoring
 2023-02-20 14:31 UTC  (8+ messages)
` [PATCH v11 "
  ` [PATCH v11 1/4] lib: add generic support for reading PMU events
      ` [EXT] "

[PATCH] accel/xen: Remove dead code
 2023-02-20 14:31 UTC  (2+ messages)

linux-next: manual merge of the mm-stable tree with the cifs tree
 2023-02-20 14:29 UTC  (3+ messages)

[PATCH v3 0/6] man2/: use C digit separators, IEC, or ISO multiples to clarify long numeric digit strings
 2023-02-20 14:29 UTC  (7+ messages)
` [PATCH v3 1/6] man2/: use IEC "

[PATCH v11 00/59] Xen HVM support under KVM
 2023-02-20 14:29 UTC  (5+ messages)
` [PATCH v11 44/59] hw/xen: Support mapping grant frames
` [PATCH v11 47/59] i386/xen: handle PV timer hypercalls

[Buildroot] [PATCH v2,1/1] package/libarchive: fix host build
 2023-02-20 14:27 UTC 

[PATCH 1/2] configs:pm9g45_defconfig:Fix boot arguments and boot command
 2023-02-20 14:27 UTC  (2+ messages)
` [PATCH 2/2] configs:pm9g45_deconfig:Modify to use standard ECC layout

[PATCH mptcp-net] mptcp: fix possible deadlock in subflow_error_report
 2023-02-20 14:27 UTC 

lib/stackinit_kunit.c:333:1: warning: Address of stack memory associated with local variable 'var' is still referred to by the global variable 'fill_start' upon returning to the caller. This will be a dangling reference [clang-analyzer-core.StackAddressE
 2023-02-20 14:26 UTC 

linux-next: manual merge of the mm-stable tree with the ext4 tree
 2023-02-20 14:27 UTC  (2+ messages)

[PATCH] scsi: ufs: ufs-mediatek: guard ufs_mtk_runtime_suspend() and ufs_mtk_runtime_resume() w/ CONFIG_PM
 2023-02-20 14:24 UTC  (2+ messages)

[patch net] sefltests: netdevsim: wait for devlink instance after netns removal
 2023-02-20 14:26 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/libarchive: fix per-package build
 2023-02-20 14:25 UTC  (3+ messages)

[PATCH v4] virtio-net: support the virtqueue coalescing moderation
 2023-02-20 14:25 UTC  (5+ messages)
      ` [virtio-dev] "

[virtio-dev] [PATCH v3] virtio-net: Mention VIRTIO_NET_F_HASH_REPORT dependency on VIRTIO_NET_F_CTRL_VQ
 2023-02-20 14:25 UTC  (3+ messages)

[PATCH 0/1] range-diff: let '--abbrev' option takes effect
 2023-02-20 14:24 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH v3] Drivers: vmbus: Check for channel allocation before looking up relids
 2023-02-20 14:23 UTC  (3+ messages)

[GIT PULL] Hyper-V commits for 6.3
 2023-02-20 14:23 UTC 

[Fuego] 2023 Catalogue With New Hunting Knives For You
 2023-02-20 14:22 UTC 

[PATCH 00/17] cirrus: Modernize the cirrus driver
 2023-02-20 14:22 UTC  (5+ messages)
` [PATCH 17/17] drm/cirrus: Use VGA macro constants to unblank

[PATCH net-next v1 0/4] net: phy: EEE fixes
 2023-02-20 14:21 UTC  (3+ messages)
` [PATCH net-next v1 3/4] net: phy: do not force EEE support

[PATCH v2 00/13] tools/xenstore: rework internal accounting
 2023-02-20 14:21 UTC  (8+ messages)
` [PATCH v2 01/13] tools/xenstore: don't allow creating too many nodes in a transaction

[RFC PATCH] docs: build-platforms: refine requirements on Python build dependencies
 2023-02-20 14:20 UTC  (4+ messages)

[PATCH v2 0/6] iommu: Extend changing default domain to normal group
 2023-02-20 14:21 UTC  (3+ messages)
` [PATCH v2 1/6] ARM/dma-mapping: Remove iommu_detach_device()

[PATCH v1 00/13] graph enhancement for multi-core dispatch
 2023-02-20 14:20 UTC  (3+ messages)
` [PATCH v1 13/13] examples/l3fwd-graph: introduce generic worker model

[PATCH] rebase -i: check labels and refs when parsing todo list
 2023-02-20 14:19 UTC  (2+ messages)
` [PATCH v2] "

[OE-core][langdale 00/22] Patch review
 2023-02-20 14:18 UTC  (17+ messages)
` [OE-core][langdale 07/22] libjpeg-turbo: upgrade 2.1.4 -> 2.1.5
` [OE-core][langdale 08/22] pkgconf: upgrade 1.9.3 -> 1.9.4
` [OE-core][langdale 09/22] linux-firmware: upgrade 20221214 -> 20230117
` [OE-core][langdale 10/22] git: upgrade 2.37.5 -> 2.37.6
` [OE-core][langdale 11/22] sudo: upgrade 1.9.12p1 -> 1.9.12p2
` [OE-core][langdale 12/22] libgit2: upgrade 1.5.0 -> 1.5.1
` [OE-core][langdale 13/22] image.bbclass: print all QA functions exceptions
` [OE-core][langdale 14/22] update-alternatives: fix typos
` [OE-core][langdale 15/22] ffmpeg: fix configure failure on noexec /tmp host
` [OE-core][langdale 16/22] devshell: Do not add scripts/git-intercept to PATH
` [OE-core][langdale 17/22] oeqa ssh.py: move output prints to new line
` [OE-core][langdale 18/22] oeqa ssh.py: add connection keep alive options to ssh client
` [OE-core][langdale 19/22] oeqa dump.py: add error counter and stop after 5 failures
` [OE-core][langdale 20/22] oeqa qemurunner: read more data at a time from serial
` [OE-core][langdale 21/22] oeqa qemurunner.py: add timeout to QMP calls
` [OE-core][langdale 22/22] oeqa qemurunner.py: try to avoid reading one character at a time


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.