All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-13 16:33:08 to 2025-11-13 16:56:43 UTC [more...]

[PATCH v3 00/21] treewide: Introduce %ptS for struct timespec64 and convert users
 2025-11-13 16:50 UTC  (3+ messages)
` ✗ CI.checkpatch: warning for treewide: Introduce %ptS for struct timespec64 and convert users (rev3)
` ✓ CI.KUnit: success "

[PATCH 0/8] btrfs: a bug fix and some cleanups in ctree.c
 2025-11-13 16:56 UTC 

Regression in TEO cpuidle governor between 6.6 and 6.12
 2025-11-13 16:56 UTC  (4+ messages)
    ` [PATCH v1] cpuidle: governors: teo: Rework the handling of tick wakeups

[PATCH v5 00/22] Live Update Orchestrator
 2025-11-13 16:55 UTC  (3+ messages)
` [PATCH v5 18/22] docs: add documentation for memfd preservation via LUO

[PATCH 0/2] Subject: [PATCH v1 0/2] Add LVDS panel for rb3gen2 industrial mezzanine
 2025-11-13 17:00 UTC  (8+ messages)
` [PATCH 1/2] arm64: dts: qcom: Enable lvds panel-DV215FHM-R01 "

[PATCH BlueZ v2 1/4] shared/bap: fix channel allocation logic in bt_bap_select()
 2025-11-13 16:55 UTC  (4+ messages)
` [PATCH BlueZ v2 2/4] test-bap: adjust macros for customizing remote audio locations
` [PATCH BlueZ v2 3/4] test-bap: add tests for bt_bap_select()
` [PATCH BlueZ v2 4/4] bap: don't configure endpoints of all codecs at once

[PATCH v4 phy 00/16] Lynx 28G improvements part 1
 2025-11-13 16:54 UTC  (9+ messages)
` [PATCH v4 phy 01/16] dt-bindings: phy: lynx-28g: permit lane OF PHY providers
` [PATCH v4 phy 02/16] phy: lynx-28g: refactor lane probing to lynx_28g_probe_lane()

[PATCH 0/4] Add USB3.0 clocks and resets for R9A09G057 and R9A09G056
 2025-11-13 16:54 UTC  (9+ messages)
` [PATCH 1/4] dt-bindings: clock: renesas,r9a09g057-cpg: Add USB3.0 core clocks
` [PATCH 2/4] dt-bindings: clock: renesas,r9a09g056-cpg: "
` [PATCH 3/4] clk: renesas: r9a09g057: Add USB3.0 clocks/resets
` [PATCH 4/4] clk: renesas: r9a09g056: "

[PATCH v2 2/3] PCI: qcom: Check for the presence of a device instead of Link up during suspend
 2025-11-13 16:54 UTC  (3+ messages)

[PATCH v2 0/4] make vmalloc gfp flags usage more apparent
 2025-11-13 16:54 UTC  (5+ messages)
