All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-08-22 00:28:12 to 2025-08-22 02:06:54 UTC [more...]

[PATCH 00/11] Split sphinx call logic from docs Makefile
 2025-08-22  2:06 UTC  (4+ messages)
` [PATCH 04/11] scripts: sphinx-build-wrapper: add a wrapper for sphinx-build

[PATCH net-next v3 1/3] net: phy: mxl-86110: add basic support for led_brightness_set op
 2025-08-22  2:06 UTC  (5+ messages)

[PATCH RFC 00/35] mm: remove nth_page()
 2025-08-22  1:59 UTC  (37+ messages)
` [PATCH RFC 01/35] mm: stop making SPARSEMEM_VMEMMAP user-selectable
` [PATCH RFC 02/35] arm64: Kconfig: drop superfluous "select SPARSEMEM_VMEMMAP"
` [PATCH RFC 03/35] s390/Kconfig: "
` [PATCH RFC 04/35] x86/Kconfig: "
` [PATCH RFC 06/35] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()
` [PATCH RFC 07/35] mm/memremap: reject unreasonable folio/compound page sizes in memremap_pages()
` [PATCH RFC 08/35] mm/hugetlb: check for unreasonable folio sizes when registering hstate
` [PATCH RFC 09/35] mm/mm_init: make memmap_init_compound() look more like prep_compound_page()
` [PATCH RFC 10/35] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap()
` [PATCH RFC 11/35] mm: sanity-check maximum folio size in folio_set_order()
` [PATCH RFC 14/35] mm/mm/percpu-km: drop nth_page() usage within single allocation
` [PATCH RFC 18/35] io_uring/zcrx: remove "struct io_copy_cache" and one nth_page() usage
` [PATCH RFC 19/35] io_uring/zcrx: remove nth_page() usage within folio
` [PATCH RFC 20/35] mips: mm: convert __flush_dcache_pages() to __flush_dcache_folio_pages()
` [PATCH RFC 21/35] mm/cma: refuse handing out non-contiguous page ranges
` [PATCH RFC 22/35] dma-remap: drop nth_page() in dma_common_contiguous_remap()
` [PATCH RFC 23/35] scatterlist: disallow non-contigous page ranges in a single SG entry
` [PATCH RFC 24/35] ata: libata-eh: drop nth_page() usage within "
` [PATCH RFC 25/35] drm/i915/gem: "
` [PATCH RFC 26/35] mspro_block: "
` [PATCH RFC 27/35] memstick: "
` [PATCH RFC 28/35] mmc: "
` [PATCH RFC 29/35] scsi: core: "
` [PATCH RFC 30/35] vfio/pci: "
` [PATCH RFC 31/35] crypto: remove "
` [PATCH RFC 34/35] block: update comment of "struct bio_vec" regarding nth_page()
` [PATCH RFC 35/35] mm: remove nth_page()

[PATCH] drm/xe/wcl: Extend L3bank mask workaround
 2025-08-22  2:04 UTC  (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✓ i915.CI.BAT: "

[meta-security][PATCH v2] suricata: install classification, reference configs
 2025-08-22  2:04 UTC  (2+ messages)

[PATCH v6 0/5] rust, nova-core: PCI Class, Vendor support
 2025-08-22  2:03 UTC  (6+ messages)
` [PATCH v6 1/5] rust: pci: provide access to PCI Class and Class-related items
` [PATCH v6 2/5] rust: pci: provide access to PCI Vendor values
` [PATCH v6 3/5] rust: pci: add DeviceId::from_class_and_vendor() method
` [PATCH v6 4/5] gpu: nova-core: avoid probing non-display/compute PCI functions
` [PATCH v6 5/5] rust: pci: use pci::Vendor instead of bindings::PCI_VENDOR_ID_*

[REGDB] Update for Costa Rica (CR) regulatory domain
 2025-08-22  2:01 UTC  (3+ messages)

[PATCH] filemap: optimize order0 folio in filemap_map_pages
 2025-08-22  2:01 UTC  (7+ messages)

[PATCH v3] tests/intel/xe_exec_balancer: use xe_wait_ufence to replace sleep action
 2025-08-22  1:59 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for tests/intel/xe_exec_balancer: use xe_wait_ufence to replace sleep action (rev3)
` ✓ i915.CI.BAT: "

LSM namespacing API
 2025-08-22  1:59 UTC  (13+ messages)

[PATCH 0/3] IORING_URING_CMD_MULTISHOT fixups
 2025-08-22  1:59 UTC  (6+ messages)
` [PATCH 2/3] io_uring/cmd: deduplicate uring_cmd_flags checks
` [PATCH 3/3] io_uring/cmd: consolidate REQ_F_BUFFER_SELECT checks
` (subset) [PATCH 0/3] IORING_URING_CMD_MULTISHOT fixups

[PATCH] kernfs: Fix UAF in PSI polling when open file is released
 2025-08-22  1:57 UTC  (4+ messages)

[PATCH v2 0/3] Support "generic" CPUID timing leaf as KVM guest and host
 2025-08-22  1:57 UTC  (9+ messages)

[PATCH v7 00/29] KVM: arm64: Implement support for SME
 2025-08-22  1:53 UTC  (30+ messages)
` [PATCH v7 01/29] arm64/sysreg: Update SMIDR_EL1 to DDI0601 2025-06
` [PATCH v7 02/29] arm64/fpsimd: Update FA64 and ZT0 enables when loading SME state
` [PATCH v7 03/29] arm64/fpsimd: Decide to save ZT0 and streaming mode FFR at bind time
` [PATCH v7 04/29] arm64/fpsimd: Check enable bit for FA64 when saving EFI state
` [PATCH v7 05/29] arm64/fpsimd: Determine maximum virtualisable SME vector length
` [PATCH v7 06/29] KVM: arm64: Introduce non-UNDEF FGT control
` [PATCH v7 07/29] KVM: arm64: Pay attention to FFR parameter in SVE save and load
` [PATCH v7 08/29] KVM: arm64: Pull ctxt_has_ helpers to start of sysreg-sr.h
` [PATCH v7 09/29] KVM: arm64: Move SVE state access macros after feature test macros
` [PATCH v7 10/29] KVM: arm64: Rename SVE finalization constants to be more general
` [PATCH v7 11/29] KVM: arm64: Document the KVM ABI for SME
` [PATCH v7 12/29] KVM: arm64: Define internal features "
` [PATCH v7 13/29] KVM: arm64: Rename sve_state_reg_region
` [PATCH v7 14/29] KVM: arm64: Store vector lengths in an array
` [PATCH v7 15/29] KVM: arm64: Implement SME vector length configuration
` [PATCH v7 16/29] KVM: arm64: Support SME control registers
` [PATCH v7 17/29] KVM: arm64: Support TPIDR2_EL0
` [PATCH v7 18/29] KVM: arm64: Support SME identification registers for guests
` [PATCH v7 19/29] KVM: arm64: Support SME priority registers
` [PATCH v7 20/29] KVM: arm64: Provide assembly for SME register access
` [PATCH v7 21/29] KVM: arm64: Support userspace access to streaming mode Z and P registers
` [PATCH v7 22/29] KVM: arm64: Flush register state on writes to SVCR.SM and SVCR.ZA
` [PATCH v7 23/29] KVM: arm64: Expose SME specific state to userspace
` [PATCH v7 24/29] KVM: arm64: Context switch SME state for guests
` [PATCH v7 25/29] KVM: arm64: Handle SME exceptions
` [PATCH v7 26/29] KVM: arm64: Expose SME to nested guests
` [PATCH v7 27/29] KVM: arm64: Provide interface for configuring and enabling SME for guests
` [PATCH v7 28/29] KVM: arm64: selftests: Add SME system registers to get-reg-list
` [PATCH v7 29/29] KVM: arm64: selftests: Add SME to set_id_regs test

[PATCH 0/7] iio: Remove dev_err_probe() if error is -ENOMEM
 2025-08-21 20:31 UTC  (4+ messages)
` [PATCH 2/7] iio: adc: "

[PATCH] ddr: marvell: a38x: Fix unsigned issues
 2025-08-22  1:54 UTC  (6+ messages)

[PATCH v4] cxl: docs/driver-api/conventions resolve conflicts between CFMWS, LMH, Decoders
 2025-08-22  1:55 UTC  (2+ messages)

[PATCH v4 0/6] KVM: arm64: Allow userspace to write GICD_TYPER2.nASSGIcap
 2025-08-22  1:54 UTC  (5+ messages)
` [PATCH v4 3/6] KVM: arm64: vgic-v3: Allow access to GICD_IIDR prior to initialization

[PATCH v2 0/4] PCI: qcom: Add support for Glymur PCIe Gen5x4
 2025-08-22  1:53 UTC  (4+ messages)
` [PATCH v2 4/4] phy: qcom: qmp-pcie: Add support for Glymur PCIe Gen5x4 PHY

[PATCH v3 bpf-next] bpf: improve the general precision of tnum_mul
 2025-08-22  1:47 UTC 

[v3 1/5] drm/amdgpu: Refactor VCN v5.0.1 HW init into separate instance function
 2025-08-22  1:47 UTC  (5+ messages)
` [v3 4/5] drm/amd/pm: Update SMU v13.0.6 PPT caps initialization

[PATCH v3 00/15] Prepare for new Intel Family numbers
 2025-08-22  1:46 UTC  (6+ messages)
` [PATCH v3 13/15] x86/cpu/intel: Bound the non-architectural constant_tsc model checks

[PATCH next] drm: bridge: waveshare-dsi: Fix NULL vs IS_ERR() check in probe()
 2025-08-22  1:46 UTC  (2+ messages)

[PATCH 1/1] arm/trusted-services: Fix trusted-service license file paths
 2025-08-22  1:45 UTC  (2+ messages)

[PATCH v5 0/2] PCI/AER: Handle Advisory Non-Fatal error
 2025-08-22  1:45 UTC  (3+ messages)

[PATCH 1/2] arm/gn: disable uninitialized variable warning
 2025-08-22  1:45 UTC  (2+ messages)

[PATCH] state: do not panic on flipped bits in on-disk sizes
 2025-08-21 20:19 UTC 

[LTP] [PATCH v1] sched_rr_get_interval01.c: Put test process into absolute root cgroup (0::/)
 2025-08-22  1:42 UTC  (4+ messages)
` [LTP] [PATCH v2] tst_cgroup.c: Skip cases which testing cgroup v2 with CONFIG_RT_GROUP_SCHED=y

[PATCH v3 00/31] media: add imx93 mipi/controller csi support
 2025-08-21 20:16 UTC  (17+ messages)
` [PATCH v3 05/31] media: staging: media: imx6-mipi-csi2: use devm_add_action_or_reset() to simplify code
` [PATCH v3 06/31] media: staging: media: imx6-mipi-csi2: use devm_clk_bulk_get_all() to fetch clocks
` [PATCH v3 07/31] media: staging: media: imx6-mipi-csi2: use devm_mutex_init() to simplify code
` [PATCH v3 09/31] media: staging: media: imx6-mipi-csi2: use register structure to match hardware
` [PATCH v3 14/31] media: staging: media: imx6-mipi-csi2: move number pad macro define into imx6-csi2.c
` [PATCH v3 16/31] media: staging: media: imx6-mipi-csi2: use runtime_pm frame to control clks
` [PATCH v3 17/31] media: synopsys: move imx6-mipi-csi2.c to synopsys/mipi-csi2.c
` [PATCH v3 18/31] media: synopsys: csi2: Remove deprecated s_stream and use v4l2_subdev_pad_ops
` [PATCH v3 19/31] media: synopsys: csi2: Add phy interface support
` [PATCH v3 22/31] media: synopsys: csi2: Handle alignment requirement for width
` [PATCH v3 24/31] media: synopsys: csi2: Add need_dphy_reset in config
` [PATCH v3 25/31] media: synopsys: csi2: Add default simple dw_csi2_subdev_init_state
` [PATCH v3 26/31] media: synopsys: csi2: Add v150 lane stop state register bit define
` [PATCH v3 27/31] media: synopsys: csi2: use standard v4l2_subdev_get_fmt() function
` [PATCH v3 29/31] media: synopsys: csi2: Add Image Pixel Interface (IPI) support for v150
` [PATCH v3 31/31] media: synopsys: csi2: Add simple synopsys platform driver

[syzbot] [media?] general protection fault in su3000_i2c_transfer
 2025-08-22  1:41 UTC  (2+ messages)
` Forwarded: "

[PATCH v2 0/5] Add Rust abstraction for Maple Trees
 2025-08-22  1:40 UTC  (6+ messages)
` [PATCH v2 2/5] rust: maple_tree: add MapleTree

[net-next Patch] Octeontx2-af: Broadcast XON on all channels
 2025-08-22  1:40 UTC  (2+ messages)

[PATCH v4 0/2] cgroup: Track time in cgroup v2 freezer
 2025-08-22  1:37 UTC  (3+ messages)
` [PATCH v4 1/2] cgroup: cgroup.stat.local time accounting
` [PATCH v4 2/2] cgroup: selftests: Add tests for freezer time

[PATCH -next] ftrace: Fix potential warning in trace_printk_seq during ftrace_dump
 2025-08-22  1:35 UTC  (5+ messages)

[PATCH v2 0/9] Support Argon2 KDF
 2025-08-22  1:33 UTC  (10+ messages)
` [PATCH v2 1/9] util/import_gcry: Import kdf.c for Argon2
` [PATCH v2 5/9] Import Argon2 tests from libgcrypt
` [PATCH v2 7/9] disk/luks2: Add Argon2 support

Looking at "int vforked" in signal handler is racy
 2025-08-22  1:32 UTC  (7+ messages)

[PATCH] dt-bindings: i2c: spacemit,k1-i2c: Minor whitespace cleanup in example
 2025-08-22  1:32 UTC  (2+ messages)

[PATCH 11/11] mm/damon: add damon_ctx->min_region
 2025-08-22  1:29 UTC  (2+ messages)

[PATCH -next v2] ftrace: Fix potential warning in trace_printk_seq during ftrace_dump
 2025-08-22  1:26 UTC  (3+ messages)

[PATCH net-next v3] ppp: remove rwlock usage
 2025-08-22  1:25 UTC 

[PATCH] Bluetooth: hci_h5: avoid sending two SYNC messages
 2025-08-22  1:25 UTC  (2+ messages)
`  "

[PATCH] selftests: centralise maybe-unused definition in kselftest.h
 2025-08-22  1:21 UTC  (2+ messages)

[GIT PULL] hotfixes for 6.17-rc3
 2025-08-22  1:21 UTC 

[PATCH 0/2] Fix vsock error-handling regression introduced in v6.17-rc1
 2025-08-22  1:20 UTC  (2+ messages)

[PATCH] net: macb: fix unregister_netdev call order in macb_remove() [v2]
 2025-08-22  1:20 UTC  (2+ messages)

[net-next PATCH 1/2] net: phy: introduce phy_id_compare_vendor() PHY ID helper
 2025-08-22  1:19 UTC  (2+ messages)

[linux-next:master 3659/3950] arch/arm64/boot/dts/qcom/sc7180-acer-aspire1.dtb: phy@88e8000 (qcom,sc7180-qmp-usb3-dp-phy): 'oneOf' conditional failed, one must be fixed:
 2025-08-22  1:18 UTC 

[PATCH v3] phy: ti: gmii-sel: Always write the RGMII ID setting
 2025-08-22  1:18 UTC  (2+ messages)

[PATCH] netfilter: conntrack: drop expectations before freeing templates
 2025-08-22  1:17 UTC  (2+ messages)

[PATCH] mm: fix KASAN build error due to p*d_populate_kernel()
 2025-08-22  1:11 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] ocfs2: Fix super block reserved field offset comment
 2025-08-22  1:16 UTC  (3+ messages)

