All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-08-29 12:03:12 to 2025-08-29 13:22:02 UTC [more...]

[PATCH v5 0/7] Add initial USB support for the Renesas RZ/G3S SoC
 2025-08-29 12:17 UTC  (7+ messages)

[PATCH v3 00/10] Add support for the Axis ARTPEC-8 SoC
 2025-08-29 10:28 UTC  (4+ messages)
  ` [PATCH v3 05/10] pinctrl: samsung: Add ARTPEC-8 SoC specific configuration

[PATCH v3 0/6] Add support of IRQs to QUICC ENGINE GPIOs
 2025-08-29  9:41 UTC  (8+ messages)
` [PATCH v3 5/6] dt-bindings: soc: fsl: qe: Add support of IRQ in QE GPIO

[PATCH] mm/gup: Drain batched mlock folio processing before attempting migration
 2025-08-29 13:21 UTC  (8+ messages)

[PATCH] netfilter: ipset: Remove unused htable_bits in macro ahash_region
 2025-08-29 13:21 UTC  (2+ messages)

[PATCH 0/2] brcmstb-memc-ddr binding updates for MIPS boards
 2025-08-29 10:39 UTC  (4+ messages)

[PATCH] netfilter: xt_hashlimit: fix inconsistent return type in hashlimit_mt_*
 2025-08-29 13:18 UTC  (2+ messages)

[PATCH net-next v8 0/7] bonding: Extend arp_ip_target format to allow for a list of vlan tags
 2025-08-29 13:18 UTC  (3+ messages)
` [PATCH net-next v8 4/7] bonding: Processing extended arp_ip_target from user space

[PATCH net] net: mask NETIF_F_IPV6_CSUM flag on irregular packet header size
 2025-08-29 13:18 UTC  (2+ messages)

[PATCH 1/2] drm/i915: Disable tracepoints for PREEMPT_RT
 2025-08-29 13:18 UTC  (9+ messages)
` [PATCH 2/2] drm/i915/display: Make tracepoints work correctly on xe with PREEMPT_RT

Electronics & Applications 2025
 2025-08-29 13:18 UTC 

[PATCH] cramfs: Verify inode mode when loading from disk
 2025-08-29 13:17 UTC  (2+ messages)

[XEN PATCH 00/11] Allow to build libxl and other tools with json-c instead of yajl
 2025-08-29 13:17 UTC  (4+ messages)
` [XEN PATCH 04/11] tools/configure: Introduce deps on json-c lib for libxl

[PATCH] jfs: Verify inode mode when loading from disk
 2025-08-29 13:16 UTC  (2+ messages)

[PATCH] drm/i915/display: Make intel_crtc_get_vblank_counter safe on PREEMPT_RT
 2025-08-29 13:17 UTC 

[PATCH v4 00/16] dma-mapping: migrate to physical address-based API
 2025-08-29 13:16 UTC  (12+ messages)
` [PATCH v4 15/16] block-dma: properly take MMIO path

[PATCH] platform/x86/intel: power-domains validate domain in tpmi_cpu_online()
 2025-08-29 13:16 UTC  (4+ messages)
` [PATCH v2] platform/x86/intel: power-domains: Use topology_logical_package_id() for package ID

[PATCH v2 0/3] Handle NBCON consoles on KDB
 2025-08-29 13:15 UTC  (11+ messages)
` [PATCH v2 2/3] printk: nbcon: Introduce KDB helpers
` [PATCH v2 3/3] kdb: Adapt kdb_msg_write to work with NBCON consoles

[LTP] [PATCH] lib: Move tst_get_supported_fs_types() to private header
 2025-08-29 13:15 UTC  (5+ messages)

[Buildroot] [git commit] {linux, linux-headers}: bump 5.{4, 10, 15}.x / 6.{1, 6, 12, 16}.x series
 2025-08-29 13:13 UTC 

[PATCH v7 0/6] initial usbdrd phy support for Exynosautov920 soc
 2025-08-29 10:36 UTC  (9+ messages)
  ` [PATCH v7 5/6] dt-bindings: phy: samsung,usb3-drd-phy: add ExynosAutov920 combo ssphy

[Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 5.{4, 10, 15}.x / 6.{1, 6, 12, 16}.x series
 2025-08-29 13:14 UTC  (2+ messages)

[PATCH] examples/fips_validation: fix dangling pointer for SHA test
 2025-08-29 13:14 UTC  (7+ messages)
` [EXTERNAL] "

[PATCH v2 00/24] PCI: Bridge window selection improvements
 2025-08-29 13:11 UTC  (25+ messages)
` [PATCH v2 01/24] m68k/PCI: Use pci_enable_resources() in pcibios_enable_device()
` [PATCH v2 02/24] sparc/PCI: Remove pcibios_enable_device() as they do nothing extra
` [PATCH v2 03/24] MIPS: PCI: Use pci_enable_resources()
` [PATCH v2 04/24] PCI: Move find_bus_resource_of_type() earlier
` [PATCH v2 05/24] PCI: Refactor find_bus_resource_of_type() logic checks
` [PATCH v2 06/24] PCI: Always claim bridge window before its setup
` [PATCH v2 07/24] PCI: Disable non-claimed bridge window
` [PATCH v2 08/24] PCI: Use pci_release_resource() instead of release_resource()
` [PATCH v2 09/24] PCI: Enable bridge even if bridge window fails to assign
` [PATCH v2 10/24] PCI: Preserve bridge window resource type flags
` [PATCH v2 11/24] PCI: Add defines for bridge window indexing
` [PATCH v2 12/24] PCI: Add bridge window selection functions
` [PATCH v2 13/24] PCI: Fix finding bridge window in pci_reassign_bridge_resources()
` [PATCH v2 14/24] PCI: Warn if bridge window cannot be released when resizing BAR
` [PATCH v2 15/24] PCI: Use pbus_select_window() during BAR resize
` [PATCH v2 16/24] PCI: Use pbus_select_window_for_type() during IO window sizing
` [PATCH v2 17/24] PCI: Rename resource variable from r to res
` [PATCH v2 18/24] PCI: Use pbus_select_window() in space available checker
` [PATCH v2 19/24] PCI: Use pbus_select_window_for_type() during mem window sizing
` [PATCH v2 20/24] PCI: Refactor distributing available memory to use loops
` [PATCH v2 21/24] PCI: Refactor remove_dev_resources() to use pbus_select_window()
` [PATCH v2 22/24] PCI: Add pci_setup_one_bridge_window()
` [PATCH v2 23/24] PCI: Pass bridge window to pci_bus_release_bridge_resources()
` [PATCH v2 24/24] PCI: Alter misleading recursion "

[PATCH] selftests/net: openvswitch: Fix spelling error in print message
 2025-08-29 13:14 UTC  (3+ messages)
  ` [ovs-dev] "

[PATCH] dmaengine: ti: edma: Fix memory allocation size for queue_priority_map
 2025-08-29 13:13 UTC 

[Buildroot] [PATCH 1/2] package/apitrace: fix build with GCC 15.x
 2025-08-29 13:13 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/apitrace: bump to version 13

[PATCH] tools/mm/slabinfo: fix buffer overflows in fread operations
 2025-08-29 13:12 UTC  (3+ messages)

[PATCH v2 0/2] phy: add basic support for NXPs TJA1145 CAN transceiver
 2025-08-29 13:12 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: phy: add "

[Buildroot] [git commit] package/mariadb: fix sub-option indentation
 2025-08-29 13:11 UTC 

[Buildroot] [PATCH v2] package/mariadb: fix sub-option indentation
 2025-08-29 13:12 UTC  (2+ messages)

[PATCH net v4] selftests: net: add test for destination in broadcast packets
 2025-08-29 13:11 UTC  (3+ messages)

[RFC PATCH 0/9] x86/hvm: New Xen HVM ABI proposal ("HVMv2" part 1)
 2025-08-29 13:10 UTC  (4+ messages)
` [RFC PATCH 1/9] x86/hvm: Use direct structures instead of guest handles

[PATCH v1 00/36] mm: remove nth_page()
 2025-08-29 13:09 UTC  (28+ messages)
` [PATCH v1 06/36] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()
` [PATCH v1 08/36] mm/hugetlb: check for unreasonable folio sizes when registering hstate
` [PATCH v1 10/36] mm: sanity-check maximum folio size in folio_set_order()
` [PATCH v1 13/36] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap()
` [PATCH v1 15/36] fs: hugetlbfs: remove nth_page() usage within folio in adjust_range_hwpoison()
` [PATCH v1 20/36] mips: mm: convert __flush_dcache_pages() to __flush_dcache_folio_pages()

[PATCH i-g-t v4] tests/amdgpu: Add test for native cursor fallback to overlay
 2025-08-29 13:09 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for tests/amdgpu: Add test for native cursor fallback to overlay (rev4)

[PATCH v3] mm: slub: avoid wake up kswapd in set_track_prepare
 2025-08-29 13:08 UTC  (8+ messages)
      `  "

[PATCH] Add RWF_NOSIGNAL flag for pwritev2
 2025-08-29 13:08 UTC  (2+ messages)

[PATCH] app/test-cmdline: add test to Windows build
 2025-08-29 13:08 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] test_bbdev: enable to be compiled on Windows
 2025-08-29 13:07 UTC  (3+ messages)
