All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-12-09 08:10:39 to 2024-12-09 09:01:23 UTC [more...]

[PATCH v2] mtdchar: fix integer overflow in read/write ioctls
 2024-12-09  9:01 UTC 

[PATCH v2] dt-bindings: dma: st-stm32-dmamux: Add description for dma-cell values
 2024-12-09  8:58 UTC  (2+ messages)

[PATCH] drm/amdgpu: improve RAS ACA to avoid binding unsupported RAS blocks
 2024-12-09  9:00 UTC 

[PATCH] lib/cobalt: remove unused `pthread_attr_getdetachstate`
 2024-12-09  8:58 UTC 

[PATCH 4.19] NFS: fix null-ptr-deref in nfs_inode_add_request()
 2024-12-09  9:00 UTC  (2+ messages)

[PATCH for-10.0] tests/functional: Convert the intel_iommu avocado test
 2024-12-09  8:58 UTC  (4+ messages)

[PATCH 6.1.y] drm/amd/display: Don't refer to dc_sink in is_dsc_need_re_compute
 2024-12-09  6:36 UTC  (2+ messages)

[PATCH 6.1.y] drm/amd/display: fixed integer types and null check locations
 2024-12-09  6:50 UTC 

[PATCH 6.1.y] drm/amd/display: fix NULL checks for adev->dm.dc in amdgpu_dm_fini()
 2024-12-09  6:41 UTC 

[PATCH 0/4] exportfs: add flag to allow marking export operations as only supporting file handles
 2024-12-09  8:58 UTC  (7+ messages)

[PATCH v11 1/3] dt-bindings: display: Add powertip,{st7272|hx8238a} as DT Schema description
 2024-12-09  8:46 UTC  (4+ messages)
` [PATCH v11 3/3] ARM: dts: mxs: Add descriptions for imx287 based btt3-[012] devices

[PATCH v15 00/19] media: uvcvideo: Implement UVC v1.5 ROI
 2024-12-09  8:56 UTC  (12+ messages)
` [PATCH v15 09/19] media: uvcvideo: Support any size for mapping get/set
` [PATCH v15 10/19] media: uvcvideo: Factor out clamping from uvc_ctrl_set
` [PATCH v15 12/19] media: uvcvideo: Factor out query_boundaries from query_ctrl
` [PATCH v15 15/19] media: uvcvideo: let v4l2_query_v4l2_ctrl() work with v4l2_query_ext_ctrl
` [PATCH v15 16/19] media: uvcvideo: Introduce uvc_mapping_v4l2_size

[PATCH v2 00/16] amd-pstate fixes and improvements for 6.14
 2024-12-09  8:56 UTC  (5+ messages)
` [PATCH v2 12/16] cpufreq/amd-pstate: Always write EPP value when updating perf
` [PATCH v2 13/16] cpufreq/amd-pstate: Check if CPPC request has changed before writing to the MSR or shared memory

[PATCH] drm: bridge: fsl-ldb: fixup mode on freq mismatch
 2024-12-09  8:46 UTC  (11+ messages)

[git pull] drm for 6.13-rc1
 2024-12-09  8:56 UTC  (6+ messages)

[PATCH v2 00/15] Add support for MT8195/88 DPI, HDMIv2 and DDCv2
 2024-12-09  8:17 UTC  (6+ messages)
` [PATCH v2 12/15] drm/mediatek: mtk_hdmi: Split driver and add common probe function
` [PATCH v2 13/15] drm/mediatek: mtk_hdmi_common: Assign DDC adapter pointer to bridge

[PATCH 1/2] auxdisplay: img-ascii-lcd: Remove an unused field in struct img_ascii_lcd_ctx
 2024-12-09  8:55 UTC  (4+ messages)
` [PATCH 2/2] auxdisplay: img-ascii-lcd: Constify struct img_ascii_lcd_config

[PATCH v9 0/6] Boot modules for Hyperlaunch
 2024-12-09  8:55 UTC  (5+ messages)
` [PATCH v9 5/6] x86/boot: introduce domid field to struct boot_domain

