mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
[PATCH] device property: Make modifications of fwnode "flags" thread safe
 2026-03-17 14:27 UTC  (12+ messages)

[PATCH] firmware: arm_scmi: extract domain ID validation helpers
 2026-03-17 14:27 UTC  (4+ messages)

[PATCH v5 0/4] pid_namespace: make init creation more flexible
 2026-03-17 14:27 UTC  (3+ messages)

[PATCH v2 1/2] x86/cpu: Disable CR pinning during CPU bringup
 2026-03-17 14:26 UTC  (11+ messages)

[PATCH] lib/vsprintf: Validate sleepable context during restrictred pointer formatting
 2026-03-17 14:26 UTC  (3+ messages)

[RFC PATCH 02/12] drm/dep: Add DRM dependency queue layer
 2026-03-17 14:25 UTC  (4+ messages)

[PATCH v3 0/9] mtd: rawnand: sunxi: Fixes user data length for H6
 2026-03-17 14:24 UTC  (10+ messages)
` [PATCH v3 1/9] mtd: rawnand: sunxi: sunxi_nand_ooblayout_free code clarification
` [PATCH v3 2/9] mtd: rawnand: sunxi: fix sunxi_nfc_hw_ecc_read_extra_oob
` [PATCH v3 3/9] mtd: rawnand: sunxi: do not count BBM bytes twice
` [PATCH v3 4/9] mtd: rawnand: sunxi: replace hard coded value by a define - take2
` [PATCH v3 5/9] mtd: rawnand: sunxi: make the code more self-explanatory
` [PATCH v3 6/9] mtd: rawnand: sunxi: remove dead code
` [PATCH v3 7/9] mtd: rawnand: sunxi: change error prone variable name
` [PATCH v3 8/9] mtd: rawnand: sunxi: fix typos in comments
` [PATCH v3 9/9] mtd: rawnand: sunxi: introduce maximize variable user data length

[PATCH 0/2] Enable lt8713sx bridge with displayport for monaco-evk
 2026-03-17 14:23 UTC  (12+ messages)
` [PATCH 1/2] arm64: dts: qcom: monaco: add lt8713sx bridge with displayport
` [PATCH 2/2] arm64: defconfig: Enable Lontium LT8713sx driver

[PATCH] ext4: reject mount if bigalloc with s_first_data_block != 0
 2026-03-17 14:23 UTC 

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

[PATCH] lib/list_sort: introduce list_sort_nonatomic() and remove dummy cmp() calls
 2026-03-17 14:22 UTC  (8+ messages)

[PATCH v2] sunrpc: simplify dprintk() macros and cleanup redundant debug guards
 2026-03-17 14:20 UTC  (6+ messages)

[PATCH] clk: add new Kconfig to control default behavior of disabling unused clocks
 2026-03-17 14:20 UTC  (17+ messages)

[PATCH v3] kernel/fork: validate exit_signal in kernel_clone()
 2026-03-17 14:19 UTC  (5+ messages)
` [PATCH -mm v2] do_notify_parent: sanitize the valid_signal() checks

[PATCH v1 1/2] dma: return 0 from dma_opt_mapping_size() when no real hint exists
 2026-03-17 14:19 UTC  (2+ messages)

[PATCH v2] writeback: fix kernel-doc function name mismatch for wb_put_many()
 2026-03-17 14:19 UTC  (2+ messages)

VFS minor improvements policy
 2026-03-17 14:17 UTC  (3+ messages)

[PATCH v5 0/3] mm/vmalloc: free unused pages on vrealloc() shrink
 2026-03-17 14:16 UTC  (3+ messages)
` [PATCH v5 1/3] mm/vmalloc: extract vm_area_free_pages() helper from vfree()

[PATCH v7 0/3] kho: add support for deferred struct page init
 2026-03-17 14:15 UTC  (4+ messages)
` [PATCH v7 1/3] kho: make kho_scratch_overlap usable outside debugging
` [PATCH v7 2/3] kho: fix deferred init of kho scratch
` [PATCH v7 3/3] kho: make preserved pages compatible with deferred struct page init

[PATCH v1 0/2] dma: fix dma_opt_mapping_size() returning bogus value when no backend hint exists
 2026-03-17 14:14 UTC  (3+ messages)
` [PATCH v1 2/2] nvme-pci: handle dma_opt_mapping_size() returning 0

[PATCH] soc: qcom: pmic_glink_altmode: Fix TBT->SAFE->!TBT transition
 2026-03-17 14:14 UTC 

[PATCH] printf: add IPv6 address format tests
 2026-03-17 14:14 UTC  (2+ messages)

[PATCH v4 01/10] dt-bindings: clock: Add Realtek RTD1625 Clock & Reset Controller
 2026-03-17 14:13 UTC  (2+ messages)

[PATCH] ima: remove buggy support for asynchronous hashes
 2026-03-17 14:13 UTC  (4+ messages)

[PATCH v11 00/16] Direct Map Removal Support for guest_memfd
 2026-03-17 14:13 UTC  (17+ messages)
` [PATCH v11 01/16] set_memory: set_direct_map_* to take address
` [PATCH v11 02/16] set_memory: add folio_{zap,restore}_direct_map helpers
` [PATCH v11 03/16] mm/secretmem: make use of folio_{zap,restore}_direct_map
` [PATCH v11 04/16] mm/gup: drop secretmem optimization from gup_fast_folio_allowed
` [PATCH v11 05/16] mm/gup: drop local variable in gup_fast_folio_allowed
` [PATCH v11 06/16] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v11 07/16] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
` [PATCH v11 08/16] KVM: x86: define kvm_arch_gmem_supports_no_direct_map()
` [PATCH v11 09/16] KVM: arm64: "
` [PATCH v11 10/16] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v11 11/16] KVM: selftests: load elf via bounce buffer
` [PATCH v11 12/16] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
` [PATCH v11 13/16] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
` [PATCH v11 14/16] KVM: selftests: cover GUEST_MEMFD_FLAG_NO_DIRECT_MAP in existing selftests
` [PATCH v11 15/16] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape
` [PATCH v11 16/16] KVM: selftests: Test guest execution from direct map removed gmem

[PATCH net-next v9 0/6] net: stmmac: qcom-ethqos: add support for SCMI power domains
 2026-03-17 14:12 UTC  (3+ messages)

[PATCH 0/9] gpu: nova-core: gsp: add RM control command infrastructure
 2026-03-17 14:12 UTC  (10+ messages)
` [PATCH 6/9] gpu: nova-core: generalize `flush_into_kvec` to `flush_into_vec`

[PATCH next v1] r8169: Fix PHY lookup for mdiobus_get_phy() and improve error reporting during probe
 2026-03-17 14:11 UTC  (5+ messages)

[PATCH RFC 0/8] Exynos850 CPU hotplug support and pmu_intr_gen cleanup
 2026-03-17 14:11 UTC  (7+ messages)
` [PATCH RFC 7/8] soc: samsung: exynos-pmu: add Exynos850 CPU hotplug support
` [PATCH RFC 8/8] arm64: dts: exynos850: add PMU interrupt generation node

[PATCH] [PATCH v4] usb: serial: add support for Rolling Wireless RW135R-GL (33f8:1003)
 2026-03-17 14:09 UTC  (2+ messages)

[PATCH rdma-next 1/1] RDMA/mana_ib: memory windows
 2026-03-17 14:07 UTC  (3+ messages)

[PATCH] gpio: shared: call gpio_chip::of_xlate() if set
 2026-03-17 14:05 UTC  (9+ messages)

[PATCH rdma-next v2 1/1] RDMA/mana: Provide a modern CQ creation interface
 2026-03-17 14:05 UTC  (10+ messages)
  ` [EXTERNAL] "

[PATCH] mm/pagewalk: fix race between concurrent split and refault
 2026-03-17 14:05 UTC  (2+ messages)

[PATCH v2 0/8] dmaengine: Add new API to combine onfiguration and descriptor preparation
 2026-03-17 14:04 UTC  (6+ messages)
` [PATCH v2 1/8] dmaengine: Add API to combine configuration and preparation (sg and single)

[PATCH] greybus: Omit a redundant pm_runtime_mark_last_busy() call in two functions()
 2026-03-17 14:04 UTC  (2+ messages)

[PATCH net-next] gve: add XDP metadata support for DQ RDA
 2026-03-17 14:03 UTC  (2+ messages)

[PATCH] staging: greybus: gbphy: Omit a redundant pm_runtime_mark_last_busy() call in gb_gbphy_idle()
 2026-03-17 14:03 UTC  (2+ messages)

[PATCH 1/2] HID: core: Mitigate potential OOB by removing bogus memset()
 2026-03-17 14:03 UTC  (3+ messages)
` [PATCH 2/2] HID: multitouch: Check to ensure report responses match the request
  ` (subset) "

[PATCH v2 0/7] mm: switch THP shrinker to list_lru
 2026-03-17 14:03 UTC  (4+ messages)
` [PATCH v2 5/7] mm: list_lru: introduce caller locking for additions and deletions

[PATCH v13 00/12] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
 2026-03-17 14:02 UTC  (13+ messages)
` [PATCH v13 01/12] dmaengine: constify struct dma_descriptor_metadata_ops
` [PATCH v13 02/12] dmaengine: qcom: bam_dma: convert tasklet to a BH workqueue
` [PATCH v13 03/12] dmaengine: qcom: bam_dma: Extend the driver's device match data
` [PATCH v13 04/12] dmaengine: qcom: bam_dma: Add pipe_lock_supported flag support
` [PATCH v13 05/12] dmaengine: qcom: bam_dma: add support for BAM locking
` [PATCH v13 06/12] crypto: qce - Include algapi.h in the core.h header
` [PATCH v13 07/12] crypto: qce - Remove unused ignore_buf
` [PATCH v13 08/12] crypto: qce - Simplify arguments of devm_qce_dma_request()
` [PATCH v13 09/12] crypto: qce - Use existing devres APIs in devm_qce_dma_request()
` [PATCH v13 10/12] crypto: qce - Map crypto memory for DMA
` [PATCH v13 11/12] crypto: qce - Add BAM DMA support for crypto register I/O
` [PATCH v13 12/12] crypto: qce - Communicate the base physical address to the dmaengine

[PATCH v1 3/5] bpf: add helper masks for ADJ_ROOM decap flags
 2026-03-17 14:01 UTC  (6+ messages)
` [PATCH v1 4/5] bpf: add guard rails for new DECAP flags

[PATCH 00/10 net-next v3] Convert CONFIG_IPV6 to built-in and remove stubs
 2026-03-17 14:01 UTC  (11+ messages)
` [PATCH 01/10 net-next v3] ipv6: convert CONFIG_IPV6 to built-in only and clean up Kconfigs
` [PATCH 02/10 net-next v3] ipv6: replace IS_BUILTIN(CONFIG_IPV6) with IS_ENABLED(CONFIG_IPV6)
` [PATCH 03/10 net-next v3] ipv6: remove dynamic ICMPv6 sender registration infrastructure
` [PATCH 04/10 net-next v3] ipv6: prepare headers for ipv6_stub removal
` [PATCH 05/10 net-next v3] drivers: net: drop ipv6_stub usage and use direct function calls
` [PATCH 06/10 net-next v3] ipv4: "
` [PATCH 07/10 net-next v3] net: convert remaining ipv6_stub users to "
` [PATCH 08/10 net-next v3] bpf: remove ipv6_bpf_stub completely and use "
` [PATCH 09/10 net-next v3] ipv6: remove ipv6_stub infrastructure completely
` [PATCH 10/10 net-next v3] netfilter: remove nf_ipv6_ops and use direct function calls

[PATCH] ipvs: Move defense_work to system_dfl_long_wq
 2026-03-17 14:00 UTC 

[PATCH RFC 0/5] workqueue: add WQ_AFFN_CACHE_SHARD affinity scope
 2026-03-17 13:58 UTC  (4+ messages)

[PATCH] drm/amdgpu/userq: refactor MQD init into per-IP helpers
 2026-03-17 13:57 UTC  (4+ messages)

[PATCH 0/6] dmaengine: Add common dma_slave_config and split it into src and dst parts
 2026-03-17 13:56 UTC  (5+ messages)

[PATCH v2 0/2] ASoC: fix usage of playback_only and capture_only
 2026-03-17 13:55 UTC  (3+ messages)
` [PATCH v2 2/2] ASoC: fsl: imx-card: initialize "

[PATCH] staging: rtl8723bs: collapse duplicate goto exit conditions
 2026-03-17 13:55 UTC 

[PATCH v2] vfio: selftests: only build tests on arm64 and x86_64
 2026-03-17 13:55 UTC  (2+ messages)

[PATCH v4 00/15] hwspinlock: move device alloc into core and refactor includes
 2026-03-17 13:54 UTC  (3+ messages)
` [PATCH v4 04/15] hwspinlock: add callback to fill private data of a hwspinlock

[PATCH v2 2/2] gpu: nova-drm: rename nova/ directory to nova-drm/
 2026-03-17 13:53 UTC  (5+ messages)
` [PATCH v3 2/2] gpu: nova-drm: rename nova to nova-drm

[PATCH] ext4: fix bigalloc cluster arithmetic when s_first_data_block != 0
 2026-03-17 13:53 UTC  (3+ messages)

[PATCH] hsi: hsi_core: use kzalloc_flex
 2026-03-17 13:53 UTC  (2+ messages)

[PATCHv2] mm: remove '!root_reclaim' checking in should_abort_scan()
 2026-03-17 13:50 UTC  (2+ messages)

[PATCH v2 0/2] Update designware pwm driver
 2026-03-17 13:50 UTC  (3+ messages)

[PATCH 0/3] More lock context annotation fixes
 2026-03-17 13:49 UTC  (5+ messages)
` [PATCH 2/3] locking: Add lock context support in do_raw_{read,write}_trylock()
` [PATCH 3/3] locking: Add lock context annotations in the spinlock implementation

linux-next: manual merge of the btrfs tree with the btrfs-fixes tree
 2026-03-17 13:48 UTC 

linux-next: manual merge of the btrfs tree with the btrfs-fixes tree
 2026-03-17 13:48 UTC 

linux-next: manual merge of the btrfs tree with the btrfs-fixes tree
 2026-03-17 13:48 UTC 

[PATCH v5 0/6] Migrate on fault for device pages
 2026-03-17 13:45 UTC  (5+ messages)
` [PATCH v5 2/6] mm: Add helper to convert HMM pfn to migrate pfn

[PATCH] fs: revert insert_inode_locked() eviction wait change and explain why
 2026-03-17 13:44 UTC  (5+ messages)

[PATCH] staging: media: imx: fixed a brace coding style issue
 2026-03-17 13:44 UTC 

[PATCH net v1] IB/core: Fix use-after-free of ipvlan phy_dev in ib_get_eth_speed
 2026-03-17 13:41 UTC  (4+ messages)

[PATCH V10 0/4] Add support for QCOM SPMI PMIC5 Gen3 ADC
 2026-03-17 13:39 UTC  (9+ messages)
` [PATCH V10 3/4] iio: adc: Add support for QCOM "

[PATCH 0/2] ASoC: Add flag to ignore 0Hz sysclk requests
 2026-03-17 13:39 UTC  (3+ messages)
` [PATCH 1/2] ASoC: simple-card-utils: add ignore_zero_sysclk flag

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

[PATCH 1/2] soc: xilinx: Fix race condition in event registration
 2026-03-17 13:35 UTC 

[PATCH v5 00/20] Add support for DU and DSI on the Renesas RZ/G3E SoC
 2026-03-17 13:35 UTC  (3+ messages)
` [PATCH v5 14/20] drm: renesas: rz-du: Add RZ/G3E support

[PATCH 1/2] soc: xilinx: Fix race condition in event registration
 2026-03-17 13:34 UTC 

[PATCH] Drivers: hv: vmbus: Move add_interrupt_randomness back to real interrupt
 2026-03-17 13:34 UTC  (5+ messages)

[RESEND PATCH] mux: mmio: Zero the allocated memory
 2026-03-17 13:33 UTC  (2+ messages)

[PATCH v2 0/5] Introduce QPW for per-cpu operations (v2)
 2026-03-17 13:33 UTC  (5+ messages)
` [PATCH v2 2/5] Introducing qpw_lock() and per-cpu queue & flush work

[PATCH v2 1/4] PCI: mvebu: Simplify with scoped for each OF child loop
 2026-03-17 13:33 UTC  (4+ messages)