` [PATCH v3] "

PROBLEM: AST2500 BMC video output disabled by reboot (regression)
 2025-08-29 13:07 UTC  (4+ messages)

[meta-oe][walnascar][PATCH 1/2] freerdp3: add bindir to SYSROOT_DIRS
 2025-08-29 13:06 UTC  (2+ messages)
` [meta-oe][walnascar][PATCH 2/2] libvncserver: fix generated LibVNCServerTargets.cmake

[FEATURE] Proposal: git stash --only-unstaged
 2025-08-29 13:06 UTC  (3+ messages)

[PATCH v3 6/7] t/t1517: move verify-commit -h test to t1517
 2025-08-29 13:05 UTC  (6+ messages)
` [PATCH v4 0/2] refactor t1517 to focus on help output outside a repository
  ` [PATCH v4 1/2] t/t1517: automate `git subcmd -h` tests "

[PATCH] test-flow-perf: Enable to build on Windows
 2025-08-29 13:04 UTC  (2+ messages)

[PATCH v3 0/6] net: dsa: lantiq_gswip: prepare for supporting MaxLinear GSW1xx
 2025-08-29 13:03 UTC  (8+ messages)
` [PATCH v3 1/6] net: dsa: lantiq_gswip: move to dedicated folder
` [PATCH v3 2/6] net: dsa: lantiq_gswip: support model-specific mac_select_pcs()
` [PATCH v3 3/6] net: dsa: lantiq_gswip: ignore SerDes modes in phylink_mac_config()
` [PATCH v3 4/6] net: dsa: lantiq_gswip: support offset of MII registers
` [PATCH v3 5/6] net: dsa: lantiq_gswip: support standard MDIO node name
` [PATCH v3 6/6] net: dsa: lantiq_gswip: move MDIO bus registration to .setup()

[LTP] [PATCH 1/2] lib: Add is_fuse flag to SAFE_MOUNT() and tst_device
 2025-08-29 13:01 UTC  (4+ messages)
` [LTP] [PATCH 2/2] syscalls/statmount06: Fix and enable the test on FUSE

[PATCH] selftests: net: fix spelling and grammar mistakes
 2025-08-29 13:01 UTC  (2+ messages)

[Buildroot] [PATCH] package/tcpreplay: bump to version 4.5.2
 2025-08-29 13:01 UTC  (2+ messages)

[RFC PATCH v3] tools/xentop: Add physical CPU statistics support
 2025-08-29 13:01 UTC  (2+ messages)

[PATCH] cifs: Fix getting reparse points from server without WSL support
 2025-08-29 13:01 UTC  (11+ messages)
                ` Do not use UID and GID from EAs

[GIT PULL FOR v6.18] NXP drivers changes
 2025-08-29 13:00 UTC 

[PATCH v2] device property: Add scoped fwnode child node iterators
 2025-08-29 13:00 UTC 

[PATCH v2] alloc: fix dangling pointer in alloc_state cleanup
 2025-08-29 13:00 UTC  (2+ messages)
` [PATCH v3] "

[GIT PULL] PECI changes for v6.18-rc1
 2025-08-29 12:59 UTC  (2+ messages)

[Buildroot] [git commit] package/tcpreplay: bump to version 4.5.2
 2025-08-29 12:58 UTC 

[LTP] [PATCH 0/2] open_tree_attr syscall coverage
 2025-08-29 12:58 UTC  (8+ messages)
` [LTP] [PATCH 2/2] mount_setattr01: add open_tree_attr variant

[PATCH] media: rkisp1: Fix enum_framesizes accepting invalid pixel formats
 2025-08-29 10:14 UTC  (2+ messages)

[PATCH 0/3] drm/xe: Fixes around eviction and suspend
 2025-08-29 12:57 UTC  (2+ messages)
` ✓ CI.KUnit: success for "

[PATCH] ASoC: codec: sma1307: Fix memory corruption in sma1307_setting_loaded()
 2025-08-29 12:57 UTC 

[PATCH 00/14] dmaengine: dma350: Support slave_sg, cyclic and DMA-250
 2025-08-29 12:56 UTC  (3+ messages)
` [PATCH 10/14] dmaengine: dma350: Alloc command[] from dma pool

[PATCH] fhandle: use more consistent rules for decoding file handle from userns
 2025-08-29 12:55 UTC  (3+ messages)

[PATCH v5 0/7] spi: spi-fsl-dspi: Target mode improvements
 2025-08-29 12:54 UTC  (3+ messages)
