public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-20 03:09:41 to 2026-04-20 06:55:11 UTC [more...]

[PATCH 7.2 v3 00/12] Remove read-only THP support for FSes without large folio support
 2026-04-20  6:55 UTC  (9+ messages)
` [PATCH 7.2 v3 01/12] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check
` [PATCH 7.2 v3 02/12] mm/khugepaged: add folio dirty check after try_to_unmap()
` [PATCH 7.2 v3 03/12] mm/huge_memory: remove READ_ONLY_THP_FOR_FS from file_thp_enabled()
` [PATCH 7.2 v3 04/12] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check in hugepage_pmd_enabled()

Pressing the power button causes the device to freeze completely
 2026-04-20  6:54 UTC  (3+ messages)

[PATCH] dt-bindings: thermal: qcom-tsens: Document Nord Temperature Sensor
 2026-04-20  6:54 UTC 

[BUG] mac80211: lockdep warning from key debugfs creation
 2026-04-20  6:54 UTC  (3+ messages)

[PATCH] drm/panel: jdi-fhd-r63452: remove panel on DSI attach failure
 2026-04-20  6:52 UTC 

[PATCH] fsnotify: fix inode reference leak in fsnotify_recalc_mask()
 2026-04-20  6:47 UTC 

[PATCH 00/53] selftests/mm: make MM selftests more CI friendly
 2026-04-20  6:50 UTC  (3+ messages)
` [PATCH 02/53] selftests/mm: khugepaged: enable collapse_single_pte_entry_compound for shmem

[PATCH] drm/bridge: imx8qxp-pxl2dpi: avoid of_node_put() on ERR_PTR()
 2026-04-20  6:53 UTC  (4+ messages)

[PATCH 00/23] dmaengine: Smart Data Accelerator Interface (SDXI) basic support
 2026-04-20  6:51 UTC  (5+ messages)
` [PATCH 03/23] dmaengine: sdxi: Add PCI initialization
` [PATCH 04/23] dmaengine: sdxi: Feature discovery and initial configuration

[PATCHv4] dmaengine: hsu: use kzalloc_flex()
 2026-04-20  6:49 UTC  (3+ messages)

[PATCH v2 1/3] MAINTAINERS: Move Peter De Schrijver to CREDITS
 2026-04-20  6:50 UTC  (2+ messages)

[PATCH 0/2] Add Sony IMX471 camera sensor driver
 2026-04-20  6:48 UTC  (5+ messages)
` [PATCH 2/2] media: i2c: imx471: Add Sony IMX471 image "

[PATCH] Documentation: fix spelling mistake "Minumum" -> "Minimum"
 2026-04-20  6:47 UTC  (4+ messages)

[PATCH] staging: media: atomisp: csi2: Fix DPCM decompression for source pad format
 2026-04-20  6:46 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v6 00/30] pkeys-based page table hardening
 2026-04-20  6:46 UTC  (6+ messages)
