mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
[PATCH] dm init: ensure device probing has finished in dm-mod.waitfor=
 2026-03-18 21:13 UTC  (4+ messages)

[PATCH v5 00/10] media: rcar: Streams support
 2026-03-18 21:12 UTC  (10+ messages)
` [PATCH v5 02/10] media: rcar-isp: Move {enable|disable}_streams() calls
` [PATCH v5 03/10] media: rcar-csi2: "
` [PATCH v5 04/10] media: rcar-csi2: Switch to Streams API
` [PATCH v5 05/10] media: rcar-isp: "

[PATCH net v4] net: ntb_netdev: add SPDX tag and remove boilerplate license text
 2026-03-18 21:11 UTC 

[PATCH v9 0/3] sched/fair: Optimize cfs_rq and sched_entity allocation for better data locality
 2026-03-18 21:11 UTC  (4+ messages)
` [PATCH v9 1/3] sched/fair: Co-locate cfs_rq and sched_entity in cfs_tg_state
` [PATCH v9 2/3] sched/fair: Remove task_group->se pointer array
` [PATCH v9 3/3] sched/fair: Allocate cfs_tg_state with percpu allocator

[PATCH RFC 00/53] lift lookup out of exclive lock for dir ops
 2026-03-18 21:10 UTC  (4+ messages)
` [PATCH 16/53] ovl: drop dir lock for lookups in impure readdir

[PATCH v3 2/3] x86/cpu: Disable CR pinning during CPU bringup
 2026-03-18 21:09 UTC  (5+ messages)
` [tip: x86/urgent] "

[PATCH v2 12/16] mm: allow handling of stacked mmap_prepare hooks in more drivers
 2026-03-18 21:08 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: fixed the trailing whitespaces/commented code
 2026-03-18 21:06 UTC  (7+ messages)

[PATCH] x86/um: fix vDSO installation
 2026-03-18 21:03 UTC 

[PATCH v10 0/2] PCI/IOV: Fix SR-IOV locking races and AB-BA deadlock
 2026-03-18 21:03 UTC  (3+ messages)
` [PATCH v10 1/2] PCI/IOV: Make pci_lock_rescan_remove() reentrant and protect sriov_add_vfs/sriov_del_vfs
` [PATCH v10 2/2] PCI: Fix AB-BA deadlock between device_lock and pci_rescan_remove_lock in remove_store

[PATCH v2 0/2] hwmon: (pmbus) Follow-up fixes for isl68137 and ina233
 2026-03-18 21:02 UTC  (7+ messages)
` [PATCH v2 1/2] hwmon: (pmbus/isl68137) Fix unchecked return value and use sysfs_emit()
` [PATCH v2 2/2] hwmon: (pmbus/ina233) Handle sign extension for negative shunt voltage

[PATCH v3 0/7] mm: switch THP shrinker to list_lru
 2026-03-18 21:01 UTC  (16+ messages)
` [PATCH v3 1/7] mm: list_lru: lock_list_lru_of_memcg() cannot return NULL if !skip_empty
` [PATCH v3 2/7] mm: list_lru: deduplicate unlock_list_lru()
` [PATCH v3 3/7] mm: list_lru: move list dead check to lock_list_lru_of_memcg()
` [PATCH v3 4/7] mm: list_lru: deduplicate lock_list_lru()
` [PATCH v3 5/7] mm: list_lru: introduce caller locking for additions and deletions
` [PATCH v3 6/7] mm: list_lru: introduce folio_memcg_list_lru_alloc()
` [PATCH v3 7/7] mm: switch deferred split shrinker to list_lru

[PATCH] xfs: use GFP_NOFS in __xfs_trans_alloc
 2026-03-18 21:01 UTC  (4+ messages)

[PATCH 0/3] mm/memcontrol: control demotion in memcg reclaim
 2026-03-18 20:57 UTC  (4+ messages)
` [PATCH 2/3] mm/memcontrol: disable demotion in memcg direct reclaim

VFS minor improvements policy
 2026-03-18 20:55 UTC  (5+ messages)

[PATCH RFC bpf-next 0/4] audit: Expose audit subsystem to BPF LSM programs via BPF kfuncs
 2026-03-18 20:55 UTC  (5+ messages)

[PATCH] net: pse-pd: add LED trigger support
 2026-03-18 20:55 UTC  (2+ messages)

[PATCH] HID: pulsar: add driver for Pulsar gaming mice
 2026-03-18 20:55 UTC 

[PATCH] vfio: selftests: Fix VLA initialisation in vfio_pci_irq_set()
 2026-03-18 20:53 UTC  (2+ messages)

[PATCH 0/8] memblock: improve late freeing of reserved memory
 2026-03-18 20:52 UTC  (2+ messages)
` [PATCH 9/8] memblock tests: add stubs required for free_reserved_area()

