messages from 2026-03-27 12:16:45 to 2026-03-27 12:44:55 UTC [more...]
[PATCH] mm/memory_hotplug: maintain N_NORMAL_MEMORY during hotplug
2026-03-27 12:42 UTC
[PATCH v2 1/2] kbuild: Move U-Boot .incbin rules to Makefile.lib-u-boot
2026-03-27 12:44 UTC (5+ messages)
` [PATCH v2 2/2] kbuild: Use relative paths in generated .incbin directives
[Intel-wired-lan] [tnguy-net-queue:200GbE] BUILD SUCCESS db472c34a74770f39318ddb1efa986c0a8d5d86a
2026-03-27 12:44 UTC
[PATCH] drm/amdgpu: Fix wait after reset sequence in S4
2026-03-27 12:43 UTC (2+ messages)
[PATCH v2] ppc/pnv: generate dtb after machine initialization is complete
2026-03-27 12:41 UTC
[PATCH v1 00/10] Remove READ_ONLY_THP_FOR_FS Kconfig
2026-03-27 12:42 UTC (7+ messages)
` [PATCH v1 03/10] mm: fs: remove filemap_nr_thps*() functions and their users
` [PATCH v1 04/10] fs: remove nr_thps from struct address_space
` [PATCH v1 05/10] mm/huge_memory: remove READ_ONLY_THP_FOR_FS from file_thp_enabled()
[PATCH] drm/amd/pm: correct mem_busy_percent display due to calculation errors
2026-03-27 12:42 UTC (6+ messages)
[PATCH] dt-bindings: mailbox: qcom-ipcc: Document the Eliza Inter-Processor Communication Controller
2026-03-27 12:42 UTC (2+ messages)
[PATCH v2] dma-debug: suppress cacheline overlap warning when arch has no DMA alignment requirement
2026-03-27 12:41 UTC
[PATCH v12 00/69] Fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y
2026-03-26 18:54 UTC (70+ messages)
` [PATCH v12 01/69] dyndbg: fix NULL ptr on i386 due to section mis-alignment
` [PATCH v12 02/69] vmlinux.lds.h: move BOUNDED_SECTION_* macros to reuse later
` [PATCH v12 03/69] dyndbg.lds.S: fix lost dyndbg sections in modules
` [PATCH v12 04/69] vmlinux.lds.h: drop unused HEADERED_SECTION* macros
` [PATCH v12 05/69] dyndbg: factor ddebug_match_desc out from ddebug_change
` [PATCH v12 06/69] dyndbg: add stub macro for DECLARE_DYNDBG_CLASSMAP
` [PATCH v12 07/69] docs/dyndbg: update examples \012 to \n
` [PATCH v12 08/69] docs/dyndbg: explain flags parse 1st
` [PATCH v12 09/69] test-dyndbg: fixup CLASSMAP usage error
` [PATCH v12 10/69] dyndbg: reword "class unknown, " to "class:_UNKNOWN_"
` [PATCH v12 11/69] dyndbg: make ddebug_class_param union members same size
` [PATCH v12 12/69] dyndbg: drop NUM_TYPE_ARRAY
` [PATCH v12 13/69] dyndbg: tweak pr_fmt to avoid expansion conflicts
` [PATCH v12 14/69] dyndbg: reduce verbose/debug clutter
` [PATCH v12 15/69] dyndbg: refactor param_set_dyndbg_classes and below
` [PATCH v12 16/69] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
` [PATCH v12 17/69] dyndbg: replace classmap list with a vector
` [PATCH v12 18/69] dyndbg: macrofy a 2-index for-loop pattern
` [PATCH v12 19/69] dyndbg, module: make proper substructs in _ddebug_info
` [PATCH v12 20/69] dyndbg: move mod_name down from struct ddebug_table to _ddebug_info
` [PATCH v12 21/69] dyndbg: hoist classmap-filter-by-modname up to ddebug_add_module
` [PATCH v12 22/69] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
` [PATCH v12 23/69] selftests-dyndbg: add a dynamic_debug run_tests target
` [PATCH v12 24/69] dyndbg: change __dynamic_func_call_cls* macros into expressions
` [PATCH v12 25/69] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP
` [PATCH v12 26/69] dyndbg: detect class_id reservation conflicts
` [PATCH v12 27/69] dyndbg: check DYNAMIC_DEBUG_CLASSMAP_DEFINE args at compile-time
` [PATCH v12 28/69] dyndbg-test: change do_prints testpoint to accept a loopct
` [PATCH v12 29/69] dyndbg-API: promote DYNAMIC_DEBUG_CLASSMAP_PARAM to API
` [PATCH v12 30/69] dyndbg: treat comma as a token separator
` [PATCH v12 31/69] dyndbg: split multi-query strings with %
` [PATCH v12 32/69] selftests-dyndbg: add test_mod_submod
` [PATCH v12 33/69] dyndbg: resolve "protection" of class'd pr_debug
` [PATCH v12 34/69] dyndbg: harden classmap and descriptor validation
` [PATCH v12 35/69] docs/dyndbg: add classmap info to howto
` [PATCH v12 36/69] dyndbg: Ignore additional arguments from pr_fmt
` [PATCH v12 37/69] dyndbg-test: verify DYNAMIC_DEBUG_CLASSMAP_USE_() compile-time CHECK
` [PATCH v12 38/69] drm: use correct ccflags-y spelling
` [PATCH v12 39/69] drm_buddy: fix power-of-2 rounding errs
` [PATCH v12 40/69] drm_print: fix drm_printer dynamic debug bypass
` [PATCH v12 41/69] drm_vblank: avoid bit-test when DRM_USE_DYNAMIC_DEBUG=y
` [PATCH v12 42/69] drm-dyndbg: adapt drm core to use dyndbg classmaps-v2
` [PATCH v12 43/69] drm-dyndbg: adapt DRM to invoke DYNAMIC_DEBUG_CLASSMAP_PARAM
` [PATCH v12 44/69] drm_print: modernize an archaic comment
` [PATCH v12 45/69] drm-dyndbg: DRM_CLASSMAP_USE in amdgpu driver
` [PATCH v12 46/69] drm-dyndbg: DRM_CLASSMAP_USE in i915 driver
` [PATCH v12 47/69] drm-dyndbg: DRM_CLASSMAP_USE in drm_crtc_helper
` [PATCH v12 48/69] drm-dyndbg: DRM_CLASSMAP_USE in drm_dp_helper
` [PATCH v12 49/69] drm-dyndbg: DRM_CLASSMAP_USE in nouveau
` [PATCH v12 50/69] drm-dyndbg: add DRM_CLASSMAP_USE to Xe driver
` [PATCH v12 51/69] drm-dyndbg: add DRM_CLASSMAP_USE to virtio_gpu
` [PATCH v12 52/69] drm-dyndbg: add DRM_CLASSMAP_USE to simpledrm
` [PATCH v12 53/69] drm-dyndbg: add DRM_CLASSMAP_USE to bochs
` [PATCH v12 54/69] drm-dyndbg: add DRM_CLASSMAP_USE to etnaviv
` [PATCH v12 55/69] drm-dyndbg: add DRM_CLASSMAP_USE to gma500 driver
` [PATCH v12 56/69] drm-dyndbg: add DRM_CLASSMAP_USE to radeon
` [PATCH v12 57/69] drm-dyndbg: add DRM_CLASSMAP_USE to vmwgfx driver
` [PATCH v12 58/69] drm-dyndbg: add DRM_CLASSMAP_USE to vkms driver
` [PATCH v12 59/69] drm-dyndbg: add DRM_CLASSMAP_USE to udl driver
` [PATCH v12 60/69] drm-dyndbg: add DRM_CLASSMAP_USE to mgag200 driver
` [PATCH v12 61/69] drm-dyndbg: add DRM_CLASSMAP_USE to the gud driver
` [PATCH v12 62/69] drm-dyndbg: add DRM_CLASSMAP_USE to the qxl driver
` [PATCH v12 63/69] drm-dyndbg: add DRM_CLASSMAP_USE to the drm_gem_shmem_helper driver
` [PATCH v12 64/69] drm-dyndbg: restore CONFIG_DRM_USE_DYNAMIC_DEBUG un-BROKEN
` [PATCH v12 65/69] drm-dyndbg: set CONFIG_DRM_USE_DYNAMIC_DEBUG=y
` [PATCH v12 66/69] accel: add -DDYNAMIC_DEBUG_MODULE to subdir-ccflags
` [PATCH v12 67/69] accel/ivpu: implement IVPU_DBG_* as a dyndbg classmap
` [PATCH v12 68/69] accel/ethosu: call DRM_CLASSMAP_USE
` [PATCH v12 69/69] accel/rocket: "
[PATCH 0/5] Add reclaim to the dmem cgroup controller
2026-03-27 8:33 UTC (7+ messages)
` [PATCH 1/5] cgroup/dmem: Return error when setting max below current usage
` [PATCH 2/5] cgroup/dmem: Add reclaim callback for lowering "
` [PATCH 3/5] drm/ttm: Hook up a cgroup-aware reclaim callback for the dmem controller
` [PATCH 4/5] drm/xe: Wire up dmem cgroup reclaim for VRAM manager
` [PATCH 5/5] drm/amdgpu: "
[PATCH for 6.12 0/9] drm: amdgpu: backport suspend fixes for
2026-03-26 23:47 UTC (10+ messages)
` [PATCH for 6.12 1/9] drm/amd/amdgpu: decouple ASPM with pcie dpm
` [PATCH for 6.12 2/9] drm/amd/amdgpu: disable ASPM in some situations
` [PATCH for 6.12 3/9] drm/amd/display: Disable fastboot on DCE 6 too
` [PATCH for 6.12 4/9] drm/amd/display: Reject modes with too high pixel clock on DCE6-10
` [PATCH for 6.12 5/9] drm/amd/display: Keep PLL0 running on DCE 6.0 and 6.4
` [PATCH for 6.12 6/9] drm/amd/display: Fix DCE 6.0 and 6.4 PLL programming
` [PATCH for 6.12 7/9] drm/amd/display: Adjust DCE 8-10 clock, don't overclock by 15%
` [PATCH for 6.12 8/9] drm/amd/display: Disable scaling on DCE6 for now
` [PATCH for 6.12 9/9] drm/amd: Disable ASPM on SI
[REGRESSION][bisected] amdgpu/tonga: HDMI no signal after suspend/resume
2026-03-26 23:38 UTC
[REGRESSION][bisected] amdgpu (Tonga) HDMI no signal after suspend
2026-03-26 23:05 UTC (2+ messages)
[LTP] [PATCH v2 0/3] lib: LTP_DEBUG cleanup
2026-03-27 12:40 UTC (3+ messages)
[PATCH 0/9] xhci: usb: optimize resuming from S4 (suspend-to-disk)
2026-03-27 12:34 UTC (10+ messages)
` [PATCH 1/9] usb: xhci: simplify CMRT initialization logic
` [PATCH 2/9] usb: xhci: relocate Restore/Controller error check
` [PATCH 3/9] usb: xhci: factor out roothub bandwidth cleanup
` [PATCH 4/9] usb: xhci: move reserving command ring trb
` [PATCH 5/9] usb: xhci: move ring initialization
` [PATCH 6/9] usb: xhci: move initialization for lifetime objects
` [PATCH 7/9] usb: xhci: split core allocation and initialization
` [PATCH 8/9] usb: xhci: improve debug messages during suspend
` [PATCH 9/9] usb: xhci: optimize resuming from S4 (suspend-to-disk)
[PATCH] ext4: initialize ext4_allocation_request with {}
2026-03-27 12:40 UTC
[PATCH v5 0/3] Add "link bpc" DRM property
2026-03-26 13:53 UTC (6+ messages)
[PATCH net-next v4] selftests: net: add tests for PPP
2026-03-27 12:39 UTC (5+ messages)
[PATCH v2 0/5] workqueue: Introduce a sharded cache affinity scope
2026-03-27 12:38 UTC (6+ messages)
` [PATCH v2 2/5] workqueue: add WQ_AFFN_CACHE_SHARD "
[PATCH] arm64: dts: qcom: eliza: Add thermal sensors
2026-03-27 12:38 UTC (2+ messages)
[PATCH v2 0/2] add test for zone_gc_low_space attribute writes
2026-03-27 12:34 UTC (3+ messages)
` [PATCH v2 1/2] xfs/647: turn rt dev block device lookup into a common helper
` [PATCH v2 2/2] xfs: test that zone_gc_low_space writes start gc for rw fses
Missing signoff in the sound tree
2026-03-27 12:36 UTC
[PATCH] perf test: Skip perf data type profiling tests for s390
2026-03-27 12:35 UTC
[PATCH] mm/slab: align kmalloc to cacheline when DMA API debugging is active
2026-03-27 12:34 UTC (3+ messages)
[PATCH net-next v2 0/2] Add support for PIC64-HPSC/HX MDIO controller
2026-03-27 12:34 UTC (3+ messages)
[LTP] [PATCH v6] fanotify22.c: handle multiple asynchronous error events
2026-03-27 12:33 UTC (2+ messages)
` [LTP] [PATCH v7] "
[PATCH v3] perf/core: Fix refcount bug and potential UAF in perf_mmap
2026-03-27 12:34 UTC (4+ messages)
` [PATCH v4] "
[LTP] [PATCH v2 1/1] editorconfig: add consistent formatting rules for LTP
2026-03-27 12:33 UTC (3+ messages)
[PATCH v1 1/2] doc: add devargs documentation
2026-03-27 12:33 UTC (5+ messages)
` [PATCH v4 "
` [PATCH v4 2/2] doc: add device hotplug documentation
[PATCH v3] selftests/x86: Fix sysret_rip assertion failure on FRED systems
2026-03-27 12:33 UTC (3+ messages)
[PATCH] Hid: Intel-thc-hid: Intel-quickspi: Improve power management for touch devices
2026-03-27 12:32 UTC (2+ messages)
GRUB repository moved to freedesktop
2026-03-27 12:31 UTC (2+ messages)
[PATCH v6 0/6] selftests/mm: skip several tests when thp is not available
2026-03-27 12:32 UTC (3+ messages)
` [PATCH v6 4/6] selftests/mm/vm_util: robust write_file()
[PATCH] Hid: Intel-thc-hid: Intel-thc: Add more frequency support for SPI
2026-03-27 12:32 UTC (2+ messages)
[PATCH] Bluetooth: btintel_pcie: fix TX queue off-by-one
2026-03-27 12:31 UTC (3+ messages)
[PATCH 0/7] Misc changes to allow building with Windows Clang
2026-03-27 12:31 UTC (7+ messages)
` [PATCH 7/7] meson: Build block_syms and qemu_syms only when enable_modules
[PATCH RFC v2 00/11] vmstate: Implement VMS_ARRAY_OF_POINTER_AUTO_ALLOC
2026-03-27 12:30 UTC (17+ messages)
` [PATCH RFC v2 01/11] vmstate: Pass in struct itself for VMSTATE_ARRAY_OF_POINTER
` [PATCH RFC v2 02/11] vmstate: Pass in struct itself for VMSTATE_VARRAY_OF_POINTER_UINT32
` [PATCH RFC v2 03/11] vmstate: Do not set size for VMS_ARRAY_OF_POINTER
` [PATCH RFC v2 04/11] vmstate: Update max_elems early and check field compressable once
` [PATCH RFC v2 05/11] vmstate: Rename VMS_NULLPTR_MARKER to VMS_MARKER_PTR_NULL
` [PATCH RFC v2 06/11] vmstate: Introduce vmstate_save_field_with_vmdesc()
` [PATCH RFC v2 07/11] vmstate: Allow vmstate_info_nullptr to emit non-NULL markers
` [PATCH RFC v2 08/11] vmstate: Implement load of ptr marker in vmstate core
[PATCH 1/2] python3-kirk: Add version 4.0.0
2026-03-27 12:30 UTC (5+ messages)
` [PATCH 2/2] oeqa: replace runltp with kirk
` [OE-core] "
SVSM Development Call March 25, 2026
2026-03-27 12:30 UTC (2+ messages)
[PATCH] iwlegacy: 3945-mac: Fix GFP flags in allocation loop
2026-03-27 12:30 UTC
[PATCH net-next] net: dsa: qca8k: Use the right GPIO header
2026-03-27 12:28 UTC (2+ messages)
[PATCH v2 1/6] python3-kirk: Add version 4.0.0
2026-03-27 12:27 UTC (6+ messages)
` [PATCH v2 2/6] ltp: disable min_free_kbytes
` [PATCH v2 3/6] ltp: disable pty testcase
` [PATCH v2 4/6] ltp: disable cve failing testcases
` [PATCH v2 5/6] oeqa: replace runltp with kirk
` [PATCH v2 6/6] oeqa: ltp - add LTP_WORKERS to allow parallelization
[PATCH] ALSA: pcm: Serialize snd_pcm_suspend_all() with open_mutex
2026-03-27 12:28 UTC (3+ messages)
[PATCH v2] iio: light: veml6070: Fix resource leak in probe error path
2026-03-27 12:27 UTC
[PATCH] module: remove MODULE_VERSION()
2026-03-27 12:27 UTC (3+ messages)
[PATCH v6 fwctl 0/5] fwctl/bnxt_fwctl: fwctl for Broadcom Netxtreme devices
2026-03-27 12:27 UTC (2+ messages)
[RFC PATCH V6 0/7] Add memory page offlining support
2026-03-27 12:26 UTC (3+ messages)
` ✗ CI.checkpatch: warning for Add memory page offlining support (rev6)
` ✓ CI.KUnit: success "
[PATCH] HID: amd_sfh: don't log error when device discovery fails with -EOPNOTSUPP
2026-03-27 12:26 UTC (2+ messages)
[PATCH] reset: core: Drop unnecessary double quote
2026-03-27 12:25 UTC (2+ messages)
[PATCH 0/2] arm64: dts: qcom: milos: Add missing CX power domain to GCC
2026-03-27 12:25 UTC (3+ messages)
` [PATCH 2/2] "
[RFC PATCH 00/19] wifi: mac80211: per-STA bandwidth cleanups/fixes
2026-03-27 12:24 UTC (3+ messages)
` [RFC PATCH 08/19] wifi: mac80211: clean up STA NSS handling
[PATCH v2] dt-bindings: arm: marvell: Convert armada-380-mpcore-soc-ctrl to DT Schema
2026-03-27 12:24 UTC (3+ messages)
[PATCH v1 0/3] Relocate U-Boot in the last bank
2026-03-27 12:23 UTC (7+ messages)
` [PATCH v1 2/3] fdtdec: Introduce fdtdec_setup_mem_ram_top() to determine end of topmost DRAM bank
` [PATCH v1 3/3] common: Allow relocations on the top of the last bank
[PATCH] xen/arm: Increase DOM0_FDT_EXTRA_SIZE to support max reserved memory banks
2026-03-27 12:23 UTC (5+ messages)
[PATCH v3] gpu: nova-core: gsp: fix undefined behavior in command queue code
2026-03-27 12:23 UTC (2+ messages)
IOMMU faults after S3
2026-03-27 12:23 UTC (2+ messages)
[LTP] [PATCH v7] fanotify22.c: handle multiple asynchronous error events
2026-03-27 12:22 UTC
[RFC PATCH] net/tap-win32.c: fix segmentation faults when multiple -netdev tap are used
2026-03-27 12:22 UTC (2+ messages)
[PATCH v5 0/7] Automatic NFSv4 state revocation on filesystem unmount
2026-03-27 12:21 UTC (4+ messages)
` [PATCH v5 1/7] NFSD: Extract revoke_one_stid() utility function
[PATCH v1 1/4] net/axgbe: fix MAC TCR speed select field width
2026-03-27 12:20 UTC (4+ messages)
` [PATCH v1 2/4] net/axgbe: add 100 Mbps MAC speed select
` [PATCH v1 3/4] net/axgbe: fix auto-neg advert/supported defs
` [PATCH v1 4/4] net/axgbe: fix SGMII autoneg status bits
[PATCH 0/1] ALSA:usb-audio: Disable Arturia Audiofuse 16Rig
2026-03-27 12:20 UTC (3+ messages)
` [PATCH 1/1] "
[PATCH v3] dt-bindings: sound: Convert pcm3060 to DT Schema
2026-03-27 12:19 UTC
[PATCH net-next v3] net: qrtr: fix endian handling of confirm_rx field
2026-03-27 12:20 UTC (2+ messages)
[PATCH v1 0/3] nics: update intel nic latest recommended matching list
2026-03-27 12:19 UTC (4+ messages)
` [PATCH v1 2/3] net/i40e: updated i40e "
[PATCH 0/8] I/O type generalization and projection
2026-03-27 12:19 UTC (4+ messages)
` [PATCH 6/8] rust: io: add `read_val` and `write_val` function on I/O view
[PATCH v2] wifi: rt2x00usb: fix devres lifetime
2026-03-27 12:19 UTC (2+ messages)
[PATCH 0/4] net: bridge: mcast: add multicast exponential field encoding
2026-03-27 12:19 UTC (3+ messages)
` [PATCH 3/4] ipv4: igmp: encode multicast exponential fields
[PATCH v2 00/15] firmware: qcom: Add OP-TEE PAS service support
2026-03-27 12:18 UTC (5+ messages)
` [PATCH v2 03/15] firmware: qcom_scm: Migrate to generic PAS service
[PATCH] bpf: add bpf_real_inode() kfunc
2026-03-27 12:19 UTC (2+ messages)
[PATCH 1/1 ] Support POD HD PRO
2026-03-27 12:19 UTC (2+ messages)
[PATCH v1 0/2] drm/xe/debugfs: Add a debugfs for pcode information
2026-03-27 12:18 UTC (5+ messages)
` [PATCH v1 1/2] drm/xe/pcode: Add support to get pcode version from PMT
[PATCH bpf-next v6 3/6] bpf: Add sleepable support for classic tracepoint programs
2026-03-27 12:18 UTC (2+ messages)
[PATCH 00/16] Auto-configure advertised remotes via URL whitelist
2026-03-27 12:17 UTC (4+ messages)
` [PATCH 14/16] promisor-remote: trust known remotes matching acceptFromServerUrl
[GIT PULL] ~RISC-V~Starfive devicetrees fixes for v7.0-rc6
2026-03-27 12:16 UTC (10+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.