The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2025-12-29 13:55:27 to 2025-12-29 17:08:02 UTC [more...]

[PATCH 0/2] sched_ext: Implement proper ops.dequeue() semantics
 2025-12-29 17:07 UTC  (11+ messages)
` [PATCH 1/2] sched_ext: Fix "
` [PATCH 2/2] selftests/sched_ext: Add test to validate ops.dequeue()

[PATCH] rust_binder: correctly handle FDA objects of length zero
 2025-12-29 17:04 UTC  (3+ messages)

After s2idle: amd-pmf AMDI0107:00: TEE enact cmd failed. err: ffff000e, ret:0
 2025-12-29 17:02 UTC 

[PATCH v2] rcu: Reduce synchronize_rcu() latency by reporting GP kthread's CPU QS early
 2025-12-29 17:02 UTC  (9+ messages)

Follow-up on Linux-kernel code accessibility
 2025-12-29 17:02 UTC  (15+ messages)

[PATCH 0/5] platform/x86: think-lmi: Clean up code style
 2025-12-29 17:00 UTC  (6+ messages)
  ` [PATCH 4/5] platform/x86: think-lmi: fix column limit overflow

[PATCH v3 00/33] VKMS: Introduce multiple configFS attributes
 2025-12-29 16:59 UTC  (14+ messages)
` [PATCH v3 07/33] drm/vkms: Introduce configfs for plane name
` [PATCH v3 17/33] drm/vkms: Introduce config for plane format
` [PATCH v3 18/33] drm/vkms: Introduce configfs "

[PATCH] phy: Kconfig: spacemit: add COMMON_CLK dependency
 2025-12-29 16:57 UTC  (2+ messages)

[PATCH] staging: greybus: audio: avoid snprintf truncation warnings
 2025-12-29 16:52 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 1/1] arm64: dts: imx8mp-skov: add pinctrl-name 'reset' to fix CHECK_DTB warning
 2025-12-29 16:51 UTC 

[PATCH v6 1/2] platform/x86: thinkpad_acpi: Add support to detect hardware damage detection capability
 2025-12-29 16:49 UTC  (2+ messages)

[PATCH 6.18 000/430] 6.18.3-rc1 review
 2025-12-29 16:32 UTC  (2+ messages)

[PATCH net v2 0/3] disable interrupts and ensure dbell updation
 2025-12-29 16:47 UTC  (3+ messages)
` [PATCH net v2 2/3] octeon_ep: ensure dbell BADDR updation

[PATCH v2 0/3] skip redundant TLB sync IPIs
 2025-12-29 15:01 UTC  (6+ messages)
` [PATCH v2 1/3] mm/tlb: allow architectures to "
` [PATCH v2 2/3] x86/mm: implement redundant IPI elimination for page table operations
` [PATCH v2 3/3] mm: embed TLB flush IPI check in tlb_remove_table_sync_one()

[PATCH net] net: stmmac: fix the crash issue for zero copy XDP_TX action
 2025-12-29 16:40 UTC  (2+ messages)

[PATCH V2 0/5] mm/khugepaged: cleanups and scan limit fix
 2025-12-29 16:41 UTC  (5+ messages)
` [PATCH V2 3/5] mm/khugepaged: change collapse_pte_mapped_thp() to return void
` [PATCH V2 4/5] mm/khugepaged: use enum scan_result for result variables and return types

[PATCH v4 0/7] Unload linux/kernel.h
 2025-12-29 16:41 UTC  (6+ messages)
` [PATCH v4 7/7] kernel.h: drop trace_printk.h

[PATCH v1 net-next 00/15] nbl driver for Nebulamatrix NICs
 2025-12-29 16:41 UTC  (4+ messages)
  ` 回复:[PATCH "

[PATCH v3 00/12] ntfs filesystem remake
 2025-12-29 16:41 UTC  (15+ messages)
` [PATCH v3 02/14] ntfs: update in-memory, on-disk structures and headers
` [PATCH v3 12/14] Revert: ntfs3: serve as alias for the legacy ntfs driver
` [PATCH v3 13/14] ntfs: add Kconfig and Makefile
` [PATCH v3 14/14] MAINTAINERS: add ntfs filesystem

[PATCH] PCI: shpchp: add WQ_PERCPU to alloc_workqueue users
 2025-12-29 16:40 UTC  (2+ messages)

[PATCH 0/1] nvdimm: allow exposing RAM as libnvdimm DIMMs
 2025-12-29 16:39 UTC  (13+ messages)
` [PATCH 1/1] nvdimm: allow exposing RAM carveouts as NVDIMM DIMM devices

[PATCH RFC 1/2] rcutorture: Prevent concurrent kvm.sh runs on same source tree
 2025-12-29 16:39 UTC  (4+ messages)

[PATCH] PCI: pnv_php: add WQ_PERCPU to alloc_workqueue users
 2025-12-29 16:38 UTC  (2+ messages)

[PATCH v4 0/9] Verisilicon DC8200 driver (and adaption to TH1520)
 2025-12-29 16:32 UTC  (2+ messages)

[PATCH RESEND v1 0/3] skip redundant TLB sync IPIs
 2025-12-29 14:36 UTC  (4+ messages)
` [PATCH RESEND v1 1/3] mm/tlb: allow architectures to "
` [PATCH RESEND v1 2/3] x86/mm: implement redundant IPI elimination for page table operations
` [PATCH RESEND v1 3/3] mm: embed TLB flush IPI check in tlb_remove_table_sync_one()

[PATCH v2 1/1] arm64: dts: imx8mp-evk: add camera ov5640 and related nodes
 2025-12-29 16:31 UTC 

[PATCH] dmaengine: fix a reference leak in __dma_async_device_channel_register()
 2025-12-29 16:30 UTC  (2+ messages)

[PATCH 00/10] rust: xarray: add entry API with preloading
 2025-12-29 16:29 UTC  (20+ messages)
` [PATCH 01/10] rust: xarray: minor formatting fixes
` [PATCH 02/10] rust: xarray: add debug format for `StoreError`
` [PATCH 03/10] rust: xarray: add `contains_index` method
` [PATCH 04/10] rust: xarray: add `XArrayState`
` [PATCH 05/10] rust: xarray: use `xas_load` instead of `xa_load` in `Guard::load`
` [PATCH 06/10] rust: xarray: simplify `Guard::load`
` [PATCH 07/10] rust: xarray: add `find_next` and `find_next_mut`
` [PATCH 08/10] rust: xarray: add entry API
` [PATCH 10/10] rust: xarray: fix false positive lockdep warnings

[PATCH v2 0/2] Input: cros_ec_keyb: add function key support
 2025-12-29 16:28 UTC  (11+ messages)
` [PATCH v2 1/2] Input: cros_ec_keyb - "
` [PATCH v2 2/2] dt-bindings: google,cros-ec-keyb: add use-fn-overlay prop

[PATCH net v1 0/2] avoid compiler and IQ/OQ reordering
 2025-12-29 16:18 UTC  (5+ messages)
` [PATCH net v1 1/2] octeon_ep: "
` [PATCH net v1 2/2] octeon_ep_vf: "

[report] Performance regressions introduced via "cpuidle: menu: Remove iowait influence" on 6.12.y
 2025-12-29 16:17 UTC  (4+ messages)

[PATCH RESEND v1 0/3] skip redundant TLB sync IPIs
 2025-12-29 14:30 UTC  (4+ messages)
` [PATCH RESEND v1 1/3] mm/tlb: allow architectures to "
` [PATCH RESEND v1 2/3] x86/mm: implement redundant IPI elimination for page table operations
` [PATCH RESEND v1 3/3] mm: embed TLB flush IPI check in tlb_remove_table_sync_one()

[PATCH] RDMA/rxe: Remove unused page_offset member
 2025-12-29 16:11 UTC  (4+ messages)

[GIT PULL] DRM Rust fixes for v6.19-rc4
 2025-12-29 16:11 UTC 

[PATCH 0/5] media: vimc: add RGB/YUV input entity and improve pipeline support
 2025-12-29 16:04 UTC  (7+ messages)

[PATCHv5 bpf-next 0/9] ftrace,bpf: Use single direct ops for bpf trampolines
 2025-12-29 16:03 UTC  (6+ messages)
` [PATCHv5 bpf-next 9/9] bpf,x86: Use single ftrace_ops for direct calls

[PATCH v2] platform/x86: asus-armoury: fix ppt data for FA507R
 2025-12-29 16:00 UTC  (2+ messages)

[PATCH 0/5] x86, fpu/kvm: fix crash with AMX
 2025-12-29 15:58 UTC  (4+ messages)
` [PATCH 1/5] x86, fpu: introduce fpu_load_guest_fpstate()

[PATCH v5 0/3] KVM: x86: Add userspace control for Suppress EOI Broadcast
 2025-12-29 15:57 UTC  (8+ messages)
` [PATCH v5 2/3] KVM: x86/ioapic: Implement support for I/O APIC version 0x20 with EOIR

[PATCH v1 0/3] skip redundant TLB sync IPIs
 2025-12-29 14:12 UTC  (4+ messages)
` [PATCH v1 1/3] mm/tlb: allow architectures to "
` [PATCH v1 2/3] x86/mm: implement redundant IPI elimination for page table operations
` [PATCH v1 3/3] mm: embed TLB flush IPI check in tlb_remove_table_sync_one()

[PATCH] octeontx2-pf: fix "UBSAN: shift-out-of-bounds error"
 2025-12-29 15:50 UTC  (3+ messages)

[PATCH] i3c: renesas: Add suspend/resume support
 2025-12-29 15:51 UTC  (2+ messages)

[paulmck-rcu:dev.2025.12.16a] BUILD SUCCESS WITH UNVERIFIED WARNING c43d7370c02f0ba0fe7510d2baf861ca7a5fd168
 2025-12-29 15:49 UTC 

[PATCH v3 RESEND 00/12] ntfs filesystem remake
 2025-12-29 15:49 UTC  (3+ messages)
` [PATCH v3 RESEND 01/14] Revert "fs: Remove NTFS classic"

[PATCH] dt-bindings: remoteproc: qcom,adsp: Allow cx-supply on qcom,sdm845-slpi-pas
 2025-12-29 15:45 UTC  (3+ messages)

[PATCH] arm64: dts: qcom: sdm845-tama: Keep labibb on, so kernel can disable it
 2025-12-29 15:43 UTC  (4+ messages)

[PATCH 0/4] Various mm kselftests improvements/fixes
 2025-12-29 15:40 UTC  (6+ messages)
` [PATCH 1/4] selftests/mm: remove flaky header check

[PATCH RFT] arm64: dts: qcom: sm6125-ginkgo: Fix missing msm-id subtype
 2025-12-29 15:39 UTC  (2+ messages)

[PATCH] ANDROID: gki: kallsyms: add kallsyms_lookup_address_and_size
 2025-12-29 15:38 UTC  (2+ messages)

[PATCH] hwmon: it87: describe per-chip temperature resources
 2025-12-29 15:36 UTC  (4+ messages)

[PATCH] i3c: master: Simplify with scoped for each OF child loop
 2025-12-29 15:35 UTC  (2+ messages)

[PATCH v2] Documentation/x86: Fix PR_SET_SPECULATION_CTRL error codes
 2025-12-29 15:31 UTC  (2+ messages)
` [tip: x86/bugs] "

[PATCH] scsi: hpsa: Fix memory leak in hpsa_undo_allocations_after_kdump_soft_reset()
 2025-12-29 15:29 UTC 

[PATCH v2] staging: gpib: Fix memory leak in ni_usb_init()
 2025-12-29 15:28 UTC  (2+ messages)

[PATCH] scsi: esas2r: fix a resource leak in esas2r_resume()
 2025-12-29 15:27 UTC  (2+ messages)

[PATCH v3 00/16] Add Nested NPT support in selftests
 2025-12-29 15:24 UTC  (5+ messages)
` [PATCH v3 06/16] KVM: selftests: Introduce struct kvm_mmu

[RFC PATCH v1] mm: improve call_controls_lock
 2025-12-29 15:22 UTC  (2+ messages)

[PATCH] null_blk: Constify struct configfs_item_operations and configfs_group_operations
 2025-12-29 15:19 UTC  (2+ messages)

[PATCH v3 1/2] ice: Fix NULL pointer dereference in ice_vsi_set_napi_queues
 2025-12-29 15:19 UTC  (4+ messages)
` [PATCH v3 2/2] ice: recap the VSI and QoS info after rebuild
  ` [Intel-wired-lan] "

[PATCH] staging: gpib: Fix memory leak in ni_usb_init()
 2025-12-29 15:16 UTC  (2+ messages)

[PATCH v2 1/2] ice: Fix NULL pointer dereference in ice_vsi_set_napi_queues
 2025-12-29 15:14 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH v12 2/2] iio: magnetometer: Add mmc5633 sensor
 2025-12-29 15:14 UTC  (4+ messages)