[PATCH v1] perf cpumap: Reduce cpu size from int to int16_t
 2024-12-09  8:55 UTC  (2+ messages)

[PATCH i-g-t] tests/intel/lobf: Remove lobf supported check
 2024-12-09  8:55 UTC  (2+ messages)

[PATCH 0/3] lib: sbi: fix PMU SSE event handling
 2024-12-09  8:55 UTC  (4+ messages)

[PATCH v2] arm64: dts: ti: k3-j784s4-j742s2-main-common: Enable ACSPCIE output for PCIe1
 2024-12-09  8:51 UTC 

[PATCH net-next v14 00/22] Introducing OpenVPN Data Channel Offload
 2024-12-09  8:53 UTC  (23+ messages)
` [PATCH net-next v14 01/22] net: introduce OpenVPN Data Channel Offload (ovpn)
` [PATCH net-next v14 02/22] ovpn: add basic netlink support
` [PATCH net-next v14 03/22] ovpn: add basic interface creation/destruction/management routines
` [PATCH net-next v14 04/22] ovpn: keep carrier always on for MP interfaces
` [PATCH net-next v14 05/22] ovpn: introduce the ovpn_peer object
` [PATCH net-next v14 06/22] ovpn: introduce the ovpn_socket object
` [PATCH net-next v14 07/22] ovpn: implement basic TX path (UDP)
` [PATCH net-next v14 08/22] ovpn: implement basic RX "
` [PATCH net-next v14 09/22] ovpn: implement packet processing
` [PATCH net-next v14 10/22] ovpn: store tunnel and transport statistics
` [PATCH net-next v14 11/22] ovpn: implement TCP transport
` [PATCH net-next v14 12/22] ovpn: implement multi-peer support
` [PATCH net-next v14 13/22] ovpn: implement peer lookup logic
` [PATCH net-next v14 14/22] ovpn: implement keepalive mechanism
` [PATCH net-next v14 15/22] ovpn: add support for updating local UDP endpoint
` [PATCH net-next v14 16/22] ovpn: add support for peer floating
` [PATCH net-next v14 17/22] ovpn: implement peer add/get/dump/delete via netlink
` [PATCH net-next v14 18/22] ovpn: implement key add/get/del/swap "
` [PATCH net-next v14 19/22] ovpn: kill key and notify userspace in case of IV exhaustion
` [PATCH net-next v14 20/22] ovpn: notify userspace when a peer is deleted
` [PATCH net-next v14 21/22] ovpn: add basic ethtool support
` [PATCH net-next v14 22/22] testing/selftests: add test tool and scripts for ovpn module

[i-g-t] lib/xe: set hwconfig NULL for unsupported platforms
 2024-12-09  8:57 UTC 

[asahilinux:bits/000-devicetree 27/186] arch/arm64/boot/dts/apple/t8103-j274.dtb: /sound: failed to match any schema with compatible: ['apple,j274-macaudio', 'apple,macaudio']
 2024-12-09  8:50 UTC 

[PATCH i-g-t 0/2] prevent consecutive unplug
 2024-12-09  8:51 UTC  (5+ messages)
` [PATCH i-g-t 1/2] tests/chamelium/kms_chamelium_hpd: don't unplug multiple times

[cip-dev][isar-cip-core][PATCH 0/2] Switch qemu-targets to
 2024-12-09  8:51 UTC  (5+ messages)
` [cip-dev][isar-cip-core][PATCH 2/2] qemu-arm/-arm64/-riscv: Switch to cip_merged_defconfig

[PATCH v2 00/15] iio: adc: rzg2l_adc: Add support for RZ/G3S
 2024-12-09  8:51 UTC  (4+ messages)
` [PATCH v2 13/15] iio: adc: rzg2l_adc: Add support for Renesas RZ/G3S

[PATCH v3 0/3] Bug fixes when dwc generic suspend/resume callbacks are used
 2024-12-09  8:49 UTC  (5+ messages)
` [PATCH v3 1/3] PCI: dwc: Fix resume failure if no EP is connected on some platforms
` [PATCH v3 3/3] PCI: dwc: Clean up some unnecessary codes in dw_pcie_suspend_noirq()

[PATCH net-next v2 0/2] net/smc: Two features for smc-r
 2024-12-09  8:49 UTC  (9+ messages)
` [PATCH net-next v2 2/2] net/smc: support ipv4 mapped ipv6 addr client for smc-r v2