[PATCH 0/2] Add PCIe clocks and reset for R9A09G056 and R9A09G057 SoCs
 2026-03-18 20:50 UTC  (4+ messages)
` [PATCH 2/2] clk: renesas: r9a09g057: Add PCIe clocks and reset

[PATCH v3 0/2] hwmon: (pmbus/max31785) refactor inter-access delay handling
 2026-03-18 20:49 UTC  (3+ messages)
` [PATCH v3 1/2] hwmon: (pmbus) export pmbus_wait and pmbus_update_ts

[PATCH 1/1 fyi] tools headers: Syncronize linux/build_bug.h with the kernel sources
 2026-03-18 20:48 UTC  (2+ messages)

[PATCH 0/8] mm/huge_memory: refactor zap_huge_pmd()
 2026-03-18 20:45 UTC  (10+ messages)
` [PATCH 1/8] mm/huge_memory: simplify vma_is_specal_huge()
` [PATCH 2/8] mm/huge: avoid big else branch in zap_huge_pmd()
` [PATCH 3/8] mm/huge_memory: have zap_huge_pmd return a boolean, add kdoc
` [PATCH 4/8] mm/huge_memory: handle buggy PMD entry in zap_huge_pmd()
` [PATCH 5/8] mm/huge_memory: add a common exit path to zap_huge_pmd()
` [PATCH 6/8] mm/huge_memory: remove unnecessary VM_BUG_ON_PAGE()
` [PATCH 7/8] mm/huge_memory: deduplicate zap deposited table call
` [PATCH 8/8] mm/huge_memory: deduplicate zap_huge_pmd() further by tracking state

[PATCH v2] lib/assoc_array: fix stale nr_leaves_on_tree after gc
 2026-03-18 20:45 UTC 

[PATCH v2 0/3] PCI: mediatek: Add support for EcoNet SoCs
 2026-03-18 20:42 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: PCI: mediatek: Add support for EcoNet EN7528

[PATCH] vfs: fix docstring of hash_name()
 2026-03-18 20:41 UTC  (3+ messages)

[PATCH v2] vfs: fix docstring of hash_name()
 2026-03-18 20:39 UTC 

[PATCH v2 00/16] mm: expand mmap_prepare functionality and usage
 2026-03-18 20:39 UTC  (4+ messages)
` [PATCH v2 06/16] mm: add mmap_action_simple_ioremap()

[PATCH RESEND] locking/lockdep: Replace snprintf with strscpy in seq_stats
 2026-03-18 20:37 UTC  (2+ messages)

[PATCH] kbuild: pacman-pkg: package unstripped vDSO libraries
 2026-03-18 20:37 UTC 

[PATCH v25 0/9] Simple Donor Migration for Proxy Execution
 2026-03-18 20:35 UTC  (10+ messages)
` [PATCH v25 1/9] sched: Make class_schedulers avoid pushing current, and get rid of proxy_tag_curr()

[tip: x86/urgent] x86/mce/amd: Check SMCA feature bit before accessing SMCA MSRs
 2026-03-18 20:34 UTC 

[PATCH] locking/rwsem: Fix logic error in rwsem_del_waiter()
 2026-03-18 20:31 UTC  (4+ messages)
` [tip: locking/core] "

[PATCH v12 0/5] Enable Remote GPIO over RPMSG on i.MX Platform
 2026-03-18 20:31 UTC  (8+ messages)
` [PATCH v12 3/5] gpio: rpmsg: add generic rpmsg GPIO driver

[PATCH] KVM: TDX: Fix APIC MSR ranges in tdx_has_emulated_msr()
 2026-03-18 20:30 UTC  (3+ messages)

[PATCH v2 0/7] iommu/arm-smmu-v3: Quarantine device upon ATC invalidation timeout
 2026-03-18 20:29 UTC  (17+ messages)
` [PATCH v2 1/7] iommu: Do not call pci_dev_reset_iommu_done() unless reset succeeds
` [PATCH v2 3/7] iommu: Add iommu_report_device_broken() to quarantine a broken device
` [PATCH v2 4/7] iommu/arm-smmu-v3: Mark ATC invalidate timeouts via lockless bitmap
` [PATCH v2 6/7] iommu/arm-smmu-v3: Introduce master->ats_broken flag

[PATCH 0/3] thermal: spacemit: Add support for SpacemiT K1 SoC thermal sensor
 2026-03-18 20:29 UTC  (2+ messages)