` [syzbot ci] "

[PATCH] accel/amdxdna: Treat power-off failure as unrecoverable error
 2025-11-13 16:53 UTC  (2+ messages)

[PATCH v2] x86/mce: Add support for PHYSADDRV and PHYSADDRVALIDSUPPORTED bits
 2025-11-13 16:52 UTC  (2+ messages)

[PATCH v4 0/2] PCI: brcmstb: Add panic/die handler to driver
 2025-11-13 16:52 UTC  (2+ messages)

[PATCH v3 0/4] Improve error handling for qnap-mcu transfers
 2025-11-13 16:52 UTC  (5+ messages)
` [PATCH v3 1/4] mfd: qnap-mcu: Calculate the checksum on the actual number of bytes received
` [PATCH v3 2/4] mfd: qnap-mcu: Use EPROTO in stead of EIO on checksum errors
` [PATCH v3 3/4] mfd: qnap-mcu: Move checksum verification to its own function
` [PATCH v3 4/4] mfd: qnap-mcu: Add proper error handling for command errors

[PATCH] workqueue: Process rescuer work items one-by-one using a positional marker
 2025-11-13 16:52 UTC  (2+ messages)

[PATCH v4 00/28] objtool: Function validation tracing
 2025-11-13 16:49 UTC  (29+ messages)
` [PATCH v4 01/28] objtool: Move disassembly functions to a separated file
` [PATCH v4 02/28] objtool: Create disassembly context
` [PATCH v4 03/28] objtool: Disassemble code with libopcodes instead of running objdump
` [PATCH v4 04/28] tool build: Remove annoying newline in build output
` [PATCH v4 05/28] objtool: Print symbol during disassembly
` [PATCH v4 06/28] objtool: Store instruction disassembly result
` [PATCH v4 07/28] objtool: Disassemble instruction on warning or backtrace
` [PATCH v4 08/28] objtool: Extract code to validate instruction from the validate branch loop
` [PATCH v4 09/28] objtool: Record symbol name max length
` [PATCH v4 10/28] objtool: Add option to trace function validation
` [PATCH v4 11/28] objtool: Trace instruction state changes during "
` [PATCH v4 12/28] objtool: Improve register reporting "
` [PATCH v4 13/28] objtool: Identify the different types of alternatives
` [PATCH v4 14/28] objtool: Improve tracing of alternative instructions
` [PATCH v4 15/28] objtool: Do not validate IBT for .return_sites and .call_sites
` [PATCH v4 16/28] objtool: Add the --disas=<function-pattern> action
` [PATCH v4 17/28] objtool: Print headers for alternatives
` [PATCH v4 18/28] objtool: Disassemble group alternatives
` [PATCH v4 19/28] objtool: Print addresses with alternative instructions
` [PATCH v4 20/28] objtool: Disassemble exception table alternatives
` [PATCH v4 21/28] objtool: Disassemble jump "
` [PATCH v4 22/28] objtool: Fix address references in alternatives
` [PATCH v4 23/28] objtool: Provide access to feature and flags of group alternatives
` [PATCH v4 24/28] objtool: Function to get the name of a CPU feature
` [PATCH v4 25/28] objtool: Improve naming of group alternatives
` [PATCH v4 26/28] objtool: Get the destination name of a PV call
` [PATCH v4 27/28] objtool: Improve the disassembly of the pv_ops call
` [PATCH v4 28/28] objtool: Print single line for alternatives with one instruction

[PATCH i-g-t v7 00/10] Madvise feature in SVM for Multi-GPU configs
 2025-11-13 16:50 UTC  (10+ messages)
` [PATCH i-g-t v7 01/10] lib/xe: Add instance parameter to xe_vm_madvise and introduce lr_sync helpers
` [PATCH i-g-t v7 02/10] tests/intel/xe_exec_system_allocator: Add parameter in madvise call
` [PATCH i-g-t v7 03/10] tests/intel/xe_multi_gpusvm: Add SVM multi-GPU cross-GPU memory access test
` [PATCH i-g-t v7 04/10] tests/intel/xe_multi_gpusvm: Add SVM multi-GPU atomic operations
` [PATCH i-g-t v7 05/10] tests/intel/xe_multi_gpusvm: Add SVM multi-GPU coherency test
` [PATCH i-g-t v7 06/10] tests/intel/xe_multi_gpusvm: Add SVM multi-GPU performance test
` [PATCH i-g-t v7 07/10] tests/intel/xe_multi_gpusvm: Add SVM multi-GPU fault handling test
` [PATCH i-g-t v7 08/10] tests/intel/xe_multi_gpusvm: Add SVM multi-GPU simultaneous access test
` [PATCH i-g-t v7 09/10] tests/intel/xe_multi_gpusvm: Add SVM multi-GPU conflicting madvise test

[RFC PATCH] virtio-net: introduce strict peer feature check
 2025-11-13 16:47 UTC  (4+ messages)

[PATCH 0/5] configure: reduce number of files created
 2025-11-13 16:49 UTC  (3+ messages)
` [PATCH 2/5] build: add new make pattern for making file from file.src

[geert-renesas-drivers:renesas-clk] BUILD SUCCESS f8def051bbcf8677f64701e9699bf6d11e2780cd
 2025-11-13 16:47 UTC 

[PATCH 0/2] net: mlx: migrate to new get_rx_ring_count ethtool API
 2025-11-13 16:48 UTC  (4+ messages)
` [PATCH 1/2] mlx4: extract GRXRINGS from .get_rxnfc
` [PATCH 2/2] mlx5: "

[PATCH net-next v2 0/9] add hwtstamp_get callback to phy drivers
 2025-11-13 16:48 UTC  (6+ messages)
` [PATCH net-next v2 2/9] phy: "

[PATCH] Make RPCRDMA_MAX_RECV_BATCH configurable
 2025-11-13 16:46 UTC 

[PATCH] i3c: master: Remove i3c_device_free_ibi from i3c_device_remove
 2025-11-13 16:46 UTC  (3+ messages)

[PATCH v2] selftests/mm/uffd: remove static address usage in shmem_allocate_area()
 2025-11-13 16:46 UTC  (2+ messages)

[PATCH v3 0/2] backlight: aw99706: Add support for Awinic AW99706 backlight
 2025-11-13 16:46 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: leds: backlight: Add "

[PATCH dwarves 0/3] pahole: Replace or add functions with true signatures in btf
 2025-11-13 16:45 UTC  (2+ messages)

[PATCH] accel/amdxdna: Fix deadlock between context destroy and job timeout
 2025-11-13 16:45 UTC  (2+ messages)

[PATCH 0/3] CXL updates for v6.19
 2025-11-13 16:45 UTC  (7+ messages)

[syzbot] [mm?] WARNING in __page_table_check_ptes_set (3)
 2025-11-13 16:44 UTC 

[PATCH v4 1/3] drm/amdgpu: add engine_retains_context to amdgpu_ring_funcs
 2025-11-13 16:43 UTC  (5+ messages)
` [PATCH v4 2/3] drm/amdgpu: increment sched score on entity selection

[PATCH 1/2] lib/842: Fix kernel-doc warnings for sw842_compress()
 2025-11-13 16:40 UTC  (2+ messages)
  ` [PATCH 2/2] lib/842: Fix kernel-doc warnings for sw842_decompress()

[PATCH 00/33] arm_mpam: Add basic mpam driver
 2025-11-13 16:43 UTC  (7+ messages)
` [PATCH 11/33] arm_mpam: Add the class and component structures for firmware described ris
` [PATCH 14/33] arm_mpam: Probe hardware to find the supported partid/pmg values

[PATCH] clk: qcom: use different Kconfig prompts for APSS IPQ5424/6018 drivers
 2025-11-13 16:42 UTC 

[PATCH net-next v2 0/4] netconsole: Allow userdata buffer to grow dynamically
 2025-11-13 16:42 UTC  (5+ messages)
` [PATCH net-next v2 1/4] netconsole: Simplify send_fragmented_body()
` [PATCH net-next v2 2/4] netconsole: Split userdata and sysdata
` [PATCH net-next v2 3/4] netconsole: Dynamic allocation of userdata buffer
` [PATCH net-next v2 4/4] netconsole: Increase MAX_USERDATA_ITEMS

[PATCH v1] net/axgbe: fix the build warninig for GCC-16
 2025-11-13 16:41 UTC  (2+ messages)
` [PATCH v2] net/axgbe: fix the build warning "

[PATCH v2] schemas: pci: Document PCIe T_POWER_ON
 2025-11-13 16:41 UTC  (5+ messages)

[Buildroot] [PATCH] docs/manual: fix typo in merged-bin details
 2025-11-13 16:41 UTC  (2+ messages)

[geert-renesas-devel:renesas-dts-for-v6.19] BUILD SUCCESS 8c95f813d75b33564b6c9f9c22a6914cabf6ad0d
 2025-11-13 16:40 UTC 

[PATCH 1/2] ethdev: make representor parameter more explicit
 2025-11-13 16:41 UTC  (3+ messages)
` [PATCH v4 "

[Patch v2 0/2] NFSD: Fix server hang when there are multiple layout conflicts
 2025-11-13 16:39 UTC  (3+ messages)
` [PATCH v2 1/2] locks: Introduce lm_breaker_timedout op to lease_manager_operations
` [PATCH v2 2/2] NFSD: Fix server hang when there are multiple layout conflicts

[PATCH net-next v4 00/14] net: tunnel: introduce noref xmit flows for tunnels
 2025-11-13 16:40 UTC  (3+ messages)
` [PATCH net-next v4 09/14] net: wireguard: convert send{4,6} to use a noref dst when possible

[PATCH v2 3/3] PCI: dwc: Check for the device presence during suspend and resume
 2025-11-13 16:40 UTC  (2+ messages)

[PATCH bluez v2] bearer: Implement Connect/Disconnect methods
 2025-11-13 16:39 UTC  (2+ messages)

[PATCH] Make RPCRDMA_MAX_RECV_BATCH configurable
 2025-11-13 16:39 UTC  (3+ messages)

[PATCH v4 00/16] Prepare slab for memdescs
 2025-11-13 16:39 UTC  (4+ messages)
` [PATCH v4 14/16] memcg: Convert mem_cgroup_from_obj_folio() to mem_cgroup_from_obj_slab()

[PATCH v4 0/2] block: Enable proper MMIO memory handling for P2P DMA
 2025-11-13 16:39 UTC  (2+ messages)

[PATCHv7 0/5] block: restructure elevator switch path and fix a lockdep splat
 2025-11-13 16:39 UTC  (2+ messages)

[PATCH] accel/amdxdna: Clear mailbox interrupt register during channel creation
 2025-11-13 16:39 UTC  (3+ messages)

[PATCH] usb: raw-gadget: cap raw_io transfer length to KMALLOC_MAX_SIZE
 2025-11-13 16:39 UTC  (3+ messages)

[PATCH v2 00/42] ovl: convert to cred guard
 2025-11-13 16:37 UTC  (43+ messages)
` [PATCH v2 01/42] ovl: add override_creds cleanup guard extension for overlayfs
` [PATCH v2 02/42] ovl: port ovl_copy_up_flags() to cred guards
` [PATCH v2 03/42] ovl: port ovl_create_or_link() to cred guard
` [PATCH v2 04/42] ovl: port ovl_set_link_redirect() "
` [PATCH v2 05/42] ovl: port ovl_do_remove() "
` [PATCH v2 06/42] ovl: port ovl_create_tmpfile() "
` [PATCH v2 07/42] ovl: port ovl_open_realfile() "
` [PATCH v2 08/42] ovl: port ovl_llseek() "
` [PATCH v2 09/42] ovl: port ovl_fsync() "
` [PATCH v2 10/42] ovl: port ovl_fallocate() "
` [PATCH v2 11/42] ovl: port ovl_fadvise() "
` [PATCH v2 12/42] ovl: port ovl_flush() "
` [PATCH v2 13/42] ovl: port ovl_setattr() "
` [PATCH v2 14/42] ovl: port ovl_getattr() "
` [PATCH v2 15/42] ovl: port ovl_permission() "
` [PATCH v2 16/42] ovl: port ovl_get_link() "
` [PATCH v2 17/42] ovl: port do_ovl_get_acl() "
` [PATCH v2 18/42] ovl: port ovl_set_or_remove_acl() "
` [PATCH v2 19/42] ovl: port ovl_fiemap() "
` [PATCH v2 20/42] ovl: port ovl_fileattr_set() "
` [PATCH v2 21/42] ovl: port ovl_fileattr_get() "
` [PATCH v2 22/42] ovl: port ovl_maybe_validate_verity() "
` [PATCH v2 23/42] ovl: port ovl_maybe_lookup_lowerdata() "
` [PATCH v2 24/42] ovl: don't override credentials for ovl_check_whiteouts()
` [PATCH v2 25/42] ovl: refactor ovl_iterate() and port to cred guard
` [PATCH v2 26/42] ovl: port ovl_dir_llseek() "
` [PATCH v2 27/42] ovl: port ovl_check_empty_dir() "
` [PATCH v2 28/42] ovl: port ovl_nlink_start() "
` [PATCH v2 29/42] ovl: port ovl_nlink_end() "
` [PATCH v2 30/42] ovl: port ovl_xattr_set() "
` [PATCH v2 31/42] ovl: port ovl_xattr_get() "
` [PATCH v2 32/42] ovl: port ovl_listxattr() "
` [PATCH v2 33/42] ovl: refactor ovl_rename()
` [PATCH v2 34/42] ovl: port ovl_rename() to cred guard
` [PATCH v2 35/42] ovl: port ovl_copyfile() "
` [PATCH v2 36/42] ovl: refactor ovl_lookup()
` [PATCH v2 37/42] ovl: port ovl_lookup() to cred guard
` [PATCH v2 38/42] ovl: port ovl_lower_positive() "
` [PATCH v2 39/42] ovl: refactor ovl_fill_super()
` [PATCH v2 40/42] ovl: port ovl_fill_super() to cred guard
` [PATCH v2 41/42] ovl: remove ovl_revert_creds()
` [PATCH v2 42/42] ovl: detect double credential overrides

[PATCH] pinctrl: renesas: rzg2l: Refactor OEN register PWPR handling
 2025-11-13 16:38 UTC  (2+ messages)

[PATCH printk v2 0/2] Fix reported suspend failures
 2025-11-13 16:38 UTC  (3+ messages)
` [PATCH printk v2 2/2] printk: Avoid scheduling irq_work on suspend

[PATCH dwarves v4 0/3] btf_encoder: refactor emission of BTF funcs
 2025-11-13 16:36 UTC  (2+ messages)

[PATCH] memory-tiers: multi-definition fixup
 2025-11-13 16:37 UTC  (2+ messages)

[PATCH 2/2] pseries/dtl: Remove locks held warning
 2025-11-13 16:37 UTC  (2+ messages)

[PATCH] dmaengine: sh: rz-dmac: Fix rz_dmac_terminate_all()
 2025-11-13 16:36 UTC  (3+ messages)

[PATCH v3 2/2] backlight: aw99706: Add support for Awinic AW99706 backlight
 2025-11-13 16:35 UTC  (2+ messages)
` (subset) "

[cgroup/for-6.19 PATCH] cgroup/cpuset: Make callback_lock a raw_spinlock_t
 2025-11-13 16:35 UTC  (5+ messages)

[PATCH 0/1] A small fix for parse-headers.rst
 2025-11-13 16:35 UTC  (3+ messages)
` [PATCH 1/1] docs: parse-headers.rst: remove uneeded parenthesis

[PATCH] initscripts: don't read /proc/cmdline in populate-volatile during build
 2025-11-13 16:34 UTC 

[PATCH 0/4] arm64: google: Introduce frankel, blazer, and mustang boards
 2025-11-13 16:34 UTC  (7+ messages)
` [PATCH 1/4] dt-bindings: arm: google: Add bindings for frankel/blazer/mustang

[net-next PATCH v4 00/10] net: phy: Add support for fbnic PHY w/ 25G, 50G, and 100G support
 2025-11-13 16:34 UTC  (10+ messages)
` [net-next PATCH v4 02/10] net: phy: Add support for 25, 50 and 100Gbps PMA to genphy_c45_read_pma
` [net-next PATCH v4 03/10] net: pcs: xpcs: Add support for 25G, 50G, and 100G interfaces
` [net-next PATCH v4 04/10] net: pcs: xpcs: Fix PMA identifier handling in XPCS
` [net-next PATCH v4 05/10] net: pcs: xpcs: Add support for FBNIC 25G, 50G, 100G PMA
` [net-next PATCH v4 06/10] fbnic: Rename PCS IRQ to MAC IRQ as it is actually a MAC interrupt
` [net-next PATCH v4 07/10] fbnic: Add logic to track PMD state via MAC/PCS signals
` [net-next PATCH v4 08/10] fbnic: Cleanup handling for link down event statistics
` [net-next PATCH v4 09/10] fbnic: Add SW shim for MDIO interface to PMA/PMD and PCS
` [net-next PATCH v4 10/10] fbnic: Replace use of internal PCS w/ Designware XPCS

[PATCH 0/4] drm/amd/display: Follow-up patches to analog support
 2025-11-13 16:33 UTC  (5+ messages)
` [PATCH 1/4] drm/amd/display: Fix warning for analog stream encoders
` [PATCH 2/4] drm/amd/display: Cleanup uses of the analog flag
` [PATCH 3/4] drm/amd/display: Cleanup early return in construct_phy
` [PATCH 4/4] drm/amd/display: Move analog check to dce110_hwseq

[PATCH 0/4] Documentation: clean up subproject index boilerplate
 2025-11-13 16:33 UTC  (2+ messages)

[PATCH for-4.19] mktarball: Use root/root for internal ownership
 2025-11-13 16:33 UTC  (2+ messages)

[PATCH i-g-t v7 00/10] Madvise feature in SVM for Multi-GPU configs
 2025-11-13 16:33 UTC  (10+ messages)
` [PATCH i-g-t v7 01/10] lib/xe: Add instance parameter to xe_vm_madvise and introduce lr_sync helpers
` [PATCH i-g-t v7 02/10] tests/intel/xe_exec_system_allocator: Add parameter in madvise call
` [PATCH i-g-t v7 03/10] tests/intel/xe_multi_gpusvm: Add SVM multi-GPU cross-GPU memory access test
` [PATCH i-g-t v7 04/10] tests/intel/xe_multi_gpusvm.c: Add SVM multi-GPU atomic operations
` [PATCH i-g-t v7 05/10] tests/intel/xe_multi_gpusvm.c: Add SVM multi-GPU coherency test
` [PATCH i-g-t v7 06/10] tests/intel/xe_multi_gpusvm.c: Add SVM multi-GPU performance test
` [PATCH i-g-t v7 07/10] tests/intel/xe_multi_gpusvm.c: Add SVM multi-GPU fault handling test
` [PATCH i-g-t v7 08/10] tests/intel/xe_multi_gpusvm.c: Add SVM multi-GPU simultaneous access test
` [PATCH i-g-t v7 09/10] tests/intel/xe_multi_gpusvm.c: Add SVM multi-GPU conflicting madvise test

[PATCH] net/mlx5: fix uninitialized warning
 2025-11-13 16:33 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.