[PATCH net-next 0/2] xsk: improvement performance in copy mode
 2025-08-22  1:13 UTC  (6+ messages)
` [PATCH net-next 2/2] xsk: support generic batch xmit "

[PATCH 0/2] move dma_map_benchmark from selftests to tools/dma
 2025-08-22  1:12 UTC  (7+ messages)
` [PATCH 1/2] tools/dma: "

LVM_PVSCAN_ON_LVS and layered VGs
 2025-08-22  1:11 UTC 

[PATCH] PCI/sysfs: Ensure devices are powered for config reads
 2025-08-22  1:11 UTC  (6+ messages)

[PATCH net-next v2 0/4] rds: Fix semantic annotations
 2025-08-22  0:56 UTC  (9+ messages)
` [PATCH net-next v2 1/4] rds: Replace POLLERR with EPOLLERR
` [PATCH net-next v2 2/4] rds: Fix endianness annotation of jhash wrappers
` [PATCH net-next v2 3/4] rds: Fix endianness annotation for RDS_MPATH_HASH
` [PATCH net-next v2 4/4] rds: Fix endianness annotations for RDS extension headers

[PATCH v2 0/2] nvme: fixup HKDF-Expand-Label implementation
 2025-08-22  1:09 UTC  (2+ messages)

[PATCH] selftests: rtnetlink: add checks for ifconfig and iproute2
 2025-08-22  1:09 UTC  (4+ messages)
