All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-28 19:42:36 to 2026-04-28 20:45:16 UTC [more...]

[PATCH v3 00/54] make MM selftests more CI friendly
 2026-04-28 20:42 UTC  (23+ messages)
` [PATCH v3 01/54] selftests/mm: hugetlb-read-hwpoison: add SIGBUS handler
` [PATCH v3 02/54] selftests/mm: migration: don't assume hupe page is TWOMEG
` [PATCH v3 03/54] selftests/mm: migration: make nthreads represent number of working threads
` [PATCH v3 04/54] selftests/mm: migration: properly cleanup fork()ed processes
` [PATCH v3 05/54] selftests/mm: run_vmtests.sh: don't gate THP and KSM tests on HAVE_HUGEPAGES
` [PATCH v3 06/54] selftests/mm: merge map_hugetlb into hugepage-mmap
` [PATCH v3 07/54] selftests/mm: rename hugepage-* tests to hugetlb-*
` [PATCH v3 08/54] selftests/mm: hugetlb-shm: use kselftest framework
` [PATCH v3 09/54] selftests/mm: hugetlb-vmemmap: "
` [PATCH v3 10/54] selftests/mm: hugetlb-madvise: "
` [PATCH v3 11/54] selftests/mm: hugetlb_madv_vs_map: "
` [PATCH v3 12/54] selftests/mm: hugetlb-read-hwpoison: "
` [PATCH v3 13/54] selftests/mm: khugepaged: group tests in an array
` [PATCH v3 14/54] selftests/mm: khugepaged: use ksefltest framework
` [PATCH v3 15/54] selftests/mm: ksm_tests: use kselftest framework
` [PATCH v3 16/54] selftests/mm: protection_keys: use descriptive test names in TAP output
` [PATCH v3 17/54] selftests/mm: protection_keys: use kselftest framework
` [PATCH v3 18/54] selftests/mm: uffd-stress: "
` [PATCH v3 19/54] selftests/mm: uffd-unit-tests: "
` [PATCH v3 20/54] selftests/mm: va_high_addr_switch: "
` [PATCH v3 21/54] selftests/mm: add atexit() and signal handlers to thp_settings
` [PATCH v3 22/54] selftests/mm: rename thp_settings.[ch] to hugepage_settings.[ch]

[PATCH v14 4/7] PCI: endpoint: pci-ep-msi: Refactor doorbell allocation for new backends
 2026-04-28 20:36 UTC 

[PATCH] pci: add support for Broadcom BCM2712 SoC PCIe controller
 2026-04-28 20:42 UTC 

[PATCH v2 0/6] pinctrl: add support of Airoha SoCs
 2026-04-28 20:42 UTC  (5+ messages)
` [PATCH v2 1/6] pinctrl: add missed pinconf/pinctrl definitions
` [PATCH v2 2/6] pinctrl: airoha: add pin controller and gpio driver for AN7581 SoC

[PATCH 0/1] doc: bitbake-user-manual-metadata: clarify inherit_defer documentation
 2026-04-28 20:42 UTC  (5+ messages)
` [PATCH 1/1] doc: bitbake-user-manual-metadata: fix "
  ` [docs] "
      ` [bitbake-devel] "

[PATCH v2 5/5] x86/resctrl: Fix SNC detection
 2026-04-28 20:41 UTC  (3+ messages)
` [tip: x86/urgent] "

[PATCH v2] scsi: target: Allow FUA if no write cache enabled
 2026-04-28 20:39 UTC 

git commit silently fails
 2026-04-28 20:39 UTC 

[PATCH net] MAINTAINERS: update the IPv4/IPv6 entry and add Ido Schimmel
 2026-04-28 20:39 UTC 

[RFC PATCH 1/3] LoongArch: Implement CONFIG_THREAD_INFO_IN_TASK
 2026-04-28 20:38 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: sdm850-lenovo-yoga-c630: lower PSCI cluster idle
 2026-04-28 20:38 UTC  (2+ messages)

[PATCH v2 00/12] clk: add new flag CLK_ROUNDING_NOOP
 2026-04-28 20:38 UTC  (2+ messages)

block error issue with root hubs
 2026-04-28 20:38 UTC  (2+ messages)

[PATCH v4 00/49] KVM: arm64: Add LR overflow infrastructure (the final one, I swear!)
 2026-04-28 20:37 UTC  (11+ messages)
` [PATCH v4 35/49] KVM: arm64: GICv3: nv: Plug L1 LR sync into deactivation primitive

[PATCH] media: mediatek: vcodec: free working buf in vdec_vp9_slice_setup_single()
 2026-04-28 20:37 UTC  (2+ messages)

[PATCH net-next] selftests: drv-net: rss: add case for field config on RSS context
 2026-04-28 20:36 UTC 

[PATCHSET v3 sched_ext/for-7.2] sched_ext: Topological CPU IDs and cid-form struct_ops
 2026-04-28 20:35 UTC  (18+ messages)
` [PATCH 01/17] sched_ext: Add ext_types.h for early subsystem-wide defs
` [PATCH 02/17] sched_ext: Rename ops_cpu_valid() to scx_cpu_valid() and expose it
` [PATCH 03/17] sched_ext: Move scx_exit(), scx_error() and friends to ext_internal.h
` [PATCH 04/17] sched_ext: Shift scx_kick_cpu() validity check to scx_bpf_kick_cpu()
` [PATCH 05/17] sched_ext: Relocate cpu_acquire/cpu_release to end of struct sched_ext_ops
` [PATCH 06/17] sched_ext: Make scx_enable() take scx_enable_cmd
` [PATCH 07/17] sched_ext: Add topological CPU IDs (cids)
` [PATCH 08/17] sched_ext: Add scx_bpf_cid_override() kfunc
` [PATCH 09/17] tools/sched_ext: Add struct_size() helpers to common.bpf.h
` [PATCH 10/17] sched_ext: Add cmask, a base-windowed bitmap over cid space
` [PATCH 11/17] sched_ext: Add cid-form kfunc wrappers alongside cpu-form
` [PATCH 12/17] sched_ext: Add bpf_sched_ext_ops_cid struct_ops type
` [PATCH 13/17] sched_ext: Forbid cpu-form kfuncs from cid-form schedulers
` [PATCH 14/17] tools/sched_ext: scx_qmap: Restart on hotplug instead of cpu_online/offline
` [PATCH 15/17] tools/sched_ext: scx_qmap: Add cmask-based idle tracking and cid-based idle pick
` [PATCH 16/17] tools/sched_ext: scx_qmap: Port to cid-form struct_ops
` [PATCH 17/17] sched_ext: Require cid-form struct_ops for sub-sched support

[PATCH] media: mediatek: vcodec: free working buf on error path in vdec_vp9_slice_setup_lat()
 2026-04-28 20:35 UTC  (2+ messages)

[PATCH net-next] selftests: drv-net: clarify linters and frameworks in README
 2026-04-28 20:33 UTC 

[PATCH v3 00/15] SCMI Clock rates discovery rework
 2026-04-28 20:33 UTC  (17+ messages)
` [PATCH v3 01/15] clk: scmi: Fix clock rate rounding
` [PATCH v3 02/15] firmware: arm_scmi: Add clock determine_rate operation
` [PATCH v3 03/15] clk: scmi: Use new determine_rate clock operation
` [PATCH v3 04/15] firmware: arm_scmi: Simplify clock rates exposed interface
` [PATCH v3 05/15] clk: scmi: Use new simplified per-clock rate properties
` [PATCH v3 06/15] firmware: arm_scmi: Drop unused clock rate interfaces
` [PATCH v3 07/15] firmware: arm_scmi: Make clock rates allocation dynamic
` [PATCH v3 08/15] firmware: arm_scmi: Harden clock parents discovery
` [PATCH v3 09/15] firmware: arm_scmi: Refactor iterators internal allocation
` [PATCH v3 10/15] firmware: arm_scmi: Add bound iterators support
` [PATCH v3 11/15] firmware: arm_scmi: Fix bound iterators returning too many items
` [PATCH v3 12/15] firmware: arm_scmi: Use proper iter_response_bound_cleanup() name
` [PATCH v3 13/15] firmware: arm_scmi: Use bound iterators to minimize discovered rates
` [PATCH v3 14/15] firmware: arm_scmi: Fix OOB in scmi_clock_describe_rates_get_lazy()
` [PATCH v3 15/15] firmware: arm_scmi: Introduce all_rates_get clock operation

[PATCH] firmware: google: fix orphaned devices on partial populate failure
 2026-04-28 20:33 UTC  (5+ messages)

[PATCH v3 00/11] drm/bridge: handle refcounting for bridge-only callers of drm_of_find_panel_or_bridge()
 2026-04-28 20:33 UTC  (5+ messages)
` [PATCH v3 03/11] drm/msm/hdmi: switch to of_drm_get_bridge_by_endpoint()
` [PATCH v3 08/11] drm/bridge: adv7511: "

[PATCH 0/9] thunderbolt: Introduce USB4STREAM
 2026-04-28 20:29 UTC  (6+ messages)
` [PATCH 5/9] thunderbolt / net: Let the service drivers configure interrupt throttling

[PATCH] x86/kexec: Push kjump return address even for non-kjump kexec
 2026-04-28 20:29 UTC  (3+ messages)

[PATCH v4 00/14] media: mediatek: vcodec: support video decoder in mt8196
 2026-04-28 20:29 UTC  (4+ messages)
` [PATCH v4 01/14] media: mediatek: vcodec: add driver to support vcp

[PATCH v2] drm/nouveau: expose VBIOS via debugfs on GSP-RM systems
 2026-04-28 20:28 UTC 

[PATCH v3 0/2] cxl/region: Fix race conditions in cxl region unregistration
 2026-04-28 20:28 UTC  (5+ messages)

[PATCH] i2c: atr: annotate i2c_atr_adap_desc->aliases with __counted_by_ptr
 2026-04-28 20:27 UTC  (3+ messages)

[syzbot] [input?] [usb?] KASAN: slab-use-after-free Read in hidraw_report_event
 2026-04-28 20:27 UTC  (2+ messages)

[PATCH v2 0/3] Exynos850 APM-to-AP mailbox support
 2026-04-28 20:26 UTC  (5+ messages)
` [PATCH v2 2/3] mailbox: exynos: Add support for Exynos850 mailbox

[PATCH 0/5] Enhance the SPL FIT "full" loading logic
 2026-04-28 20:24 UTC  (6+ messages)
` [PATCH 1/5] boot: fit: fix FIT verification in SPL
` [PATCH 2/5] boot: fit: decompress kernel when "
` [PATCH 3/5] boot: fit: enable FIT image post-processing "
` [PATCH 4/5] spl: call ft_board_setup() and ft_system_setup() if enabled
` [PATCH 5/5] spl: fit: add ramdisk load

[PATCH v18 0/8] ring-buffer: Making persistent ring buffers robust
 2026-04-28 20:24 UTC  (7+ messages)
` [PATCH v18 3/8] ring-buffer: Skip invalid sub-buffers when validating persistent ring buffer
` [PATCH v18 4/8] ring-buffer: Skip invalid sub-buffers when rewinding "
` [PATCH v18 7/8] ring-buffer: Cleanup persistent ring buffer validation

[PATCH] drm/nouveau: expose VBIOS via debugfs on GSP-RM systems
 2026-04-28 20:23 UTC  (3+ messages)

[Buildroot] [PATCH] package/inotify-tools: bump to version 4.25.9.0
 2026-04-28 20:23 UTC  (2+ messages)