[PATCH v2 0/2] Additional miscdevice fops parameters
 2024-12-09  8:48 UTC  (4+ messages)
` [PATCH v2 2/2] rust: miscdevice: access the `struct miscdevice` from fops->open()

[PATCH v3 0/2] leds: TI LP8864/LP8866 support
 2024-12-09  8:45 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: backlight: add TI LP8864/LP8866 LED-backlight drivers
` [PATCH v3 2/2] leds: lp8864: New driver

[PATCH 0/4] Virtualize architectural LBRs
 2024-12-09  8:47 UTC  (6+ messages)

[PATCH mptcp-next v4 0/5] Squash to "Add mptcp_subflow bpf_iter support"
 2024-12-09  8:47 UTC  (6+ messages)
` [PATCH mptcp-next v4 1/5] mptcp: update bpf_mptcp_sock_from_subflow
` [PATCH mptcp-next v4 2/5] bpf: Allow use of skc_to_mptcp_sock in cg_sockopt
` [PATCH mptcp-next v4 3/5] Squash to "bpf: Register mptcp common kfunc set"
` [PATCH mptcp-next v4 4/5] Squash to "bpf: Add mptcp_subflow bpf_iter"
` [PATCH mptcp-next v4 5/5] Squash to "selftests/bpf: Add mptcp_subflow bpf_iter subtest"

[PATCH v4 0/1] mm: vmascan: retry folios written back while isolated for traditional LRU
 2024-12-09  8:36 UTC  (2+ messages)
` [PATCH v4 1/1] "

[meta-ti][master/scarthgap][PATCH v3] recipes-security: optee: Remove softare PRNG for am62pxx
 2024-12-09  8:45 UTC 

[PATCH] arm64: dts: exynosautov920: add DMA nodes
 2024-12-09  7:34 UTC  (2+ messages)

[PATCH -fixes] riscv: Fix IPIs usage in kfence_protect_page()
 2024-12-09  7:41 UTC 

[PATCH v2 0/2] LOBF enablement fix
 2024-12-09  8:43 UTC  (4+ messages)
` [PATCH v2 1/2] drm/i915/lobf: Add lobf enablement in post plane update

[PATCH rdma-next] kbuild: Respect request to silent output when merging configs
 2024-12-09  8:43 UTC  (7+ messages)

[PATCH v3 0/3] clk: samsung: Introduce Exynos990 clock support
 2024-12-09  8:41 UTC  (3+ messages)
` [PATCH v3 1/3] dt-bindings: clock: Add Exynos990 SoC CMU bindings

+ mm-convert-mm_lock_seq-to-a-proper-seqcount.patch added to mm-unstable branch
 2024-12-09  8:42 UTC  (2+ messages)

[PATCH v1] python3-pyhsslms: Add 2.0.0 recipe
 2024-12-09  8:41 UTC 

[linux-next:fs-next 67/417] fs/bcachefs/btree_trans_commit.o: warning: objtool: bch2_trans_verify_not_unlocked_or_in_restart+0x16: return with modified stack frame
 2024-12-09  8:39 UTC 

[PATCH 0/3] Support for autonomous selection in cppc_cpufreq
 2024-12-09  8:40 UTC  (4+ messages)
` [PATCH 3/3] cpufreq: CPPC: "

[PATCH v19 0/8] Initial support Cadence MHDP8501(HDMI/DP) for i.MX8MQ
 2024-12-09  8:38 UTC  (8+ messages)
` [PATCH v19 4/8] drm: bridge: Cadence: Add MHDP8501 DP/HDMI driver
` [PATCH v19 6/8] phy: freescale: Add DisplayPort/HDMI Combo-PHY driver for i.MX8MQ

[PATCH v2 0/4] Zone write plugging fixes
 2024-12-09  8:40 UTC  (10+ messages)
` [PATCH v2 3/4] block: Prevent potential deadlocks in zone write plug error recovery
` [PATCH v2 4/4] dm: Fix dm-zoned-reclaim zone write pointer alignment

[PATCH 0/3] Update reference to include/asm-<arch>
 2024-12-09  8:39 UTC  (5+ messages)
` [PATCH 1/3] checkpatch: "