` [PATCH v2] selftests: rtnetlink: skip tests if tools or feats are missing
  ` [PATCH] "

[PATCH net] netfilter: br_netfilter: reread nf_conn from skb after confirm()
 2025-08-22  1:08 UTC  (5+ messages)

[PATCH mptcp-net 0/3] selftests: mptcp: avoid spurious errors on TCP disconnect
 2025-08-22  1:06 UTC  (4+ messages)
` [PATCH mptcp-net 3/3] selftests: mptcp: print trailing bytes with hexdump

[PATCH v2 0/3] rust, nova-core: PCI Class, Vendor support
 2025-08-22  1:03 UTC  (4+ messages)
` [PATCH v2 1/3] rust: pci: provide access to PCI Class, subclass, implementation values

[PATCH 0/5] bus: mhi: host: mhi_phc: Add support for PHC over MHI
 2025-08-22  1:02 UTC  (3+ messages)
` [PATCH 5/5] "

[LTP] [PATCH v1] openat02: Convert to new API
 2025-08-22  0:59 UTC  (2+ messages)

[PATCH 0/2] clocksource: Support ARM SSE(Subsystems for Embedded)
 2025-08-22  0:41 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: timer: Add ARM SSE(Subsystems for Embedded) timer

[PATCH] media: imx-jpeg: Add support for descriptor allocation from SRAM
 2025-08-22  0:58 UTC  (6+ messages)

[PATCH V5 0/2] io_uring: uring_cmd: add multishot support with provided buffer
 2025-08-22  0:58 UTC  (6+ messages)
` [PATCH V5 2/2] io_uring: uring_cmd: add multishot support