` [Buildroot] [PATCH v2] "

[PATCH v4] selftests/mm: khugepaged: initialize file contents via mmap
 2026-04-28 20:23 UTC  (7+ messages)

[PATCH] docs: Format (void *) to fix reStructuredText emphasis warnings
 2026-04-28 20:22 UTC  (2+ messages)

[PATCH v2] drm/xe/pf: Fix EAGAIN sign in pf_migration_consume()
 2026-04-28 20:22 UTC  (2+ messages)
` ✓ CI.KUnit: success for drm/xe/pf: Fix EAGAIN sign in pf_migration_consume() (rev2)

[PATCH v2] drm/xe: Don't use UTS_RELEASE directly
 2026-04-28 20:21 UTC  (5+ messages)

[frank-w-bpi-r2-4.14:7.0-rc_new 161/161] drivers/net/dsa/yt921x.c:2158:1: error: redefinition of 'dsa_bridge_ports'
 2026-04-28 20:20 UTC 

[GIT PULL] Devicetree updates for v6.13
 2026-04-28 20:21 UTC  (11+ messages)
      ` [regression] of: mis-parsing Depthcharge's /firmware

[PATCH v4 00/11] PCI: liveupdate: PCI core support for Live Update
 2026-04-28 20:20 UTC  (5+ messages)
` [PATCH v4 01/11] PCI: liveupdate: Set up FLB handler for the PCI core
` [PATCH v4 02/11] PCI: liveupdate: Track outgoing preserved PCI devices

[PATCH] ASoC: rt1320-sdw: don't poll PDE state on power-down
 2026-04-28 20:10 UTC  (2+ messages)

[PATCH 0/3] Improve SDCA support for duplicated features
 2026-04-28 20:18 UTC  (3+ messages)
` [PATCH 1/3] ASoC: SDCA: Add correct masks whilst reporting SDCA jack status

[PATCH v1 2/2] perf inject: Fix itrace branch stack synthesis
 2026-04-28 20:20 UTC  (2+ messages)

[PATCH] drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL
 2026-04-28 20:17 UTC  (3+ messages)
` ✗ Xe.CI.FULL: failure for drm/xe/guc: Test GuC v70.65.0 for BMG, LNL, PTL (rev2)

[PATCH v6 0/6] Raspberry Pi HEVC decoder driver
 2026-04-28 20:14 UTC  (7+ messages)
` [PATCH v6 1/6] docs: uapi: media: Clarify HEVC slice_param bit_size, data_byte_offset
` [PATCH v6 2/6] docs: uapi: media: Document Raspberry Pi NV12 column format
` [PATCH v6 3/6] media: ioctl: Add pixel formats NV12MT_COL128 and NV12MT_10_COL128

[PATCH RFC 0/5] nvme: Controller Data Queue (CDQ) support
 2026-04-28 20:13 UTC  (8+ messages)

[PATCH] vfio: selftests: Fix out-of-tree build with make O=
 2026-04-28 20:16 UTC  (4+ messages)

[PATCH net v2 0/2] sctp: fix a vtag verification failure caused by stale INITs
 2026-04-28 20:15 UTC  (3+ messages)

[PATCH bpf-next 0/4] bpf: Fix NMI deadlock in referenced kptr destructors
 2026-04-28 20:14 UTC  (5+ messages)
` [PATCH bpf-next 1/4] bpf: Limit fields used in btf_record_equal comparisons
` [PATCH bpf-next 2/4] bpf: Use rcu_work in BTF teardown
` [PATCH bpf-next 3/4] bpf: Fix deadlock in kptr dtor in nmi
` [PATCH bpf-next 4/4] selftests/bpf: Add kptr nmi deadlock reproducer

[PATCH v3 00/20] KVM: x86: Enable APX for guests
 2026-04-28 20:12 UTC  (4+ messages)
