The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2026-06-01 10:27:01 to 2026-06-01 12:12:59 UTC [more...]

[PATCH 00/29] crypto: talitos - Driver cleanup
 2026-06-01 12:12 UTC  (26+ messages)
` [PATCH 07/29] crypto: talitos/hash - Move into separate file
` [PATCH 08/29] crypto: talitos/skcipher "
` [PATCH 09/29] crypto: talitos/aead "
` [PATCH 10/29] crypto: talitos - Remove alg settings in talitos_register_common()
` [PATCH 11/29] crypto: talitos - Remove unused priority field in struct talitos_alg_template
` [PATCH 12/29] crypto: talitos/hash - Convert to init_tfm/exit_tfm type-specific API
` [PATCH 13/29] crypto: talitos/skcipher - Convert to init/exit "
` [PATCH 14/29] crypto: talitos/aead "
` [PATCH 15/29] crypto: talitos/hash - Use macro for algorithm definitions
` [PATCH 16/29] crypto: talitos/skcipher "
` [PATCH 17/29] crypto: talitos/aead "

[PATCH] mm_access: simplify the security checks
 2026-06-01 12:12 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] iommu/amd: Fix undefined behavior in devid_write debugfs function
 2026-06-01 12:12 UTC 

[PATCH v3] mm/page_vma_mapped_walk: Use ptep_get_lockless() for lockless access
 2026-06-01 12:10 UTC  (2+ messages)

[PATCH] thermal/core: Fix missing stub for devm_thermal_cooling_device_register
 2026-06-01 12:09 UTC  (2+ messages)

[PATCH mt76] wifi: mt76: mt7915: configure noise floor reporting on reset
 2026-06-01 12:09 UTC  (4+ messages)

[PATCH v5 00/14] mm: thp: always enable mTHP support
 2026-06-01 12:09 UTC  (5+ messages)
` [PATCH v5 07/14] mm: shmem: allow THP support determination at folio allocation time
` [PATCH v5 14/14] mm: thp: always enable mTHP support

[PATCH 00/11] net: wwan: t9xx: Add MediaTek T9XX WWAN driver
 2026-06-01 12:09 UTC  (9+ messages)
` [PATCH 01/11] net: wwan: t9xx: Add PCIe core
` [PATCH 02/11] net: wwan: t9xx: Add control plane transaction layer
` [PATCH 03/11] net: wwan: t9xx: Add control DMA interface
` [PATCH 06/11] net: wwan: t9xx: Add AT & MBIM WWAN ports

[PATCH v4 00/13] liveupdate: Remove limits on sessions and files
 2026-06-01 12:08 UTC  (3+ messages)
` [PATCH v4 01/13] liveupdate: change file_set->count type to u64 for type safety

[PATCH] mm: delete stale comment about cachelines
 2026-06-01 12:08 UTC  (2+ messages)

[PATCH rc v3 0/4] iommufd: Fix veventq_depth boundary
 2026-06-01 12:07 UTC  (2+ messages)

[PATCH v3 00/10] ARM: qcom: msm8960: enable WCNSS (Bluetooth & Wi-Fi)
 2026-06-01 12:07 UTC  (10+ messages)
` [PATCH v3 03/10] mfd: qcom_rpm: add msm8960 QDSS clock resource
` [PATCH v3 04/10] clk: qcom: clk-rpm: add msm8960 compatible
` [PATCH v3 05/10] ARM: dts: qcom: msm8960: add RPM clock controller and fix USB clocks
` [PATCH v3 10/10] ARM: dts: qcom: msm8960: huashan: enable Wi-Fi and Bluetooth

[PATCH mm-unstable v18 11/14] mm/khugepaged: Introduce mTHP collapse support
 2026-06-01 12:06 UTC  (5+ messages)

[PATCH v9 00/37] mm/virtio: skip redundant zeroing of host-zeroed pages
 2026-06-01 12:06 UTC  (3+ messages)