[GIT PULL] Please pull a NFS client bugfix for Linux 6.17
 2025-08-22  0:57 UTC 

[PATCH net v1 1/1] net: phy: Clear link-specific data on link down
 2025-08-22  0:54 UTC  (2+ messages)

S3 regression related to XSA-471 patches
 2025-08-22  0:53 UTC  (8+ messages)

[LTP] [PATCH v5 1/1] tst_res_: Print error to stderr, with filename and lineno
 2025-08-22  0:52 UTC  (2+ messages)

[PATCH net-next v2] gve: support unreadable netmem
 2025-08-22  0:50 UTC  (2+ messages)

[PATCH v4] mm/zswap: store <PAGE_SIZE compression failed page as-is
 2025-08-22  0:48 UTC  (3+ messages)

[PATCH v2] scripts/x86/intel: Add a script to update the minimum ucode revisions
 2025-08-22  0:44 UTC 

About rabbitmq (from meta-erlang) for meta-openstack
 2025-08-22  0:45 UTC 

[PATCH v2] fs: Add 'rootfsflags' to set rootfs mount options
 2025-08-22  0:44 UTC  (4+ messages)

[PATCH v5] cgroup: split cgroup_destroy_wq into 3 workqueues
 2025-08-22  0:44 UTC  (3+ messages)