[PATCH] cpufreq: optimize policy_is_shared()
 2026-03-18 20:29 UTC  (3+ messages)

[PATCH 0/3] Shrink size of sleeping locks
 2026-03-18 20:28 UTC  (4+ messages)
` [PATCH 1/3] rwsem: Remove the list_head from struct rw_semaphore

[PATCH v7 00/31] gpu: nova-core: firmware: Hopper/Blackwell support
 2026-03-18 20:25 UTC  (7+ messages)
` [PATCH v7 18/31] gpu: nova-core: add MCTP/NVDM protocol types for firmware communication

[PATCH v2 0/7] mm: switch THP shrinker to list_lru
 2026-03-18 20:25 UTC  (7+ messages)
` [PATCH v2 1/7] mm: list_lru: lock_list_lru_of_memcg() cannot return NULL if !skip_empty
` [PATCH v2 7/7] mm: switch deferred split shrinker to list_lru

[PATCH 0/3] nvmem: Add Nuvoton NPCM OTP driver
 2026-03-18 20:24 UTC  (6+ messages)
` [PATCH 1/3] dt-bindings: nvmem: add nuvoton,npcm750-otp
` [PATCH 2/3] nvmem: npcm-otp: Add Nuvoton NPCM OTP driver
` [PATCH 3/3] ARM: dts: nuvoton: Add OTP nodes for NPCM7xx

[PATCH v3 0/7] riscv: spacemit: enable SD card support with UHS modes for OrangePi RV2
 2026-03-18 20:24 UTC  (3+ messages)
` [PATCH v3 7/7] riscv: dts: spacemit: k1-bananapi-f3: add SD card support with UHS modes

[PATCH v3 00/12] Allow preemption during IPI completion waiting to improve real-time performance
 2026-03-18 20:24 UTC  (4+ messages)
` [PATCH v3 10/12] x86/mm: Move flush_tlb_info back to the stack

[PATCH v3 0/1] AMD VM crashing on deferred memory error injection
 2026-03-18 20:24 UTC  (9+ messages)
` [PATCH v3 1/1] x86/mce/amd: Guard SMCA DESTAT access on non-SMCA machines

[PATCH 0/3] media: uvcvideo: Improvements for UVC metadata
 2026-03-18 20:22 UTC  (12+ messages)
` [PATCH 1/3] media: uvcvideo: Enable VB2_DMABUF for metadata stream
` [PATCH 2/3] media: uvcvideo: uvc_queue_to_stream(): Support meta queues
` [PATCH 3/3] media: uvcvideo: Allow userspace to increase the meta buffersize
    ` [PATCH] media: uvcvideo: Add a stream backpointer in uvc_video_queue

[PATCH v8 05/13] lib/bootconfig: drop redundant memset of xbc_nodes
 2026-03-18 20:22 UTC  (2+ messages)

[PATCH v2] riscv: disable local interrupts and stop other CPUs before reboot/shutdown
 2026-03-18 20:18 UTC  (2+ messages)

[PATCH RFC] security: add LSM blob and hooks for namespaces
 2026-03-18 20:17 UTC  (2+ messages)

[PATCH] x86: enable Data Operand Independent Timing Mode
 2026-03-18 20:16 UTC  (15+ messages)

[PATCH 00/11] x86,fs/resctrl: Improve resctrl quality and consistency
 2026-03-18 20:12 UTC  (9+ messages)

[PATCH net-next] net/mlx5e: Add hds-thresh query support via ethtool
 2026-03-18 20:11 UTC  (2+ messages)

[PATCH v2 4/5] bpf: allow new DECAP flags and add guard rails
 2026-03-18 20:09 UTC  (4+ messages)
` [PATCH v2 5/5] bpf: clear decap tunnel GSO state in skb_adjust_room

[PATCH] kbuild: reduce output spam when building out of tree
 2026-03-18 20:08 UTC  (2+ messages)

[PATCH net-next] net/mlx5e: Remove unused field in mlx5e_flow_steering struct
 2026-03-18 20:06 UTC  (2+ messages)

[PATCH v3 0/1] scsi: sas: fix mkfs.xfs failure due to bogus optimal_io_size
 2026-03-18 20:05 UTC  (2+ messages)
` [PATCH v3] scsi: sas: skip opt_sectors when DMA reports no real optimization hint

[PATCH] media: renesas: vin: Fix RAW8 (again)
 2026-03-18 20:04 UTC  (2+ messages)

[RFC v2 PATCH 00/10] vfio/pci: Add mmap() for DMABUFs
 2026-03-18 20:04 UTC  (3+ messages)