` [PATCH v9 07/37] mm: thread user_addr through page allocator for cache-friendly zeroing

[PATCH v4 0/5] selftests/mm: separate GUP microbenchmarking from functional testing
 2026-06-01 12:04 UTC  (5+ messages)

[PATCH v3 00/24] dynamic-debug cleanups refactors maintenance + alignment fix
 2026-06-01 12:05 UTC  (25+ messages)
` [PATCH v3 01/24] docs/dyndbg: update examples \012 to \n
` [PATCH v3 02/24] docs/dyndbg: explain flags parse 1st
` [PATCH v3 03/24] vmlinux.lds.h: refactor BOUNDED_SECTION_* macros into bounded_sections.lds.h
` [PATCH v3 04/24] vmlinux.lds.h: drop unused HEADERED_SECTION* macros
` [PATCH v3 05/24] vmlinux.lds.h: Fix ALIGN(8) omission causing NULL ptr on i386
` [PATCH v3 06/24] vmlinux.lds.h: remove redundant ALIGN(8) directives
` [PATCH v3 07/24] dyndbg.lds.S: fix lost dyndbg sections in modules
` [PATCH v3 08/24] dyndbg: factor ddebug_match_desc out from ddebug_change
` [PATCH v3 09/24] dyndbg: add stub macro for DECLARE_DYNDBG_CLASSMAP
` [PATCH v3 10/24] dyndbg: reword "class unknown," to "class:_UNKNOWN_"
` [PATCH v3 11/24] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
` [PATCH v3 12/24] dyndbg: drop NUM_TYPE_ARGS
` [PATCH v3 13/24] dyndbg: reduce verbose/debug clutter
` [PATCH v3 14/24] dyndbg: refactor param_set_dyndbg_classes and below
` [PATCH v3 15/24] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
` [PATCH v3 16/24] dyndbg: replace classmap list with an array-slice
` [PATCH v3 17/24] dyndbg: macrofy a 2-index for-loop pattern
` [PATCH v3 18/24] dyndbg: Upgrade class param storage to u64 for 64-bit classmaps
` [PATCH v3 19/24] dyndbg,module: make proper substructs in _ddebug_info
` [PATCH v3 20/24] dyndbg: move mod_name down from struct ddebug_table to _ddebug_info
` [PATCH v3 21/24] dyndbg: hoist classmap-filter-by-modname up to ddebug_add_module
` [PATCH v3 22/24] selftests-dyndbg: add a dynamic_debug run_tests target
` [PATCH v3 23/24] dyndbg: change __dynamic_func_call_cls* macros into expressions
` [PATCH v3 24/24] dynamic_debug: use KBUILD_MODFILE for unique builtin module names

[PATCH] drm/lima: call drm_mm_init() with a valid allocation range
 2026-06-01 12:03 UTC 

[PATCH] mm: mm_init: use div64_ul() instead of do_div()
 2026-06-01 15:26 UTC  (4+ messages)

[PATCH v4 0/3] Add eDP lane mapping support
 2026-06-01 12:02 UTC  (10+ messages)
` [PATCH v4 1/3] dt-bindings: display: bridge: analogix-dp: Add data-lanes support for endpoint
` [PATCH v4 2/3] drm/bridge: analogix_dp: Add validation for samsung,lane-count property
` [PATCH v4 3/3] drm/bridge: analogix_dp: Add support for optional data-lanes mapping

[PATCH net-next v6 5/5] veth: time-based BQL completion coalescing via ethtool tx-usecs
 2026-06-01 12:00 UTC  (3+ messages)

[PATCH v3 0/2] Add support for Infineon eFuse xdp730
 2026-06-01 11:58 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: hwmon/pmbus: Add Infineon xdp730

[RESEND][PATCH v2] unwind: Add sframe_(un)register() system calls
 2026-06-01 11:54 UTC  (2+ messages)

[PATCH net-next v8 0/3] ksz87xx: add support for low-loss cable equalizer errata
 2026-06-01 11:54 UTC  (4+ messages)
` [PATCH net-next v8 1/3] net: dsa: microchip: implement KSZ87xx Module 3 low-loss cable errata
` [PATCH net-next v8 2/3] net: ethtool: add KSZ87xx low-loss cable PHY tunables
` [PATCH net-next v8 3/3] net: phy: micrel: expose KSZ87xx low-loss cable tunables

[PATCH v1 9/9] mmc: sdhci-cadence: add Altera Agilex5 SD6HC support
 2026-06-01 11:54 UTC  (3+ messages)

[PATCH v3 0/3] iio: flow: Sensirion SLF3S liquid flow sensor
 2026-06-01 11:53 UTC  (3+ messages)
` [PATCH v3 2/3] dt-bindings: iio: flow: add "

[PATCH v7 00/13] fix several inconsistencies with sysfs configuration in etmX
 2026-06-01 11:52 UTC  (7+ messages)
` [PATCH v7 03/13] coresight: etm4x: introduce ETM_MAX_SEQ_TRANSITIONS
` [PATCH v7 05/13] coresight: etm4x: exclude ss_status from drvdata->config

[PATCH v3 00/13] spi: cadence-quadspi: add PHY tuning support
 2026-06-01 11:47 UTC  (6+ messages)
` [PATCH v3 02/13] spi: dt-bindings: cdns,qspi-nor: add PHY tuning pattern partition property

[PATCH v4] arm64: dts: qcom: monaco-arduino-monza: Add QCNFA725B WiFi support
 2026-06-01 11:46 UTC  (3+ messages)

[syzbot] [net?] KASAN: use-after-free Read in filemap_map_pages
 2026-06-01 11:47 UTC 

[PATCH v4] dt-bindings: clock: via,vt8500: Convert to DT Schema
 2026-06-01 11:44 UTC  (4+ messages)

[PATCH] dt-bindings: arm: vt8500: via,vt8500-pmc: Convert to DT Schema
 2026-06-01 11:42 UTC  (4+ messages)

[PATCH v2] dt-bindings: arm: vt8500: via,vt8500-pmc: Convert to DT Schema
 2026-06-01 11:42 UTC  (2+ messages)

[PATCH v2 00/20] KVM: x86/xen: Fix Xen/GP/PREEMPT_RT issues with rwlock_t
 2026-06-01 11:40 UTC  (15+ messages)
` [PATCH v2 01/20] locking/rt: Use raw_spin_lock_irqsave() in __rwbase_read_unlock()

[PATCH v5] dt-bindings: clock: via,vt8500: Convert to DT Schema
 2026-06-01 11:40 UTC  (2+ messages)

improve the kmem_cache_alloc_bulk API v2
 2026-06-01 11:39 UTC  (8+ messages)
` [PATCH] mm/slab: improve kmem_cache_alloc_bulk

[PATCH] arm64: dts: renesas: r8a78000: Enable application CPU cores via PSCI
 2026-06-01 11:38 UTC 

[PATCH v2] jbd2: fix integer underflow in jbd2_journal_initialize_fast_commit()
 2026-06-01 11:37 UTC  (2+ messages)

[PATCH] staging: iio: adc: ad7816: drop busy pin requirement for ad7816
 2026-06-01 11:37 UTC  (2+ messages)

[PATCH net v3 0/2] af_unix: Fix inq_len update issue
 2026-06-01 11:36 UTC  (3+ messages)
` [PATCH net v3 1/2] af_unix: Fix inq_len update problem in partial read
` [PATCH net v3 2/2] af_unix: Add test for SCM_INQ on "

[RFC PATCH v3 0/4] iio: position: add Rust driver for ams AS5600
 2026-06-01 11:33 UTC  (6+ messages)
` [RFC PATCH v3 3/4] "

[net-next v24 0/7] net: mtip: Add support for MTIP imx287 L2 switch driver
 2026-06-01 11:24 UTC  (8+ messages)
` [net-next v24 1/7] dt-bindings: net: Add MTIP L2 switch description
` [net-next v24 2/7] net: mtip: The L2 switch driver for imx287
` [net-next v24 3/7] net: mtip: Add buffers management functions to the L2 switch driver
` [net-next v24 4/7] net: mtip: Add net_device_ops "
` [net-next v24 5/7] net: mtip: Add mtip_switch_{rx|tx} "
` [net-next v24 6/7] net: mtip: Extend the L2 switch driver with management operations
` [net-next v24 7/7] net: mtip: Extend the L2 switch driver for imx287 with bridge operations

[PATCH v3 0/2] pmdomain: qcom: rpmpd: Add support for Shikra
 2026-06-01 11:32 UTC  (3+ messages)
` [PATCH v3 2/2] pmdomain: qcom: rpmpd: Add Shikra RPM Power Domains

