All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-12 13:53:24 to 2026-01-12 14:21:34 UTC [more...]

[RFC PATCH 00/77] Add support for dtb metadata and addon device-trees
 2026-01-12 14:19 UTC  (48+ messages)
` [RFC PATCH 01/77] checks: Use consistent type for strspn() returned value
` [RFC PATCH 02/77] Introduce v18 dtb version
` [RFC PATCH 03/77] libfdt: Introduce fdt_next_tag_full() and use it in fdt_next_tag()
` [RFC PATCH 04/77] dtc: Allow to use data_append_markers() out of data.c
` [RFC PATCH 05/77] fdtdump: Change FDT_PROP prob handling to ease future addition
` [RFC PATCH 06/77] Add support for FDT_REF_LOCAL dtb tag
` [RFC PATCH 07/77] livetree: Improve get_node_by_phandle()
` [RFC PATCH 08/77] dtc: Introduce update_phandles_ref()
` [RFC PATCH 09/77] dtc: Introduce mark_local_phandles()
` [RFC PATCH 10/77] tests: Add basic metadata tests
` [RFC PATCH 11/77] Add support for FDT_REF_PHANDLE dtb tag
` [RFC PATCH 12/77] tests: metadata: Add external phandle reference tests
` [RFC PATCH 13/77] Introduce dt_flags field in dtb header
` [RFC PATCH 14/77] tests: metadata: Add a first test related to the dt_flags header field
` [RFC PATCH 15/77] Add support for /addon/ keyword
` [RFC PATCH 16/77] tests: metadata: Add a test related to addon dt_flags header value
` [RFC PATCH 17/77] tests: metadata: Add a basic addon test
` [RFC PATCH 18/77] dtc-parser.y: Avoid an empty proplist
` [RFC PATCH 19/77] dtc: Introduce export symbols
` [RFC PATCH 20/77] dtc: Add support for /export/ dts keyword parsing
` [RFC PATCH 21/77] checks: Handle export symbols in fixup_phandle_references()
` [RFC PATCH 22/77] dtc: Add export symbols (/export/ keyword) in generated dts file
` [RFC PATCH 23/77] dtc: Introduce mark_local_exports()
` [RFC PATCH 24/77] dtc: Introduce update_exports_ref()
` [RFC PATCH 25/77] Add support for FDT_EXPORT_SYM dtb tag
` [RFC PATCH 26/77] tests: metadata: Add export symbols with local references tests
` [RFC PATCH 27/77] dtc: Add support for export symbols sorting
` [RFC PATCH 28/77] tests: metadata: Add a test "
` [RFC PATCH 29/77] Add support for FDT_EXPORT_SYM_REF dtb tag
` [RFC PATCH 30/77] tests: metadata: Add export symbols with external references tests
` [RFC PATCH 31/77] dtc: Introduce import symbols
` [RFC PATCH 32/77] dtc-parser: Introduce last_header_flags
` [RFC PATCH 33/77] dtc: Add support for /import/ dts keyword parsing
` [RFC PATCH 34/77] dtc: Add import symbols (/import/ keyword) in generated dts file
` [RFC PATCH 35/77] Add support for FDT_IMPORT_SYM dtb tag
` [RFC PATCH 36/77] tests: metadata: Add import symbols tests
` [RFC PATCH 37/77] dtc: Add support for import symbols sorting
` [RFC PATCH 38/77] tests: metadata: Improve sort test to check "
` [RFC PATCH 39/77] check: Get 'chosen' node using get_subnode()
` [RFC PATCH 40/77] dtc: Introduce dti_get_node_by_path()
` [RFC PATCH 41/77] dtc: Introduce dti_get_node_by_label()
` [RFC PATCH 42/77] dtc: Introduce dti_get_node_by_phandle()
` [RFC PATCH 43/77] dtc: Introduce dti_get_node_by_ref()
` [RFC PATCH 44/77] dtc: Introduce dti_get_node_phandle()
` [RFC PATCH 45/77] dtc: Introduce dti_get_property_by_label()
` [RFC PATCH 46/77] dtc: Introduce dti_get_marker_label()
` [RFC PATCH 47/77] dtc: Introduce dti_fill_fullpaths()

[FOR-CI-DO-NOT-REVIEW-v4 00/12] Testing entire GGTT privatization preparation series
 2026-01-12 14:21 UTC  (11+ messages)
` [FOR-CI-DO-NOT-REVIEW-v4 01/12] drm/xe: Start using ggtt->start in preparation of balloon removal
` [FOR-CI-DO-NOT-REVIEW-v4 02/12] drm/xe: Convert xe_fb_pin to use a callback for insertion into GGTT
` [FOR-CI-DO-NOT-REVIEW-v4 04/12] drm/xe/display: Avoid dereferencing xe_ggtt_node
` [FOR-CI-DO-NOT-REVIEW-v4 05/12] drm/xe: Do not dereference ggtt_node in xe_bo.c
` [FOR-CI-DO-NOT-REVIEW-v4 06/12] drm/xe: Improve xe_gt_sriov_pf_config GGTT handling
` [FOR-CI-DO-NOT-REVIEW-v4 07/12] drm/xe: Privatize xe_ggtt_node
` [FOR-CI-DO-NOT-REVIEW-v4 08/12] drm/xe: Make xe_ggtt_node offset relative to starting offset
` [FOR-CI-DO-NOT-REVIEW-v4 09/12] drm/xe: Rewrite GGTT VF initialisation
` [FOR-CI-DO-NOT-REVIEW-v4 10/12] drm/xe: Move struct xe_ggtt to xe_ggtt.c
` [FOR-CI-DO-NOT-REVIEW-v4 11/12] drm/xe: Make xe_ggtt_node_insert return a node

[PATCH v1 0/7] mpi3mr: Enhancements for mpi3mr
 2026-01-12 14:21 UTC  (9+ messages)
` [PATCH v1 1/7] mpi3mr: Add module parameter to control threaded IRQ polling
` [PATCH v1 2/7] mpi3mr: Rename log data save helper to reflect threaded/BH context
` [PATCH v1 4/7] mpi3mr: Use negotiated link rate from DevicePage0
` [PATCH v1 5/7] mpi3mr: Update MPI Headers to revision 39

[PATCH v2 00/28] Eliminate Dying Memory Cgroup
 2026-01-12 14:21 UTC  (2+ messages)

meson.build:1:0: ERROR: prefix value '/qemu' must be an absolute path
 2026-01-12 14:20 UTC  (2+ messages)

[PATCH] cpuhp: Expedite synchronize_rcu during CPU hotplug operations
 2026-01-12 14:20 UTC  (3+ messages)

[PATCH] hw/char/cmsdk-apb-uart.c: log guest_errors for r/w to disabled uart
 2026-01-12 14:17 UTC  (2+ messages)

[PATCH v2 00/17] Fixes and improvements for ref consistency checks
 2026-01-12 14:19 UTC  (5+ messages)
` [PATCH v2 10/17] refs/files: introduce function to perform normal ref checks