[PATCH 0/2] PCI/ASPM: Avoid L0s and L1 on Sophgo 2042/2044 PCIe Root Ports
 2025-12-29 15:11 UTC  (2+ messages)

[syzbot] [net?] INFO: task hung in new_device_store (5)
 2025-12-29 15:10 UTC  (3+ messages)

[PATCH v3 0/2] media: nxp: Add CSI Pixel Formatter support
 2025-12-29 15:09 UTC  (5+ messages)
` [PATCH v3 2/2] media: nxp: Add i.MX9 CSI pixel formatter v4l2 driver

[PATCH v5 0/2] i2c: spacemit: introduce pio for k1
 2025-12-29 15:07 UTC  (9+ messages)
` [PATCH v5 1/2] i2c: spacemit: replace i2c_xfer_msg()
` [PATCH v5 2/2] i2c: spacemit: introduce pio for k1

[PATCH v1 0/3] Add support for Variscite DART-MX95 and Sonata board
 2025-12-29 15:04 UTC  (4+ messages)
` [PATCH v1 1/3] dt-bindings: arm: fsl: add Variscite DART-MX95 Boards
` [PATCH v1 2/3] arm64: dts: freescale: Add support for Variscite DART-MX95
` [PATCH v1 3/3] arm64: dts: imx95-var-dart: Add support for Variscite Sonata board