` [PATCH v6] "

[PATCH] arm64: dts: axiado: Add missing UART aliases
 2025-08-21 20:07 UTC 

[krzk-github:b4/dt-bindings-display 7/7] arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-cozmo.dtb: scp@10500000 (mediatek,mt8183-scp): cros-ec-rpmsg: Unevaluated properties are not allowed ('compatible', 'mediatek,rpmsg-name' were unexpected)
 2025-08-22  0:36 UTC 

[krzk-github:b4/dt-bindings-display 7/7] arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-burnet.dtb: scp@10500000 (mediatek,mt8183-scp): cros-ec-rpmsg: {'compatible': ['google,cros-ec-rpmsg'], 'mediatek,rpmsg-name': ['cros-ec-rpmsg']} should not be valid under {'description': "Can't find refer
 2025-08-22  0:36 UTC 

[PATCH v2 1/2] drm/i915/psr: Check drm_dp_dpcd_read return value on PSR dpcd init
 2025-08-22  0:36 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for series starting with [v2,1/2] "

[PATCHSET RFC v4 1/4] libfuse: general bug fixes
 2025-08-22  0:33 UTC  (3+ messages)
` [PATCH 1/1] libfuse: don't put HAVE_STATX in a public header

[PATCH] btrfs/301: test nested squota teardown
 2025-08-22  0:32 UTC  (3+ messages)
` [PATCH v2] "

pull-request: bpf-next 2025-08-21
 2025-08-22  0:30 UTC  (2+ messages)

[PATCH 0/2] net: Remove the use of dev_err_probe()
 2025-08-22  0:30 UTC  (2+ messages)

[PATCH net-next 1/6] netfilter: ctnetlink: remove refcounting in dying list dumping
 2025-08-22  0:30 UTC  (2+ messages)

[PATCH v2] pinctrl: amd: Don't access irq_data's hwirq member directly
 2025-08-22  0:30 UTC  (3+ messages)

[PATCH v3 00/13] media: imx-mipi-csis: Cleanups and debugging improvements
 2025-08-22  0:27 UTC  (8+ messages)
` [PATCH v3 07/13] media: imx-mipi-csis: Fix field alignment in register dump
` [PATCH v3 08/13] media: imx-mipi-csis: Log per-lane start of transmission errors
` [PATCH v3 09/13] media: imx-mipi-csis: Only set clock rate when specified in DT
` [PATCH v3 10/13] dt-bindings: media: nxp,imx-mipi-csi2: Mark clock-frequency as deprecated
` [PATCH v3 11/13] dt-bindings: media: nxp,imx-mipi-csi2: Add fsl,num-channels property
` [PATCH v3 12/13] media: imx-mipi-csis: Initial support for multiple output channels
` [PATCH v3 13/13] arm64: dts: imx8mp: Specify the number of channels for CSI-2 receivers


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.