` [PATCH v3 01/20] KVM: VMX: Macrofy 64-bit GPR swapping in __vmx_vcpu_run()

[syzbot] [kernel?] general protection fault in remove_waiter
 2026-04-28 20:12 UTC 

[PATCH 0/7] dts: Add /firmware/#{address,size}-cells to Chromium-based DTs
 2026-04-28 20:06 UTC  (16+ messages)
` [PATCH 1/7] arm64: dts: rockchip: Add #{address,size}-cells to Chromium-based /firmware
` [PATCH 2/7] ARM: "
` [PATCH 3/7] ARM: dts: nvidia: "
` [PATCH 4/7] ARM: dts: samsung: "
` [PATCH 5/7] arm64: dts: mediatek: "
` [PATCH 6/7] arm64: dts: nvidia: "
` [PATCH 7/7] arm64: dts: qcom: "

[PATCH 1/6] sock: add sock_kzalloc helper
 2026-04-28 20:09 UTC  (12+ messages)
` [PATCH 2/6] crypto: af_alg - use sock_kzalloc in af_alg_alloc_areq
` [PATCH 3/6] crypto: algif_aead - use sock_kzalloc in aead_accept_parent_nokey
` [PATCH 4/6] crypto: af_alg - use sock_kzalloc in alloc_result + accept_parent_nokey
` [PATCH 5/6] crypto: algif_rng - use sock_kzalloc in rng_accept_parent
` [PATCH 6/6] crypto: algif_skcipher - use sock_kzalloc in accept_parent_nokey

[PATCHSET v2 REPOST sched_ext/for-7.2] sched_ext: Topological CPU IDs and cid-form struct_ops
 2026-04-28 20:09 UTC  (4+ messages)
` [PATCH 07/17] sched_ext: Add topological CPU IDs (cids)

[PATCH v2] vfio: selftests: only build tests on arm64 and x86_64
 2026-04-28 20:08 UTC  (7+ messages)

[PATCH net-next] net: Consistently define pci_device_ids using named initializers
 2026-04-28 19:35 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH V4 0/2] ndctl: Add daxctl support for the new "famfs" mode of devdax
 2026-04-28 20:06 UTC  (7+ messages)
  ` [PATCH V4 1/2] daxctl: Add support for famfs mode

[PATCH v3 0/7] Implement SR-IOV support for PVH
 2026-04-28 20:05 UTC  (3+ messages)
` [PATCH v3 5/7] vpci: add SR-IOV support for PVH Dom0

FAILED: patch "[PATCH] arm64/mm: Enable batched TLB flush in unmap_hotplug_range()" failed to apply to 5.10-stable tree
 2026-04-28 20:05 UTC  (2+ messages)
` [PATCH 5.10.y] arm64/mm: Enable batched TLB flush in unmap_hotplug_range()

[PATCH v3 0/2] mm/process_vm_access: pidfd and nowait support for process_vm_readv/writev
 2026-04-28 20:05 UTC  (3+ messages)
` [PATCH v3 1/2] "

[PATCH v1 2/2] hwmon: Add fan tach driver for StarFive
 2026-04-28 20:05 UTC  (2+ messages)

FAILED: patch "[PATCH] mm: prevent droppable mappings from being locked" failed to apply to 6.18-stable tree
 2026-04-28 20:05 UTC  (2+ messages)
` [PATCH 6.18.y] mm: prevent droppable mappings from being locked

[PATCH v2] cxl/mbox: Support Media Operation
 2026-04-28 20:04 UTC 

[PATCH v1 0/4] Add encoder features
 2026-04-28 20:03 UTC  (7+ messages)
` [PATCH v1 1/4] media: v4l2-controls: Add control for background detection
` [PATCH v1 2/4] media: chips-media: wave5: Add support "
` [PATCH v1 3/4] media: chips-media: wave5: Support CBP profile

[PATCH v11 1/4] ASoC: SDCA: Add PDE verification reusable helper
 2026-04-28 19:57 UTC  (3+ messages)
` [PATCH v11 2/4] ASoC: tac5xx2-sdw: add soundwire based codec driver

[PATCH] ASoC: rt722-sdca: add FU06 Playback Switch for speaker mute control
 2026-04-27 14:53 UTC  (6+ messages)

[PATCH] nfs: flexfilelayout: fix unused-but-set variable 'err'
 2026-04-28 19:59 UTC 

Pressing the power button causes the device to freeze completely
 2026-04-28 19:58 UTC  (4+ messages)

[PATCH] drm/xe/pf: Fix EAGAIN sign in pf_migration_consume()
 2026-04-28 19:56 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for "

[PATCH v2] usb: usbtmc: reject invalid interrupt endpoints
 2026-04-28 19:55 UTC  (3+ messages)

[GIT PULL] sched_ext: Fixes for v7.1-rc1
 2026-04-28 19:55 UTC 

[PATCH 0/6] Add Anbernic RG Vita-Pro
 2026-04-28 19:54 UTC  (7+ messages)
` [PATCH 1/6] dt-bindings: power: supply: sgm41542: document sgm41542

[PATCH 00/13] mm: PMD-level swap entries for anonymous THPs
 2026-04-28 19:54 UTC  (2+ messages)

[PATCH 00/11] v4l2: Add tracing for stateless codecs
 2026-04-28 19:52 UTC  (3+ messages)

[PATCH v6 0/8] staging: rtl8723bs: rtw_mlme: fix long lines and related issues
 2026-04-28 19:52 UTC  (4+ messages)

[PATCH v4 00/15] arm64: Unmap linear alias of kernel data/bss
 2026-04-28 19:51 UTC  (3+ messages)
` [PATCH v4 02/15] mm: Make empty_zero_page __ro_after_init

[PATCH 0/2] Proxy Execution fixes for v7.1-rc
 2026-04-28 19:50 UTC  (4+ messages)
` [PATCH 2/2] locking: mutex: Fix proxy-exec potentially deactivating tasks marked TASK_RUNNING

[PATCH net 0/2] ipv6: tunnel changelink: use cached netns pointer
 2026-04-28 19:49 UTC  (3+ messages)
` [PATCH net 2/2] ip6_gre: Use cached t->net in ip6erspan_changelink()

[PATCH mptcp-next v4 0/4] mptcp: MSG_ERRQUEUE support on the parent socket
 2026-04-28 19:48 UTC  (2+ messages)

[PATCH v3] lockd: fix TEST handling when not all permissions are available
 2026-04-28 19:47 UTC 

[PATCH net v4] ipv6: Implement limits on extension header parsing
 2026-04-28 19:47 UTC  (5+ messages)

[PATCH v2] mm/gup: cleanup pgtable entry accessors
 2026-04-28 19:45 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/initscripts: fix check-package warnings & indent
 2026-04-28 19:45 UTC  (2+ messages)

[PATCH] net: datagram: Drain queue before reporting EOF or ENOTCONN
 2026-04-28 19:45 UTC  (4+ messages)

[Buildroot] [git commit] package/initscripts: fix check-package warnings & indent
 2026-04-28 19:43 UTC 

[PATCH net] net: Clear skb metadata before LWT xmit
 2026-04-28 19:44 UTC 

[PATCH v3 0/8] Add Renesas RZ/G3L PINCONTROL support
 2026-04-28 19:44 UTC  (3+ messages)
` [PATCH v3 8/8] pinctrl: renesas: rzg2l: Add support for clone channel control

[PATCH] drm/msm: Don't use UTS_RELEASE directly
 2026-04-28 19:44 UTC  (2+ messages)

[PATCH BlueZ v5 0/3] Add RAS Packet format and Notification support
 2026-04-28 19:43 UTC  (3+ messages)
` [PATCH BlueZ v5 1/3] src/shared: Add RAS packet format and notification support

[PATCH v4] mm/memory: update stale locking comments for fault handlers
 2026-04-28 19:43 UTC  (2+ messages)

[Buildroot] [PATCH] package/erlang-jiffy: bump to version 2.0.0
 2026-04-28 19:42 UTC  (2+ messages)

[PATCH v11 00/22] wifi: nxpwifi: create nxpwifi to support iw61x
 2026-04-28 19:40 UTC  (2+ messages)
` [PATCH v11 22/22] wifi: nxpwifi: add MAINTAINERS entry for nxpwifi driver


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.