[PATCH 0/2] Bluetooth: hci_qca: fix NULL pointer dereferences for non-serdev devices
 2026-06-01 11:30 UTC  (3+ messages)
` [PATCH 1/2] Bluetooth: hci_qca: fix NULL pointer dereference in qca_setup() for non-serdev device
` [PATCH 2/2] Bluetooth: hci_qca: fix NULL pointer dereference in qca_dmp_hdr() "

[PATCH 0/6] Add CAMSS support for Qualcomm Glymur
 2026-06-01 11:31 UTC  (8+ messages)
` [PATCH 1/6] dt-bindings: media: Add bindings for qcom,glymur-camss
` [PATCH 5/6] media: qcom: camss: enable vfe for Glymur

[PATCH v2 0/4] pinctrl: qcom: spmi-gpio: Add bidirectional level-shifter function support
 2026-06-01 11:30 UTC  (5+ messages)
` [PATCH v2 2/4] dt-bindings: pinctrl: qcom,pmic-gpio: Add level-shifter function

[PATCH] staging: rtl8723bs: remove unnecessary parentheses
 2026-06-01 11:29 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2] mm/slub: allocate sheaves on local memory nodes
 2026-06-01 11:28 UTC  (2+ messages)

[PATCH 0/5] sched/fair: Allow account_cfs_rq_runtime() to throttle current hierarchy
 2026-06-01 11:27 UTC  (5+ messages)
` [PATCH 3/5] sched/fair: Call update_curr() before unthrottling the hierarchy

[PATCH] powerpc/powernv: Cache OPAL check_token() results
 2026-06-01 11:25 UTC 

[PATCH] drm/amdgpu: use ACK polling for page-write completion
 2026-06-01 11:23 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/5] drm/rockchip: vop2: Fix layer cfg done timeout on multi-output setups
 2026-06-01 10:54 UTC  (8+ messages)
` [PATCH 1/5] drm/rockchip: vop2: Fix wrong wait target in layer cfg done check
` [PATCH 2/5] drm/rockchip: vop2: Wait for layer cfg done before switching LAYERSEL_REGDONE_SEL
` [PATCH 4/5] drm/rockchip: vop2: Drop redundant zero-init in setup_layer_mixer()

[PATCH] drm/msm/dp: add EDID re-read retry in msm_dp_panel_get_modes()
 2026-06-01 11:20 UTC  (4+ messages)

[GIT PULL] Networking for v7.1-rc6 (part 2)
 2026-06-01 11:20 UTC  (2+ messages)

[PATCH v3 0/2] arm64: cpufeature: Add WORKAROUND_DISABLE_CNP capability
 2026-06-01 11:20 UTC  (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] arm64: kernel: Disable CNP on HiSilicon HIP09

[PATCH v3 0/2] i.MX8MQ EVK: Enable dual OV5640 cameras
 2026-06-01 11:20 UTC  (3+ messages)
` [PATCH v3 1/2] arm64: dts: imx8mq-evk: Enable MIPI CSI and "

[PATCH v1 0/5] mm/shmem: optimize read with reduced xarray lookups and folio batching
 2026-06-01 11:20 UTC  (7+ messages)
` [PATCH v1 5/5] mm/shmem: optimize file read with "

[PATCH] drm/bridge: dw-hdmi-qp: Return -EOPNOTSUPP in HDMI audio functions
 2026-06-01 11:17 UTC  (2+ messages)

[PATCH v2 0/2] Bluetooth: Fix data-races in SCO/ISO connect paths
 2026-06-01 11:19 UTC  (3+ messages)
` [PATCH v2 1/2] Bluetooth: ISO: Fix data-race on iso_pi fields in hci_get_route calls
` [PATCH v2 2/2] Bluetooth: SCO: Fix data-race on sco_pi fields in sco_connect

[PATCH 0/4] rust / dma_buf: Add abstractions for dma_fence
 2026-06-01 11:17 UTC  (5+ messages)
` [PATCH 3/4] rust: Add dma_fence abstractions