[PATCH] target/riscv: tt-ascalon: Add Tenstorrent mvendorid
 2026-01-12  5:41 UTC  (2+ messages)

[Intel-wired-lan] [PATCH iwl-next v1 0/7] ixgbe: enable EEE for E610 devices
 2026-01-12 14:01 UTC  (16+ messages)
`  "
` [Intel-wired-lan] [PATCH iwl-next v1 1/7] ixgbe: E610: add discovering EEE capability
  `  "
` [Intel-wired-lan] [PATCH iwl-next v1 2/7] ixgbe: E610: use new version of 0x601 ACI command buffer
  `  "
` [Intel-wired-lan] [PATCH iwl-next v1 3/7] ixgbe: E610: update EEE supported speeds
  `  "
` [Intel-wired-lan] [PATCH iwl-next v1 4/7] ixgbe: E610: update ACI command structs with EEE fields
  `  "
` [Intel-wired-lan] [PATCH iwl-next v1 5/7] ixgbe: move EEE config validation out of ixgbe_set_eee()
  `  "
` [Intel-wired-lan] [PATCH iwl-next v1 6/7] ixgbe: replace EEE enable flag with state enum
  `  "
` [Intel-wired-lan] [PATCH iwl-next v1 7/7] ixgbe: E610: add EEE support
  `  "

[PATCH RFC 1/2] images: allow suppressing missing firmware stderr output
 2026-01-12 14:17 UTC  (2+ messages)
` [PATCH RFC 2/2] MAKEALL: add a new develop mode option