` [PATCH v5 1/7] spi: fsl-dspi: Avoid using -EINPROGRESS error code

[OE-core] [kirkstone] [PATCH] default-distrovars.inc: Fix CONNECTIVITY_CHECK_URIS redirect issue
 2025-08-29 12:52 UTC 

[syzbot] Monthly fs report (Aug 2025)
 2025-08-29 12:52 UTC 

[syzbot] Monthly cgroups report (Aug 2025)
 2025-08-29 12:52 UTC 

[syzbot] Monthly netfs report (Aug 2025)
 2025-08-29 12:52 UTC 

[PATCH v3 0/9] Updates of HiSilicon Uncore L3C PMU
 2025-08-29 10:14 UTC  (8+ messages)
` [PATCH v3 1/9] drivers/perf: hisi: Relax the event ID check in the framework
` [PATCH v3 2/9] drivers/perf: hisi: Export hisi_uncore_pmu_isr()
` [PATCH v3 3/9] drivers/perf: hisi: Simplify the probe process of each L3C PMU version
` [PATCH v3 5/9] drivers/perf: hisi: Extend the field of tt_core
` [PATCH v3 6/9] drivers/perf: hisi: Refactor the event configuration of L3C PMU
` [PATCH v3 7/9] drivers/perf: hisi: Add support for L3C PMU v3
` [PATCH v3 9/9] Documentation: hisi-pmu: Add introduction to HiSilicon V3 PMU

[OE-core] [walnascar] [PATCH] default-distrovars.inc: Fix CONNECTIVITY_CHECK_URIS redirect issue
 2025-08-29 12:51 UTC 

[PATCH] drm/i915/dp: convert open-coded timeout to poll_timeout_us()
 2025-08-29 12:51 UTC  (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ i915.CI.BAT: "
` ✓ Xe.CI.BAT: "

[OE-core] [scarthgap] [PATCH] default-distrovars.inc: Fix CONNECTIVITY_CHECK_URIS redirect issue
 2025-08-29 12:50 UTC 

[PATCH] net/mlx5: fix matcher flags in counter offset detection
 2025-08-29 12:50 UTC  (4+ messages)

Bug report - Sticky keys acting not sticky sometimes
 2025-08-29 12:50 UTC  (5+ messages)

[PATCH 0/5] platform/chrome: Fix a race when probing drivers
 2025-08-29 12:50 UTC  (3+ messages)

[PATCH net-next v3 0/2] Add MxL Ethernet driver & devicetree binding
 2025-08-29 12:48 UTC  (3+ messages)
` [PATCH net-next v3 1/2] dt-bindings: net: mxl: Add MxL LGM Network Processor SoC
` [PATCH net-next v3 2/2] net: maxlinear: Add support for MxL LGM SoC

[PATCH 0/3] wifi: cap a few SSID lengths
 2025-08-29 12:48 UTC  (4+ messages)
` [PATCH 1/3] wifi: cw1200: cap SSID length in cw1200_do_join()
` [PATCH 2/3] wifi: libertas: cap SSID len in lbs_associate()
` [PATCH 3/3] wifi: cfg80211: sme: capp SSID length in __cfg80211_connect_result()

Eager to hear your thoughts on this!
 2025-08-29 12:46 UTC 

[PATCH] fix: use pkgconf instead of pkg-config
 2025-08-29 12:45 UTC  (2+ messages)
` [poky] "

[PATCH] drm/bridge: adv7511: provide SPD and HDMI infoframes
 2025-08-29 12:44 UTC  (2+ messages)

[PATCH] serial: 8250_of: replace kzalloc with devm_kzalloc
 2025-08-29 12:44 UTC  (4+ messages)

[PATCH 00/33] arm_mpam: Add basic mpam driver
 2025-08-29 12:41 UTC  (3+ messages)
` [PATCH 12/33] arm_mpam: Add the class and component structures for ris firmware described

[Buildroot] [PATCH] package/ecryptfs-utils: ssl support needs engines support in openssl
 2025-08-29 12:40 UTC 

[PATCH v11 0/4] Enable guest suspend/resume support on ARM via vPSCI
 2025-08-29 12:32 UTC  (7+ messages)
` [PATCH v11 1/4] xen/arm: Implement PSCI SYSTEM_SUSPEND call for guests

[PATCH 0/8] Introducing Broadcom BNG_RE RoCE Driver
 2025-08-29 12:30 UTC  (9+ messages)
` [PATCH 1/8] bng_en: Add RoCE aux device support
` [PATCH 2/8] RDMA/bng_re: Add Auxiliary interface
` [PATCH 3/8] RDMA/bng_re: Register and get the resources from bnge driver
` [PATCH 4/8] RDMA/bng_re: Allocate required memory resources for Firmware channel
` [PATCH 5/8] RDMA/bng_re: Add infrastructure for enabling "
` [PATCH 6/8] RDMA/bng_re: Enable Firmware channel and query device attributes
` [PATCH 7/8] RDMA/bng_re: Add basic debugfs infrastructure
` [PATCH 8/8] RDMA/bng_re: Initialize the Firmware and Hardware

[PATCHED][RFC][CFT] mount-related stuff
 2025-08-29 12:30 UTC  (11+ messages)

[LTP] [PATCH] sched_football: synchronize start with barrier and add proper game stop
 2025-08-29 12:30 UTC  (2+ messages)

[PATCH] selftests/move_mount_set_group: fix inconsistent return type in move_mount_set_group_supported()
 2025-08-29 12:29 UTC 

[PATCH v3 0/3] power: supply: add charger for BD71828
 2025-08-29 12:27 UTC  (5+ messages)
` [PATCH v3 2/3] power: supply: Add bd718(15/28/78) charger driver

[PATCH v2 1/3] boost-build-native: upgrade 1.87 -> 1.89
 2025-08-29 12:25 UTC  (3+ messages)
` [PATCH v2 3/3] kea: Upgrade to 3.0 LTS release
  ` [OE-core] "

[PATCH v3] libsepol: Support functionfs_seclabel policycap
 2025-08-29 12:25 UTC  (2+ messages)

[PATCH v3 0/3] Do not set MD_BROKEN on failfast io failure
 2025-08-29 12:21 UTC  (4+ messages)
` [PATCH v3 1/3] md/raid1,raid10: "

[PATCH v3] xen/efi: Fix crash with initial empty EFI options
 2025-08-29 12:22 UTC 

[PATCH v5 0/4] clk: tegra: add DFLL support for Tegra114
 2025-08-29 12:22 UTC  (5+ messages)
` [PATCH v5 1/4] dt-bindings: reset: add Tegra114 car header
` [PATCH v5 2/4] clk: tegra: add DFLL DVCO reset control for Tegra114
` [PATCH v5 3/4] clk: tegra: dfll: add CVB tables "
` [PATCH v5 4/4] ARM: tegra: Add DFLL clock support "

[PATCH v2] clk: scmi: migrate round_rate() to determine_rate()
 2025-08-29 13:33 UTC  (4+ messages)

[PATCH] media: i2c: imx214: Exit early on control init errors
 2025-08-29 12:21 UTC 

[PATCH 00/14] Internalize www.kernel.org/doc cross-reference
 2025-08-29 12:18 UTC  (2+ messages)

[GIT PULL] pinctrl: renesas: Updates for v6.18
 2025-08-29 12:18 UTC 

[GIT PULL] clk: renesas: Updates for v6.18
 2025-08-29 12:18 UTC 

[PATCH v3] selinux: enable per-file labeling for functionfs
 2025-08-29 12:18 UTC  (2+ messages)

[PATCH i-g-t 0/2] xe_sriov_flr: Skip non-MAIN GTs when reading provisioning data
 2025-08-29 12:14 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for "

[PATCH i-g-t 0/5] Madvise Tests in IGT
 2025-08-29 12:11 UTC  (2+ messages)
` ✓ Xe.CI.Full: success for Madvise Tests in IGT (rev5)

[PATCH net] net: ethernet: ti: am65-cpsw-nuss: Fix null pointer dereference for ndev
 2025-08-29 12:10 UTC 

[for-next][PATCH 0/3] tracing: Trigger a warning on build if a tracepoint is defined but unused
 2025-08-29 12:10 UTC  (3+ messages)

[Buildroot] [PATCH 01/15] docs/migrating.adoc: document static JS library
 2025-08-29 12:08 UTC  (3+ messages)
` [Buildroot] [PATCH 15/15] package/duktape: move submenu

[PATCH v5 0/2] iio: magnetometer: add support for Infineon TLV493D 3D Magnetic Sensor
 2025-08-29 12:05 UTC  (6+ messages)
` [PATCH v5 1/2] iio: magnetometer: add support for Infineon TLV493D 3D Magentic sensor

[PATCH v8 0/5] EDAC/Versal NET: Add support for error notification
 2025-08-29 12:03 UTC  (3+ messages)
` [PATCH v8 2/5] cdx: Export Symbols for MCDI RPC and Initialization

[GIT PULL] KVM/riscv fixes for 6.17 take #1
 2025-08-29 12:02 UTC 


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.