The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2025-02-25 15:28:57 to 2025-02-25 16:45:04 UTC [more...]

[PATCH v2 0/4] mm: page_ext: Introduce new iteration API
 2025-02-25 16:44 UTC  (9+ messages)
` [PATCH v2 1/4] mm: page_ext: make lookup_page_ext() public
` [PATCH v2 2/4] mm: page_ext: add an iteration API for page extensions
` [PATCH v2 3/4] mm: page_table_check: use new iteration API
` [PATCH v2 4/4] mm: page_owner: "

[PATCH] arm64: dts: qcom: x1e80100-slim7x: Drop incorrect qcom,ath12k-calibration-variant
 2025-02-25 16:44 UTC  (6+ messages)

[PATCH 1/3] dummycon: only build module if there are users
 2025-02-25 16:44 UTC  (3+ messages)
` [PATCH 2/3] dummycon: fix default rows/cols
` [PATCH 3/3] mdacon: rework dependency list

[PATCH v4 00/15] drm/bridge: Various quality of life improvements
 2025-02-25 16:44 UTC  (16+ messages)
` [PATCH v4 01/15] drm/bridge: Add encoder parameter to drm_bridge_funcs.attach
` [PATCH v4 02/15] drm/bridge: Provide a helper to retrieve current bridge state
` [PATCH v4 03/15] drm/tests: Add kunit tests for bridges
` [PATCH v4 04/15] drm/atomic: Introduce helper to lookup connector by encoder
` [PATCH v4 05/15] drm/tests: helpers: Create new helper to enable output
` [PATCH v4 06/15] drm/tests: Create tests for drm_atomic
` [PATCH v4 07/15] drm/bridge: Add helper to reset bridge pipeline
` [PATCH v4 08/15] drm/tests: bridge: Provide tests for drm_bridge_reset_crtc
` [PATCH v4 09/15] drm/bridge: ti-sn65dsi83: Switch to drm_bridge_reset_crtc
` [PATCH v4 10/15] drm/bridge: Introduce drm_bridge_is_atomic() helper
` [PATCH v4 11/15] drm/bridge: cdns-csi: Switch to atomic helpers
` [PATCH v4 12/15] drm/bridge: tc358775: Switch to atomic commit
` [PATCH v4 13/15] drm/bridge: tc358768: Stop disabling when failing to enable
` [PATCH v4 14/15] drm/bridge: tc358768: Convert to atomic helpers
` [PATCH v4 15/15] drm/bridge: ti-sn65dsi86: Use bridge_state crtc pointer

[RFC/PATCH] perf lock contention: Add -J/--inject-delay option
 2025-02-25 16:44 UTC  (2+ messages)

[PATCH] crypto: lib/Kconfig - fix chacha/poly1305 dependencies more more
 2025-02-25 16:42 UTC 

[PATCH v7 00/14] iommufd: Add vIOMMU infrastructure (Part-3: vEVENTQ)
 2025-02-25 16:41 UTC  (15+ messages)
` [PATCH v7 05/14] iommufd: Add IOMMUFD_OBJ_VEVENTQ and IOMMUFD_CMD_VEVENTQ_ALLOC
` [PATCH v7 07/14] iommufd/viommu: Add iommufd_viommu_report_event helper
` [PATCH v7 12/14] iommu/arm-smmu-v3: Introduce struct arm_smmu_vmaster
` [PATCH v7 13/14] iommu/arm-smmu-v3: Report events that belong to devices attached to vIOMMU

[PATCH v7 00/10] Basic SEV-SNP Selftests
 2025-02-25 16:41 UTC  (4+ messages)
` [PATCH v7 01/10] KVM: SEV: Disable SEV-SNP support on initialization failure

[PATCH v2 0/2] Minimize xa_node allocation during xarry split
 2025-02-25 16:41 UTC  (12+ messages)