[PATCH] ACPI: pci_root: Clear the acpi dependencies after PCI root bridge initialization on RISC-V
 2026-01-12 14:16 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v4 0/7] Enable THP support in drm_pagemap
 2026-01-12 14:17 UTC  (8+ messages)
` [PATCH v4 1/7] mm/zone_device: Add order argument to folio_free callback
` [PATCH v4 6/7] drm/pagemap: Correct cpages calculation for migrate_vma_setup

[PATCH RFC net-next v2 0/8] net: macb: Add XDP support and page pool integration
 2026-01-12 14:17 UTC  (13+ messages)
` [PATCH RFC net-next v2 1/8] net: macb: move Rx buffers alloc from link up to open
` [PATCH RFC net-next v2 3/8] cadence: macb: Add page pool support handle multi-descriptor frame rx
` [PATCH RFC net-next v2 5/8] cadence: macb: add XDP support for gem
` [PATCH RFC net-next v2 8/8] cadence: macb: introduce xmit support

[PATCH RFC 00/11] Introduce git-history(1) command for easy history editing
 2026-01-12 14:15 UTC  (10+ messages)
` [PATCH v10 0/8] "
  ` [PATCH v10 1/8] builtin/replay: extract core logic to replay revisions
  ` [PATCH v10 2/8] builtin/replay: move core logic into "libgit.a"
  ` [PATCH v10 3/8] replay: small set of cleanups
  ` [PATCH v10 4/8] replay: support empty commit ranges
  ` [PATCH v10 5/8] replay: support updating detached HEAD
  ` [PATCH v10 6/8] wt-status: provide function to expose status for trees
  ` [PATCH v10 7/8] builtin: add new "history" command
  ` [PATCH v10 8/8] builtin/history: implement "reword" subcommand

[PATCH net-next 0/2] net: netconsole: convert to NBCON console infrastructure
 2026-01-12 14:17 UTC  (9+ messages)

[PATCH v1 0/9] drm/panthor: Add a GEM shrinker
 2026-01-12 14:17 UTC  (4+ messages)
` [PATCH v1 5/9] drm/panthor: Part ways with drm_gem_shmem_object

[PATCH v6 0/4] Basic ASID2 support
 2026-01-12 14:14 UTC  (4+ messages)
` [PATCH v6 1/4] target/arm: Enable ID_AA64MMFR4_EL1 register

[PATCH v2 0/5] gs101: Add support for Display Process Unit (DPU) clocks
 2026-01-12 14:16 UTC  (6+ messages)
` [PATCH v2 1/5] dt-bindings: clock: google,gs101-clock: fix alphanumeric ordering
` [PATCH v2 2/5] dt-bindings: clock: google,gs101-clock: Add DPU clock management unit
` [PATCH v2 3/5] dt-bindings: samsung: exynos-sysreg: add gs101 dpu compatible
` [PATCH v2 4/5] clk: samsung: gs101: add support for Display Process Unit (DPU) clocks
` [PATCH v2 5/5] arm64: dts: exynos: gs101: add cmu_dpu and sysreg_dpu dt nodes

[PATCH net-next v10 0/7] netconsole: support automatic target recovery
 2026-01-12 14:16 UTC  (3+ messages)
` [PATCH net-next v10 7/7] selftests: netconsole: validate target resume

[PATCH v2 1/2] gpu: nova-core: check for overflow to DMATRFBASE1
 2026-01-12 14:15 UTC  (7+ messages)
` [PATCH v2 2/2] gpu: nova-core: add missing newlines to several print strings

[PATCH v7 00/36] hw/arm/virt: Add support for user-creatable accelerated SMMUv3
 2026-01-12 14:04 UTC  (4+ messages)
` [PATCH v7 01/36] backends/iommufd: Introduce iommufd_backend_alloc_vdev

[PATCH 0/4] dma-buf: add revoke mechanism to invalidate shared buffers
 2026-01-12 14:14 UTC  (5+ messages)

[PATCH v2 0/4] drm/amdkfd: Add batch userptr allocation support
 2026-01-12 14:14 UTC  (9+ messages)

[PATCH v7] SELinux: Add support for BPF token access control
 2026-01-12 14:13 UTC  (5+ messages)

why is "configuration fragments" in monospaced font?
 2026-01-12 14:13 UTC  (2+ messages)
` [docs] "

[PATCH] arm64: dts: rockchip: Remove hdmi_sound on rk3399-pinebook-pro
 2026-01-12 14:13 UTC  (2+ messages)

[PATCH 0/5] x86: assorted time handling adjustments
 2026-01-12 14:13 UTC  (9+ messages)
` [PATCH 1/5] x86/time: deal with negative deltas in get_s_time_fixed()

[PATCH v2] dma/pool: respect __GFP_NOWARN in dma_alloc_from_pool()
 2026-01-12 14:13 UTC  (2+ messages)

[PATCH] scsi: qla2xxx: edif: Fix dma_free_coherent() size
 2026-01-12 14:12 UTC  (2+ messages)

[PATCH evl 6.18 1/2] evl/genirq/test: fix irq test build issue
 2026-01-13  9:48 UTC  (4+ messages)
` [PATCH evl 6.18 2/2] evl/net: export sock_oob_bind symbol

[Intel-wired-lan] [PATCH iwl-net v5] igb: Fix trigger of incorrect irq in igb_xsk_wakeup
 2026-01-12 14:11 UTC  (2+ messages)

[PATCH v1 0/4] spi: Make SPI core to take care of fwnode assignment
 2026-01-12 14:10 UTC  (3+ messages)
` [PATCH v1 4/4] spi: Drop duplicate device_set_node() call

[PATCH net-next 0/2] Add the capability to read firmware binary names from dts for Airoha NPU driver
 2026-01-12 14:11 UTC  (5+ messages)
` [PATCH net-next 2/2] net: airoha: npu: Add the capability to read firmware names from dts

[LTP] [PATCH] libs: adopt lib* prefix instead of tst_* for libs/
 2026-01-12 14:10 UTC  (3+ messages)

[PATCH v6 0/4] drm/xe/hwmon: Expose new temperature attributes
 2026-01-12 14:10 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for drm/xe/hwmon: Expose new temperature attributes (rev8)

[PATCH v1] drm/amd/display: Initialise backlight level values from hw
 2026-01-12 14:10 UTC  (2+ messages)

[PATCH v7 0/4] Add a few tracepoints to panthor
 2026-01-12 14:09 UTC  (5+ messages)
` [PATCH v7 2/4] drm/panthor: Rework panthor_irq::suspended into panthor_irq::state

[PATCH] x86: Add Kconfig option to use a 32bit TLB clock on debug
 2026-01-12 14:08 UTC 

[PATCH] irqchip/gic-v3-its: Don't acquire rt_spin_lock in allocate_vpe_l1_table()
 2026-01-12 14:08 UTC  (9+ messages)

[PATCH 1/3] losetup: snip --verbose from bash-completion, and 'v' from options string
 2026-01-12 14:08 UTC  (3+ messages)

[PATCH 1/2] block: remove unused dma_iova_state function parameter
 2026-01-12 14:08 UTC  (3+ messages)
  ` [PATCH 2/2] nvme: blk_rq_dma_map_iter_next is no longer using iova state

[PATCH 0/2] vsock/virtio: Fix data loss/disclosure due to joining of non-linear skb in RX queue
 2026-01-12 14:07 UTC  (5+ messages)
