messages from 2026-04-20 06:15:03 to 2026-04-20 08:25:02 UTC [more...]
[PATCH V13 02/12] PCI: host-generic: Add common helpers for parsing Root Port properties
2026-04-20 8:24 UTC (4+ messages)
[PATCH] dt-bindings: mailbox: qcom-ipcc: Document Nord IPCC
2026-04-20 8:24 UTC (5+ messages)
[PATCH 0/2] Add CPUCP mailbox support for Qualcomm Nord SoC
2026-04-20 8:23 UTC (4+ messages)
` [PATCH 2/2] mailbox: qcom-cpucp: Add support for Nord CPUCP mailbox controller
[PATCH] idpf: do not perform flow ops when netdev is detached
2026-04-20 8:22 UTC (3+ messages)
` [Intel-wired-lan] "
[PATCH] dt-bindings: phy: qcom,sc8280xp-qmp-ufs-phy: Document Nord QMP UFS PHY
2026-04-20 8:21 UTC (2+ messages)
[GIT PULL] Backlight for v7.1
2026-04-20 8:21 UTC
[PATCH v2 0/3] Update APDS990x ALS to support device trees
2026-04-20 8:21 UTC (6+ messages)
` [PATCH v2 3/3] misc: Remove old APDS990x driver
[GIT PULL] LEDs for v7.1
2026-04-20 8:20 UTC
[PATCH v3 0/9] arm_mpam: Introduce Narrow-PARTID feature
2026-04-20 8:19 UTC (5+ messages)
[PATCH 00/23] dmaengine: Smart Data Accelerator Interface (SDXI) basic support
2026-04-20 8:19 UTC (17+ messages)
` [PATCH 03/23] dmaengine: sdxi: Add PCI initialization
` [PATCH 04/23] dmaengine: sdxi: Feature discovery and initial configuration
` [PATCH 06/23] dmaengine: sdxi: Allocate DMA pools
` [PATCH 07/23] dmaengine: sdxi: Allocate administrative context
` [PATCH 08/23] dmaengine: sdxi: Install "
` [PATCH 09/23] dmaengine: sdxi: Start functions on probe, stop on remove
` [PATCH 10/23] dmaengine: sdxi: Complete administrative context jump start
` [PATCH 11/23] dmaengine: sdxi: Add client context alloc and release APIs
[GIT PULL] MFD for v7.1
2026-04-20 8:19 UTC
[PATCH] reset: use a shared SRCU domain for reset controls
2026-04-20 8:18 UTC (2+ messages)
[PATCH v4] net: caif: fix stack out-of-bounds write in cfctrl_link_setup()
2026-04-20 8:14 UTC (7+ messages)
` [PATCH v5] "
[PATCH v1 0/2] Fix dma_resv_wait_timeout() return handling in rocket/panfrost ioctls
2026-04-20 8:08 UTC (3+ messages)
` [PATCH v1 2/2] drm/panfrost: Fix wait_bo ioctl leaking positive return from dma_resv_wait_timeout()
[PATCH] soc: qcom: socinfo: Add PMIC PMAU0102
2026-04-20 8:08 UTC (2+ messages)
[PATCH 00/38] Fix and simplify the NIST DRBG implementation
2026-04-20 8:07 UTC (40+ 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 0/3] gpu: nova-core: unload extras for Hopper/Blackwell
2026-04-20 8:07 UTC (3+ messages)
` [PATCH 3/3] gpu: nova-core: add non-sec2 unload path
[PATCH] iio: accel: mma8452: use pm_ptr() for dev_pm_ops
2026-04-20 8:06 UTC (2+ messages)
[PATCH 0/2] Add Crypto Engine support for the Glymur SoC
2026-04-20 8:05 UTC (8+ messages)
` [PATCH 2/2] arm64: dts: qcom: glymur: Add crypto engine
[PATCH] sysrq: add optional logging of caller info on /proc/sysrq-trigger write
2026-04-20 8:05 UTC (3+ messages)
` 答复: [External Mail]Re: "
[PATCH] arm_pmu: acpi: fix reference leak on failed device registration
2026-04-20 8:05 UTC (7+ messages)
[PATCH v2] iio: dac: mcp47feb02: Fix passing uninitialized vref1_uV for no Vref1 case
2026-04-20 8:04 UTC
[PATCH v2] dmaengine: Fix refcount leak in channel register error path
2026-04-20 8:03 UTC (3+ messages)
[PATCH v2 0/2] mm: improve folio refcount scalability
2026-04-20 8:01 UTC (3+ messages)
` [PATCH v2 1/2] mm: drop page refcount zero state semantics
` [PATCH v2 2/2] mm: implement page refcount locking via dedicated bit
[PATCH v2 0/4] HID: Proper fix for OOM in hid-core
2026-04-20 8:01 UTC (4+ messages)
` [PATCH v2 1/4] HID: pass the buffer size to hid_report_raw_event
[PATCH] ASoC: sdw_utils: cs42l43: allow spk component names to be combined
2026-04-20 8:01 UTC (3+ messages)
[PATCH v2] mm/migrate_device: Cleanup up PMD Checks and warnings
2026-04-20 8:01 UTC (2+ messages)
[PATCH 0/2] cgroup/cpuset: fix DL rollback accounting and add a selftest
2026-04-20 7:58 UTC (6+ messages)
` [PATCH 1/2] cgroup/cpuset: record DL BW alloc CPU for attach rollback
[PATCH v2 0/2] Add WQ_PERCPU to alloc_workqueue users
2026-04-20 7:57 UTC (3+ messages)
[PATCH] [v3] mtd: spi-nor: gigadevice: Add support for GD25LQ255E
2026-04-20 7:57 UTC (2+ messages)
[PATCH 7.2 v3 00/12] Remove read-only THP support for FSes without large folio support
2026-04-20 7:56 UTC (9+ messages)
` [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()
` [PATCH 7.2 v3 11/12] selftests/mm: remove READ_ONLY_THP_FOR_FS in khugepaged
[Patch v4 02/22] sched/cache: Limit the scan number of CPUs when calculating task occupancy
2026-04-20 7:53 UTC (5+ messages)
` [PATCH v2] sched/cache: Reduce the overhead of task_cache_work by only scan the visisted cpus
[PATCH] tools/cgroup/slabinfo: Fix use of slab.memcg_data
2026-04-20 7:52 UTC (2+ messages)
[PATCH 0/9] bitfield: add FIELD_GET_SIGNED()
2026-04-20 7:49 UTC (3+ messages)
` [PATCH 7/9] wifi: rtw89: switch to using FIELD_GET_SIGNED()
[PATCH v8 0/2] kho: add support for deferred struct page init
2026-04-20 7:47 UTC (4+ messages)
drivers/pinctrl/pinctrl-tb10x.c:502:30: sparse: sparse: incorrect type in argument 1 (different address spaces)
2026-04-20 7:44 UTC (2+ messages)
[PATCH v2 0/4] clk: qcom: Add common clkref support and migrate Glymur
2026-04-20 7:42 UTC (5+ messages)
` [PATCH v2 1/4] dt-bindings: clock: qcom: Add QREF regulator supplies for glymur
` [PATCH v2 2/4] clk: qcom: Add generic clkref_en support
` [PATCH v2 3/4] clk: qcom: tcsrcc-glymur: Migrate tcsr_pcie_N_clkref_en to clk_ref common helper
` [PATCH v2 4/4] arm64: dts: qcom: glymur: Add QREF regulator supplies to TCSR
[PATCH] staging: media: atomisp: csi2: Fix DPCM decompression for source pad format
2026-04-20 7:42 UTC (4+ messages)
` [PATCH v2] "
[PATCH v4 00/17] Renesas: dmaengine and ASoC fixes
2026-04-20 7:42 UTC (3+ messages)
` [PATCH v4 14/17] dmaengine: sh: rz-dmac: Add suspend to RAM support
[PATCH 0/2] Add Sony IMX471 camera sensor driver
2026-04-20 7:40 UTC (8+ messages)
` [PATCH 1/2] media: ipu-bridge: Add DMI information of Lenovo X9 to the image upside-down list
` [PATCH 2/2] media: i2c: imx471: Add Sony IMX471 image sensor driver
[PATCH v1] drm/panel: lg-sw43408: remove panel on DSI attach failure
2026-04-20 7:38 UTC
[GIT PULL] timer subsystem fix
2026-04-20 7:39 UTC
[PATCH 0/4] media: uvcvideo: Fixes for hw timestamping
2026-04-20 7:38 UTC (2+ messages)
[GIT PULL] core/urgent fixes
2026-04-20 7:37 UTC
[PATCH] f2fs: fix potential deadlock in f2fs_balance_fs()
2026-04-20 7:35 UTC (2+ messages)
[PATCHv4] dmaengine: hsu: use kzalloc_flex()
2026-04-20 7:35 UTC (5+ messages)
[PATCH v2] md: use md_free_cloned_bio() in md_end_clone_io()
2026-04-20 7:34 UTC (3+ messages)
[PATCH] dt-bindings: crypto: qcom,inline-crypto-engine: Document Nord ICE
2026-04-20 7:33 UTC
[PATCH v2 0/2] hwtracing: hisi_ptt: Fix reset timeout handling and clean up trace start
2026-04-20 7:32 UTC (4+ messages)
` [PATCH v2 1/2] hwtracing: hisi_ptt: Propagate DMA reset timeout in trace_start()
[PATCH 0/3] Add support for Renesas RZ/G3L LVDS encoder
2026-04-20 7:31 UTC (3+ messages)
` [PATCH 3/3] drm: renesas: rz-du: Add support for "
[PATCH v8 next 00/10] arm_mpam: Introduce Narrow-PARTID feature
2026-04-20 7:31 UTC (2+ messages)
[PATCH v3 0/5] phy: qcom: qmp-pcie: Add PCIe Gen5 8-lane bifurcation support for Glymur
2026-04-20 7:30 UTC (11+ messages)
` [PATCH v3 1/5] dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: Add support for glymur Gen5 x8 bifurcation mode
` [PATCH v3 5/5] arch: arm64: dts: qcom: Add support for PCIe3a
[PATCH] md: factor out cloned bio cleanup into md_free_bio()
2026-04-20 7:30 UTC (3+ messages)
[PATCH 0/2] Add PMAU0102 RPMH regulator support
2026-04-20 7:26 UTC (3+ messages)
` [PATCH 1/2] regulator: dt-bindings: qcom,rpmh: Add PMAU0102 support
` [PATCH 2/2] regulator: rpmh-regulator: Add RPMH regulator support for Nord
[PATCH] iio: proximity: srf08: replace sprintf with sysfs_emit
2026-04-20 7:26 UTC (2+ messages)
[PATCH v5 00/14] selftests/mm: fix failures and robustness improvements
2026-04-20 7:26 UTC (3+ messages)
` [PATCH v5 13/14] selftests/mm: move hwpoison setup into run_test() and silence modprobe output for memory-failure category
[PATCH v2] slab: support for compiler-assisted type-based slab cache partitioning
2026-04-20 7:25 UTC (2+ messages)
[PATCH] serial: sh-sci: optimize max_freq determination
2026-04-20 7:23 UTC (5+ messages)
[PATCH] fsnotify: fix inode reference leak in fsnotify_recalc_mask()
2026-04-20 7:23 UTC (2+ messages)
[PATCH v7 0/3] pinctrl: aspeed: Add AST2700 SoC0 support
2026-04-20 7:22 UTC (6+ messages)
` [PATCH v7 1/3] dt-bindings: pinctrl: Add aspeed,ast2700-soc0-pinctrl
[PATCH net 0/2] tcp: symmetric challenge ACK for SEG.ACK > SND.NXT
2026-04-20 7:22 UTC (5+ messages)
` [PATCH net 1/2] tcp: send a challenge ACK on "
` [PATCH net 2/2] selftests/net: packetdrill: cover "
[PATCH v2 0/4] gpio: realtek: Add support for Realtek DHC RTD1625
2026-04-20 7:22 UTC (6+ messages)
` [PATCH v2 3/4] gpio: realtek: Add driver for Realtek DHC RTD1625 SoC
[PATCH v2] gpu: host1x: Fix device reference leak in device_add() error path
2026-04-20 7:19 UTC (2+ messages)
[PATCH v7 0/4] KVM: arm64: PMU: Use multiple host PMUs
2026-04-20 7:17 UTC (6+ messages)
` [PATCH v7 2/4] KVM: arm64: PMU: Protect the list of PMUs with RCU
[PATCH 0/5] liveupdate: Remove limits on the number of files and sessions
2026-04-20 7:13 UTC (3+ messages)
` [PATCH 1/5] liveupdate: Remove limit on the number of sessions
Recall: [PATCH 2/2] media: i2c: imx471: Add Sony IMX471 image sensor driver
2026-04-20 7:12 UTC
[PATCH] ALSA: als4000: Fix capture trigger chip->mode race
2026-04-20 7:08 UTC (2+ messages)
[PATCH v3 1/1] kernel: kprobes: fix cur_kprobe corruption during re-entrant kprobe_busy_begin() calls
2026-04-20 7:05 UTC (2+ messages)
[syzbot] [wireless?] KASAN: slab-use-after-free Write in rsi_91x_deinit
2026-04-20 7:05 UTC
[syzbot] Monthly fbdev report (Apr 2026)
2026-04-20 7:05 UTC
[PATCH] block: fix deadlock between blk_mq_freeze_queue and blk_mq_dispatch_list
2026-04-20 7:02 UTC (3+ messages)
[PATCH v10 00/28] gpu: nova-core: firmware: Hopper/Blackwell support
2026-04-20 7:02 UTC (3+ messages)
` [PATCH v10 27/28] gpu: nova-core: Hopper/Blackwell: larger WPR2 (GSP) heap
[PATCH net V2 0/3] net/mlx5: Fixes for Socket-Direct
2026-04-20 7:01 UTC (7+ messages)
` [PATCH net V2 1/3] net/mlx5: SD: Serialize init/cleanup
` [PATCH net V2 3/3] net/mlx5e: SD, Fix race condition in secondary device probe/remove
[PATCH v1] ALSA: hda/tas2781: Fix sound abnormal issue on some SPI device
2026-04-20 7:00 UTC (4+ messages)
` [EXTERNAL] "
[PATCH 0/2] Improve gmac0 DT config for NanoPi R5S
2026-04-20 6:58 UTC (4+ messages)
` [PATCH 2/2] arm64: dts: rockchip: Replace deprecated snps,* props "
[PATCH net v1] net/mlx5: Fix HCA caps leak on notifier init failure
2026-04-20 6:57 UTC (2+ messages)
[PATCH] lib/string_helpers: fix string_get_size() unit promotion after rounding
2026-04-20 6:56 UTC (3+ messages)
` [PATCH v2] lib/string_helpers: renormalize string_get_size() after rounding carry
[PATCH v1 0/2] usb: gadget: udc: simplify lock holding using guards
2026-04-20 6:56 UTC (5+ messages)
[PATCH v3 02/10] mm: introduce pgtable_has_pmd_leaves()
2026-04-20 6:55 UTC (2+ messages)
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 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 v2 1/3] MAINTAINERS: Move Peter De Schrijver to CREDITS
2026-04-20 6:50 UTC (2+ messages)
[PATCH] Documentation: fix spelling mistake "Minumum" -> "Minimum"
2026-04-20 6:47 UTC (4+ messages)
[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] 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] 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] 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 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 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] 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 (4+ messages)
` [PATCH v2 6/8] dma-direct: make dma_direct_map_phys() honor DMA_ATTR_CC_SHARED
` [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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox