mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
[PATCH v6 0/1] xfs: prevent close() hangs on frozen filesystems
 2026-09-16 12:06 UTC  (2+ messages)

[PATCH v3] xfs: fix typos and repeated words in comments
 2026-09-16 12:06 UTC  (2+ messages)

[PATCH] xfs: remove duplicate INO1_WRITTEN check
 2026-09-16 12:06 UTC  (2+ messages)

[PATCH net v2 2/2] net: ncsi: validate MAC and VLAN counts in Get Parameters response
 2026-09-16 12:05 UTC  (2+ messages)

[PATCH net v2 1/2] net: ncsi: validate response packet length before accessing fields
 2026-09-16 12:05 UTC  (2+ messages)

[PATCH] clk: qcom: mmcc-msm8960: Configure PLL15 only on APQ8064
 2026-09-16 12:04 UTC 

[PATCH 5.15] dmaengine: dw-edma-pcie: Reject devices without driver data
 2026-09-16 12:04 UTC 

[PATCH net 0/2] stmmac: fix ETHQOS SerDes interface handling
 2026-09-16 12:03 UTC  (3+ messages)
` [PATCH net 1/2] net: stmmac: propagate platform mac_finish errors

[PATCH v3 00/13] s390/cio: replace page allocator calls with k[mz]alloc()
 2026-09-16 12:03 UTC  (14+ messages)
` [PATCH v3 01/13] s390/chsc: Use kzalloc() for CUBs
` [PATCH v3 02/13] s390/chsc: Use kzalloc() for the SEI work area
` [PATCH v3 03/13] s390/chsc_sch: Use kzalloc() for CHSC requests
` [PATCH v3 04/13] s390/chsc_sch: Use __free(kfree) for synchronous "
` [PATCH v3 05/13] s390/cio: Use kzalloc() for CHSC work areas
` [PATCH v3 06/13] s390/cmf: Use kmalloc() for the CMB area
` [PATCH v3 07/13] s390/idals: Use kmalloc() for IDAL data buffers
` [PATCH v3 08/13] s390/qdio_main: Use kzalloc() for the IRQ structure
` [PATCH v3 09/13] s390/qdio_main: Use kzalloc() for the QDR
` [PATCH v3 10/13] s390/qdio_setup: Use kzalloc() for QDIO buffers
` [PATCH v3 11/13] s390/qdio_setup: Use kmalloc() for the storage list
` [PATCH v3 12/13] s390/qdio_setup: Use kmalloc() for the SSQD request
` [PATCH v3 13/13] s390/scm: Use kmalloc() for SCM information

[PATCH] ocfs2: retain all security xattrs during inode creation
 2026-09-16 12:02 UTC 

[PATCH net-next v2 0/2] ipv6: update NUD_FAILED neighbors from NA messages
 2026-09-16 12:02 UTC  (3+ messages)
` [PATCH net-next v2 1/2] "

[PATCH v3] cgroup: avoid flushing global workqueue in cgroup1_pidlist_destroy_all
 2026-09-16 12:01 UTC  (2+ messages)

[PATCH 0/5] thermal: renesas: rzg3e: TSU driver fixes and cleanups
 2026-09-16 12:00 UTC  (6+ messages)
` [PATCH 1/5] thermal: renesas: rzg3e: Fix signed integer overflow in temp_to_code()
` [PATCH 2/5] thermal: renesas: rzg3e: Fix runtime PM handling of compare irq
` [PATCH 3/5] thermal: renesas: rzg3e: Fix race between set_trips() and get_temp()
` [PATCH 4/5] thermal: renesas: rzg3e: Remove unneeded low/high check in set_trips()
` [PATCH 5/5] thermal: renesas: rzg3e: Remove redundant pm_runtime_mark_last_busy() calls

[PATCH v5] x86/amd_node: Fix resource leak in amd_smn_init() error path
 2026-09-16 11:59 UTC 

[PATCH v3] ntfs: mount hibernated volumes read-only regardless of errors=
 2026-09-16 11:57 UTC  (2+ messages)

[PATCH v3 0/2] regulator: qcom-rpmh: Add off-on-delay support
 2026-09-16 11:57 UTC  (11+ messages)

[PATCH] clk: qcom: mmcc-sdm660: Fix MDSS AHB clock HWCG register offset
 2026-09-16 11:55 UTC 

[PATCH] irqchip/qcom-pdc: Fix kernel config dependency
 2026-09-16 11:55 UTC  (2+ messages)

[PATCH] apparmor: check accept index + 1 is in bounds
 2026-09-16 11:53 UTC 

[PATCH] sysctl: Use replace **void with **char in proc_put_*
 2026-09-16 11:52 UTC  (2+ messages)

[RFC PATCH kernel 00/17] PCI/TSM: coco/sev-guest: Implement SEV-TIO PCIe TDISP (phase2)
 2026-09-16 11:51 UTC  (18+ messages)
` [RFC PATCH kernel 01/17] pci/dma/tsm: Call disable DMA bus hook on cleanup
` [RFC PATCH kernel 02/17] pci/tsm: Fix stale comment about TDI report range start
` [RFC PATCH kernel 03/17] tsm/core: Store range_id in pci_tsm_mmio_entry
` [RFC PATCH kernel 04/17] crypto/ccp/tsm: Use TSM API for DOE
` [RFC PATCH kernel 05/17] tsm-core: Register nevertheless
` [RFC PATCH kernel 06/17] x86/io/tsm: Allow mixed ioremap for shared+private BARs
` [RFC PATCH kernel 07/17] x86/dma: Revert "x86: Remove unnecessary architecture-specific <asm/device.h>"
` [RFC PATCH kernel 08/17] x86/dma: Add ARCH_HAS_PHYS_TO_DMA
` [RFC PATCH kernel 09/17] dma/swiotlb: Force shared DMA for allocatios from SWIOTLB
` [RFC PATCH kernel 10/17] x86, dma: Allow accepted devices to map private memory
` [RFC PATCH kernel 11/17] tsm/core: Add TDI status
` [RFC PATCH kernel 12/17] coco/sev-guest: Allow multiple source files in the driver
` [RFC PATCH kernel 13/17] x86/sev: Pass HV features to sev-guest device via platform data
` [RFC PATCH kernel 14/17] x86/sev: Add GHCB calls for SEV-TIO
` [RFC PATCH kernel 15/17] x86/sev: Implement guest TSM driver for SEV-TIO (phase2, DMA)
` [RFC PATCH kernel 16/17] x86/sev: Enable secure MMIO (phase2)
` [RFC PATCH kernel 17/17] x86/sev: Flush IOMMU TLB for trusted devices

[PATCH] docs: translations: pt_BR: translate generated-content.rst
 2026-09-16 11:51 UTC  (2+ messages)

[PATCH net] net: axienet: bound TX completion cleanup by the NAPI budget
 2026-09-16 11:49 UTC  (2+ messages)

[PATCH v6 0/12] perf tools: Annotate fixes, stdio progress indication, debuginfo-client in more places
 2026-09-16 11:47 UTC  (13+ messages)
` [PATCH 01/12] perf test: Skip data_type_profiling when the PMU cannot record memory events
` [PATCH 02/12] perf debuginfo: Fetch debuginfo keyed by build ID using debuginfod
` [PATCH 03/12] perf config: Move perf_config__set_variable() to util/config.c
` [PATCH 04/12] perf debuginfo: Let the user skip and disable debuginfod fetches
` [PATCH 05/12] perf debuginfo: Show the debuginfod fetch progress and keys in the TUI
` [PATCH 06/12] perf symbol: Fall back to fetching the vmlinux by build ID
` [PATCH 07/12] perf annotate-data: Show the sample count in the data-type browser
` [PATCH 08/12] perf report: Add --progress option
` [PATCH 09/12] perf scripts: Add perf-stuck, to tell where a running perf is stuck
` [PATCH 10/12] perf annotate-data: Resolve type DIEs in the debug file they came from
` [PATCH 11/12] perf mem record: Request PERF_SAMPLE_CPU by default
` [PATCH 12/12] perf mem record: Use the IBS swfilt filter when available

[PATCH v8] mm: vmscan: retry folios written back while isolated for traditional LRU
 2026-09-16 11:47 UTC  (3+ messages)

[PATCH] hpfs: reject dirents with an invalid length in hpfs_count_dnodes()
 2026-09-16 11:47 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 00/14] f2fs: support & optimize large folios for writable files
 2026-09-16 11:47 UTC  (3+ messages)
` [PATCH v2 03/14] f2fs: support regular file buffered writes on large folios

[PATCH 0/2] sched/fair: Randomize equally shallow idle CPU picks
 2026-09-16 11:46 UTC  (6+ messages)
` [PATCH 2/2] sched/fair: Randomize equally shallow slow-path candidates

[PATCH] sysctl: drop the pointer dance in proc_put_char()
 2026-09-16 11:46 UTC  (2+ messages)

[PATCH] clk: qcom: mmcc-msm8996: Fix FD AHB clock register offset
 2026-09-16 11:45 UTC 

[PATCH] nvme: work around -Wformat-security warning
 2026-09-16 11:44 UTC 

[PATCH v4 0/4] drm: mxsfb: Support LCDIF interface bus width
 2026-09-16 11:43 UTC  (10+ messages)
` [PATCH v4 2/4] drm: mxsfb: Add optional DPI output bus-width configuration
` [PATCH v4 3/4] ARM: dts: imx6ull-colibri: Set LCDIF bus-width

[PATCH] usb: fotg210: fix USB_EHCI_HCD dependency
 2026-09-16 11:43 UTC 

[PATCH] usb: fotg210: fix link error for CONFIG_USB=n
 2026-09-16 11:43 UTC  (3+ messages)

[PATCH v4 2/2] net: pcs: rzn1-miic: Verify port number from dtb
 2026-09-16 11:43 UTC  (2+ messages)

[PATCH v4 1/2] net: pcs: rzn1-miic: Fix config array initialization
 2026-09-16 11:43 UTC  (2+ messages)

[PATCH] dt-bindings: iio: adc: mediatek,mt2701-auxadc: add mt6572
 2026-09-16 11:42 UTC 

[PATCH v3 0/2] drm/tiny: add support for PIXPAPER 4.26 monochrome e-ink panel
 2026-09-16 11:40 UTC  (12+ messages)
` [PATCH v3 2/2] "

[PATCH net-next v5 4/4] selftests: net: test AF_PACKET multicast dumps
 2026-09-16 11:40 UTC  (3+ messages)

[PATCH v2] mm/page_alloc: do not boost watermarks in kdump capture kernels
 2026-09-16 11:39 UTC  (2+ messages)

[PATCH v2 0/4] maple_tree: fix maple_range_64 crashes in RCU mode
 2026-09-16 11:38 UTC  (5+ messages)
` [PATCH v2 1/4] maple_tree: remove mt_clear_meta() to fix a pointer corruption
` [PATCH v2 2/4] test_maple_tree: test a full maple_range_64 node in RCU mode
` [PATCH v2 3/4] maple_tree: fix invalid memory access in mt_free_walk()
` [PATCH v2 4/4] test_maple_tree: test a maple_range_64 metadata slot in RCU mode

[PATCH] wifi: mac80211: drain PS delivery work during station teardown
 2026-09-16 11:37 UTC 

[PATCH 0/2] wifi: mac80211: balance mesh path quota accounting
 2026-09-16 11:36 UTC  (3+ messages)
` [PATCH 1/2] wifi: mac80211: release mesh path quota on failed additions
` [PATCH 2/2] wifi: mac80211: account proxy paths against the mesh path limit

[PATCH 0/3] clk: renesas: Add missing of_genpd_del_provider() calls
 2026-09-16 11:36 UTC  (4+ messages)
` [PATCH 1/3] clk: renesas: rzv2h: Add missing of_genpd_del_provider() call
` [PATCH 2/3] clk: renesas: rzg2l: "
` [PATCH 3/3] clk: renesas: cpg-mssr: "

[PATCH v6 00/26] perf arm64: Support data type profiling
 2026-09-16 11:36 UTC  (3+ messages)

[PATCH v3] ASoC: doc: Fix bracket
 2026-09-16 11:35 UTC 

[PATCH] pmdomain: core: Honour pd_ignore_unused in the sync_state power-off
 2026-09-16 11:34 UTC  (2+ messages)

[PATCH] splice: pass a poll key when waking pipe readers and writers
 2026-09-16 11:31 UTC  (3+ messages)

[PATCH] irqchip/gic-v3: Fix typo in eoimode1 comment
 2026-09-16 11:31 UTC  (2+ messages)

[PATCH 0/7] KVM: arm64: pKVM host hypercall and GICv5 CPU interface fixes
 2026-09-16 11:30 UTC  (4+ messages)
` [PATCH 3/7] KVM: arm64: Validate the host-provided vgic model in pKVM

[PATCH] clk: qcom: gcc-ipq5424: Fix TME reset register offsets
 2026-09-16 11:29 UTC 

[PATCH v17 0/2] phy: qcom-mipi-csi2: Add a CSI2 MIPI DPHY driver
 2026-09-16 11:29 UTC  (4+ messages)

[PATCH] MAINTAINERS: change TTM maintainers to Natalie and Arun
 2026-09-16 11:28 UTC  (3+ messages)

[PATCH v2 bpf] selftests/bpf: Fix csum_partial() dropping trailing byte on odd length
 2026-09-16 11:25 UTC 

[PATCH] riscv: iommu: ask for ACS to be enabled
 2026-09-16 11:25 UTC 

[PATCH v4] mm/page_alloc: avoid direct compaction for costly __GFP_NORETRY allocations
 2026-09-16 11:24 UTC  (4+ messages)

[PATCH v3] Documentation: trace: histogram-design: fix bracket, improve wording
 2026-09-16 11:24 UTC 

[PATCH] arm_mpam: resctrl: Catch and propagate error from get_cpu_cacheinfo_id()
 2026-09-16 11:24 UTC  (4+ messages)

[PATCH v3 1/2] arm64: topology: fix arch_freq_get_on_cpu() overflow above 4.19 GHz
 2026-09-16 11:23 UTC  (2+ messages)

[PATCH 03/20] ASoC: samsung: snow: Fix clock leak in snow_probe()
 2026-09-16 11:22 UTC  (2+ messages)

[RFC PATCH 0/5] KVM: arm64: New PTE dirty-page encoding, HAFDBS new usage
 2026-09-16 11:22 UTC  (6+ messages)
` [RFC PATCH 1/5] KVM: arm64: pgtables: Change write bit from S2AP_W to DBM

[PATCH] wifi: iwlegacy: 3945: free EEPROM data on remove
 2026-09-16 11:19 UTC  (2+ messages)

[PATCH] block: Fix kerneldoc of bio_copy_kern()
 2026-09-16 11:18 UTC 

[PATCH] drm/amdgpu: Fix acpi device leak in amdgpu_acpi_enumerate_xcc()
 2026-09-16 11:18 UTC  (2+ messages)

[PATCH v2 0/7] usb: dwc3: qcom: Add firmware-managed resource support for SA8255P
 2026-09-16 11:18 UTC  (4+ messages)
` [PATCH v2 3/7] dt-bindings: usb: Add qcom,sa8255p-dwc3 for firmware-managed resources

[RFC PATCH] selftests/cgroup: Add a test for the /proc/self/cgroup namespace view
 2026-09-16 11:14 UTC 

[PATCH v1 0/2] x86/vmware: Share steal-time storage in encrypted guests
 2026-09-16 11:14 UTC  (3+ messages)
` [PATCH v1 1/2] percpu: Use X86_MEM_ENCRYPT for decrypted per-CPU data

[REGRESSION] PCI: Dynamic OF node creation hangs on invalid bridge configuration
 2026-09-16 11:14 UTC  (2+ messages)

[PATCH v8 00/17] iio: adc: Add AD7768/AD7768-4 ADC driver support
 2026-09-16 11:14 UTC  (18+ messages)
` [PATCH v8 01/17] iio: adc: adi-axi-adc: Initialize state mutex
` [PATCH v8 02/17] dt-bindings: iio: adc: Add AD7768
` [PATCH v8 03/17] iio: backend: Add support for CRC
` [PATCH v8 04/17] iio: adc: adi-axi-adc: "
` [PATCH v8 05/17] iio: adc: Add AD7768 and AD7768-4 core support
` [PATCH v8 06/17] iio: adc: ad7768: Validate master clock rate
` [PATCH v8 07/17] iio: adc: ad7768: Add power mode helper
` [PATCH v8 08/17] iio: adc: ad7768: Derive output data rates
` [PATCH v8 09/17] iio: adc: ad7768: Configure channel sampling profiles
` [PATCH v8 10/17] iio: adc: ad7768: Add sampling frequency controls
` [PATCH v8 11/17] iio: adc: ad7768: Add per-channel filter controls
` [PATCH v8 12/17] iio: adc: ad7768: Wait for digital filters to settle
` [PATCH v8 13/17] iio: adc: ad7768: Add calibration controls
` [PATCH v8 14/17] iio: adc: ad7768: Add per-channel conversion delay
` [PATCH v8 15/17] iio: adc: ad7768: Add VCM regulator support
` [PATCH v8 16/17] iio: adc: ad7768: Register GPIO auxiliary device
` [PATCH v8 17/17] Documentation: iio: Add AD7768 Documentation

[PATCH] mm/page_alloc: do not boost watermarks in kdump capture kernels
 2026-09-16 11:14 UTC  (3+ messages)

[PATCH] KVM: PPC: Book3S HV: Free the queue pages in error path
 2026-09-16 11:12 UTC 

[PATCH] list: add missing empty list check to list_cut_before()
 2026-09-16 11:11 UTC  (2+ messages)

[PATCH 00/14] Add Rust PCI SR-IOV support
 2026-09-16 11:10 UTC  (2+ messages)

[PATCH V3] powerpc/kasan: require memintrinsic prefix support for KASAN
 2026-09-16 11:09 UTC  (2+ messages)

[PATCH] ntfs3: reject empty iomap before reading its LCN
 2026-09-16 11:09 UTC  (2+ messages)

[PATCH] fs/ntfs3: reject FS_IOC_SETFSLABEL on readonly mounts
 2026-09-16 11:09 UTC  (2+ messages)

[PATCH] ntfs3: bound index head insertions by buffer capacity
 2026-09-16 11:08 UTC  (2+ messages)

[PATCH v9 00/13] drm/mediatek: Add DSC, WDMA, MT8189/96 DSI support
 2026-09-16 11:08 UTC  (14+ messages)
` [PATCH v9 01/13] dt-bindings: display: mediatek: dsc: Add MT8196 compatible
` [PATCH v9 02/13] drm/mediatek: Implement Display Stream Compression support
` [PATCH v9 03/13] dt-bindings: display: mediatek: dsi: Document MT8189 and MT8196
` [PATCH v9 04/13] drm/mediatek: mtk_dsi: Cleanup encoder if reset fails during bind
` [PATCH v9 05/13] drm/mediatek: mtk_dsi: Enable interrupt at component bind time
` [PATCH v9 06/13] drm/mediatek: mtk_dsi: Transfer register offsets to per-SoC const
` [PATCH v9 07/13] drm/mediatek: mtk_dsi: Move max link rate parameter to platform data
` [PATCH v9 08/13] drm/mediatek: mtk_dsi: Add support for MT8189
` [PATCH v9 09/13] drm/mediatek: mtk_dsi: Add support for SRAM QoS setting
` [PATCH v9 10/13] drm/mediatek: mtk_dsi: Add support for MT8196
` [PATCH v9 11/13] drm/mediatek: mtk_dsi: Enable PM Runtime on probe
` [PATCH v9 12/13] dt-bindings: display: mediatek: wdma: Add compatibles for more SoCs
` [PATCH v9 13/13] drm/mediatek: Add Write DMA (WDMA) Engine for Writeback support

[PATCH] lockd: Fix host reference leak in nlmclnt_recovery()
 2026-09-16 11:07 UTC  (2+ messages)

[PATCH] serial: 8250_uniphier: Disable clock on probe error path
 2026-09-16 11:07 UTC  (2+ messages)

[PATCH 0/2] Fix leaking of cached Host1x buffer objects
 2026-09-16 11:06 UTC  (3+ messages)
` [PATCH 1/2] gpu: host1x: Allow entries in BO caches to be freed

[PATCH] staging: fbtft: fb_upd161704: replace udelay with usleep_range
 2026-09-16 11:06 UTC  (4+ messages)

[PATCH v2 0/2] mm: stop calling pmd_folio() on special PMDs
 2026-09-16 11:05 UTC  (5+ messages)
` [PATCH v2 1/2] mm/mempolicy: use vm_normal_folio_pmd() in queue_folios_pmd()
` [PATCH v2 2/2] mm/madvise: use vm_normal_folio_pmd() in cold/pageout PMD range

[PATCH] clk: qcom: smd-rpm: Skip proxy votes on clocks for QCM2290
 2026-09-16 11:05 UTC  (3+ messages)

[PATCH v2] arm64: dts: qcom: eliza: Add FastRPC support
 2026-09-16 11:04 UTC 

[PATCH v10 0/2] media: i2c: add support for ITE IT6625/IT6626 HDMI to MIPI CSI-2 bridge
 2026-09-16 11:02 UTC  (3+ messages)
` [PATCH v10 2/2] media: i2c: add driver for ITE IT6625/IT6626

[PATCH v5] mfd: intel-lpss: Clean up and modernize DebugFS usage
 2026-09-16 11:01 UTC  (3+ messages)

[PATCH v7 00/15] Ambarella CV75 SoC minimal bring-up
 2026-09-16 11:01 UTC  (5+ messages)
      `  "

[PATCH] platform/x86: asus-wmi: fix use-after-free unregistering kbd_led led
 2026-09-16 11:00 UTC  (2+ messages)

[PATCH] platform/x86: asus-wmi: don't warn when LPS0 is unavailable
 2026-09-16 11:00 UTC  (2+ messages)

[PATCH] iio: adc: stm32-adc: fix possible division by zero in processed channel
 2026-09-16 11:00 UTC  (4+ messages)

[PATCH v2] selftests/mm: skip khugepaged file tests if mkfs.xfs is unavailable
 2026-09-16 10:59 UTC  (2+ messages)

[PATCH v11 0/7] Switch Arm SMCCC firmware services to an SMCCC bus
 2026-09-16 10:58 UTC  (5+ messages)
` [PATCH v11 3/7] firmware: arm_rmm: Move RSI support out of arch/arm64
` [PATCH v11 7/7] coco: guest: arm64: Replace dummy CCA device with sysfs ABI

[PATCH] clk: qcom: gcc-qcs615: Fix GCC_CPUSS_GNOC_CBCR offset
 2026-09-16 10:57 UTC  (2+ messages)

[PATCH v8 00/13] drm/mediatek: Add DSC, WDMA, MT8189/96 DSI support
 2026-09-16 10:57 UTC  (6+ messages)
` [PATCH v8 02/13] drm/mediatek: Implement Display Stream Compression support

[PATCH v4 next 0/9] locking/osq_lock: Optimisations to osq_lock code
 2026-09-16 10:56 UTC  (4+ messages)
` [PATCH v4 next 4/9] locking/osq_lock: Delete 'fast path' code from osq_unlock()

[PATCH] gpio: rockchip: Fix bank clock leak in rockchip_get_bank_data()
 2026-09-16 10:55 UTC  (2+ messages)

[PATCH net-next v19 0/3] net: phy: Add driver for Motorcomm Quad 2.5GbE phy
 2026-09-16 10:55 UTC  (4+ messages)
` [PATCH net-next v19 1/3] dt-bindings: net: Document Motorcomm YT8824 PHY package
` [PATCH net-next v19 2/3] net: phy: Add support for Template Control register for PMA
` [PATCH net-next v19 3/3] net: phy: Add driver for Motorcomm Quad 2.5GbE phy

[PATCH v5] mm/gup_test: safely calculate GUP batch size
 2026-09-16 10:53 UTC  (2+ messages)

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®