` [PATCH 1/2] vsock/virtio: Coalesce only linear skb

[PATCH 0/2] ASoC: Fix sdw_utils calling wrong codec init callbacks
 2026-01-12 14:07 UTC  (3+ messages)
` [PATCH 1/2] soundwire: Add missing EXPORT for sdw_slave_type
` [PATCH 2/2] ASoC: sdw_utils: Call init callbacks on the correct codec DAI

[PATCH v2 0/3] drm/amdkfd: Add support for non-4K page size systems - part1
 2026-01-12 14:06 UTC  (4+ messages)
` [PATCH v2 1/3] drm/amdkfd: Relax size checking during queue buffer get
` [PATCH v2 2/3] drm/amdkfd: Fix SVM map/unmap address conversion for non-4k page sizes
` [PATCH v2 3/3] drm/amdkfd: Fix GART PTE for non-4K pagesize in svm_migrate_gart_map()

[PATCH v3 0/3] Add RK801 PMIC support
 2026-01-12 14:06 UTC  (4+ messages)
` [PATCH v3 3/3] regulator: rk808: Add RK801 support

[PATCH] hw/arm/raspi: remove duplicate include
 2026-01-12 14:04 UTC  (3+ messages)

[PATCH 0/5] unshare: fix signal forwarding to child processes
 2026-01-12 14:05 UTC  (2+ messages)

Why do Pending sectors disappear without writing to them?
 2026-01-12 14:05 UTC  (2+ messages)

[PATCH] xen/arm: ignore spurious interrupts from virtual timer
 2026-01-12 14:04 UTC  (2+ messages)

[PATCH v3 0/4] Add CANFD support to R9A09G056/057/077/087 SoCs
 2026-01-12 14:04 UTC  (4+ messages)
` [PATCH v3 3/4] dt-bindings: can: renesas,rcar-canfd: Document RZ/T2H and RZ/N2H SoCs

[RFC 0/3] Simpler and more consistent handling of entities on missing hw blocks
 2026-01-12 12:49 UTC  (5+ messages)
` [RFC 3/3] drm/sched: Disallow initializing entities with no schedulers

[PATCH] fbdev: vt8500lcdfb: fix missing dma_free_coherent()
 2026-01-12 14:00 UTC 

[6.12.64 lts] [amdgpu]: regression: broken multi-monitor USB4 dock after suspend on Ryzen 7840U & random panics
 2026-01-12 10:19 UTC 

[PATCH] sched: Fix build for modules using set_tsk_need_resched()
 2026-01-12 14:04 UTC 

[PATCH v3 00/36] KVM: arm64: Introduce vGIC-v5 with PPI support
 2026-01-12 14:03 UTC  (5+ messages)
` [PATCH v3 03/36] arm64/sysreg: Drop ICH_HFGRTR_EL2.ICC_HAPR_EL1 and make RES1
` [PATCH v3 02/36] KVM: arm64: gic-v3: Switch vGIC-v3 to use generated ICH_VMCR_EL2

[RFC PATCH v6 00/35] KVM: arm64: Add Statistical Profiling Extension (SPE) support
 2026-01-12 14:03 UTC  (6+ messages)
` [RFC PATCH v6 14/35] KVM: arm64: Add SPE VCPU device attribute to set the max buffer size

[PATCH RFC] ima: Fallback to a ctime guard without i_version updates
 2026-01-12 14:02 UTC  (6+ messages)

[PATCH v5] tracing: Guard __DECLARE_TRACE() use of __DO_TRACE_CALL() with SRCU-fast
 2026-01-12 13:53 UTC  (16+ messages)

[PATCH 1/2] ksm: Initial the addr only once in rmap_walk_ksm
 2026-01-12 14:01 UTC  (2+ messages)
` [PATCH 2/2] ksm: Optimize rmap_walk_ksm by passing a suitable address range

[PATCH v3 0/3] arm64: dts: rockchip: Add rk3576 evb2 board
 2026-01-12 14:00 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: usb: Add binding for WCH CH334/CH335 hub controller

[PATCH v4 0/7] hw/ppc: Snapshot support for several ppc devices
 2026-01-12 13:58 UTC  (4+ messages)

[PATCH v7 00/29] Secure IPL Support for SCSI Scheme of virtio-blk/virtio-scsi Devices
 2026-01-12 13:58 UTC  (3+ messages)
` [PATCH v7 15/29] hw/s390x/ipl: Add IPIB flags to IPL Parameter Block

