All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-04-15 12:15:59 to 2024-04-15 12:50:14 UTC [more...]

[PATCH AUTOSEL 6.6 01/12] ASoC: SOF: Intel: hda-dsp: Skip IMR boot on ACE platforms in case of S3 suspend
 2024-04-15 10:03 UTC  (7+ messages)
` [PATCH AUTOSEL 6.6 02/12] regulator: tps65132: Add of_match table
` [PATCH AUTOSEL 6.6 03/12] bpf: put uprobe link's path and task in release callback
` [PATCH AUTOSEL 6.6 04/12] scsi: ufs: core: WLUN suspend dev/link state error recovery
` [PATCH AUTOSEL 6.6 05/12] scsi: libsas: Align SMP request allocation to ARCH_DMA_MINALIGN
` [PATCH AUTOSEL 6.6 07/12] ALSA: line6: Zero-initialize message buffers
` [PATCH AUTOSEL 6.6 08/12] block: fix overflow in blk_ioctl_discard()

[PATCH v9 00/36] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-04-15 12:50 UTC  (7+ messages)
` [PATCH v9 01/36] tracing: Add a comment about ftrace_regs definition
` [PATCH v9 02/36] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value
` [PATCH v9 03/36] x86: tracing: Add ftrace_regs definition in the header
` [PATCH v9 04/36] function_graph: Convert ret_stack to a series of longs
` [PATCH v9 05/36] fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long
` [PATCH v9 06/36] function_graph: Add an array structure that will allow multiple callbacks

[net-next PATCH v5 0/4] net: hsr: Add support for HSR-SAN (RedBOX)
 2024-04-15 12:49 UTC  (5+ messages)
` [net-next PATCH v5 1/4] net: hsr: Provide RedBox support (HSR-SAN)
` [net-next PATCH v5 2/4] test: hsr: Move common code to hsr_common.sh file
` [net-next PATCH v5 3/4] test: hsr: Extract version agnostic information from ping command output
` [net-next PATCH v5 4/4] test: hsr: Add test for HSR RedBOX (HSR-SAN) mode of operation

[for-next 0/3] simple sendzc cleanups
 2024-04-15 12:50 UTC  (2+ messages)
` [for-next 1/3] io_uring/notif: refactor io_tx_ubuf_complete()

[linux-next:pending-fixes] BUILD SUCCESS WITH WARNING 2ed61b7ab3af2ea75840dad4f40e09ffbc7f04a3
 2024-04-15 12:49 UTC 

[PATCH 00/18] backlight: Constify lcd_ops
 2024-04-15 12:49 UTC  (18+ messages)
` [PATCH 01/18] "
` [PATCH 02/18] backlight: ams369fg06: "
` [PATCH 03/18] backlight: corgi_lcd: "
` [PATCH 04/18] backlight: hx8357: "
` [PATCH 05/18] backlight: ili922x: "
` [PATCH 06/18] backlight: ili9320: "

[PATCH 00/26] netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache
 2024-04-15 12:49 UTC  (9+ messages)
` [PATCH 17/26] netfs: Fix writethrough-mode error handling
` [PATCH 24/26] netfs: Remove the old writeback code

[PATCH AUTOSEL 6.8 01/15] ASoC: SOF: Intel: hda-dsp: Skip IMR boot on ACE platforms in case of S3 suspend
 2024-04-15 10:02 UTC  (17+ messages)
` [PATCH AUTOSEL 6.8 02/15] regulator: tps65132: Add of_match table
` [PATCH AUTOSEL 6.8 03/15] bpf: put uprobe link's path and task in release callback
` [PATCH AUTOSEL 6.8 04/15] OSS: dmasound/paula: Mark driver struct with __refdata to prevent section mismatch
` [PATCH AUTOSEL 6.8 05/15] scsi: ufs: core: WLUN suspend dev/link state error recovery
` [PATCH AUTOSEL 6.8 06/15] scsi: libsas: Align SMP request allocation to ARCH_DMA_MINALIGN
` [PATCH AUTOSEL 6.8 07/15] scsi: ufs: core: Fix MCQ mode dev command timeout
` [PATCH AUTOSEL 6.8 08/15] ALSA: line6: Zero-initialize message buffers
` [PATCH AUTOSEL 6.8 09/15] block: fix overflow in blk_ioctl_discard()
` [PATCH AUTOSEL 6.8 10/15] ASoC: codecs: ES8326: Solve error interruption issue
` [PATCH AUTOSEL 6.8 11/15] ASoC: codecs: ES8326: modify clock table
` [PATCH AUTOSEL 6.8 12/15] net: bcmgenet: Reset RBUF on first open
` [PATCH AUTOSEL 6.8 13/15] vboxsf: explicitly deny setlease attempts
` [PATCH AUTOSEL 6.8 14/15] ata: sata_gemini: Check clk_enable() result
` [PATCH AUTOSEL 6.8 15/15] firewire: ohci: mask bus reset interrupts between ISR and bottom half

[PATCH v4 0/5] Wave515 decoder IP support
 2024-04-15 12:49 UTC  (2+ messages)

[PATCH] mfd: pm8xxx: add support for PM8901
 2024-04-15 12:39 UTC 

[PATCH 0/4] Kconfig: some cleanups
 2024-04-15 12:49 UTC  (9+ messages)
` [PATCH 2/4] Kconfig: Add missing quotes around source file
` [PATCH 3/4] Kconfig: Add missing quotes around default string value
` [PATCH 4/4] Kconfig: Make all Kconfig encoding ascii

[PATCH 00/19] btrfs: delayed refs cleanups
 2024-04-15 12:48 UTC  (19+ messages)
` [PATCH 01/19] btrfs: add a helper to get the delayed ref node from the data/tree ref
` [PATCH 02/19] btrfs: embed data_ref and tree_ref in btrfs_delayed_ref_node
` [PATCH 03/19] btrfs: do not use a function to initialize btrfs_ref
` [PATCH 04/19] btrfs: move ref_root into btrfs_ref
` [PATCH 05/19] btrfs: pass btrfs_ref to init_delayed_ref_common
` [PATCH 06/19] btrfs: initialize btrfs_delayed_ref_head with btrfs_ref
` [PATCH 07/19] btrfs: move ref specific initialization into init_delayed_ref_common
` [PATCH 08/19] btrfs: simplify delayed ref tracepoints
` [PATCH 09/19] btrfs: unify the btrfs_add_delayed_*_ref helpers into one helper

Patch "drm/ast: Fix soft lockup" has been added to the 6.1-stable tree
 2024-04-15 12:47 UTC 

[PATCH 1/2] fuse: Remove fuse_writepage
 2024-04-15 12:48 UTC  (5+ messages)
` [PATCH 2/2] fuse: Convert fuse_writepage_locked to take a folio

Patch "drm/vmwgfx: Enable DMA mappings with SEV" has been added to the 6.6-stable tree
 2024-04-15 12:47 UTC 

[PATCH v2 00/10] Add a host IOMMU device abstraction
 2024-04-15 12:47 UTC  (3+ messages)
` [PATCH v2 02/10] vfio: Introduce HIODLegacyVFIO device

Patch "drm/ast: Fix soft lockup" has been added to the 6.6-stable tree
 2024-04-15 12:47 UTC 

[PATCH v4] media: usb: siano: Fix allocation of urbs
 2024-04-15 12:48 UTC 

[PATCH v2] manuals: standards.md5: add standard for project names
 2024-04-15 12:47 UTC 

btrfs: sanity tests fails on 6.8.3
 2024-04-15 12:47 UTC  (4+ messages)

[Buildroot] [PATCH 1/1] configs/ti_am62x_sk_defconfig: reorder defconfig
 2024-04-15 12:46 UTC 

[PATCH 0/3] qcom: serial_msm: calculate UARTDM_CSR automatically
 2024-04-15 12:44 UTC  (4+ messages)
` [PATCH 1/3] clk/qcom: apq8016: return valid rate when setting UART clock
` [PATCH 2/3] clk/qcom: ipq4019: "
` [PATCH 3/3] serial: msm: calculate bit clock divider

Patch "drm/vmwgfx: Enable DMA mappings with SEV" has been added to the 6.8-stable tree
 2024-04-15 12:43 UTC 

Patch "drm/ast: Fix soft lockup" has been added to the 6.8-stable tree
 2024-04-15 12:43 UTC 

[PATCH] env: mmc: print MMC device being read
 2024-04-15 12:43 UTC 

[PATCH] clk: rs9: fix wrong default value for clock amplitude
 2024-04-15 12:44 UTC  (2+ messages)

FAILED: patch "[PATCH] selftests/timers/posix_timers: Reimplement" failed to apply to 6.6-stable tree
 2024-04-15 12:43 UTC 

[PATCH v6 0/5] nvme-fabrics: short-circuit connect retries
 2024-04-15 12:42 UTC  (6+ messages)
` [PATCH v6 1/5] nvmet: lock config semaphore when accessing DH-HMAC-CHAP key
` [PATCH v6 2/5] nvmet: return DHCHAP status codes from nvmet_setup_auth()
` [PATCH v6 3/5] nvme: authentication error are always non-retryable
` [PATCH v6 4/5] nvme-fabrics: short-circuit reconnect retries
` [PATCH v6 5/5] nvme-fabrics: handle transient auth failures

[PATCH] virtio: vdpa: vDPA driver for Marvell OCTEON DPU devices
 2024-04-15 12:42 UTC  (13+ messages)
  ` [EXTERNAL] "

Patch "Revert "s390/ism: fix receive message buffer allocation"" has been added to the 6.8-stable tree
 2024-04-15 12:42 UTC 

[PATCH 0/4] Add driver for LTC2664 and LTC2672
 2024-04-15 12:45 UTC  (5+ messages)
` [PATCH 2/4] iio: ABI: add ABI file for the LTC2664 DAC

[PATCH 0/3] drivers: thermal/hwmon: intel: Use model-specific bitmasks for temperature registers
 2024-04-15 12:42 UTC  (5+ messages)
` [PATCH 3/3] hwmon: (coretemp) Use a model-specific bitmask to read registers

[PATCH v5 00/18] ACPI/arm64: add support for virtual cpu hotplug
 2024-04-15 12:41 UTC  (17+ messages)
` [PATCH v5 03/18] ACPI: processor: Register deferred CPUs from acpi_processor_get_info()

❌ FAIL (MISSED 11 of 204): Test report for master (6.9.0-rc3, mainline.kernel.org-clang, 8f2c0577)
 2024-04-15 12:41 UTC 

[PATCH v2 00/23] rockchip: rk35xx: Miscellaneous fixes and updates
 2024-04-15 12:40 UTC  (4+ messages)
` [PATCH v2 12/23] rockchip: rk3588: Update bootph props

[PATCH] drm: vop2: Do not divide height twice for YUV
 2024-04-15 12:31 UTC  (4+ messages)

[RFC][PATCH] manuals: standards.md5: add standard for project names
 2024-04-15 12:40 UTC  (5+ messages)

[PATCH net-next v1 1/5] net: tn40xx: add pci driver for Tehuti Networks TN40xx chips
 2024-04-15 12:39 UTC  (2+ messages)

[PATCH net-next 00/10] selftests: Assortment of fixes
 2024-04-15 12:39 UTC  (3+ messages)
` [PATCH net-next 08/10] selftests: forwarding: router_mpath_nh: Add a diagram

[PATCH next] clk: rs9: fix wrong default value for clock amplitude
 2024-04-15 12:39 UTC  (4+ messages)

[PATCH 0/8] drm/i915: BXT/GLK per-lane vswing and PHY reg cleanup
 2024-04-15 12:39 UTC  (8+ messages)
` [PATCH 2/8] drm/i915/dpio: Add per-lane PHY TX register definitons for bxt/glk
` [PATCH 4/8] drm/i915/dpio: Introdude bxt_ddi_phy_rmw_grp()
` [PATCH 6/8] drm/i915/dpio: s/ddi/dpio/ for bxt/glk PHY stuff

[Buildroot] [PATCH] package/nodejs: bump to 20.12.0
 2024-04-15 12:38 UTC  (3+ messages)

[PATCH v3] media: usb: siano: Fix allocation of urbs
 2024-04-15 12:38 UTC  (2+ messages)

[PATCH 0/6] drm/i915: i915_reg.h cleanups
 2024-04-15 12:37 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "

FAILED: patch "[PATCH] accel/ivpu: Check return code of ipc->lock init" failed to apply to 6.6-stable tree
 2024-04-15 12:37 UTC 

[PATCH] erofs: set SB_NODEV sb_flags when mounting with fsid
 2024-04-15 12:17 UTC  (2+ messages)

FAILED: patch "[PATCH] kprobes: Fix possible use-after-free issue on kprobe" failed to apply to 4.19-stable tree
 2024-04-15 12:36 UTC 

FAILED: patch "[PATCH] kprobes: Fix possible use-after-free issue on kprobe" failed to apply to 5.4-stable tree
 2024-04-15 12:36 UTC 

FAILED: patch "[PATCH] kprobes: Fix possible use-after-free issue on kprobe" failed to apply to 5.10-stable tree
 2024-04-15 12:36 UTC 

[PATCH] dt-bindings: mfd: qcom: pm8xxx: Add pm8901 compatible
 2024-04-15 12:30 UTC 

FAILED: patch "[PATCH] kprobes: Fix possible use-after-free issue on kprobe" failed to apply to 5.15-stable tree
 2024-04-15 12:36 UTC 

FAILED: patch "[PATCH] io_uring: Fix io_cqring_wait() not restoring sigmask on" failed to apply to 6.6-stable tree
 2024-04-15 12:36 UTC 

[PATCH] ksmbd: clear RENAME_NOREPLACE before calling vfs_rename
 2024-04-15 12:36 UTC  (4+ messages)

FAILED: patch "[PATCH] io_uring: Fix io_cqring_wait() not restoring sigmask on" failed to apply to 6.1-stable tree
 2024-04-15 12:36 UTC 

[PATCH v6 0/5] imx93: Conver to OF_UPSTREAM
 2024-04-15 12:35 UTC  (3+ messages)

FAILED: patch "[PATCH] io_uring: Fix io_cqring_wait() not restoring sigmask on" failed to apply to 6.8-stable tree
 2024-04-15 12:36 UTC 

[PATCH] crypto: fix crypto callbacks macro
 2024-04-15 12:35 UTC 

[PATCH v5 0/2] tcp/dcpp: Un-pin tw_timer
 2024-04-15 12:35 UTC  (2+ messages)

[PATCH v2 00/34] Open block devices as files
 2024-04-15 12:35 UTC  (4+ messages)
` [PATCH v2 04/34] md: port block device access to file

FAILED: patch "[PATCH] btrfs: qgroup: fix qgroup prealloc rsv leak in subvolume" failed to apply to 6.1-stable tree
 2024-04-15 12:35 UTC 

FAILED: patch "[PATCH] btrfs: qgroup: correctly model root qgroup rsv in convert" failed to apply to 4.19-stable tree
 2024-04-15 12:34 UTC 

[PATCH v2] ext4: fix race condition between buffer write and page_mkwrite
 2024-04-15 12:34 UTC  (10+ messages)

[RFC PATCH 0/3] mm: convert mm's rss stats into lazy_percpu_counter
 2024-04-15 12:33 UTC  (3+ messages)

[GIT PULL] Please pull u-boot-imx-master-20240415
 2024-04-15 12:33 UTC 

[PATCH v6 00/11] IOMMU memory observability
 2024-04-15 12:33 UTC  (3+ messages)

[PATCH v11 00/20] Automatic Disk Unlock with TPM2
 2024-04-15 12:31 UTC  (5+ messages)
` [PATCH v11 13/20] util/grub-protect: Add new tool

[CI-only 1/8] drm: Add drm_vblank_work_flush_all()
 2024-04-15 12:31 UTC  (5+ messages)
` ✓ CI.KUnit: success for series starting with [CI-only,1/8] "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "

[PATCH] [PATCH] Bluetooth: btusb: Add support Mediatek MT7920
 2024-04-15 12:30 UTC  (6+ messages)
      ` [SPAM]Re: "

[patch V2 00/50] posix-timers: Cure inconsistencies and the SIG_IGN mess
 2024-04-15 12:30 UTC  (2+ messages)
` [PATCH] posix-timers: Handle returned errors poperly in [i]timer_delete()

[PATCH v2] media: usb: siano: Fix allocation of urbs
 2024-04-15 12:30 UTC  (3+ messages)

[PATCH] of: do not copy properties if they already exist in the destination
 2024-04-15 12:26 UTC  (2+ messages)
` [PATCH v2] "

[net-next RFC v3 0/7] Improve GbEth performance on Renesas RZ/G2L and related SoCs
 2024-04-15 12:30 UTC  (7+ messages)
` [net-next RFC v3 3/7] net: ravb: Refactor RX ring refill
` [net-next RFC v3 7/7] net: ravb: Allocate RX buffers via page pool

[PATCH v2] KVM: PPC: Book3S HV nestedv2: Cancel pending DEC exception
 2024-04-15 12:27 UTC  (3+ messages)

[PATCH v2] HID: i2c-hid: wait for i2c touchpad deep-sleep to power-up transition
 2024-04-15 12:26 UTC  (7+ messages)

[PATCH] iomap: convert iomap_writepages to writeack_iter
 2024-04-15 12:26 UTC  (2+ messages)

[oe-core][PATCHv3] xwayland: update 23.2.5 -> 23.2.6
 2024-04-15 12:26 UTC 

[PATCH rfc 0/3] mm: allow more high-order pages stored on PCP lists
 2024-04-15 12:25 UTC  (8+ messages)
` [PATCH rfc 1/3] mm: prepare more high-order pages to be stored on the per-cpu lists

[ANNOUNCE] 5.10.213-rt105
 2024-04-15 12:25 UTC  (3+ messages)

[PATCH v2 00/11] iio: dac: support IIO backends on the output direction
 2024-04-15 12:28 UTC  (6+ messages)
` [PATCH v2 11/11] iio: dac: support the ad9739a RF DAC

[PATCH v7 0/7] PCI: rcar-gen4: Add R-Car V4H support
 2024-04-15 12:24 UTC  (5+ messages)
` [PATCH v7 6/7] PCI: rcar-gen4: Add support for r8a779g0

[PATCH net-next] ip6_vti: fix memleak on netns dismantle
 2024-04-15 12:23 UTC 

FAILED: patch "[PATCH] drm/i915/vma: Fix UAF on destroy against retire race" failed to apply to 6.1-stable tree
 2024-04-15 12:23 UTC  (4+ messages)
` [PATCH 6.1.y] drm/i915/vma: Fix UAF on destroy against retire race

[PATCH 1/2] swiotlb: Remove alloc_size argument to swiotlb_tbl_map_single()
 2024-04-15 12:23 UTC  (3+ messages)

[RFC][oe-core][PATCHv2 1/2] libei: import recipe from meta-oe
 2024-04-15 12:22 UTC  (3+ messages)

[PATCH ipsec-next v10 1/3] xfrm: Add Direction to the SA in or out
 2024-04-15 12:21 UTC  (2+ messages)

[PATCH v3 00/10] iio: dac: support IIO backends on the output direction
 2024-04-15 12:25 UTC  (4+ messages)
` [PATCH v3 07/10] dt-bindings: iio: dac: add docs for AD9739A

[PATCH] block: Call blkdev_dio_unaligned() from blkdev_direct_IO()
 2024-04-15 12:20 UTC 

[PATCH 0/6] [v3] kbuild: enable more warnings by default
 2024-04-15 12:20 UTC  (7+ messages)
` [PATCH 1/6] [v3] kbuild: turn on -Wextra "
` [PATCH 2/6] [v3] kbuild: remove redundant extra warning flags
` [PATCH 3/6] [v3] kbuild: turn on -Wrestrict by default
` [PATCH 4/6] [v3] kbuild: enable -Wformat-truncation on clang
` [PATCH 5/6] [v3] kbuild: enable -Wcast-function-type-strict unconditionally
` [PATCH 6/6] [v3] kbuild: enable -Wstringop-truncation globally

[PATCH net-next v9 0/3] Add minimal XDP support to TI AM65 CPSW Ethernet driver
 2024-04-15 12:20 UTC  (2+ messages)

[PATCH net-next v7 2/4] ethtool: provide customized dim profile management
 2024-04-15 12:19 UTC  (2+ messages)

[PATCH v5] fpga: region: add owner module and take its refcount
 2024-04-15 12:19 UTC  (3+ messages)

[PATCH RFC 0/3] Support VBUSEN selection control for RZ/G2L
 2024-04-15 12:18 UTC  (4+ messages)

[PATCH v2] wifi: mac80211: split mesh fast tx cache into local/proxied/forwarded
 2024-04-15 12:18 UTC 

[LTP] [PATCH v2] ioctl_fiemap01: New test for fiemap ioctl()
 2024-04-15 12:17 UTC  (5+ messages)
` [LTP] [PATCH v3] "

[PATCH resend 0/5] media: ov2680: Add all controls required by libcamera
 2024-04-15 12:17 UTC  (5+ messages)
` [PATCH resend 5/5] media: ov2680: Add camera orientation and sensor rotation controls

[LTP] [PATCH v1] doc: Add new API conversion stats
 2024-04-15 12:17 UTC 

[XEN PATCH v4 0/5] x86/iommu: Drop IOMMU support when cx16 isn't supported
 2024-04-15 12:16 UTC  (6+ messages)
` [XEN PATCH v4 3/5] VT-d: Cleanup MAP_SINGLE_DEVICE and related code
` [XEN PATCH v4 2/5] AMD-Vi: Disable IOMMU if cx16 isn't supported
` [XEN PATCH v4 4/5] VT-d: Disable intrerrupt remapping if cx16 is not supported
` [XEN PATCH v4 1/5] VT-d: Disable IOMMU if cx16 isn't supported
` [XEN PATCH v4 5/5] AMD-Vi: Disable intrerrupt remapping if cx16 is not supported


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.