` [PATCH v6 01/30] mm: Introduce kpkeys

[PATCH v2] drm/mediatek: hdmi: Convert DRM_ERROR() to drm_err()
 2026-04-20  6:45 UTC 

[PATCH v1] clk: imx95-blk-ctl: Fix REFCLK rise-fall mismatch on i.MX95
 2026-04-20  6:44 UTC  (3+ messages)

[PATCH] dt-bindings: qcom: geni-se-qup: Add compatible for Nord SoC
 2026-04-20  6:44 UTC 

[PATCH v1] ALSA: hda/tas2781: Fix sound abnormal issue on some SPI device
 2026-04-20  6:43 UTC  (3+ messages)

[PATCH] docs: Add overview and SLUB allocator sections to slab documentation
 2026-04-20  6:43 UTC  (8+ messages)

[PATCH RFC] ACPI: processor: idle: Do not propagate acpi_processor_ffh_lpi_probe() -ENODEV
 2026-04-20  6:38 UTC  (8+ messages)

[PATCH] PCI: qcom: Disable ASPM L0s for SA8775P
 2026-04-20  6:38 UTC  (2+ messages)

[PATCH 00/38] Fix and simplify the NIST DRBG implementation
 2026-04-20  6:34 UTC  (39+ messages)
` [PATCH 01/38] crypto: drbg - Fix returning success on failure in CTR_DRBG
` [PATCH 02/38] crypto: drbg - Fix misaligned writes in CTR_DRBG and HASH_DRBG
` [PATCH 03/38] crypto: drbg - Fix ineffective sanity check
` [PATCH 04/38] crypto: drbg - Fix drbg_max_addtl() on 64-bit kernels
` [PATCH 05/38] crypto: drbg - Fix the fips_enabled priority boost
` [PATCH 06/38] crypto: drbg - Remove always-enabled symbol CRYPTO_DRBG_HMAC
` [PATCH 07/38] crypto: drbg - Remove broken commented-out code
` [PATCH 08/38] crypto: drbg - Remove unhelpful helper functions
` [PATCH 09/38] crypto: drbg - Remove obsolete FIPS 140-2 continuous test
` [PATCH 10/38] crypto: drbg - Fold include/crypto/drbg.h into crypto/drbg.c
` [PATCH 11/38] crypto: drbg - Remove import of crypto_cipher functions
` [PATCH 12/38] crypto: drbg - Remove support for CTR_DRBG
` [PATCH 13/38] crypto: drbg - Remove support for HASH_DRBG
` [PATCH 14/38] crypto: drbg - Flatten the DRBG menu
` [PATCH 15/38] crypto: testmgr - Add test for drbg_pr_hmac_sha512
` [PATCH 16/38] crypto: testmgr - Update test for drbg_nopr_hmac_sha512
` [PATCH 17/38] crypto: drbg - Remove support for HMAC-SHA256 and HMAC-SHA384
` [PATCH 18/38] crypto: drbg - Simplify algorithm registration
` [PATCH 19/38] crypto: drbg - De-virtualize drbg_state_ops
` [PATCH 20/38] crypto: drbg - Move fixed values into constants
` [PATCH 21/38] crypto: drbg - Embed V and C into struct drbg_state
` [PATCH 22/38] crypto: drbg - Use HMAC-SHA512 library API
` [PATCH 23/38] crypto: drbg - Remove drbg_core
` [PATCH 24/38] crypto: drbg - Install separate seed functions for pr and nopr
` [PATCH 25/38] crypto: drbg - Move module aliases to end of file
` [PATCH 26/38] crypto: drbg - Consolidate "instantiate" logic and remove drbg_state::C
` [PATCH 27/38] crypto: drbg - Eliminate use of 'drbg_string' and lists
` [PATCH 28/38] crypto: drbg - Simplify drbg_generate_long() and fold into caller
` [PATCH 29/38] crypto: drbg - Put rng_alg methods in logical order
` [PATCH 30/38] crypto: drbg - Fold drbg_instantiate() into drbg_kcapi_seed()
` [PATCH 31/38] crypto: drbg - Separate "reseed" case in drbg_kcapi_seed()
` [PATCH 32/38] crypto: drbg - Fold drbg_prepare_hrng() into drbg_kcapi_seed()
` [PATCH 33/38] crypto: drbg - Simplify "uninstantiate" logic
` [PATCH 34/38] crypto: drbg - Include get_random_bytes() output in additional input
` [PATCH 35/38] crypto: drbg - Change DRBG_MAX_REQUESTS to 4096
` [PATCH 36/38] crypto: drbg - Remove redundant reseeding based on random.c state
` [PATCH 37/38] crypto: drbg - Clean up generation code
` [PATCH 38/38] crypto: drbg - Clean up loop in drbg_hmac_update()

[PATCH] usb: cdnsp: add support for eUSB2v2 port
 2026-04-20  6:31 UTC  (3+ messages)

[PATCH v1] drm/panel: ili9881c: remove panel on DSI attach failure
 2026-04-20  6:34 UTC 

[PATCH] media: atomisp: coding style: Move trailing statements to next line
 2026-04-20  6:34 UTC  (5+ messages)

[PATCH v1 0/2] usb: gadget: udc: simplify lock holding using guards
 2026-04-20  6:30 UTC  (6+ messages)
` [PATCH v1 1/2] usb: gadget: udc: simplify udc_lock "
` [PATCH v1 2/2] usb: gadget: udc: simplify connect_lock "

[PATCH] block: fix deadlock between blk_mq_freeze_queue and blk_mq_dispatch_list
 2026-04-20  6:31 UTC  (2+ messages)

[PATCH] ceph: fix potential ERR_PTR dereference in ceph_submit_write()
 2026-04-20  6:28 UTC  (3+ messages)

[PATCH] arm64: defconfig: Enable Qualcomm UFS and QMP UFS PHY drivers as built-in
 2026-04-20  6:28 UTC  (8+ messages)

[PATCH v2] dmaengine: Fix refcount leak in channel register error path
 2026-04-20  6:23 UTC  (2+ messages)

[PATCH v7 0/4] KVM: arm64: PMU: Use multiple host PMUs
 2026-04-20  6:21 UTC  (7+ messages)
` [PATCH v7 1/4] KVM: arm64: PMU: Add kvm_pmu_enabled_counter_mask()
` [PATCH v7 2/4] KVM: arm64: PMU: Protect the list of PMUs with RCU

[PATCH v3 0/2] Add LT9611C(EX/UXD) DRM bridge driver and device tree
 2026-04-20  6:16 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: bridge: This patch adds new content to the lontium,lt9611.yaml binding file
` [PATCH v3 2/2] drm/bridge: This patch add new DRM bridge driver for LT9611C(EX/UXD) chip

[PATCH net V2 0/3] net/mlx5: Fixes for Socket-Direct
 2026-04-20  6:21 UTC  (4+ messages)
` [PATCH net V2 3/3] net/mlx5e: SD, Fix race condition in secondary device probe/remove

[PATCH v1] drm/sysfb: ofdrm: fix PCI device reference leaks
 2026-04-20  6:21 UTC  (2+ messages)

[GIT PULL] eCryptfs changes for 7.1-rc1
 2026-04-20  6:20 UTC 

[PATCH] idpf: do not perform flow ops when netdev is detached
 2026-04-20  6:20 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH] tracing: separate module tracepoint strings from trace_printk formats
 2026-04-20  6:19 UTC  (2+ messages)
` [PATCH v2] tracing: export live module tracepoint strings in printk_formats

[PATCH v2 0/2] Add support for Amediatech X98Q (Amlogic S905W2)
 2026-04-20  6:18 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: arm: amlogic: add X98Q compatible
` [PATCH v2 2/2] arm64: dts: amlogic: add support for X98Q

[PATCH] dt-bindings: timer: Remove sifive,fine-ctr-bits property
 2026-04-20  6:18 UTC 

[PATCH] ALSA: core: Fix potential data race at fasync handling
 2026-04-20  6:17 UTC 

[PATCH v2] drm/bridge: ite-it6263: Add suspend/resume support
 2026-04-20  6:15 UTC  (5+ messages)

[PATCH v2 0/8] dma-mapping: Use DMA_ATTR_CC_SHARED through direct, pool and swiotlb paths
 2026-04-20  6:14 UTC  (9+ messages)
` [PATCH v2 1/8] dma-direct: swiotlb: handle swiotlb alloc/free outside __dma_direct_alloc_pages
` [PATCH v2 2/8] dma-direct: use DMA_ATTR_CC_SHARED in alloc/free paths
` [PATCH v2 3/8] dma-pool: track decrypted atomic pools and select them via attrs
` [PATCH v2 4/8] dma: swiotlb: track pool encryption state and honor DMA_ATTR_CC_SHARED
` [PATCH v2 5/8] dma-mapping: make dma_pgprot() "
` [PATCH v2 6/8] dma-direct: make dma_direct_map_phys() "
` [PATCH v2 7/8] dma-direct: set decrypted flag for remapped DMA allocations
` [PATCH v2 8/8] dma-direct: select DMA address encoding from DMA_ATTR_CC_SHARED

[PATCH] ALSA: hda/realtek: add quirk for Acer Nitro 16 AN16-41
 2026-04-20  6:14 UTC  (2+ messages)

[PATCH v3 0/7] Add QSPI support for QCS615 and improve interconnect handling
 2026-04-20  6:12 UTC  (8+ messages)
` [PATCH v3 1/7] dt-bindings: spi: qcom,spi-qcom-qspi: Add qcom,qcs615-qspi compatible
` [PATCH v3 2/7] spi: qcom-qspi: Fix incomplete error handling in runtime PM
` [PATCH v3 3/7] spi: qcom-qspi: Add interconnect support for memory path
` [PATCH v3 4/7] arm64: dts: qcom: talos: Add QSPI support
` [PATCH v3 5/7] arm64: dts: qcom: qcs615-ride: enable QSPI and NOR flash
` [PATCH v3 6/7] arm64: dts: qcom: kodiak: Add QSPI memory interconnect path
` [PATCH v3 7/7] arm64: dts: qcom: sc7180: "

[PATCH v2] drm/bridge: dw-hdmi-qp: Guard clear_audio_infoframe when PHY is down
 2026-04-20  6:11 UTC  (3+ messages)

[PATCH] media: pvrusb2: fix disconnect and teardown races
 2026-04-20  6:06 UTC 

[PATCH] dt-bindings: serial: Add compatible for Qualcomm Nord SoC
 2026-04-20  6:05 UTC 

[PATCH v3] platform/x86: dell-dw5826e: Add reset driver for DW5826e
 2026-04-20  6:01 UTC  (3+ messages)

[PATCH v1] dmaengine: idxd: fix deadlock and double free in idxd_cdev_open()
 2026-04-20  6:01 UTC  (2+ messages)

[PATCH v4] platform/x86: dell-dw5826e: Add reset driver for DW5826e
 2026-04-20  6:00 UTC 

[PATCH V13 02/12] PCI: host-generic: Add common helpers for parsing Root Port properties
 2026-04-20  5:59 UTC  (3+ messages)

[PATCH] dmaengine: idxd: Fix saved engines array leak in config save
 2026-04-20  5:59 UTC  (2+ messages)

[PATCH v3 0/8] unwind, arm64: add sframe unwinder for kernel
 2026-04-20  5:56 UTC  (7+ messages)
` [PATCH v3 7/8] sframe: Introduce in-kernel SFRAME_VALIDATION
` [PATCH v3 8/8] unwind: arm64: Use sframe to unwind interrupt frames

[PATCH v3] gpu: host1x: Fix device reference leak in host1x_device_parse_dt() error path
 2026-04-20  5:51 UTC  (2+ messages)

[PATCH net] net: mctp: fix don't require received header reserved bits to be zero
 2026-04-20  5:41 UTC  (2+ messages)

[PATCH v2 0/2] sched/fair: SMT-aware asymmetric CPU capacity
 2026-04-20  5:49 UTC  (5+ messages)
` [PATCH 1/2] sched/fair: Prefer fully-idle SMT cores in asym-capacity idle selection

[RFC PATCH 1/2] kernel/notifier: replace single-linked list with double-linked list for reverse traversal
 2026-04-20  5:44 UTC  (2+ messages)

[PATCH 5.10.y] ipv6: add NULL checks for idev in SRv6 paths
 2026-04-20  5:43 UTC 

[PATCH 5.15.y] ipv6: add NULL checks for idev in SRv6 paths
 2026-04-20  5:43 UTC 

[PATCH 6.1.y] ipv6: add NULL checks for idev in SRv6 paths
 2026-04-20  5:43 UTC 

[PATCH 6.6.y] ipv6: add NULL checks for idev in SRv6 paths
 2026-04-20  5:42 UTC 

[PATCH 6.12.y] ipv6: add NULL checks for idev in SRv6 paths
 2026-04-20  5:42 UTC 

[PATCH 0/5] media: synopsys: enhancements and i.MX95 support
 2026-04-20  5:42 UTC  (3+ messages)
` [PATCH 2/5] media: synopsys: Add support for multiple streams

[PATCH v2 0/3] ARM: dts: aspeed: anacapa: restructure devicetree for development-phase
 2026-04-20  5:41 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: arm: aspeed: add Anacapa EVT1 EVT2 board

[PATCH v2] sched_ext: Honor SCX_OPS_ALWAYS_ENQ_IMMED on framework-internal goto-local paths
 2026-04-20  5:29 UTC  (3+ messages)

[PATCH v2 0/2] serial: 8250_dw: Add support for UltraRISC DP1000 uart
 2026-04-20  5:27 UTC  (6+ messages)
` [PATCH v2 2/2] riscv: ultrarisc: 8250_dw: support "

[PATCH] drm/mediatek: Convert legacy DRM logging to drm_* helpers in mtk_dsi.c
 2026-04-20  5:20 UTC 

[PATCH v1] fbdev: savage: fix probe-path EDID cleanup leaks
 2026-04-20  5:19 UTC 

[PATCH v2] Drivers: hv: mshv: fix integer overflow in memory region overlap check
 2026-04-20  5:17 UTC  (7+ messages)

[PATCH 0/2] HID: appletb-kbd: fix UAF and mutex-in-atomic in inactivity timer
 2026-04-20  5:13 UTC  (3+ messages)
` [PATCH 1/2] HID: appletb-kbd: fix UAF in inactivity-timer cleanup path
` [PATCH 2/2] HID: appletb-kbd: run inactivity autodim from workqueues

[PATCH] selftests/seccomp: add Alpha support to seccomp_bpf
 2026-04-20  5:13 UTC  (4+ messages)

[PATCH 0/2] Add LT7911EXC edp to mipi bridge driver
 2026-04-20  5:05 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings:bridge Add LT7911EXC binding
` [PATCH 2/2] drm/bridge: Add LT7911EXC edp to mipi bridge driver

[PATCH] arm: kernel: add NULL pointer check in early_mem()
 2026-04-20  5:04 UTC  (2+ messages)

[PATCH] riscv: check leaf entry alignment in pageattr_pxd_entry()
 2026-04-20  4:59 UTC 

[PATCH 0/6] drm: handle IRQ_HPD events correctly
 2026-04-20  4:50 UTC  (5+ messages)
` [PATCH 1/6] drm/connector: report IRQ_HPD events to drm_connector_oob_hotplug_event()

[PATCH] PCI/MSI: Fix memory leak in pci_alloc_irq_vectors_affinity INTx path
 2026-04-20  4:47 UTC  (2+ messages)

[PATCH v5 0/4] input: add GPIO-based charlieplex keypad
 2026-04-20  4:47 UTC  (3+ messages)
` [PATCH v5 4/4] Input: charlieplex_keypad: add GPIO "

[PATCH] staging: rtl8723bs: remove unused offset in phase 2 _BlockWrite()
 2026-04-20  4:46 UTC 

[PATCH 0/5] liveupdate: Remove limits on the number of files and sessions
 2026-04-20  4:45 UTC  (6+ messages)
` [PATCH 1/5] liveupdate: Remove limit on the number of sessions

[PATCH v6 0/7] iio: ssp_sensors: improve resource cleanup
 2026-04-20  4:29 UTC  (8+ messages)
` [PATCH v6 1/7] iio: ssp_sensors: cleanup codestyle warning
` [PATCH v6 2/7] iio: ssp_sensors: cleanup codestyle check

[PATCH v1] staging: rtl8723bs: fix stale recv_frame free in recv_func_posthandle()
 2026-04-20  4:27 UTC 

[PATCH RESEND] dt-bindings: mfd: qcom,tcsr: Add compatible for Nord
 2026-04-20  4:21 UTC 

[PATCH] dt-bindings: mfd: qcom,tcsr: Add compatible for Nord
 2026-04-20  4:19 UTC  (2+ messages)

[syzbot] [mm?] KASAN: use-after-free Read in copy_folio_from_iter_atomic (2)
 2026-04-20  4:18 UTC 

[syzbot] [mm?] KASAN: use-after-free Read in copy_folio_from_iter_atomic (2)
 2026-04-20  4:18 UTC 

[PATCH] scsi: mpi3mr: bounds-check phy_number in mpi3mr_update_links()
 2026-04-20  4:17 UTC  (3+ messages)

[syzbot] [mm?] KASAN: use-after-free Read in copy_folio_from_iter_atomic (2)
 2026-04-20  4:11 UTC  (3+ messages)
` Forwarded: "

[tip:timers/urgent 1/1] include/linux/jiffies.h:470:36: sparse: sparse: cast truncates bits from constant value (3fffffffffff85ee becomes ffff85ee)
 2026-04-20  4:06 UTC 

[RESEND] In cgroup v2, setting a smaller value for sched_rt_runtime_us fails
 2026-04-20  4:03 UTC  (3+ messages)

[PATCH] usb: gadget: udc: Fix overwriting the gadget driver of occupied udc
 2026-04-20  4:02 UTC 

[RFC PATCH v5 0/9] steal tasks to improve CPU utilization
 2026-04-20  4:01 UTC  (4+ messages)

[PATCH] dt-bindings: mailbox: qcom-ipcc: Document Nord IPCC
 2026-04-20  4:01 UTC 

sched/fair: DELAY_DEQUEUE causes ~25% pipe IPC regression on Raspberry Pi 5
 2026-04-20  3:53 UTC  (2+ messages)

[PATCH 0/2] Add CPUCP mailbox support for Qualcomm Nord SoC
 2026-04-20  3:49 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: mailbox: qcom: Document Nord CPUCP mailbox controller
` [PATCH 2/2] mailbox: qcom-cpucp: Add support for "

[PATCH] erofs: fix offset truncation when shifting pgoff on 32-bit platforms
 2026-04-20  3:46 UTC 

[External Mail][PATCH] sched_ext: Honor SCX_OPS_ALWAYS_ENQ_IMMED on framework-internal goto-local paths
 2026-04-20  3:41 UTC 

[PATCH net] ipv6: addrconf: skip ERRDAD transition when address already DEAD
 2026-04-20  3:28 UTC 

[PATCH v2 0/4] soc: amlogic: clk-measure: add A1 and T7 support
 2026-04-20  3:25 UTC  (4+ messages)
` [PATCH v2 4/4] arm64: dts: amlogic: t7: Add clk measure support

[PATCH] net: lpc_eth: Fix a possible memory leak in lpc_mii_probe()
 2026-04-20  3:24 UTC  (2+ messages)

[PATCH iwl-next v2 3/3] igc: add support for forcing link speed without autonegotiation
 2026-04-20  3:20 UTC  (3+ messages)

[PATCH] tools/cgroup/slabinfo: Fix use of slab.memcg_data
 2026-04-20  3:19 UTC  (2+ messages)

[PATCH 0/2] spi: add sysfs interface for userspace device instantiation
 2026-04-20  3:14 UTC  (3+ messages)
` [PATCH 1/2] spi: add new_device/delete_device sysfs interface
` [PATCH 2/2] docs: spi: add documentation for userspace device instantiation

[PATCH v10 00/28] gpu: nova-core: firmware: Hopper/Blackwell support
 2026-04-20  3:10 UTC  (6+ messages)
` [PATCH v10 09/28] gpu: nova-core: Hopper/Blackwell: new location for PCI config mirror

[PATCH] fuse: drop redundant check in fuse_sync_bucket_alloc()
 2026-04-20  3:09 UTC 

[PATCH 7.2 v9 0/2] skip redundant sync IPIs when TLB flush sent them
 2026-04-20  3:08 UTC  (3+ messages)
` [PATCH 7.2 v9 1/2] mm/mmu_gather: prepare to skip redundant sync IPIs
` [PATCH 7.2 v9 2/2] x86/tlb: skip redundant sync IPIs for native TLB flush


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