` [PATCH v2 2/2] mm/shmem: use xas_try_split() in shmem_split_large_entry()

[PATCH v2 00/14] Perf improvements for hugetlb and vmalloc on arm64
 2025-02-25 16:41 UTC  (6+ messages)
` [PATCH v2 07/14] arm64/mm: Avoid barriers for invalid or userspace mappings
` [PATCH v2 11/14] mm/vmalloc: Batch arch_sync_kernel_mappings() more efficiently

[PATCH v5 0/2] Touch Bar DRM driver for x86 Macs
 2025-02-25 16:40 UTC  (10+ messages)
` [PATCH v5 2/2] drm/tiny: add driver for Apple Touch Bars in "

[PATCH] i2c: mux: remove incorrect of_match_ptr annotations
 2025-02-25 16:39 UTC  (2+ messages)

[PATCH v9 00/12] This is continued work on Samsung S9(SM-9600) starqltechn
 2025-02-25 16:39 UTC  (13+ messages)
` [PATCH v9 01/12] arm64: dts: qcom: sdm845: enable gmu
` [PATCH v9 02/12] arm64: dts: qcom: sdm845-starqltechn: remove wifi
` [PATCH v9 03/12] arm64: dts: qcom: sdm845-starqltechn: fix usb regulator mistake
` [PATCH v9 04/12] arm64: dts: qcom: sdm845-starqltechn: refactor node order
` [PATCH v9 05/12] arm64: dts: qcom: sdm845-starqltechn: remove excess reserved gpios
` [PATCH v9 06/12] arm64: dts: qcom: sdm845-starqltechn: add gpio keys
` [PATCH v9 07/12] arm64: dts: qcom: sdm845-starqltechn: add max77705 PMIC
` [PATCH v9 08/12] arm64: dts: qcom: sdm845-starqltechn: add display PMIC
` [PATCH v9 09/12] arm64: dts: qcom: sdm845-starqltechn: add touchscreen support
` [PATCH v9 10/12] arm64: dts: qcom: sdm845-starqltechn: add initial sound support
` [PATCH v9 11/12] arm64: dts: qcom: sdm845-starqltechn: add graphics support
` [PATCH v9 12/12] arm64: dts: qcom: sdm845-starqltechn: add modem support

[PATCH 0/4] mm: permit guard regions for file-backed/shmem mappings
 2025-02-25 16:37 UTC  (14+ messages)

[PATCH v3 00/27] Enable FRED with KVM VMX
 2025-02-25 16:37 UTC  (10+ messages)
` [PATCH v3 20/27] KVM: x86: Allow WRMSRNS to be advertised to guests
` [PATCH v3 21/27] KVM: VMX: Invoke vmx_set_cpu_caps() before nested setup
` [PATCH v3 24/27] KVM: nVMX: Add a prerequisite to existence of VMCS fields

[PATCH 0/2] ALSA: cs35l56: Fix for races when soft-resetting on SPI
 2025-02-25 16:37 UTC  (5+ messages)
` [PATCH 1/2] firmware: cs_dsp: Remove async regmap writes

[PATCH v6 0/2] Touch Bar DRM driver for x86 Macs
 2025-02-25 16:37 UTC  (3+ messages)
` [PATCH v6 1/2] drm/format-helper: Add conversion from XRGB8888 to BGR888
` [PATCH v6 2/2] drm/tiny: add driver for Apple Touch Bars in x86 Macs

[PATCH] tpm: ftpm_tee: remove incorrect of_match_ptr annotation
 2025-02-25 16:37 UTC 

[PATCH v3 00/37] drm/bridge: Various quality of life improvements
 2025-02-25 16:37 UTC  (8+ messages)
` [PATCH v3 32/37] drm/bridge: Make encoder pointer deprecated

[PATCH v7 0/2] drm: show "all" bridges in debugfs
 2025-02-25 16:36 UTC  (4+ messages)
` [PATCH v7 1/2] drm/bridge: move bridges_show logic from drm_debugfs.c
` [PATCH v7 2/2] drm/debugfs: add top-level 'bridges' file showing all added bridges

[PATCH] scsi: hisi: remove incorrect ACPI_PTR annotations
 2025-02-25 16:36 UTC 

[PATCH] task_work: Consume only item at a time while invoking the callbacks
 2025-02-25 16:35 UTC  (4+ messages)

[PATCH] tty: serial: pl011: remove incorrect of_match_ptr annotation
 2025-02-25 16:35 UTC 

[PATCH] fpga: versal: remove incorrect of_match_ptr annotation
 2025-02-25 16:35 UTC 

[PATCH] mux: adg792a: remove incorrect of_match_ptr annotation
 2025-02-25 16:34 UTC 

[PATCH] media: i2c: Replace nested min() with single min3()
 2025-02-25 16:34 UTC  (2+ messages)

[PATCH] rtc: fsl-ftm: remove incorrect ACPI_PTR annotation
 2025-02-25 16:34 UTC 

Re: [PATCH] pps: add epoll support
 2025-02-25 16:34 UTC 

[PATCH 1/2] net: hisilicon: hns_mdio: remove incorrect ACPI_PTR annotation
 2025-02-25 16:33 UTC  (2+ messages)
` [PATCH 2/2] net: xgene-v2: "

[PATCH] dmaengine: img-mdc: remove incorrect of_match_ptr annotation
 2025-02-25 16:33 UTC 

[PATCH 0/8] Add System Components for Microchip SAMA7D65 SoC
 2025-02-25 16:33 UTC  (2+ messages)

[PATCH v14 0/8] Rust support for mm_struct, vm_area_struct, and mmap
 2025-02-25 16:32 UTC  (19+ messages)
` [PATCH v14 1/8] mm: rust: add abstraction for struct mm_struct
` [PATCH v14 2/8] mm: rust: add vm_area_struct methods that require read access
` [PATCH v14 3/8] mm: rust: add vm_insert_page
` [PATCH v14 4/8] mm: rust: add lock_vma_under_rcu
` [PATCH v14 5/8] mm: rust: add mmput_async support
` [PATCH v14 6/8] mm: rust: add VmaNew for f_ops->mmap()
` [PATCH v14 7/8] rust: miscdevice: add mmap support
` [PATCH v14 8/8] task: rust: rework how current is accessed

[PATCH v4 0/5] Add support for Nuvoton npcm845 i3c controller
 2025-02-25 16:32 UTC  (5+ messages)
` [PATCH v4 3/5] i3c: master: svc: Fix npcm845 FIFO empty issue

[PATCH v2 0/3] arm64: realm: Fix DMA address for devices
 2025-02-25 16:31 UTC  (10+ messages)
` [PATCH v2 2/3] dma: Introduce generic dma_decrypted/dma_encrypted helpers
` [PATCH v2 3/3] arm64: realm: Use aliased addresses for device DMA to shared buffers

[PATCH v3 1/3] rcutorture: Allow a negative value for nfakewriters
 2025-02-25 16:30 UTC  (4+ messages)
` [PATCH v3 3/3] rcu: Use _full() API to debug synchronize_rcu()

[PATCH] tracing/osnoise: Fix possible recursive locking for cpus_read_lock()
 2025-02-25 16:30 UTC  (2+ messages)

[PATCH] PCI: mvebu: Use devm_request_irq() for registering interrupt handler
 2025-02-25 16:28 UTC  (2+ messages)

[PATCH 0/3] ACPI: platform_profile: fix legacy sysfs with multiple handlers
 2025-02-25 16:27 UTC  (8+ messages)

[PATCH] [v2] Input: stmpe-ts - mark OF related data as maybe unused
 2025-02-25 16:25 UTC  (3+ messages)

[PATCH v3 00/30] TDX initialization + vCPU/VM creation
 2025-02-25 16:24 UTC  (3+ messages)
` [PATCH 20/30] KVM: TDX: create/destroy VM structure

[PATCH 0/8] Add STM32MP25 LPTIM support: MFD, PWM, IIO, counter, clocksource
 2025-02-25 14:58 UTC  (13+ messages)
` [PATCH 1/8] dt-bindings: mfd: stm32-lptimer: add support for stm32mp25
` [PATCH 4/8] clocksource: stm32-lptimer: add stm32mp25 support
` [PATCH 5/8] pwm: stm32-lp: add support for stm32mp25
` [PATCH 6/8] counter: stm32-lptimer-cnt: "

[PATCH v3] pinctrl: spacemit: enable config option
 2025-02-25 16:23 UTC  (3+ messages)

[PATCH v3 net-next 0/6] Support some enhances features for the HIBMCGE driver
 2025-02-25 16:23 UTC  (5+ messages)
` [PATCH v3 net-next 2/6] net: hibmcge: Add support for rx checksum offload

[PATCH v2 0/6] Track node vacancy to reduce worst case allocation counts
 2025-02-25 16:22 UTC  (15+ messages)
` [PATCH v2 1/6] maple_tree: convert mas_prealloc_calc() to take in a maple write state
` [PATCH v2 2/6] maple_tree: use height and depth consistently
` [PATCH v2 3/6] maple_tree: use vacant nodes to reduce worst case allocations
` [PATCH v2 4/6] maple_tree: break on convergence in mas_spanning_rebalance()
` [PATCH v2 5/6] maple_tree: add sufficient height
` [PATCH v2 6/6] maple_tree: reorder mas->store_type case statements

[PATCH v6 0/4] riscv: spacemit: add gpio support for K1 SoC
 2025-02-25 16:19 UTC  (3+ messages)
` [PATCH v6 2/4] gpio: spacemit: add "

[PATCH] [RESEND] comedi: ni_atmio: avoid warning for unused device_ids[] table
 2025-02-25 14:59 UTC  (2+ messages)

[PATCH 0/3] KVM: SVM: Zero DEBUGCTL before VMRUN if necessary
 2025-02-25 16:19 UTC  (4+ messages)
` [PATCH 1/3] KVM: x86: Snapshot the host's DEBUGCTL in common x86

[PATCH v5 0/2] Optionally allow ttynull to be selected as a default console
 2025-02-25 16:19 UTC  (3+ messages)
` [PATCH v5 1/2] ttynull: Add an option to allow ttynull to be used as a console device

[PATCH v6 00/42] x86/resctrl: Move the resctrl filesystem code to /fs/resctrl
 2025-02-25 16:16 UTC  (4+ messages)
` [PATCH v6 42/42] x86/resctrl: Add python script to move resctrl "

[PATCH 0/5] imx8mp: add support for the IMX AIPSTZ bridge
 2025-02-25 16:16 UTC  (5+ messages)
` [PATCH 4/5] arm64: dts: imx8mp: convert 'aips5' to 'aipstz5'

[PATCH 0/7] KVM: x86: nVMX IRQ fix and VM teardown cleanups
 2025-02-25 16:15 UTC  (3+ messages)
` [PATCH 7/7] KVM: Drop kvm_arch_sync_events() now that all implementations are nops

[PATCH 1/4] pkeys: add API to switch to permissive pkey register
 2025-02-25 16:15 UTC  (4+ messages)

More than 256/512 glyphs on the Liinux console
 2025-02-25 16:15 UTC  (7+ messages)

[PATCH][next] scsi: scsi_debug: Fix addition of uninitialized variable len
 2025-02-25 16:13 UTC 

[PATCH 0/3] imx8qxp: PCIe fixes
 2025-02-25 16:13 UTC  (7+ messages)
` [PATCH 1/3] dt-bindings: PCI: fsl,imx6q-pcie: Add optional DMA interrupt
` [PATCH 2/3] arm64: dts: imx8qm-ss-hsio: Wire up DMA IRQ for PCIe
` [PATCH 3/3] arm64: dts: mba8xx: Remove invalid propert

[PATCH v6.1-v5.4 1/1] pfifo_tail_enqueue: Drop new packet when sch->limit == 0
 2025-02-25 16:13 UTC 

C aggregate passing (Rust kernel policy)
 2025-02-25 16:12 UTC  (12+ messages)

[GIT PULL] Btrfs fixes for 6.14-rc5
 2025-02-25 16:12 UTC 

[PATCH v2 00/10] Expand STM32MP2 family with new SoC and boards
 2025-02-25 16:12 UTC  (3+ messages)
` [PATCH v2 04/10] dt-bindings: stm32: add STM32MP21 and STM32MP23 compatibles for syscon

[PATCH v4 0/8] driver core: auxiliary bus: add device creation helper
 2025-02-25 16:04 UTC  (3+ messages)
` [PATCH v4 3/8] drm/bridge: ti-sn65dsi86: use the auxiliary device

[RFC PATCH 0/3] gpu: nova-core: add basic timer subdevice implementation
 2025-02-25 16:09 UTC  (14+ messages)

[PATCH v3 0/2] Rockchip W552793DBA-V10 panel support
 2025-02-25 16:08 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: display: panel: Add Raydium RM67200
` [PATCH v3 2/2] drm/panel: add Raydium RM67200 panel driver

[PATCH v4] PCI/sysfs: Change read permissions for VPD attributes
 2025-02-25 16:05 UTC  (2+ messages)

[PATCH v2 1/2] dt-bindings: input/touchscreen: imagis: add compatible for ist3038h
 2025-02-25 16:05 UTC  (2+ messages)

[PATCH] Bluetooth: btusb: Add Mercusys MA530 HWID 0x2c4e/0x0115 for Realtek 8761BUV
 2025-02-25 15:58 UTC 

[PATCH v3] drivers: watchdog: Add support for panic notifier callback
 2025-02-25 16:04 UTC  (2+ messages)

[PATCH v6 00/10] arm64: dts: Add Arm Morello support
 2025-02-25 16:04 UTC  (10+ messages)
` [PATCH v6 06/10] perf: arm_pmuv3: Add support for ARM Rainier PMU
` [PATCH v6 07/10] arm64: dts: morello: Add support for common functionalities
` [PATCH v6 08/10] arm64: dts: morello: Add support for soc dts
` [PATCH v6 09/10] arm64: dts: morello: Add support for fvp dts

[PATCH v7 00/10] arm64: dts: Add Arm Morello support
 2025-02-25 16:04 UTC  (14+ messages)
` [PATCH v7 02/10] dt-bindings: arm: Add Morello compatibility
` [PATCH v7 03/10] dt-bindings: arm: Add Morello fvp compatibility
` [PATCH v7 07/10] arm64: dts: morello: Add support for common functionalities
` [PATCH v7 08/10] arm64: dts: morello: Add support for soc dts
` [PATCH v7 09/10] arm64: dts: morello: Add support for fvp dts
` [PATCH v7 10/10] MAINTAINERS: Add Vincenzo Frascino as Arm Morello Maintainer

[PATCH v2] mm: Fix error handling in __filemap_get_folio() with FGP_NOWAIT
 2025-02-25 16:04 UTC  (6+ messages)

[PATCH v2 0/7] mm, slub: handle pending kfree_rcu() in kmem_cache_destroy()
 2025-02-25 16:03 UTC  (7+ messages)
` [PATCH v2 6/7] mm, slab: call kvfree_rcu_barrier() from kmem_cache_destroy()

[PATCH v2 0/7] New DRM accel driver for Rockchip's RKNN NPU
 2025-02-25 16:02 UTC  (3+ messages)
` [PATCH v2 1/7] dt-bindings: npu: rockchip,rknn: Add bindings

[PATCH sched_ext/for-6.14-fixes] sched_ext: Fix pick_task_scx() picking non-queued tasks when it's called without balance()
 2025-02-25 16:02 UTC 

[PATCH net-next v06 0/1] net: hinic3: Add a driver for Huawei 3rd gen NIC
 2025-02-25 16:00 UTC  (3+ messages)
` [PATCH net-next v06 1/1] hinic3: module initialization and tx/rx logic

[PATCH] platform/x86: asus-wmi: change quiet to low-power
 2025-02-25 15:59 UTC  (4+ messages)

[PATCH v3] fs: introduce getfsxattrat and setfsxattrat syscalls
 2025-02-25 15:59 UTC  (9+ messages)

[PATCH v4 02/14] Add TSEM specific documentation
 2025-02-25 15:48 UTC  (6+ messages)
` [PATCH v4 2/14] "

eBPF verifier does not load libxdp dispatcher eBPF program
 2025-02-25 15:55 UTC  (3+ messages)

[PATCH net-next v4 0/4] virtio-net: Link queues to NAPIs
 2025-02-25 15:54 UTC  (3+ messages)

[PATCH scripts] scripts/sorttable: Fix resource leak in parse_symbols()
 2025-02-25 15:52 UTC  (2+ messages)

[PATCH RFC v2 00/16] drm/vkms: ConfigFS interface
 2025-02-25 15:46 UTC  (9+ messages)

[for-next][PATCH 0/6] ftrace: scripts/sorttable: Add arm64 and remove weak functions
 2025-02-25 15:47 UTC  (5+ messages)
` [for-next][PATCH 4/6] scripts/sorttable: Zero out weak functions in mcount_loc table

[PATCH 0/3] Fix analogue gain maximum for ov9282
 2025-02-25 15:46 UTC  (4+ messages)
` [PATCH 3/3] media: i2c: ov9282: fix analogue gain maximum

[PATCH] drm/vkms: Add "hardware limitation" emulation TODO
 2025-02-25 15:46 UTC 

[PATCH v5 0/6] scripts/sorttable: ftrace: Remove place holders for weak functions in available_filter_functions
 2025-02-25 15:45 UTC  (7+ messages)
` [PATCH v5 2/6] scripts/sorttable: Have mcount rela sort use direct values

[PATCH v2 0/2] Fix and cleanup some comments in blk-wbt
 2025-02-25 15:44 UTC  (2+ messages)

[PATCH v2 0/4] Fixes for hugetlb and vmalloc on arm64
 2025-02-25 15:43 UTC  (4+ messages)
` [PATCH v2 1/4] mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear()

C aggregate passing (Rust kernel policy)
 2025-02-25 15:42 UTC 

[PATCH v1] arm64: dts: qcom: sa8775p: Add default pin configurations for QUP SEs
 2025-02-25 15:41 UTC 

[RFC net-next v2 0/2] devlink: whole-device, resource .occ_set()
 2025-02-25 15:40 UTC  (6+ messages)
` [RFC net-next v2 1/2] devlink: add whole device devlink instance

[PATCH v2 00/14] kasan: x86: arm64: KASAN tag-based mode for x86
 2025-02-25 15:39 UTC  (6+ messages)
` [PATCH v2 14/14] x86: Make software tag-based kasan available

[PATCH v9 00/13] hrtimer Rust API
 2025-02-25 15:37 UTC  (5+ messages)
` [PATCH v9 01/13] rust: hrtimer: introduce hrtimer support

[PATCH v7 0/7] mseal system mappings
 2025-02-25 15:37 UTC  (10+ messages)
` [PATCH v7 1/7] mseal, system mappings: kernel config and header change
` [PATCH v7 5/7] mseal, system mappings: enable uml architecture

[PATCH v2] rseq: update kernel fields in lockstep with CONFIG_DEBUG_RSEQ
 2025-02-25 15:35 UTC 

[PATCH v20 00/11] arm64/perf: Enable branch stack sampling
 2025-02-25 15:35 UTC  (10+ messages)
` [PATCH v20 11/11] perf: arm_pmuv3: Add support for the Branch Record Buffer Extension (BRBE)

[PATCH v7 0/6] rust: extend `module!` macro with integer parameter support
 2025-02-25 15:35 UTC  (4+ messages)
` [PATCH v7 6/6] rust: add parameter support to the `module!` macro

[tip:sched/core] [sched] 2ae891b826: hackbench.throughput 6.2% regression
 2025-02-25 15:35 UTC  (6+ messages)

[PATCH RFC] mm: Fix kernel BUG when userfaultfd_move encounters swapcache
 2025-02-25 15:34 UTC  (3+ messages)

[Patch v2 00/24] Arch-PEBS and PMU supports for Clearwater Forest and Panther Lake
 2025-02-25 15:32 UTC  (3+ messages)
` [Patch v2 18/24] perf/x86/intel: Support arch-PEBS vector registers group capturing

[RFC PATCH net-next v2] ppp: use IFF_NO_QUEUE in virtual interfaces
 2025-02-25 15:32 UTC  (2+ messages)

[PATCH v3 0/2] mm/page_alloc: Some clarifications for migratetype fallback
 2025-02-25 15:29 UTC  (3+ messages)
` [PATCH v3 1/2] mm/page_alloc: Clarify terminology in migratetype fallback code
` [PATCH v3 2/2] mm/page_alloc: Clarify should_claim_block() commentary


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