messages from 2026-07-06 10:29:36 to 2026-07-16 13:37:54 UTC [more...]
[PATCH 7.1 000/518] 7.1.4-rc1 review
2026-07-16 13:25 UTC (40+ messages)
` [PATCH 7.1 001/518] rust: str: use the "kernel vertical" imports style
` [PATCH 7.1 002/518] rust: str: clean unused import for Rust >= 1.98
` [PATCH 7.1 003/518] userfaultfd: gate must_wait writability check on pte_present()
` [PATCH 7.1 004/518] net/sched: dualpi2: fix GSO backlog accounting
` [PATCH 7.1 005/518] mm/khugepaged: write all dirty file folios when collapsing
` [PATCH 7.1 006/518] slab: recognize @GFP parameter as optional in kernel-doc
` [PATCH 7.1 007/518] perf trace beauty fcntl: Fix build with older kernel headers
` [PATCH 7.1 008/518] KVM: x86: Move update_cr8_intercept() to lapic.c
` [PATCH 7.1 009/518] KVM: VMX: Grab vmcs12 on CR8 interception update iff vCPU is in guest mode
` [PATCH 7.1 010/518] KVM: x86: Unconditionally recompute CR8 intercept on PPR update
` [PATCH 7.1 011/518] ACPI: CPPC: Suppress UBSAN warning caused by field misuse
` [PATCH 7.1 012/518] ACPI: NFIT: core: Fix possible NULL pointer dereference
` [PATCH 7.1 013/518] ACPI: NFIT: core: Fix acpi_nfit_init() error cleanup
` [PATCH 7.1 014/518] platform/x86: intel-hid: Protect ACPI notify handler against recursion
` [PATCH 7.1 015/518] LoongArch: Add PIO for early access before ACPI PCI root register
` [PATCH 7.1 016/518] rust: cpufreq: clean new `clippy::map_or_identity` lint for Rust 1.98.0
` [PATCH 7.1 017/518] rust: kasan: KASAN+RUST requires clang
` [PATCH 7.1 018/518] rust: pci: use static lifetime for PCI BAR resource names
` [PATCH 7.1 019/518] rust: block: fix GenDisk cleanup paths
` [PATCH 7.1 020/518] rust: doctest: fix incorrect pattern in replacement
` [PATCH 7.1 021/518] rust: Kbuild: set frame-pointer llvm module flag for CONFIG_FRAME_POINTER
` [PATCH 7.1 022/518] futex/requeue: Revert "Prevent NULL pointer dereference in remove_waiter() on self-deadlock""
` [PATCH 7.1 023/518] perf/core: Detach event groups during remove_on_exec
` [PATCH 7.1 024/518] bpf: Support for hardening against JIT spraying
` [PATCH 7.1 026/518] bpf: Restrict JIT predictor flush to cBPF
` [PATCH 7.1 027/518] bpf: Skip redundant IBPB in pack allocator
` [PATCH 7.1 035/518] iio: adc: ad4062: add GPIOLIB dependency
` [PATCH 7.1 036/518] iio: adc: ad7380: select REGMAP
` [PATCH 7.1 037/518] iio: adc: ad7768-1: Select GPIOLIB
` [PATCH 7.1 038/518] iio: adc: ad7779: add missing select IIO_TRIGGERED_BUFFER to Kconfig
` [PATCH 7.1 039/518] iio: adc: ad_sigma_delta: fix clear_pending_event for registerless devices
` [PATCH 7.1 040/518] iio: adc: ad_sigma_delta: fix CS held asserted and state leaks
` [PATCH 7.1 041/518] iio: adc: lpc32xx: Initialize completion before requesting IRQ
` [PATCH 7.1 042/518] iio: adc: nxp-sar-adc: Fix the delay calculation in nxp_sar_adc_wait_for()
` [PATCH 7.1 043/518] iio: adc: spear: Initialize completion before requesting IRQ
` [PATCH 7.1 044/518] iio: adc: ti-ads1119: fix PM reference leak in buffer preenable
` [PATCH 7.1 045/518] iio: adc: ti-ads124s08: Return reset GPIO lookup errors
` [PATCH 7.1 046/518] iio: backend: fix uninitialized data in debugfs
` [PATCH 7.1 047/518] iio: buffer: hw-consumer: free scan_mask on buffer release
[PATCH v3 0/8] Organize the SMMUv3 invalidation flow so iommupt can use it
2026-07-15 19:13 UTC (15+ messages)
` [PATCH v3 1/8] iommu/arm-smmu-v3: Pass the parameters for the invalidation in a struct
` [PATCH v3 2/8] iommu/arm-smmu-v3: Move pgsize out of arm_smmu_inv
` [PATCH v3 3/8] iommu/arm-smmu-v3: Optimize range invalidation for latency
` [PATCH v3 4/8] iommu/arm-smmu-v3: Keep track in the arm_smmu_invs if RIL is used
` [PATCH v3 5/8] iommu/arm-smmu-v3: Precompute the invalidation commands
` [PATCH v3 6/8] iommu/arm-smmu-v3: Populate the tlbi at the top of the call chain
` [PATCH v3 7/8] iommu/arm-smmu-v3: Change how the tlbi describes the invalidation
` [PATCH v3 8/8] iommu/arm-smmu-v3: Support the DS expansion of RIL's SCALE
[PATCH v5 00/10] x86,fs/resctrl: Improve resctrl quality and consistency
2026-07-15 0:00 UTC (4+ messages)
[PATCH v9 00/12] Allow AET to use PMT as loadable module
2026-07-14 22:14 UTC (39+ messages)
` [PATCH v9 01/12] platform/x86/intel/{pmt,vsec}: Prevent unbind via sysfs
` [PATCH v9 03/12] x86/resctrl: Honor rdt=perf option to force enable AET perf events
` [PATCH v9 05/12] x86/resctrl: Drop global 'rdt_mon_capable' flag
` [PATCH v9 06/12] arm,x86,fs/resctrl: Handle change in number of RMIDs on each mount
` [PATCH v9 07/12] x86/resctrl: Add PMT registration API for AET enumeration callbacks
` [PATCH v9 09/12] arm,x86/resctrl: Resolve INTEL_PMT_TELEMETRY symbols at runtime
` [PATCH v9 10/12] fs/resctrl: Call architecture hooks for every mount/unmount
` [PATCH v9 11/12] x86/resctrl: Simplify Kconfig options for resctrl
[PATCH v2 0/8] Organize the SMMUv3 invalidation flow so iommupt can use it
2026-07-14 18:41 UTC (52+ messages)
` [PATCH v2 1/8] iommu/arm-smmu-v3: Pass the parameters for the invalidation in a struct
` [PATCH v2 2/8] iommu/arm-smmu-v3: Move pgsize out of arm_smmu_inv
` [PATCH v2 3/8] iommu/arm-smmu-v3: Optimize range invalidation for latency
` [PATCH v2 4/8] iommu/arm-smmu-v3: Keep track in the arm_smmu_invs if RIL is used
` [PATCH v2 5/8] iommu/arm-smmu-v3: Precompute the invalidation commands
` [PATCH v2 6/8] iommu/arm-smmu-v3: Populate the tlbi at the top of the call chain
` [PATCH v2 7/8] iommu/arm-smmu-v3: Change how the tlbi describes the invalidation
` [PATCH v2 8/8] iommu/arm-smmu-v3: Support the DS expansion of RIL's SCALE
[PATCH] iommufd/selftest: Simplify iommufd_device_remove_vdev()
2026-07-14 13:46 UTC (5+ messages)
[PATCH v7 0/7] x86,fs/resctrl: Fix long-standing issues
2026-07-13 20:47 UTC (10+ messages)
` [PATCH v7 1/7] x86,fs/resctrl: Document safe RCU list traversal
` [PATCH v7 2/7] fs/resctrl: Move functions to avoid forward references in subsequent fixes
` [PATCH v7 3/7] fs/resctrl: Fix deadlock on errors during mount
` [PATCH v7 4/7] fs/resctrl: Prevent use-after-free in rdtgroup_kn_put()
` [PATCH v7 5/7] fs/resctrl: Prevent deadlock and use-after-free in info file handlers
` [PATCH v7 6/7] x86/resctrl: Ensure domain fully initialized before placed on RCU list
` [PATCH v7 7/7] fs/resctrl: Fix UAF from worker threads when domains are removed
[PATCH 6.6 000/175] 6.6.144-rc1 review
2026-07-10 22:53 UTC (4+ messages)
[PATCH 6.12 000/204] 6.12.95-rc1 review
2026-07-10 12:16 UTC (6+ messages)
` [PATCH 6.12 187/204] nfsd: check get_user() return when reading princhashlen
[PATCH 7.1 000/121] 7.1.3-rc2 review
2026-07-09 14:23 UTC (3+ messages)
[PATCH 6.12 000/204] 6.12.95-rc2 review
2026-07-09 13:40 UTC (2+ messages)
[PATCH 6.18 000/109] 6.18.38-rc2 review
2026-07-09 13:31 UTC (2+ messages)
[PATCH 6.1 000/129] 6.1.177-rc1 review
2026-07-09 9:35 UTC (2+ messages)
[PATCH 5.15 00/95] 5.15.211-rc1 review
2026-07-09 9:24 UTC (2+ messages)
[PATCH 5.10 81/96] nfsd: check get_user() return when reading princhashlen
2026-07-08 12:05 UTC (6+ messages)
[PATCH v6 00/10] x86,fs/resctrl: Fix long-standing issues
2026-07-07 23:54 UTC (13+ messages)
` [PATCH v6 01/10] fs/resctrl: Free mon_data structures on rdt_get_tree() failure
` [PATCH v6 02/10] fs/resctrl: Fix use-after-free during unmount
` [PATCH v6 03/10] fs/resctrl: Fix double-add of pseudo-locked region's RMID to free list
` [PATCH v6 04/10] x86,fs/resctrl: Document safe RCU list traversal
` [PATCH v6 05/10] fs/resctrl: Move functions to avoid forward references in subsequent fixes
` [PATCH v6 06/10] fs/resctrl: Fix deadlock on errors during mount
` [PATCH v6 07/10] fs/resctrl: Prevent use-after-free in rdtgroup_kn_put()
` [PATCH v6 08/10] fs/resctrl: Prevent deadlock and use-after-free in info file handlers
` [PATCH v6 09/10] x86/resctrl: Ensure domain fully initialized before placed on RCU list
` [PATCH v6 10/10] fs/resctrl: Fix UAF from worker threads when domains are removed
[PATCH 0/7] Use the generic iommu page table for SMMUv3
2026-07-06 16:29 UTC (8+ messages)
` [PATCH 1/7] iommupt: Remove the sanity check for pt_num_items_lg2() at the top level
` [PATCH 2/7] iommupt/kunit: Skip test configs without supported features
` [PATCH 3/7] iommupt: Add the 64 bit ARMv8 page table format
` [PATCH 4/7] iommu/arm-smmu-v3: Remove io-pgtable-arm from sva.c
` [PATCH 5/7] iommu/arm-smmu-v3: Move the DMA API comment to flush_iotlb_all
` [PATCH 6/7] iommu/arm-smmu-v3: Use the generic iommu page table
` [PATCH 7/7] iommu: Remove pgsize from iommu_iotlb_gather
[PATCH 7.1 000/120] 7.1.3-rc1 review
2026-07-06 14:51 UTC (4+ messages)
[PATCH 5.10 00/96] 5.10.260-rc1 review
2026-07-06 14:15 UTC (8+ messages)
` [PATCH 5.10 94/96] mmc: renesas_sdhi: Add OF entry for RZ/G2H SoC
6.18.37 has problems with nfs4 (server), 6.18.36 works
2026-07-06 12:04 UTC (4+ messages)
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