[PATCH] ALSA: control: Avoid WARN() for symlink errors
 2024-12-09  8:39 UTC 

[merged mm-stable] x86-module-prepare-module-loading-for-rox-allocations-of-text.patch removed from -mm tree
 2024-12-09  8:38 UTC  (5+ messages)

[PATCH] evl: fix the gdb accessing control buffer issue
 2024-12-09  8:37 UTC 

[PATCH] drm/xe/tests: Wait for clear fence operation to complete
 2024-12-09  8:37 UTC  (3+ messages)
` ✗ Xe.CI.BAT: failure for "

[PATCH v3 0/3] arm64: dts: imx8mp: add support for the ABB SoM and carrier
 2024-12-09  8:36 UTC  (5+ messages)
` [PATCH v3 1/3] dt-bindings: arm: fsl: Add "
` [PATCH v3 3/3] arm64: dts: imx8mp: add aristainetos3 board support

[PATCH -next] mm: don't try THP align for FS without get_unmapped_area
 2024-12-09  8:36 UTC  (4+ messages)

[PATCH v3 0/3] mailbox: add samsung exynos driver
 2024-12-09  8:33 UTC  (5+ messages)
` [PATCH v3 1/3] dt-bindings: mailbox: add bindings for samsung,exynos

[PATCHv12 00/12] block write streams with nvme fdp
 2024-12-09  8:34 UTC  (25+ messages)
` [PATCHv12 01/12] fs: add write stream information to statx
` [PATCHv12 02/12] fs: add a write stream field to the kiocb
` [PATCHv12 03/12] block: add a bi_write_stream field
` [PATCHv12 04/12] block: introduce max_write_streams queue limit
` [PATCHv12 05/12] block: introduce a write_stream_granularity "
` [PATCHv12 06/12] block: expose write streams for block device nodes
` [PATCHv12 07/12] io_uring: enable per-io write streams
` [PATCHv12 08/12] nvme: add a nvme_get_log_lsi helper
` [PATCHv12 09/12] nvme: pass a void pointer to nvme_get/set_features for the result
` [PATCHv12 10/12] nvme.h: add FDP definitions
` [PATCHv12 11/12] nvme: register fdp parameters with the block layer
` [PATCHv12 12/12] nvme: use fdp streams if write stream is provided

[PATCH] wifi: ath11k: allow APs combination when dual stations are supported
 2024-12-09  8:33 UTC  (3+ messages)

[cocci] Replacing type names
 2024-12-09  8:33 UTC  (10+ messages)

[PATCH 0/4] acpi/hmat / cxl: Add exclusive caching enumeration and RAS support
 2024-12-09  8:32 UTC  (3+ messages)
` [PATCH 2/4] acpi/hmat / cxl: Add extended linear cache support for CXL

[PATCH v3 0/3] Enable UFS on QCS615
 2024-12-09  8:31 UTC  (5+ messages)
` [PATCH v3 3/3] arm64: dts: qcom: qcs615-ride: Enable UFS node

[PATCH 00/27] ext4: use iomap for regular file's buffered I/O path and enable large folio
 2024-12-09  8:32 UTC  (6+ messages)
` [PATCH 12/27] ext4: introduce seq counter for the extent status entry

[PATCH 6.1&6.6 0/3] kbuild: Avoid weak external linkage where possible
 2024-12-09  8:31 UTC  (6+ messages)

[Bug] 6.12+ DKMS modsign breakage due to missing .config in Debian headers package
 2024-12-09  8:31 UTC 

[PATCH v3 0/3] firmware: add exynos ACPM protocol driver
 2024-12-09  8:29 UTC  (10+ messages)
` [PATCH v3 1/3] dt-bindings: firmware: add samsung,exynos-acpm-ipc bindings
` [PATCH v3 2/3] firmware: add exynos ACPM protocol driver

xfs-linux: for-next updated to fac04efc5c79 (v6.13-rc2)
 2024-12-09  8:31 UTC 

[PATCH v2] scripts/tags.sh: Tag timer definitions
 2024-12-09  8:29 UTC 

[PATCH] wifi: rtl8xxxu: add more missing rtl8192cu USB IDs
 2024-12-09  8:30 UTC  (5+ messages)

kernel: fix hv tools build for arm64 when cross-built
 2024-12-09  8:30 UTC  (3+ messages)

[PATCH v6 0/3] drm: adv7511: ADV7535 fixes
 2024-12-09  8:29 UTC  (2+ messages)

[Buildroot] [PATCH 01/23] package/autoconf: fix 'uncommitted' typo
 2024-12-09  8:27 UTC  (23+ messages)
` [Buildroot] [PATCH 02/23] package/dmraid: fix 'maintenance' typo
` [Buildroot] [PATCH 03/23] package/open2300: fix 'locally' typo
` [Buildroot] [PATCH 04/23] package/open62541: fix 'resources' typo
` [Buildroot] [PATCH 05/23] package/openvpn: fix 'accommodate' typo
` [Buildroot] [PATCH 06/23] package/pcm-tools: fix 'generating' typo
` [Buildroot] [PATCH 07/23] package/php: fix 'deactivate' typo
` [Buildroot] [PATCH 08/23] package/pkg-carco.mk: fix 'unknown' typo
` [Buildroot] [PATCH 09/23] package/pkg-generic: fix 'globally' typo
` [Buildroot] [PATCH 10/23] package/pkg-golang: fix 'unknown' typo
` [Buildroot] [PATCH 11/23] package/pkg-utils: fix 'necessary' and 'dictionary' typos
` [Buildroot] [PATCH 12/23] package/python-pyasynchat: fix 'library' typo
` [Buildroot] [PATCH 13/23] package/python-asyncore: "
` [Buildroot] [PATCH 14/23] package/python-pyqt5: fix 'paths' typo
` [Buildroot] [PATCH 15/23] package/tcf-agent: fix 'will not' and 'unmodified' typos
` [Buildroot] [PATCH 16/23] package/ti-sgx-demos: fix 'available' typo
` [Buildroot] [PATCH 17/23] package/tpm2-tss: fix 'and' typo
` [Buildroot] [PATCH 18/23] package/transmission: fix 'environment' and 'RECOMMENDED' typos
` [Buildroot] [PATCH 19/23] package/vdr-plugin-vnsiserver: fix 'several' typo
` [Buildroot] [PATCH 20/23] package/vim: fix 'highlighting' typo
` [Buildroot] [PATCH 21/23] package/wilc-firmware: fix 'acceptable' typo
` [Buildroot] [PATCH 22/23] package/xdriver_xf86-video-qxl: fix 'appropriate' typo
` [Buildroot] [PATCH 23/23] package/xen: fix 'available' typo

[PATCH] arm64: dts: imx95: correct the address length of netcmix_blk_ctrl
 2024-12-09  8:27 UTC  (2+ messages)

[PATCH] soc: imx8m: Add remove function
 2024-12-09  8:26 UTC  (3+ messages)

[PATCH] tests/xe_exec_sip: increase timeout margin for tests
 2024-12-09  8:24 UTC  (4+ messages)
` ✗ Xe.CI.BAT: failure for tests/xe_exec_sip: increase timeout margin for tests (rev2)

[RFC PATCH] SYSCTL_numainfo.memsize: Switch spanned to present memory
 2024-12-09  8:23 UTC  (4+ messages)

[PATCH rc 1/2] iommu/amd: Put list_add/del(dev_data) back under the domain->lock
 2024-12-09  8:23 UTC  (2+ messages)

[PATCH] drm/msm/a6xx: Skip gpu secure fw load in EL2 mode
 2024-12-09  8:19 UTC 

[PATCH RESEND v4] dt-bindings: mtd: cadence: convert cadence-nand-controller.txt to yaml
 2024-12-09  8:18 UTC  (2+ messages)

[PATCH 0/2] clk: sophgo: add SG2044 clock controller support
 2024-12-09  8:21 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: clock: sophgo: add clock controller for SG2044
` [PATCH 2/2] clk: sophgo: Add clock controller support for SG2044 SoC

[PATCH v2 0/2] firmware: arm_scmi: unbound discrete rates, support round rate
 2024-12-09  8:16 UTC  (4+ messages)
` [PATCH v2 2/2] firmware: arm_scmi: round rate bisecting in discrete rates

[RFC PATCH 0/2] sched/fair: introduce new scheduler group type group_parked
 2024-12-09  8:18 UTC  (7+ messages)
` [RFC PATCH 1/2] "
` [RFC PATCH 2/2] s390/topology: Add initial implementation for selection of parked CPUs

[Buildroot] [PATCH 0/3] {linux, linux-headers}: add support for 6.12
 2024-12-09  8:11 UTC  (2+ messages)

git add -p is slow for sparse checkout
 2024-12-09  8:18 UTC  (4+ messages)

[PATCH rc 2/2] iommu/amd: Add lockdep asserts for domain->dev_list
 2024-12-09  8:18 UTC  (2+ messages)

[PATCH v18 0/8] Initial support Cadence MHDP8501(HDMI/DP) for i.MX8MQ
 2024-12-09  8:16 UTC  (9+ messages)
` [PATCH v18 6/8] phy: freescale: Add DisplayPort/HDMI Combo-PHY driver "
        ` [EXT] "

ath11k swiotlb buffer is full (on IMX8M with 4GiB DRAM)
 2024-12-09  8:17 UTC  (6+ messages)

[PATCH] ARM: at91: pm: change BU Power Switch to automatic mode
 2024-12-09  8:15 UTC  (3+ messages)

Fwd: [PATCH] ceph: improve error handling and short/overflow-read logic in __ceph_sync_read()
 2024-12-09  8:16 UTC 

[RFC PATCH] cpufreq: userspace: Add fast-switch support for userspace
 2024-12-09  8:14 UTC 

[PATCH v3 0/3] Document the new media-committer's model
 2024-12-09  8:15 UTC  (6+ messages)
        ` Media committers model postponed to 6.14 - Was: "

[PATCH] mmc: sdhci-of_dwcmshc: Change to dwcmshc_phy_init for reusing codes
 2024-12-09  8:13 UTC  (4+ messages)

[PATCH v4 00/14] KVM: arm64: Rework guest VM fixed feature handling and trapping in pKVM
 2024-12-09  8:14 UTC  (9+ messages)
` [PATCH v4 04/14] KVM: arm64: Use KVM extension checks for allowed protected VM capabilities
` [PATCH v4 06/14] KVM: arm64: Set protected VM traps based on its view of feature registers

[PATCH] block: retry call probe after request_module in blk_request_module
 2024-12-09  8:14 UTC  (2+ messages)

[PATCH] sched: Move task_mm_cid_work to mm delayed work
 2024-12-09  8:12 UTC  (7+ messages)

[PATCH RFC v3 0/3] riscv: add Svukte extension
 2024-12-09  8:09 UTC  (5+ messages)
` [PATCH RFC v3 3/3] riscv: KVM: Add Svukte extension support for Guest/VM

Kernel Oops on alpha with kernel version >=6.9.x
 2024-12-09  8:11 UTC  (13+ messages)

[REGRESSION] 6.13-rc1: Loading nvme module leads to mm/page_alloc.c:4727 __alloc_pages_noprof+0x321/0x330
 2024-12-09  8:04 UTC  (3+ messages)

[PATCH] net/mlx5: do not poll CQEs when no available elts
 2024-12-09  8:10 UTC  (2+ messages)

[PATCH v2 0/2] LOBF enablement fix
 2024-12-09  7:50 UTC  (3+ messages)
` [PATCH v2 1/2] drm/i915/lobf: Add lobf enablement in post plane update
` [PATCH v2 2/2] drm/i915/lobf: Add debug print for LOBF


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.