[PATCH] mfd: omap-usb-host: fix OF populate on driver rebind
 2025-12-29 15:04 UTC  (2+ messages)

[PATCH] bus: omap-ocp2scp: fix OF populate on driver rebind
 2025-12-29 15:01 UTC  (2+ messages)

[PATCH v4 0/2] iio: pressure: add Honeywell ABP2 driver
 2025-12-29 15:01 UTC  (3+ messages)
` [PATCH v4 2/2] "

[PATCH 00/12] i2c: configure parent device and OF node through the adapter struct
 2025-12-29 14:54 UTC  (3+ messages)
` [PATCH 05/12] i2c: omap: set device parent and of_node "

[PATCH] platform/x86: asus-armoury: add support for GU605CR
 2025-12-29 14:56 UTC  (3+ messages)

[PATCH v2] dt-bindings: mtd: nvidia,tegra20-nand: convert to DT schema
 2025-12-29 14:31 UTC 

[PATCH iwl-net v2] igc: Reduce TSN TX packet buffer from 7KB to 5KB per queue
 2025-12-29 14:53 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH v2 0/3] media: i2c: ov5647: Modernize driver with CCI and new stream APIs
 2025-12-29 14:52 UTC  (3+ messages)
` [PATCH v2 1/3] media: i2c: ov5647: Convert to CCI register access helpers

[PATCH iwl-net v4] igc: fix race condition in TX timestamp read for register 0
 2025-12-29 14:52 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH 0/2] watchdog: imx2_wdt: Allow to run in low power mode
 2025-12-29 14:50 UTC  (3+ messages)
` [PATCH 1/2] watchdog: imx2_wdt: Allow to continue "
` [PATCH 2/2] dt-bindings: watchdog: fsl-imx: document "

[PATCH v3 0/6] mmc: host: renesas_sdhi_core: support configuring an optional sdio mux
 2025-12-29 14:46 UTC  (7+ messages)
` [PATCH v3 2/6] mux: Add helper functions for getting optional and selected mux-state

[RFC PATCH 0/2] leds: Add optional instance identifier for deterministic naming
 2025-12-29 14:45 UTC  (5+ messages)

[PATCH v1 1/1] driver core: make bus_find_device_by_acpi_dev() stub prototype aligned
 2025-12-29 14:43 UTC 

[PATCH v2 0/8] dma-mapping: arm64: support batched cache sync
 2025-12-29 14:40 UTC  (7+ messages)
` [PATCH v2 4/8] dma-mapping: Separate DMA sync issuing and completion waiting

[PATCH] RAS/AMD/ATL: Remove unneeded semicolon
 2025-12-29 14:37 UTC  (2+ messages)

[PATCH] ASoC: fsl_easrc: force cast 'val1' to u32 for do_div()
 2025-12-29 13:02 UTC  (2+ messages)

[PATCH v4] security: Add KUnit tests for kuid_root_in_ns and vfsuid_root_in_currentns
 2025-12-29 14:23 UTC  (2+ messages)
` [PATCH v5] "

CVE-2022-50403: ext4: fix undefined behavior in bit shift for ext4_check_flag_values
 2025-12-29 14:28 UTC 

[PATCH v2] bus: fsl-mc: fix an error handling in fsl_mc_device_add()
 2025-12-29 14:28 UTC  (2+ messages)

[PATCH v4 0/7] mmc: host: renesas_sdhi_core: support configuring an optional sdio mux
 2025-12-29 14:27 UTC  (8+ messages)