` [PATCH v2 2/4] PCI: mvebu: Keep child node refcnt for probe duration
` [PATCH v2 3/4] PCI: pnv_php: Simplify with scoped for each OF child loop
` [PATCH v2 4/4] PCI: rpaphp: "

[PATCH v5 00/10] Add clock and reset support for Mobileye EyeQ7H
 2026-03-17 13:33 UTC  (11+ messages)
` [PATCH v5 01/10] dt-bindings: soc: mobileye: Add EyeQ7H OLB
` [PATCH v5 02/10] reset: eyeq: Add EyeQ7H compatibles
` [PATCH v5 03/10] clk: fixed-factor: Rework initialization with parent clocks
` [PATCH v5 04/10] clk: fixed-factor: Export __clk_hw_register_fixed_factor()
` [PATCH v5 05/10] clk: eyeq: Prefix the PLL registers with the PLL type
` [PATCH v5 06/10] clk: eyeq: Introduce a generic clock type
` [PATCH v5 07/10] clk: eyeq: Convert clocks declaration to eqc_clock
` [PATCH v5 08/10] clk: eyeq: Drop PLL, dividers, and fixed factors structs
` [PATCH v5 09/10] clk: eyeq: Add EyeQ7H compatibles
` [PATCH v5 10/10] MAINTAINERS: Add entry for Mobileye RISC-V SoCs

[PATCH net-next v1] net: openvswitch: decouple flow_table from ovs_mutex
 2026-03-17 13:30 UTC  (2+ messages)

[PATCH] erofs: harden h_shared_count in erofs_init_inode_xattrs()
 2026-03-17 13:29 UTC  (2+ messages)

[PATCH v2 0/9] media: rockchip: rkcif: add support for rk3588 vicap
 2026-03-17 13:28 UTC  (9+ messages)
` [PATCH v2 1/9] Documentation: admin-guide: media: add "
` [PATCH v2 3/9] media: rockchip: rkcif: add support for rk3588 vicap mipi capture
` [PATCH v2 9/9] arm64: defconfig: enable designware mipi csi-2 receiver

[PATCH v11] media: Add t4ka3 camera sensor driver
 2026-03-17 13:26 UTC  (5+ messages)

[LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
 2026-03-17 13:25 UTC  (2+ messages)

[PATCH] platform/x86: barco-p50-gpio: normalize return value of gpio_get
 2026-03-17 13:25 UTC  (4+ messages)

[PATCH] ext4: Fix possible NULL pointer dereference in ext4_group_desc_free()
 2026-03-17 13:23 UTC  (5+ messages)

[PATCH v4 net-next 0/5] octeontx2-af: npc: Enhancements
 2026-03-17 13:22 UTC  (3+ messages)
` [PATCH v4 net-next 2/5] devlink: Implement devlink param multi attribute nested data values

[PATCH v2 0/2] mfd: arizona: Move IRQ GPIO to GPIO descriptor
 2026-03-17 13:22 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: mfd: wlf,arizona: Add irq-gpios

[PATCH v3 0/9] arm_mpam: Introduce Narrow-PARTID feature
 2026-03-17 13:21 UTC  (10+ messages)
` [PATCH v3 1/9] fs/resctrl: Fix MPAM Partid parsing errors by preserving CDP state during umount
` [PATCH v3 2/9] arm_mpam: Add intPARTID and reqPARTID support for narrow PARTID feature
` [PATCH v3 3/9] arm_mpam: Disable Narrow-PARTID when MBA lacks support
` [PATCH v3 4/9] arm_mpam: Refactor rmid to reqPARTID/PMG mapping
` [PATCH v3 5/9] arm_mpam: Propagate control group config to sub-monitoring groups
` [PATCH v3 6/9] fs/resctrl: Add rmid_entry state helpers
` [PATCH v3 7/9] arm_mpam: Implement dynamic reqPARTID allocation for monitoring groups
` [PATCH v3 8/9] fs/resctrl: Wire up rmid expansion and reclaim functions
` [PATCH v3 9/9] arm64/mpam: Add mpam_sync_config() for dynamic rmid expansion

[PATCH v3 00/12] scsi: ufs: Add TX Equalization support for UFS 5.0
 2026-03-17 13:08 UTC  (5+ messages)
` [PATCH v3 04/12] scsi: ufs: core: Add support for TX Equalization

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®