` [RFC v2 PATCH 04/10] vfio/pci: Add a helper to create a DMABUF for a BAR-map VMA

[PATCH 1/2] dt-bindings: hwmon: lm75: Add label property
 2026-03-18 20:03 UTC  (2+ messages)

[PATCH v8 2/2] tools/bootconfig: fix fd leak in load_xbc_file() on fstat failure
 2026-03-18 20:02 UTC  (2+ messages)

[PATCH] ktest: Store failure logs also in fatal paths
 2026-03-18 20:01 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: Rename TrafficTransitionCount to traffic_transition_count
 2026-03-18 19:59 UTC 

[PATCH v2 1/1] ACPI: processor: idle: Replace strlcat() with better alternative
 2026-03-18 19:57 UTC  (2+ messages)

[PATCH] sample/tsm-mr: Use SHA-2 library APIs
 2026-03-18 19:57 UTC  (2+ messages)

[PATCH] Remove unused headers in x86/tools, scripts, pps, input
 2026-03-18 19:56 UTC  (2+ messages)

[PATCH] ASoC: rockchip: rockchip_sai: Set slot width for non-TDM mode
 2026-03-18 19:56 UTC  (2+ messages)

[PATCH] mm: add memory.compact_unevictable_allowed cgroup attribute
 2026-03-18 19:55 UTC  (10+ messages)

[RFC PATCH RESEND 0/2] Xe driver asynchronous notification mechanism
 2026-03-18 19:54 UTC  (3+ messages)
` [RFC PATCH RESEND 1/2] watch_queue: Add a DRM_XE_NOTIFY watch type and export init_watch()
  ` Watch queue maintainer? WAS:[RFC "

[PATCH v2 00/12] objtool/arm64: Port klp-build to arm64
 2026-03-18 19:54 UTC  (3+ messages)
` [PATCH v2 07/12] kbuild: Only run objtool if there is at least one command

[PATCH 00/14] mm: memory hot(un)plug and SPARSEMEM cleanups
 2026-03-18 19:54 UTC  (3+ messages)

[PATCH v3] firmware_loader: allow firmware_class.path to take multiple paths
 2026-03-18 19:54 UTC 

[PATCH] Bluetooth: btusb: clear remote wake on idle Intel ACPI paths
 2026-03-18 19:51 UTC 

[PATCH 0/2] NTB: epf: Fix ntb_hw_epf ISR issues
 2026-03-18 19:51 UTC  (3+ messages)

[PATCH 0/2] exec: Add KUnit test for bprm_stack_limits()
 2026-03-18 19:50 UTC  (5+ messages)
` [PATCH 1/2] "

[PATCH v2] staging: rtl8723bs: Remove dead code
 2026-03-18 19:50 UTC 

[PATCH mm-unstable v15 00/13] khugepaged: mTHP support
 2026-03-18 19:49 UTC  (9+ messages)
` [PATCH mm-unstable v15 11/13] mm/khugepaged: avoid unnecessary mTHP collapse attempts
` [PATCH mm-unstable v15 13/13] Documentation: mm: update the admin guide for mTHP collapse

[PATCH 6.19 000/379] 6.19.9-rc2 review
 2026-03-18 19:49 UTC  (3+ messages)

[PATCH 6.18 000/335] 6.18.19-rc2 review
 2026-03-18 19:49 UTC  (3+ messages)

[PATCH 3/5] PCI: rzg3s-host: Use shared reset controls for power domain resets
 2026-03-18 19:48 UTC  (3+ messages)

[PATCH] media: renesas: vsp1: Fix NULL pointer deref on module unload
 2026-03-18 19:46 UTC  (7+ messages)

[PATCH v2] crypto: caam - guard HMAC key hex dumps in hash_digest_key
 2026-03-18 19:46 UTC 

[PATCH 1/5] dt-bindings: pci: renesas,r9a08g045-pcie: Add RZ/V2N support
 2026-03-18 19:46 UTC  (3+ messages)

[REGRESSION] [PATCH v2] ceph: fix num_ops OBOE when crypto allocation fails
 2026-03-18 19:41 UTC  (2+ messages)

[PATCH] dt-bindings: sound: Convert Hisilicon hi6210 I2S to dt-schema
 2026-03-18 19:41 UTC  (2+ messages)

[PATCH v2 0/4] platform/x86: panasonic-laptop: Bind to a platform device instead of an ACPI one
 2026-03-18 19:41 UTC  (5+ messages)
` [PATCH v2 1/4] platform/x86: panasonic-laptop: Fix rollback path in acpi_pcc_hotkey_add()
` [PATCH v2 2/4] platform/x86: panasonic-laptop: Remove redundant checks from 3 functions
` [PATCH v2 3/4] platform/x86: panasonic-laptop: Register ACPI notify handler directly
` [PATCH v2 4/4] platform/x86: panasonic-laptop: Convert ACPI driver to a platform one

[PATCH] drm/bridge: sii902x: Add audio context to suspend/resume routine
 2026-03-18 19:35 UTC  (3+ messages)

[PATCH] tracing: Fix nr_subbufs initialization in simple_ring_buffer_init_mm()
 2026-03-18 19:34 UTC  (3+ messages)

[PATCH] cgroup/dmem: return error when failing to set dmem.max
 2026-03-18 19:34 UTC 

[PATCH 0/2] A proposal to add a virtual clock controller guard
 2026-03-18 19:33 UTC  (3+ messages)
` [PATCH 2/2] dt-bindings: Add clock guard DT description

[PATCH] staging: media: av7110: coding style fixes: too many tabs
 2026-03-18 19:32 UTC  (2+ messages)
` [PATCH v2] "

[BUG] cgroups/cpusets: Spurious CPU-hotplug failures
 2026-03-18 19:29 UTC  (4+ messages)

[PATCH] drm/sun4i: layers: Use drm_fb_dma_get_gem_addr() to get display memory
 2026-03-18 19:28 UTC  (3+ messages)

[PATCH v2] x86/asm: Improve clflush alternatives assembler template
 2026-03-18 19:28 UTC 

[PATCH] staging: rtl8723bs: coding style cleanups
 2026-03-18 19:27 UTC  (2+ messages)

[PATCH v1] media: hdmirx: snps, rk: Fix HPD hold time
 2026-03-18 19:26 UTC 

[PATCH net-next v2] gve: add XDP metadata support for DQ RDA
 2026-03-18 19:24 UTC 

[PATCH v13 0/1] rust: interop: Add list module for C linked list interface
 2026-03-18 19:24 UTC  (6+ messages)
` [PATCH v13 1/1] "

[PATCH] net: marvell: prestera: use kzalloc_flex
 2026-03-18 19:21 UTC 

[PATCH RFC v2 0/9] AD9910 Direct Digital Synthesizer
 2026-03-18 19:14 UTC  (3+ messages)
` [PATCH RFC v2 4/9] iio: frequency: ad9910: add digital ramp generator support

[net-next v3 00/12] Add TSO map-once DMA helpers and bnxt SW USO support
 2026-03-18 19:13 UTC  (13+ messages)
` [net-next v3 01/12] net: tso: Introduce tso_dma_map
` [net-next v3 02/12] net: tso: Add tso_dma_map helpers
` [net-next v3 03/12] net: bnxt: Export bnxt_xmit_get_cfa_action
` [net-next v3 04/12] net: bnxt: Add a helper for tx_bd_ext
` [net-next v3 05/12] net: bnxt: Use dma_unmap_len for TX completion unmapping
` [net-next v3 06/12] net: bnxt: Add TX inline buffer infrastructure
` [net-next v3 07/12] net: bnxt: Add boilerplate GSO code
` [net-next v3 08/12] net: bnxt: Implement software USO
` [net-next v3 09/12] net: bnxt: Add SW GSO completion and teardown support
` [net-next v3 10/12] net: bnxt: Dispatch to SW USO
` [net-next v3 11/12] net: netdevsim: Add support for "
` [net-next v3 12/12] selftests: drv-net: Add USO test

[PATCH] cpufreq: tegra194: remove COMPILE_TEST
 2026-03-18 19:12 UTC 

[PATCH] staging: media: av7110: coding style fixes: too many tabs
 2026-03-18 19:11 UTC 

[PATCH net-next] net/mlx5e: Enable mac forwarding on uplink representor
 2026-03-18 19:10 UTC  (5+ messages)

[PATCHv3] hsi: hsi_core: use kzalloc_flex
 2026-03-18 19:10 UTC 

[PATCH] gpio: shared: call gpio_chip::of_xlate() if set
 2026-03-18 19:09 UTC  (11+ messages)

[PATCH v4 0/2] Enable lt8713sx bridge with displayport for monaco-evk
 2026-03-18 19:08 UTC  (2+ messages)
` [PATCH v4 2/2] arm64: defconfig: Enable Lontium LT8713sx driver

[PATCH v3 0/2] Small improvements to reserve_mem, 3rd attempt
 2026-03-18 18:56 UTC  (3+ messages)
` [PATCH v3 1/2] mm/memblock: Print out errors on reserve_mem parser
` [PATCH v3 2/2] mm/memblock: Add reserve_mem debugfs info

page:  |  | latest

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

all inboxes | Powered by JetHome®