All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-19 19:15:55 to 2025-11-19 20:07:19 UTC [more...]

[PATCH] kho: free chunks using free_page() instead of kfree()
 2025-11-19 20:06 UTC  (2+ messages)

[CI 00/27] Scope-based forcewake and runtime PM
 2025-11-19 20:06 UTC  (3+ messages)
` ✓ Xe.CI.Full: success for Scope-based forcewake and runtime PM (rev6)

[PATCH v3] last-modified: implement faster algorithm
 2025-11-19 20:06 UTC  (5+ messages)
` [PATCH v4] "
  ` t8020-last-modified.sh failure on s390x (Re: [PATCH v4] last-modified: implement faster algorithm)

[PATCH v8 0/6] RTL8231 GPIO expander support
 2025-11-19 20:06 UTC  (8+ messages)
` [PATCH v8 1/6] dt-bindings: leds: Binding for RTL8231 scan matrix
` [PATCH v8 2/6] dt-bindings: mfd: Binding for RTL8231
` [PATCH v8 3/6] mfd: Add RTL8231 core device
` [PATCH v8 4/6] pinctrl: Add RTL8231 pin control and GPIO support
` [PATCH v8 5/6] leds: Add support for RTL8231 LED scan matrix
` [PATCH v8 6/6] MAINTAINERS: Add RTL8231 MFD driver

[PATCH] media: vimc: add RGB/YUV input entity implementation
 2025-11-19 20:05 UTC  (6+ messages)

[PATCH] drm/i915/display: Stop touching vga on post enable
 2025-11-19 20:04 UTC 

[PATCH v3 0/7] i2c: designware: Improve support of multi-messages transfer
 2025-11-19 20:05 UTC  (7+ messages)
` [PATCH v3 2/7] i2c: designware: Optimize flag reading in i2c_dw_read()
` [PATCH v3 5/7] i2c: designware: Add dedicated algorithm for AMD NAVI
` [PATCH v3 6/7] i2c: designware: Implement I2C_M_STOP support

[PATCH 00/18] Refactor object read streams to work via object sources
 2025-11-19 20:04 UTC  (6+ messages)
` [PATCH 01/18] streaming: rename `git_istream` into `odb_read_stream`
` [PATCH 03/18] streaming: propagate final object type via the stream

[chrome-os:chromeos-6.6 270/301] checkpatch: WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
 2025-11-19 20:04 UTC 

[PATCH RFC v3 00/11] Enable rust support for linux kernel
 2025-11-19 20:04 UTC  (5+ messages)
` [PATCH RFC v3 02/11] linux-yocto: add clang-native,rust-native and bindgen-cli-native to DEPENDS
` [PATCH RFC v3 03/11] rust: install Rust library sources for 'make rustavailable' support

[PATCH net-next v3 00/11] wireguard: netlink: ynl conversion
 2025-11-19 20:01 UTC  (12+ messages)
` [PATCH net-next v3 04/11] netlink: specs: add specification for wireguard

[PATCH net-next v17 00/15] net: phy: Introduce PHY ports representation
 2025-11-19 19:59 UTC  (16+ messages)
` [PATCH net-next v17 01/15] dt-bindings: net: Introduce the ethernet-connector description
` [PATCH net-next v17 02/15] net: ethtool: Introduce ETHTOOL_LINK_MEDIUM_* values
` [PATCH net-next v17 03/15] net: phy: Introduce PHY ports representation
` [PATCH net-next v17 04/15] net: phy: dp83822: Add support for phy_port representation
` [PATCH net-next v17 05/15] dt-bindings: net: dp83822: Deprecate ti,fiber-mode
` [PATCH net-next v17 06/15] net: phy: Create a phy_port for PHY-driven SFPs
` [PATCH net-next v17 07/15] net: phy: Introduce generic SFP handling for PHY drivers
` [PATCH net-next v17 08/15] net: phy: marvell-88x2222: Support SFP through phy_port interface
` [PATCH net-next v17 09/15] net: phy: marvell: "
` [PATCH net-next v17 10/15] net: phy: marvell10g: Support SFP through phy_port
` [PATCH net-next v17 11/15] net: phy: at803x: Support SFP through phy_port interface
` [PATCH net-next v17 12/15] net: phy: qca807x: "
` [PATCH net-next v17 13/15] net: phy: Only rely on phy_port for PHY-driven SFP
` [PATCH net-next v17 14/15] net: phy: dp83822: Add SFP support through the phy_port interface
` [PATCH net-next v17 15/15] Documentation: networking: Document the phy_port infrastructure

[meta-networking][PATCH] lkcp-tools: Fix test_1_to_1_recvfrom ptest failure
 2025-11-19 20:00 UTC 

[PATCH 6.19/scsi-queue] scsi: target: core: Add emulation for REPORT_IDENTIFICATION_INFORMATION
 2025-11-19 19:58 UTC  (3+ messages)

[PATCH v2] fs/hfs: fix s_fs_info leak on setup_bdev_super() failure
 2025-11-19 19:58 UTC  (2+ messages)

[meta-arago][scarthgap][PATCH v6] coremark: add Coremark CPU benchmark
 2025-11-19 19:57 UTC 

[meta-arago][scarthgap][PATCH] udev-aragoconf: remove legacy usb rules
 2025-11-19 19:57 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/shapelib: bump to 1.6.2
 2025-11-19 19:57 UTC 

[PATCH v2 1/3] selinux: rename task_security_struct to cred_security_struct
 2025-11-19 19:56 UTC  (3+ messages)
` [PATCH v2 2/3] selinux: move avdcache to per-task security struct
` [PATCH v2 3/3] selinux: rename the cred_security_struct variables to "crsec"

[PATCH v2] boot: Warn users about fdt_high=~0 usage
 2025-11-19 19:56 UTC  (2+ messages)

[RFC PATCH 0/5] Kernel Rust out-of-tree module support
 2025-11-19 19:55 UTC  (6+ messages)
` [RFC PATCH 1/5] kernel.bbclass: Export artifacts needed for out-of-tree Rust compilation
` [RFC PATCH 2/5] module.bbclass: Prepare out-of-tree rust module compilation
` [RFC PATCH 3/5] meta-skeleton: Add rust-out-of-tree-module recipe
` [RFC PATCH 4/5] rust-out-of-tree-module: Add myself as maintainer
` [RFC PATCH 5/5] runtime_test: Add rust-out-of-tree selftest

[PATCH v3 0/9] module: Introduce hash-based integrity checking
 2025-11-19 19:55 UTC  (4+ messages)
` [PATCH v3 7/9] module: Move lockdown check into generic module loader

[PATCH v2] drm/xe/vf: Start re-emission from first unsignaled job during VF migration
 2025-11-19 19:55 UTC  (5+ messages)

[PATCHv2 0/2] blktests: add tests with offsets
 2025-11-19 19:54 UTC  (3+ messages)
` [PATCHv2 1/2] blktests: test direct io offsets
` [PATCHv2 2/2] blktests: test io_uring user metadata offsets

[PATCH 00/11] gpu: nova-core: add Turing support
 2025-11-19 19:54 UTC  (6+ messages)
` [PATCH 02/11] gpu: nova-core: add ImemNs section infrastructure

[PATCH bpf-next v1 0/3] bpf: Fix FIONREAD and copied_seq issues
 2025-11-19 19:53 UTC  (3+ messages)
` [PATCH bpf-next v1 1/3] bpf, sockmap: Fix incorrect copied_seq calculation

[android-common:mirror-chromeos-5.10-arcvm 0/1] drivers/cpufreq/goldfish_cpufreq_stats.c:28:35: warning: integer literal is too large to be represented in type 'long', interpreting as 'unsigned long' per C89; this literal will have type 'long long' in C99 onwards
 2025-11-19 19:52 UTC 

[PATCH v26 0/4] drm/xe/xe_vm: Implement xe_vm_get_property_ioctl
 2025-11-19 19:53 UTC  (5+ messages)
` [PATCH v26 1/4] drm/xe/xe_pagefault: Disallow writes to read-only VMAs
` [PATCH v26 2/4] drm/xe/uapi: Define drm_xe_vm_get_property
` [PATCH v26 3/4] drm/xe/xe_vm: Add per VM fault info
` [PATCH v26 4/4] drm/xe/xe_vm: Implement xe_vm_get_property_ioctl

[PATCH ath12k-ng] wifi: ath12k: add the missing RCU lock in ath12k_dp_tx_free_txbuf()
 2025-11-19 19:53 UTC  (2+ messages)

[PATCH ath12k-ng] wifi: ath12k: move firmware stats request outside of atomic context
 2025-11-19 19:53 UTC  (2+ messages)

[PATCH net v2] net: lan966x: Fix the initialization of taprio
 2025-11-19 19:53 UTC  (2+ messages)

[PATCH b4 v3] b4: Create temporary directory in git top level if available
 2025-11-19 19:52 UTC  (2+ messages)

[PATCH net] vsock: Ignore signal/timeout on connect() if already established
 2025-11-19 19:52 UTC  (7+ messages)

[PATCH v2 resend] net: stmmac: add support for dwmac 5.20
 2025-11-19 19:51 UTC  (4+ messages)

[PATCH V4 00/17] Add CXL LSA 2.1 format support in nvdimm and cxl pmem
 2025-11-19 19:50 UTC  (3+ messages)
  ` [PATCH V4 07/17] nvdimm/label: Add region label delete support

[chrome-os:chromeos-6.6 203/301] checkpatch: ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
 2025-11-19 19:49 UTC 

[RFC PATCH v7 0/7] Improve the performance of BTF type lookups with binary search
 2025-11-19 19:50 UTC  (5+ messages)
` [RFC PATCH v7 4/7] libbpf: Optimize type lookup with binary search for sorted BTF
` [RFC PATCH v7 5/7] libbpf: Implement BTF type sorting validation for binary search optimization

[PATCH v3 0/4]
 2025-11-19 19:49 UTC  (5+ messages)
` [PATCH v3 1/4] bootstrap: Run linguas.sh in bootstrap epilogue
` [PATCH v3 2/4] bootstrap: Migrate linguas.sh into bootstrap.conf
` [PATCH v3 3/4] bootstrap: Condense and simplify LINGUAS generation
` [PATCH v3 4/4] INSTALL: Fix a grammatical error

[PATCH v9 00/10] Add Type-C DP support for RK3399 EVB IND board
 2025-11-19 19:49 UTC  (8+ messages)
` [PATCH v9 08/10] drm/rockchip: cdn-dp: Add multiple bridges to support PHY port selection

[PATCH] fs: inline step_into() and walk_component()
 2025-11-19 19:49 UTC  (3+ messages)

[PATCH v7 0/2] NXP SAR ADC IIO driver for s32g2/3 platforms
 2025-11-19 19:47 UTC  (3+ messages)
` [PATCH v7 2/2] iio: adc: Add the NXP SAR ADC support for the "

[PATCH v8 00/11] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-11-19 19:45 UTC  (19+ messages)
` [PATCH v8 05/11] PCI/P2PDMA: Document DMABUF model
` [PATCH v8 06/11] dma-buf: provide phys_vec to scatter-gather mapping routine
  ` [Linaro-mm-sig] "
` [PATCH v8 10/11] vfio/pci: Add dma-buf export support for MMIO regions

[v2, net-next 00/12] bng_en: enhancements for link, Rx/Tx, LRO/TPA & stats
 2025-11-19 19:44 UTC  (5+ messages)
` [v2, net-next 09/12] bng_en: Add ethtool link settings and capabilities support

[PATCH 0/2] arm64: dts: renesas: r9a09g047e57-smarc: Enable I3C
 2025-11-19 19:43 UTC  (7+ messages)
` [PATCH 2/2] arm64: dts: renesas: r9a09g047e57-smarc: Add overlay for P3T1085UK-ARD

[XEN][PATCH] x86: make Viridian support optional
 2025-11-19 19:32 UTC 

[PATCH] vexpress_aemv8: Stop disabling device tree relocation
 2025-11-19 17:26 UTC  (2+ messages)

[GIT PULL] Anlogic Platform Initial Support
 2025-11-19 19:41 UTC  (2+ messages)

pvmove thin volume doesn't move
 2025-11-19 19:41 UTC  (13+ messages)

[PATCH v7 4/6] pinctrl: Add RTL8231 pin control and GPIO support
 2025-11-19 19:41 UTC  (2+ messages)

[android-common:android14-5.15-lts 2/2] include/linux/compiler_types.h:140:41: error: invalid use of undefined type 'struct module'
 2025-11-19 19:41 UTC 

[Buildroot] [git commit] package/openocd: fix build with jimtcl 0.83
 2025-11-19 19:35 UTC 

[PATCH] dvb-usb: dtv5100: rewrite i2c message usb_control send/recv
 2025-11-19 19:40 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/openocd: fix build with jimtcl 0.83
 2025-11-19 19:39 UTC  (2+ messages)

[PATCH v3 1/2] boot: android: Always use 8-byte aligned DT with libfdt
 2025-11-19 19:39 UTC  (3+ messages)
` [PATCH v3 2/2] test/py: android: Point fdt command to aligned addresses

[PATCH] ceph: fix kernel crash in ceph_open()
 2025-11-19 19:37 UTC 

[PATCH] ARM: dts: lan966x: Fix the access to the PHYs for pcb8290
 2025-11-19 19:38 UTC  (2+ messages)

[v2 PATCH] arm64: mm: show direct mapping use in /proc/meminfo
 2025-11-19 19:37 UTC  (3+ messages)

[PATCH v2 0/6] media: uvcvideo: Map known XU controls
 2025-11-19 19:37 UTC  (7+ messages)
` [PATCH v2 1/6] media: uvcvideo: Remove nodrop parameter
` [PATCH v2 2/6] media: uvcvideo: Import standard controls from uvcdynctrl
` [PATCH v2 3/6] media: uvcvideo: Announce deprecation intentions for UVCIOC_CTRL_MAP
` [PATCH v2 4/6] media: uvcvideo: Document how to format GUIDs
` [PATCH v2 5/6] media: uvcvideo: Introduce allow_privacy_override param
` [PATCH v2 6/6] media: uvcvideo: RFC: Convert allow_privacy_override into Kconfig

[PATCH 0/2] trace: add Rust DTrace/SystemTap SDT support
 2025-11-19 19:36 UTC  (3+ messages)
` [PATCH 2/2] tracetool: "

[XEN][PATCH v4] xen/x86: guest_access: optimize raw_x_guest() for PV and HVM combinations
 2025-11-19 19:36 UTC  (5+ messages)

[CI] drm/xe/guc: Test GuC v70.54.0 for BMG, PTL
 2025-11-19 19:36 UTC  (2+ messages)
` ✓ CI.KUnit: success for drm/xe/guc: Test GuC v70.54.0 for BMG, PTL (rev2)

[PATCH net-next 14/15] net: dsa: sja1105: replace mdiobus-pcs with xpcs-plat driver
 2025-11-19 19:33 UTC  (10+ messages)

[PATCH v4 0/9] iomap: buffered io changes
 2025-11-19 19:35 UTC  (7+ messages)
` [PATCH v4 7/9] iomap: use loff_t for file positions and offsets in writeback code

[PATCH] rust: add a function that returns a reference to the IO Ports Resource
 2025-11-19 19:34 UTC  (2+ messages)

[PATCH 0/2] arm64/mm: A fix and a documentation bit for change_memory_common()
 2025-11-19 19:33 UTC  (5+ messages)
` [PATCH 1/2] arm64/pageattr: Propagate return value from __change_memory_common

[PATCH] mtd: nand: realtek-ecc: Fix Kconfig dependencies
 2025-11-19 19:33 UTC 

[PATCH v5 00/11] nfsd: assorted cleanups involving v4 special stateids
 2025-11-19 19:32 UTC  (9+ messages)
` [PATCH v5 03/11] nfsd: simplify foreign-filehandle handling to better match RFC-7862
` [PATCH v5 04/11] nfsd: report correct error for attempt to use foreign filehandle
` [PATCH v5 05/11] nfsd: drop explicit tests for special stateids which would be invalid
` [PATCH v5 06/11] nfsd: revise names of special stateid, and predicate functions

[syzbot] [bluetooth?] [usb?] memory leak in __hci_cmd_sync_sk
 2025-11-19 19:32 UTC  (2+ messages)

[XEN][PATCH v4] xen: make VMTRACE support optional
 2025-11-19 19:31 UTC 

[PATCH RFT/RFC 1/2] gpiolib: support "undefined" GPIO machine lookup
 2025-11-19 19:30 UTC  (2+ messages)

[PATCH 0/3] usb: dwc3: xilinx: Add Versal2 MMI USB 3.2 controller support
 2025-11-19 19:30 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: usb: dwc3-xilinx: Add MMI USB support on Versal Gen2 platform
` [PATCH 2/3] usb: dwc3: xilinx: Add Versal2 MMI USB 3.2 controller support
` [PATCH 3/3] usb: dwc3: xilinx: Add support to program MMI USB TX deemphasis

[PATCH v1] perf test all metrics: Fully ignore Default metric failures
 2025-11-19 19:30 UTC 

[XEN][PATCH v2 0/4] x86: pvh: allow to disable 32-bit (COMPAT) interface support
 2025-11-19 19:30 UTC  (5+ messages)
` [XEN][PATCH v2 1/4] x86: hvm: dm: factor out compat code under ifdefs
` [XEN][PATCH v2 2/4] x86: hvm: compat: introduce is_hcall_compat() helper
` [XEN][PATCH v2 3/4] x86: hvm: factor out COMPAT code under ifdefs
` [XEN][PATCH v2 4/4] x86: pvh: allow to disable 32-bit interface support

[PATCH 0/6] drm/i915: uapi vs. hw state fixes
 2025-11-19 19:30 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for "

[tip:locking/futex] BUILD SUCCESS c42ba5a87bdccbca11403b7ca8bad1a57b833732
 2025-11-19 19:29 UTC 

[PATCH v2 00/17] Dynamic drm_pagemaps and Initial multi-device SVM
 2025-11-19 19:28 UTC  (3+ messages)
` [PATCH v2 05/17] drm/pagemap: Add a drm_pagemap cache and shrinker

drivers/mtd/nand/ecc-realtek.c:443:undefined reference to `dma_free_pages'
 2025-11-19 19:27 UTC  (3+ messages)
` AW: "

[PATCH] drm/arcgpu: fix device node leak
 2025-11-19 19:25 UTC  (2+ messages)

[PATCH v2 0/5] Introduce AMD PMF util layer and user-space interface for SystemDeck
 2025-11-19 19:25 UTC  (4+ messages)

[PATCH 0/2] phy: microchip: lan966x: Allow to invert N and P signals
 2025-11-19 19:23 UTC  (7+ messages)

[PATCH v21 00/23] Type2 device basic support
 2025-11-19 19:22 UTC  (24+ messages)
` [PATCH v21 01/23] cxl/mem: refactor memdev allocation
` [PATCH v21 02/23] cxl/mem: Arrange for always-synchronous memdev attach
` [PATCH v21 03/23] cxl/port: Arrange for always synchronous endpoint attach
` [PATCH v21 04/23] cxl/mem: Introduce a memdev creation ->probe() operation
` [PATCH v21 05/23] cxl: Add type2 device basic support
` [PATCH v21 06/23] sfc: add cxl support
` [PATCH v21 07/23] cxl: Move pci generic code
` [PATCH v21 08/23] cxl/sfc: Map cxl component regs
` [PATCH v21 09/23] cxl/sfc: Initialize dpa without a mailbox
` [PATCH v21 10/23] cxl: Prepare memdev creation for type2
` [PATCH v21 11/23] sfc: create type2 cxl memdev
` [PATCH v21 12/23] cxl: Define a driver interface for HPA free space enumeration
` [PATCH v21 13/23] sfc: get root decoder
` [PATCH v21 14/23] cxl: Define a driver interface for DPA allocation
` [PATCH v21 15/23] sfc: get endpoint decoder
` [PATCH v21 16/23] cxl: Make region type based on endpoint type
` [PATCH v21 17/23] cxl/region: Factor out interleave ways setup
` [PATCH v21 18/23] cxl/region: Factor out interleave granularity setup
` [PATCH v21 19/23] cxl: Allow region creation by type2 drivers
` [PATCH v21 20/23] cxl: Avoid dax creation for accelerators
` [PATCH v21 21/23] sfc: create cxl region
` [PATCH v21 22/23] cxl: Add function for obtaining region range
` [PATCH v21 23/23] sfc: support pio mapping based on cxl

[PATCH v1 0/2] Only free healthy pages in high-order HWPoison folio
 2025-11-19 19:21 UTC  (11+ messages)
` [PATCH v1 1/2] mm/huge_memory: introduce uniform_split_unmapped_folio_to_zero_order

[syzbot] [block?] KMSAN: kernel-infoleak in filemap_read
 2025-11-19 19:21 UTC  (2+ messages)

[ssmalley-selinuxns:working-selinuxns 43/45] security/selinux/hooks.c:3715:37: warning: variable 'sbsec' set but not used
 2025-11-19 19:20 UTC 

[PATCH] kernfs: use atomics for open_node refcounts
 2025-11-19 19:17 UTC 

Request for review for 4.19-st10, 4.19-cip126
 2025-11-19 19:17 UTC  (2+ messages)

[PATCH v6 00/34] arm_mpam: Add basic mpam driver
 2025-11-19 19:14 UTC  (2+ messages)

[v4] virtio-gpu: use consistent error checking style for virtio_gpu_create_mapping_iov
 2025-11-19 19:16 UTC  (6+ messages)

[PATCH net-next v12 00/12] virtio_net: Add ethtool flow rules support
 2025-11-19 19:15 UTC  (12+ messages)
` [PATCH net-next v12 02/12] virtio: Add config_op for admin commands
` [PATCH net-next v12 03/12] virtio: Expose generic device capability operations
` [PATCH net-next v12 04/12] virtio: Expose object create and destroy API
` [PATCH net-next v12 05/12] virtio_net: Query and set flow filter caps
` [PATCH net-next v12 06/12] virtio_net: Create a FF group for ethtool steering
` [PATCH net-next v12 07/12] virtio_net: Implement layer 2 ethtool flow rules
` [PATCH net-next v12 08/12] virtio_net: Use existing classifier if possible
` [PATCH net-next v12 09/12] virtio_net: Implement IPv4 ethtool flow rules
` [PATCH net-next v12 10/12] virtio_net: Add support for IPv6 ethtool steering
` [PATCH net-next v12 11/12] virtio_net: Add support for TCP and UDP ethtool rules
` [PATCH net-next v12 12/12] virtio_net: Add get ethtool flow rules ops


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.