[PATCH 00/79] block: rnull: complete the rust null block driver
 2026-06-01 11:16 UTC  (5+ messages)
` [PATCH 04/79] block: rust: fix generation of bindings to `BLK_STS_.*`

[PATCH v2 0/7] RISC-V: KVM: Add Svadu/Zicfiss/Zicfilp FWFT support
 2026-06-01 11:16 UTC  (3+ messages)
` [PATCH v2 4/7] RISC-V: KVM: Allow Zicfiss/Zicfilp extensions for Guest/VM

[PATCH] usb: xhci: Improve Soft Retries after short transfers
 2026-06-01 11:14 UTC  (2+ messages)

[PATCH mm-unstable v18 06/14] mm/khugepaged: generalize collapse_huge_page for mTHP collapse
 2026-06-01 11:13 UTC  (7+ messages)

[PATCH] usb: xhci: Remove isochronous URB_SHORT_NOT_OK handling
 2026-06-01 11:12 UTC  (2+ messages)

[PATCH] staging: greybus: audio_manager_module: add newlines to sysfs_emit calls
 2026-06-01 11:12 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: remove redundant parentheses
 2026-06-01 11:11 UTC  (2+ messages)

[PATCH v3] perf bench: add --write-size option to sched pipe
 2026-06-01 11:10 UTC  (3+ messages)

[PATCH v5 9/9] mm: switch deferred split shrinker to list_lru
 2026-06-01 11:09 UTC  (3+ messages)

[PATCH] staging: sm750fb: remove duplicate init_status structure
 2026-06-01 11:09 UTC  (2+ messages)

[PATCH v3 0/4] mm/zswap: Implement per-cgroup proactive writeback
 2026-06-01 11:07 UTC  (4+ messages)
` [PATCH v3 1/4] mm/zswap: Make shrink_worker writeback cursor per-memcg

[PATCH] usb: xhci: Remove skip_isoc_td()
 2026-06-01 11:07 UTC  (2+ messages)

[RFC V2 00/14] arm64/mm: Enable 128 bit page table entries
 2026-06-01 11:06 UTC  (6+ messages)
` [RFC V2 13/14] arm64/mm: Add an abstraction level for tlbi_op
` [RFC V2 14/14] arm64/mm: Add initial support for FEAT_D128 page tables

[PATCH v1] mm/filemap: use folio_next_index() for start
 2026-06-01 11:04 UTC 

[PATCH v6 0/4] block: enable RWF_DONTCACHE for block devices
 2026-06-01 11:04 UTC  (9+ messages)
` [PATCH v6 1/4] block: add task-context bio completion infrastructure

[PATCH] usb: xhci: Simplify xhci_quiesce()
 2026-06-01 11:03 UTC  (2+ messages)

[PATCH 0/2] thermal: qcom: Add Qualcomm SPMI MBG thermal monitor support
 2026-06-01 11:01 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: thermal: Add Qualcomm "
` [PATCH 2/2] thermal: qcom: Add support for Qualcomm MBG thermal monitoring

[patch V2 00/25] timekeeping/ptp: Expand snapshot functionality
 2026-06-01 10:59 UTC  (2+ messages)

[PATCH v4 0/4] iio: light: add support for veml6031x00 ALS series
 2026-06-01 10:58 UTC  (5+ messages)
` [PATCH v4 4/4] iio: light: veml6031x00: add support for events and trigger

[PATCH] bpf: Tighten cgroup storage cookie checks for prog arrays
 2026-06-01 10:56 UTC 

[PATCH 0/6] sched/proxy: doodles
 2026-06-01 10:54 UTC  (3+ messages)
` [PATCH 5/6] sched/proxy: Remove PROXY_WAKING

[PATCH 5.10/5.15] RDMA/rxe: Fix the error "trying to register non-static key in rxe_cleanup_task"
 2026-06-01 10:52 UTC 

[PATCH net 1/3] net: phy: as21xxx: handle corner case with link and autoneg complete
 2026-06-01 10:53 UTC  (3+ messages)
` [PATCH net 2/3] net: phy: as21xxx: fix read_status speed handling
` [PATCH net 3/3] net: phy: as21xxx: force C45 OPs for AUTONEG

[PATCH 6.1 000/969] 6.1.175-rc1 review
 2026-06-01 10:51 UTC  (2+ messages)

latest git tag of queue/7.0 is outdated and 7.0.5
 2026-06-01 10:50 UTC 

[PATCH v3 0/3] iommu/arm-smmu-v3: Tegra264 invalidation workaround
 2026-06-01 10:48 UTC  (4+ messages)
` [PATCH v3 1/3] iommu/arm-smmu-v3: Factor out CMDQ batch force-sync conditions
` [PATCH v3 2/3] iommu/arm-smmu-v3: Detect Tegra264 erratum
` [PATCH v3 3/3] iommu/arm-smmu-v3: Issue CFGI/TLBI twice on Tegra264

[PATCH net] vhost/net: complete zerocopy ubufs only once
 2026-06-01 10:43 UTC 

[PATCH v9 0/4] Add Qualcomm extended CTI support
 2026-06-01 10:48 UTC  (5+ messages)
` [PATCH v9 4/4] coresight: cti: expose banked sysfs registers for Qualcomm extended CTI

[PATCH v2 0/3] xhci: ring queuing cleanups plus a quirk
 2026-06-01 10:45 UTC  (5+ messages)
` [PATCH v2 2/3] usb: xhci: Simplify moving HW Dequeue Pointer past cancelled TDs

[PATCH v7 00/15] arm64: Unmap linear alias of kernel data/bss
 2026-06-01 10:43 UTC  (7+ messages)
` [PATCH v7 07/15] arm64: kfence: Avoid NOMAP tricks when mapping the early pool
` [PATCH v7 10/15] arm64: mm: Don't abuse memblock NOMAP to check for overlaps
` [PATCH v7 15/15] arm64: mm: Unmap kernel data/bss entirely from the linear map

[PATCH] tpm: cap tpm_buf_append() at TPM_BUFSIZE, not PAGE_SIZE
 2026-06-01 10:42 UTC  (5+ messages)

[PATCH v6 0/6] iommu: Standardize ATS robustness and state tracking
 2026-06-01 10:41 UTC  (8+ messages)
` [PATCH v6 6/6] iommu/amd: Fail probe on ATS configuration failure

[PATCH] KVM: SVM: Always intercept ICEBP, add INT1 selftests
 2026-06-01 10:40 UTC  (6+ messages)

[PATCH net-next v7 0/3] ksz87xx: add support for low-loss cable equalizer errata
 2026-06-01 10:40 UTC  (4+ messages)
` [PATCH net-next v7 1/3] net: dsa: microchip: implement KSZ87xx Module 3 low-loss cable errata

[PATCH] thunderbolt: test: release third DP tunnel
 2026-06-01 10:40 UTC  (2+ messages)

[PATCH] bpf: Tighten cgroup storage cookie checks for prog arrays
 2026-06-01 10:35 UTC  (2+ messages)

[PATCH V4 00/17] i3c: mipi-i3c-hci: DMA abort, recovery and related improvements
 2026-06-01 10:32 UTC  (2+ messages)

[PATCH net 0/3] netconsole: Fix reported problems
 2026-06-01 10:31 UTC  (2+ messages)

[PATCH v5 2/4] kernel: param: initialize module_kset in a pure_initcall
 2026-06-01 10:19 UTC  (2+ messages)
` [PATCH v6] "

[PATCH net v3] net: mana: Optimize irq affinity for low vcpu configs
 2026-06-01 10:27 UTC 

[syzbot] [fuse?] general protection fault in fuse_dev_release
 2026-06-01 10:27 UTC 

[PATCH] scsi: ufs: ufs-pci: Add AMD device ID support
 2026-06-01 10:26 UTC  (2+ messages)


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