` [PATCH v4 1/7] phy: can-transceiver: rename temporary helper function to avoid conflict
` [PATCH v4 2/7] mux: Add helper functions for getting optional and selected mux-state
` [PATCH v4 3/7] mux: add help text for MULTIPLEXER config option
` [PATCH v4 4/7] phy: can-transceiver: drop temporary helper getting optional mux-state
` [PATCH v4 5/7] i2c: omap: switch to new generic helper for getting selected mux-state
` [PATCH v4 6/7] dt-bindings: mmc: renesas,sdhi: Add mux-states property
` [PATCH v4 7/7] mmc: host: renesas_sdhi_core: support selecting an optional mux

[PATCH v3 1/1] x86/boot/compressed: Fix avoiding memmap in physical KASLR
 2025-12-29 14:25 UTC  (6+ messages)

[PATCH v1 0/7] auxdisplay: arm-charlcd: refactor with modern APIs
 2025-12-29 13:52 UTC  (8+ messages)
` [PATCH v1 1/7] auxdisplay: arm-charlcd: convert to use device managed APIs
` [PATCH v1 2/7] auxdisplay: arm-charlcd: Remove unneeded info message
` [PATCH v1 3/7] auxdisplay: arm-charlcd: drop of_match_ptr()
` [PATCH v1 4/7] auxdisplay: arm-charlcd: Don't use "proxy" headers
` [PATCH v1 5/7] auxdisplay: arm-charlcd: Use readl_poll_timeout
` [PATCH v1 6/7] auxdisplay: arm-charlcd: Join string literals back
` [PATCH v1 7/7] auxdisplay: arm-charlcd: Remove redundant ternary operators

[PATCH v6 0/4] LoongArch: Add 128-bit atomic cmpxchg support (v5)
 2025-12-29 14:21 UTC  (3+ messages)
` [PATCH loongarch-next 0/4] LoongArch: Add 128-bit atomic cmpxchg support

[PATCH] LoongArch: BPF: Fix sign extension for 12-bit immediates
 2025-12-29 14:20 UTC  (4+ messages)

CVE-2022-49907: net: mdio: fix undefined behavior in bit shift for __mdiobus_register
 2025-12-29 14:17 UTC 

[PATCH v4 0/3] Add test to verify probe of devices from discoverable buses
 2025-12-29 14:14 UTC  (4+ messages)
` [PATCH v4 1/3] kselftest: "

[PATCH v2] platform/x86: hp-bioscfg: Fix out-of-bounds array access in ACPI package parsing
 2025-12-29 14:14 UTC  (2+ messages)

[syzbot] [net?] WARNING: locking bug in finish_task_switch (2)
 2025-12-29 14:09 UTC 

[PATCH v4 0/3] Support exporting SoC info from Rust
 2025-12-29 14:07 UTC  (3+ messages)
` [PATCH v4 2/3] docs: ABI: sysfs-devices-soc: Fix swapped sample values

[PATCH v2] rust: device_id: replace incorrect word in safety documentation
 2025-12-29 14:07 UTC  (2+ messages)

Linux Kernel Highlights For 2025: Schedulers, Rust & Torvalds' Commentary
 2025-12-29 14:07 UTC 

[PATCH v2] rust: dma: remove incorrect safety documentation
 2025-12-29 14:06 UTC  (2+ messages)

[PATCH v2] ACPI: sysfs: Add device cid attribute for exposing _CID lists
 2025-12-29 14:03 UTC  (2+ messages)

[PATCH v6 0/2] PCI: Add support for PCIe WAKE# interrupt
 2025-12-29 14:01 UTC  (4+ messages)
` [PATCH v6 2/2] "

[PATCH v1 0/4] ACPI: scan: Handle generic system devices directly
 2025-12-29 13:59 UTC  (9+ messages)
` [PATCH v1 1/4] ACPI: PNP: Drop PNP0C01 and PNP0C02 from acpi_pnp_device_ids[]
` [PATCH v1 2/4] platform/x86/intel/hid: Stop creating a platform device

CVE-2022-50390: drm/ttm: fix undefined behavior in bit shift for TTM_TT_FLAG_PRIV_POPULATED
 2025-12-29 13:49 UTC 

[PATCH v2] usb: gadget: Fix trb_virt_to_phys() error value
 2025-12-29 13:58 UTC 

[tip: sched/urgent] sched/fair: Clear ->h_load_next when unregistering a cgroup
 2025-12-29 13:58 UTC  (3+ messages)
` [tip:sched/urgent] "

[PATCH v4] security: Add KUnit tests for kuid_root_in_ns and vfsuid_root_in_currentns
 2025-12-29 13:56 UTC  (2+ messages)

[PATCH 00/28] arch, mm: consolidate hugetlb early reservation
 2025-12-29 13:55 UTC  (3+ messages)
` [PATCH 11/28] nios2: introduce arch_zone_limits_init()


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox