All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-22 18:46:57 to 2023-08-22 19:26:06 UTC [more...]

[PATCH vfio] vfio/pds: Send type for SUSPEND_STATUS command
 2023-08-22 19:25 UTC  (2+ messages)

[PATCH] remoteproc: core: Honor device tree /alias entries when assigning IDs
 2023-08-22 19:25 UTC  (3+ messages)

[PATCH v5 00/19] Proxy Execution: A generalized form of Priority Inheritance v5
 2023-08-22 19:24 UTC  (4+ messages)
` [PATCH v5 02/19] locking/mutex: Removes wakeups from under mutex::wait_lock

[Buildroot] [PATCH] package/libfuse3: bump to version 3.16.1
 2023-08-22 19:23 UTC  (4+ messages)

[PATCH v2 00/13] devtool ide plugin
 2023-08-22 19:20 UTC  (14+ messages)
` [PATCH v2 01/13] vscode: add minimal configuration
` [PATCH v2 02/13] cmake.bbclass: refactor cmake args
` [PATCH v2 03/13] cmake.bbclass: cleanup spaces and tabs
` [PATCH v2 04/13] cmake.bbclass: support qemu
` [PATCH v2 05/13] devtool: new ide plugin
` [PATCH v2 06/13] tests: add a C++ example recipe
` [PATCH v2 07/13] cmake-example: workaround for pseudo breakeage
` [PATCH v2 08/13] refactor: make multiprocess_launch callable without d
` [PATCH v2 09/13] refactor: make strip_execs "
` [PATCH v2 10/13] devtool: refactor deploy-target
` [PATCH v2 11/13] devtool: ide make deploy-target quicker
` [PATCH v2 12/13] oe-selftest devtool: ide tests
` [PATCH v2 13/13] docs: cover devtool ide

[PATCH V2 0/2] thermal: fix two coverity reported issues
 2023-08-22 19:23 UTC  (3+ messages)
` [PATCH V2 2/2] thermal/of: accessing potential uninitialized value

[PATCH 00/21] Graph locking part 4 (node management)
 2023-08-22 19:23 UTC  (21+ messages)
` [PATCH 04/21] block: Take AioContext lock for bdrv_append() more consistently
` [PATCH 05/21] block: Introduce bdrv_schedule_unref()
` [PATCH 06/21] block-coroutine-wrapper: Add no_co_wrapper_bdrv_wrlock functions
` [PATCH 07/21] block-coroutine-wrapper: Allow arbitrary parameter names
` [PATCH 08/21] block: Mark bdrv_replace_child_noperm() GRAPH_WRLOCK
` [PATCH 09/21] block: Mark bdrv_replace_child_tran() GRAPH_WRLOCK
` [PATCH 10/21] block: Mark bdrv_attach_child_common() GRAPH_WRLOCK
` [PATCH 11/21] block: Call transaction callbacks with lock held
` [PATCH 12/21] block: Mark bdrv_attach_child() GRAPH_WRLOCK
` [PATCH 13/21] block: Mark bdrv_parent_perms_conflict() and callers GRAPH_RDLOCK

[Buildroot] [PATCH next 1/1] package/kexec: fix link error when BR2_OPTIMIZE_0=y
 2023-08-22 19:23 UTC 

[Buildroot] [git commit] package/zlib-ng: handle power9 cpu, fix compile error
 2023-08-22 19:21 UTC 

[PATCH 00/14] Cleanup PCI(e) drivers
 2023-08-22 19:23 UTC  (3+ messages)
` [PATCH 06/14] pci: define some command constants

[RFC] wifi: mwifiex: Asking for some light on this, please :)
 2023-08-22 19:23 UTC  (3+ messages)

[Buildroot] [PATCH] package/zlib-ng: handle power9 cpu, fix compile error
 2023-08-22 19:22 UTC  (2+ messages)

[PATCH] of: unittest: Run overlay apply/revert sequence three times
 2023-08-22 19:21 UTC  (5+ messages)

[Buildroot] [git commit branch/next] package/chrony: bump to version 4.4
 2023-08-22 19:20 UTC 

[XEN][PATCH v9 00/19] dynamic node programming using overlay dtbo
 2023-08-22 19:21 UTC  (11+ messages)
` [XEN][PATCH v9 01/19] common/device_tree: handle memory allocation failure in __unflatten_device_tree()
` [XEN][PATCH v9 03/19] xen/arm/device: Remove __init from function type
` [XEN][PATCH v9 04/19] common/device_tree: Export __unflatten_device_tree()
` [XEN][PATCH v9 05/19] xen/arm: Add CONFIG_OVERLAY_DTB
` [XEN][PATCH v9 08/19] xen/device-tree: Add device_tree_find_node_by_path() to find nodes in device tree

[Buildroot] [PATCH] package/chrony: bump to version 4.4
 2023-08-22 19:21 UTC  (2+ messages)

[PATCH v8 0/6] Add support for the whole MCP39xx family
 2023-08-22 19:22 UTC  (7+ messages)
` [PATCH v8 1/6] dt-bindings: iio: adc: mcp3911: add "
` [PATCH v8 2/6] iio: adc: mcp3911: make use of dev_err_probe()
` [PATCH v8 3/6] iio: adc: mcp3911: simplify usage of spi->dev
` [PATCH v8 4/6] iio: adc: mcp3911: fix indentation
` [PATCH v8 5/6] iio: adc: mcp3911: avoid ambiguity parameters in macros
` [PATCH v8 6/6] iio: adc: mcp3911: add support for the whole MCP39xx family

[PATCH v7 00/12] Add VIRTIO sound card
 2023-08-22 19:18 UTC  (13+ messages)
` [PATCH v7 01/12] Add virtio-sound device stub
` [PATCH v7 02/12] Add virtio-sound-pci device
` [PATCH v7 03/12] virtio-sound: handle control messages and streams
` [PATCH v7 04/12] virtio-sound: set PCM stream parameters
` [PATCH v7 05/12] virtio-sound: handle VIRTIO_SND_R_PCM_INFO request
` [PATCH v7 06/12] virtio-sound: handle VIRTIO_SND_R_PCM_{START,STOP}
` [PATCH v7 07/12] virtio-sound: handle VIRTIO_SND_PCM_SET_PARAMS
` [PATCH v7 08/12] virtio-sound: handle VIRTIO_SND_R_PCM_PREPARE
` [PATCH v7 09/12] virtio-sound: handle VIRTIO_SND_PCM_RELEASE
` [PATCH v7 10/12] virtio-sound: implement audio output (TX)
` [PATCH v7 11/12] virtio-sound: implement audio capture (RX)
` [PATCH v7 12/12] docs/system: add basic virtio-snd documentation

[PATCH v3] Bluetooth: btintel: Send new command for PPAG
 2023-08-22 19:20 UTC  (2+ messages)

[Buildroot] [git commit branch/next] configs/qemu*: bump kernel to 6.1.44
 2023-08-22 19:19 UTC 

[PATCH bpf-next v2 00/14] Exceptions - 1/2
 2023-08-22 19:20 UTC  (5+ messages)
` [PATCH bpf-next v2 12/14] libbpf: Add support for custom exception callbacks

[PATCH v11 00/16] Improve write performance for zoned UFS devices
 2023-08-22 19:17 UTC  (17+ messages)
` [PATCH v11 01/16] block: Introduce more member variables related to zone write locking
` [PATCH v11 02/16] block: Only use write locking if necessary
` [PATCH v11 03/16] block/mq-deadline: Only use zone "
` [PATCH v11 04/16] scsi: core: Introduce a mechanism for reordering requests in the error handler
` [PATCH v11 05/16] scsi: core: Add unit tests for scsi_call_prepare_resubmit()
` [PATCH v11 06/16] scsi: sd: Sort commands by LBA before resubmitting
` [PATCH v11 07/16] scsi: core: Retry unaligned zoned writes
` [PATCH v11 08/16] scsi: sd_zbc: Only require an I/O scheduler if needed
` [PATCH v11 09/16] scsi: scsi_debug: Add the preserves_write_order module parameter
` [PATCH v11 10/16] scsi: scsi_debug: Support injecting unaligned write errors
` [PATCH v11 11/16] scsi: ufs: hisi: Rework the code that disables auto-hibernation
` [PATCH v11 12/16] scsi: ufs: Rename ufshcd_auto_hibern8_enable() and make it static
` [PATCH v11 13/16] scsi: ufs: Change the return type of ufshcd_auto_hibern8_update()
` [PATCH v11 14/16] scsi: ufs: Simplify ufshcd_auto_hibern8_update()
` [PATCH v11 15/16] scsi: ufs: Forbid auto-hibernation without I/O scheduler
` [PATCH v11 16/16] scsi: ufs: Inform the block layer about write ordering

[Buildroot] [PATCH] configs/qemu*: bump kernel to 6.1.44
 2023-08-22 19:20 UTC  (2+ messages)

[PATCH v3 bpf-next 0/3] Open-coded task_vma iter
 2023-08-22 19:19 UTC  (4+ messages)
` [PATCH v3 bpf-next 2/3] bpf: Introduce task_vma open-coded iterator kfuncs

Re; Interest,
 2023-08-22 18:51 UTC 

[Buildroot] [PATCH v2] package/libfuse3: bump to version 3.16.1
 2023-08-22 19:16 UTC 

PO_1211992 için yeni sipariş
 2023-08-22 19:15 UTC 

[PATCH] Bluetooth: HCI: Introduce HCI_QUIRK_BROKEN_LE_CODED
 2023-08-22 19:14 UTC 

[Buildroot] [PATCH v2] configs/andes_ae350_45: Select RVA for AE350 platform
 2023-08-22 19:14 UTC  (2+ messages)

Fwd: Infiniate systemd loop when power off the machine with multiple MD RAIDs
 2023-08-22 19:13 UTC  (3+ messages)
`  "

[Buildroot] [git commit branch/next] configs/andes_ae350_45: enable RISC-V atomic extension
 2023-08-22 19:12 UTC 

[PATCH mm-unstable] mm/khugepaged: fix collapse_pte_mapped_thp() versus uffd
 2023-08-22 19:10 UTC  (14+ messages)

[PATCH 00/14] devtool ide plugin
 2023-08-22 19:11 UTC  (6+ messages)
` [PATCH 02/14] build: vscode configuration
  ` [OE-core] "

[PATCH 1/2] thermal/core: fix potential memory leak
 2023-08-22 19:10 UTC  (2+ messages)

[PATCH] rcu: Drop vmalloc memory info dump when double call_rcu()
 2023-08-22 19:10 UTC  (4+ messages)

[PATCH 0/3] ath*: Fix a few spelling errors
 2023-08-22 19:10 UTC  (8+ messages)
` [PATCH 3/3] wifi: ath12k: "

[PATCH 0/3] Q40 IDE fixes
 2023-08-22 19:10 UTC  (5+ messages)
` [PATCH 2/3] m68k/q40: add data_swab option for pata_falcon to byte-swap disk data

[PATCH v3 0/3] add clock controller of qca8386/qca8084
 2023-08-22 19:10 UTC  (7+ messages)
` [PATCH v3 3/3] clk: qcom: add clock controller driver for qca8386/qca8084

[PATCH v1 0/9] media: qcom: camss: Bugfix series
 2023-08-22 19:07 UTC  (8+ messages)
` [PATCH v1 8/9] media: qcom: camss: Fix set CSI2_RX_CFG1_VC_MODE when VC is greater than 3
` [PATCH v1 9/9] media: qcom: camss: Fix csid-gen2 for test pattern generator

[RFC, PATCH 0/1] Replay Protected Memory Block (RPMB) driver
 2023-08-22 19:07 UTC  (15+ messages)
` [RFC, PATCH 1/1] rpmb: add "

PO_1211992 için yeni sipariş
 2023-08-22 19:03 UTC 

+ selftests-cachestat-catch-failing-fsync-test-on-tmpfs.patch added to mm-hotfixes-unstable branch
 2023-08-22 19:05 UTC 

+ selftests-cachestat-test-for-cachestat-availability.patch added to mm-hotfixes-unstable branch
 2023-08-22 19:05 UTC 

" Product Renewal Success: Keep Soaring High!"
 2023-08-22 18:57 UTC 

[RFC PATCH 00/17] ALSA/ASoC: hda: Address format selection limitations and ambiguity
 2023-08-22 19:03 UTC  (7+ messages)
` [RFC PATCH 01/17] ALSA: pcm: Introduce MSBITS subformat interface

[PATCH] bcache: fixup init dirty data errors
 2023-08-22 19:02 UTC  (2+ messages)

[PATCH v3 0/5] ARM: Add GXP UMAC Support
 2023-08-22 19:00 UTC  (6+ messages)
` [PATCH v3 4/5] net: hpe: Add GXP UMAC Driver

+ maple_tree-shrink-struct-maple_tree-from-24-to-16-bytes-on-lp64.patch added to mm-unstable branch
 2023-08-22 19:01 UTC  (4+ messages)

[PATCH] arm: dts: j7200: dtb sync with Linux 6.5-rc1
 2023-08-22 18:57 UTC 

[PATCHv6 00/14] net/lwip: add lwip library for the network stack
 2023-08-22 18:56 UTC  (9+ messages)
` [PATCHv6 07/14] net/lwip: implement ping cmd

[PATCH v2 0/7] Add support for QEMU's ramfb display
 2023-08-22 18:56 UTC  (13+ messages)
` [PATCH v2 2/7] ramfb: Add driver for "
` [PATCH v2 3/7] qfw: Spawn ramfb device if its file is present
` [PATCH v2 4/7] qfw: Add flag to allow probing before relocation
` [PATCH v2 5/7] arm: qemu: Enable ramfb by default
` [PATCH v2 6/7] riscv: "
` [PATCH v2 7/7] x86: "

[PATCH 0/9] Replace remaining target_ulong in system-mode accel
 2023-08-22 19:02 UTC 

[PATCHv7 00/15] net/lwip: add lwip library for the network stack
 2023-08-22 18:56 UTC  (11+ messages)
` [PATCHv7 01/15] net/lwip: add doc/develop/net_lwip.rst
` [PATCHv7 02/15] net/lwip: integrate lwIP library
` [PATCHv7 03/15] net/lwip: implement dns cmd
` [PATCHv7 04/15] net/lwip: implement dhcp cmd
` [PATCHv7 05/15] net/lwip: implement tftp cmd

[PATCH net-next v7 0/6] introduce page_pool_alloc() related API
 2023-08-22 18:58 UTC  (14+ messages)
` [PATCH net-next v7 1/6] page_pool: frag API support for 32-bit arch with 64-bit DMA

[PATCH v1 1/2] drivers: firmware: introduce Meson Secure Monitor driver
 2023-08-22 18:56 UTC  (12+ messages)

[PATCH 1/1] lib: parameter check in hash_calculate
 2023-08-22 18:56 UTC  (2+ messages)

perf tools: Options being passed to clang when building the BPF part of skels
 2023-08-22 18:58 UTC  (2+ messages)

[PATCH v5 00/13] Add video damage tracking
 2023-08-22 18:56 UTC  (10+ messages)

[PATCH] linux-firmware: update qat firmware
 2023-08-22 18:41 UTC 

[PATCH 1/1] cmd: setexpr: fix printf_str()
 2023-08-22 18:56 UTC  (2+ messages)

[PATCH 0/3] Avoid TCP resets when using ECMP for load-balancing between multiple servers
 2023-08-22 18:57 UTC  (5+ messages)
` [PATCH 3/3] selftests: forwarding: Add test "

[PATCH RFC 0/2] mm/page_alloc: free_pcppages_bulk safeguard
 2023-08-22 18:57 UTC  (4+ messages)

[igt-dev] [PATCH v4 1/2] lib/amdgpu: Add check for ODM combine segments debugfs endpoint
 2023-08-22 18:55 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [v4,1/2] lib/amdgpu: Add check for ODM combine segments debugfs endpoint (rev4)

[igt-dev] [PATCH i-g-t] tests/xe/xe_exec_compute_mode: Test pinned userptr functionality
 2023-08-22 18:55 UTC 

[PATCH v2] PCI/PM: Only read PCI_PM_CTRL register when available
 2023-08-22 18:54 UTC  (2+ messages)

[PATCH 1/2] doc: Explicitly list build dependencies for docs
 2023-08-22 18:53 UTC  (2+ messages)
` [PATCH 2/2] doc: Highlight the most relevant u-boot talks

[Intel-gfx] [PATCH v5] drm/i915: Avoid circular locking dependency when flush delayed work on gt reset
 2023-08-22 18:53 UTC  (3+ messages)
`  "

[PATCH 0/4] Add support for Qualcomm ECPRI clock controller
 2023-08-22 18:52 UTC  (3+ messages)
` [PATCH 2/4] clk: qcom: branch: Add mem ops support for branch2 clocks

[PATCH v2] schemas: Add a schema for memory map
 2023-08-22 18:52 UTC  (2+ messages)

[PATCH 2/2] mfd: sprd-sc27xx-spi: Add PMICs support for UMS9621 SoC
 2023-08-22 18:51 UTC  (2+ messages)

[linux-next:master 11594/11761] drivers/crypto/intel/qat/qat_common/adf_isr.c:197:47: warning: '%d' directive output may be truncated writing between 1 and 11 bytes into a region of size between 0 and 5
 2023-08-22 18:51 UTC 

arch/sparc/kernel/traps_64.c:2839:13: error: no previous prototype for 'trap_init'
 2023-08-22 18:51 UTC 

Question on __torture_rt_boost() else clause
 2023-08-22 18:52 UTC  (4+ messages)

[PATCH i2c-next 0/2] i2c: mlxcpld: Extend driver functionality and allow to run on ARM64
 2023-08-22 18:51 UTC  (3+ messages)
` [PATCH i2c-next 1/2] i2c: mlxcpld: Allow driver to run on ARM64 architecture
` [PATCH i2c-next 2/2] i2c: mlxcpld: Add support for extended transaction length

[android-common:android-4.14-stable 9831/29943] drivers/net/wireless/virt_wifi.c:432:31: warning: variable 'w_priv' set but not used
 2023-08-22 18:51 UTC 

[PATCH 1/1] perf lzma: Convert some pr_err() to pr_debug() as callers already use pr_debug()
 2023-08-22 18:52 UTC 

[RESEND PATCH v2] media: mtk-jpeg: Fix use after free bug due to uncanceled work
 2023-08-22 18:51 UTC  (3+ messages)

[PATCH net-next 0/9] stmmac cleanups
 2023-08-22 18:50 UTC  (20+ messages)
` [PATCH net-next 1/9] net: phylink: add phylink_limit_mac_speed()
` [PATCH net-next 2/9] net: stmmac: convert plat->phylink_node to fwnode
` [PATCH net-next 3/9] net: stmmac: clean up passing fwnode to phylink
` [PATCH net-next 4/9] net: stmmac: use "mdio_bus_data" local variable
` [PATCH net-next 5/9] net: stmmac: use phylink_limit_mac_speed()
` [PATCH net-next 6/9] net: stmmac: provide stmmac_mac_phylink_get_caps()
` [PATCH net-next 7/9] net: stmmac: move gmac4 specific phylink capabilities to gmac4
` [PATCH net-next 8/9] net: stmmac: move xgmac specific phylink caps to dwxgmac2 core
` [PATCH net-next 9/9] net: stmmac: move priv->phylink_config.mac_managed_pm

[PATCH] tools/thermal: tmon: Fix sample data update in PID
 2023-08-22 18:49 UTC 

[PATCH] doc: board: ti: k3: Fix up OpenOCD references and debug info
 2023-08-22 18:49 UTC 

[PATCH v5 00/11] drm/msm+PM+icc: Make job_run() reclaim-safe
 2023-08-22 18:47 UTC  (4+ messages)
` [PATCH v5 03/11] PM / QoS: Fix constraints alloc vs reclaim locking

[PATCH RFC -next 0/2] fuse: Parallel DIO writes with O_DIRECT
 2023-08-22 18:46 UTC  (4+ messages)
` [PATCH 1/2] [RFC for fuse-next ] fuse: DIO writes always use the same code path


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.