[PATCH] tests/intel/xe_exec_basic: Enable dynamic subtest
 2026-01-12 14:01 UTC 

[RFC PATCH 00/12] cpu_reset clean-ups for arm, sh4, mips, m68k and tricore
 2026-01-12 13:58 UTC  (3+ messages)
` [RFC PATCH 01/12] target/sh4: drop cpu_reset from realizefn

[ANNOUNCE] v5.10.247-cip68-rt30
 2026-01-12 13:59 UTC  (2+ messages)

[PATCH] net/af_xdp: fix external mbuf transmit
 2026-01-12 13:59 UTC  (4+ messages)

[PATCH 00/16] DC Patches Dec 22 2025
 2026-01-12 13:58 UTC  (5+ messages)
` [PATCH 06/16] drm/amd/display: Fix and reenable UPDATE_V3_FLOW_NEW_CONTEXT_MINIMAL

[PATCH v2 net] ip6_gre: use skb_vlan_inet_prepare() instead of pskb_inet_may_pull()
 2026-01-12 13:58 UTC  (6+ messages)

[PATCH] mm/swap_cgroup: fix kernel BUG in swap_cgroup_record
 2026-01-12 13:57 UTC  (2+ messages)

[PATCH 0/5] Fixes to Tegra USB role switching and Smaug USB role switching enablement
 2026-01-12 13:46 UTC  (2+ messages)

[PATCH 0/2] watchdog: imx2_wdt: Allow to run in low power mode
 2026-01-12 13:56 UTC  (7+ messages)
` [PATCH 2/2] dt-bindings: watchdog: fsl-imx: document continue "

[PATCH v1 0/2] i2c: mlxbf: A couple of cleanups
 2026-01-12 13:55 UTC  (3+ messages)
` [PATCH v1 1/2] i2c: mlxbf: Remove unused bus speed definitions
` [PATCH v1 2/2] i2c: mlxbf: Use HZ_PER_KHZ in the driver

[PATCH RESEND net-next v6 0/7] net: stmmac: qcom-ethqos: add support for SCMI power domains
 2026-01-12 13:54 UTC  (5+ messages)
` [PATCH RESEND net-next v6 7/7] net: stmmac: qcom-ethqos: add support for sa8255p

[PATCH 1/2] watchdog: imx2_wdt: Allow to continue in low power mode
 2026-01-12 13:55 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: watchdog: fsl-imx: document "

FAILED: patch "[PATCH] btrfs: fix beyond-EOF write handling" failed to apply to 6.18-stable tree
 2026-01-12 13:54 UTC  (4+ messages)
` [PATCH 6.18.y 1/3] btrfs: truncate ordered extent when skipping writeback past i_size
  ` [PATCH 6.18.y 2/3] btrfs: use variable for end offset in extent_writepage_io()
  ` [PATCH 6.18.y 3/3] btrfs: fix beyond-EOF write handling

[PATCH v2] arm64: dts: imx93-11x11-frdm: Add MQS audio support
 2026-01-12 13:56 UTC 

[PATCH] net/intel: update key_len when getting RSS key
 2026-01-12 13:53 UTC 

[PATCH v2 0/6] Enable UFS support on Milos
 2026-01-12 13:53 UTC  (6+ messages)
` [PATCH v2 2/6] scsi: ufs: qcom,sc7180-ufshc: dt-bindings: Document the Milos UFS Controller
` [PATCH v2 3/6] dt-bindings: phy: qcom,sc8280xp-qmp-ufs-phy: document the Milos QMP UFS PHY
` [PATCH v2 4/6] phy: qcom-qmp-ufs: Add Milos support
` [PATCH v2 5/6] arm64: dts: qcom: milos: Add UFS nodes
` [PATCH v2 6/6] arm64: dts: qcom: milos-fairphone-fp6: Enable UFS


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.