messages from 2025-08-12 19:27:21 to 2025-08-15 16:53:42 UTC [more...]
[PATCH 6.15 000/480] 6.15.10-rc1 review
2025-08-15 16:53 UTC (53+ messages)
` [PATCH 6.15 093/480] interconnect: qcom: qcs615: Drop IP0 interconnects
` [PATCH 6.15 435/480] sunrpc: fix handling of server side tls alerts
` [PATCH 6.15 438/480] perf/core: Exit early on perf_mmap() fail
` [PATCH 6.15 439/480] perf/core: Handle buffer mapping fail correctly in perf_mmap()
` [PATCH 6.15 440/480] perf/core: Prevent VMA split of buffer mappings
` [PATCH 6.15 441/480] selftests/perf_events: Add a mmap() correctness test
` [PATCH 6.15 442/480] net/packet: fix a race in packet_set_ring() and packet_notifier()
` [PATCH 6.15 443/480] vsock: Do not allow binding to VMADDR_PORT_ANY
` [PATCH 6.15 444/480] ksmbd: fix null pointer dereference error in generate_encryptionkey
` [PATCH 6.15 456/480] x86/sev: Evict cache lines during SNP memory validation
` [PATCH 6.15 457/480] ALSA: intel_hdmi: Fix off-by-one error in __hdmi_lpe_audio_probe()
` [PATCH 6.15 458/480] ALSA: scarlett2: Add retry on -EPROTO from scarlett2_usb_tx()
` [PATCH 6.15 459/480] ALSA: hda/realtek - Fix mute LED for HP Victus 16-r1xxx
` [PATCH 6.15 460/480] ALSA: hda/realtek - Fix mute LED for HP Victus 16-s0xxx
` [PATCH 6.15 461/480] ALSA: hda/realtek - Fix mute LED for HP Victus 16-d1xxx (MB 8A26)
` [PATCH 6.15 462/480] platform/x86/intel/pmt: fix a crashlog NULL pointer access
` [PATCH 6.15 463/480] x86/fpu: Delay instruction pointer fixup until after warning
` [PATCH 6.15 464/480] KVM: VMX: Allow guest to set DEBUGCTL.RTM_DEBUG if RTM is supported
` [PATCH 6.15 465/480] s390/mm: Remove possible false-positive warning in pte_free_defer()
` [PATCH 6.15 466/480] MIPS: mm: tlb-r4k: Uniquify TLB entries on init
` [PATCH 6.15 467/480] mm/hmm: move pmd_to_hmm_pfn_flags() to the respective #ifdeffery
` [PATCH 6.15 468/480] mm: swap: correctly use maxpages in swapon syscall to avoid potential deadloop
` [PATCH 6.15 469/480] mm: swap: fix potential buffer overflow in setup_clusters()
` [PATCH 6.15 470/480] mm: swap: move nr_swap_pages counter decrement from folio_alloc_swap() to swap_range_alloc()
` [PATCH 6.15 471/480] mm: shmem: fix the shmem large folio allocation for the i915 driver
` [PATCH 6.15 472/480] usb: gadget: uvc: Initialize frame-based format color matching descriptor
` [PATCH 6.15 473/480] perf/arm-ni: Set initial IRQ affinity
` [PATCH 6.15 474/480] media: ti: j721e-csi2rx: fix list_del corruption
` [PATCH 6.15 475/480] HID: apple: validate feature-report field count to prevent NULL pointer dereference
` [PATCH 6.15 476/480] USB: gadget: f_hid: Fix memory leak in hidg_bind error path
` [PATCH 6.15 477/480] HID: core: Harden s32ton() against conversion to 0 bits
` [PATCH 6.15 478/480] HID: apple: avoid setting up battery timer for devices without battery
` [PATCH 6.15 479/480] usb: gadget : fix use-after-free in composite_dev_cleanup()
` [PATCH 6.15 480/480] mm: fix a UAF when vma->mm is freed after vma->vm_refcnt got dropped
` (no subject)
`
[PATCH 6.16 000/627] 6.16.1-rc1 review
2025-08-15 16:24 UTC (53+ messages)
` [PATCH 6.16 028/627] erofs: fix build error with CONFIG_EROFS_FS_ZIP_ACCEL=y
` [PATCH 6.16 121/627] interconnect: qcom: qcs615: Drop IP0 interconnects
` [PATCH 6.16 199/627] sched/deadline: Less agressive dl_server handling
` [PATCH 6.16 423/627] perf topdown: Use attribute to see an event is a topdown metic or slots
` [PATCH 6.16 519/627] net: mdio_bus: Use devm for getting reset GPIO
` [PATCH 6.16 563/627] smb: client: let send_done() cleanup before calling smbd_disconnect_rdma_connection()
[PATCH v8 00/32] x86,fs/resctrl telemetry monitoring
2025-08-15 15:47 UTC (62+ messages)
` [PATCH v8 05/32] x86,fs/resctrl: Improve domain type checking
` [PATCH v8 06/32] x86/resctrl: Move L3 initialization into new helper function
` [PATCH v8 07/32] x86,fs/resctrl: Refactor domain_remove_cpu_mon() ready for new domain types
` [PATCH v8 08/32] x86/resctrl: Clean up domain_remove_cpu_ctrl()
` [PATCH v8 09/32] x86,fs/resctrl: Use struct rdt_domain_hdr instead of struct rdt_mon_domain
` [PATCH v8 10/32] x86,fs/resctrl: Rename struct rdt_mon_domain and rdt_hw_mon_domain
` [PATCH v8 11/32] x86,fs/resctrl: Rename some L3 specific functions
` [PATCH v8 12/32] fs/resctrl: Make event details accessible to functions when reading events
` [PATCH v8 13/32] x86,fs/resctrl: Handle events that can be read from any CPU
` [PATCH v8 14/32] x86,fs/resctrl: Support binary fixed point event counters
` [PATCH v8 15/32] x86,fs/resctrl: Add an architectural hook called for each mount
` [PATCH v8 16/32] x86,fs/resctrl: Add and initialize rdt_resource for package scope monitor
` [PATCH v8 17/32] x86/resctrl: Discover hardware telemetry events
` [PATCH v8 18/32] x86/resctrl: Count valid telemetry aggregators per package
` [PATCH v8 19/32] x86/resctrl: Complete telemetry event enumeration
` [PATCH v8 20/32] x86,fs/resctrl: Fill in details of events for guid 0x26696143 and 0x26557651
` [PATCH v8 21/32] x86,fs/resctrl: Add architectural event pointer
` [PATCH v8 22/32] x86/resctrl: Read telemetry events
` [PATCH v8 23/32] x86/resctrl: Handle domain creation/deletion for RDT_RESOURCE_PERF_PKG
` [PATCH v8 24/32] x86/resctrl: Add energy/perf choices to rdt boot option
` [PATCH v8 25/32] x86/resctrl: Handle number of RMIDs supported by telemetry resources
` [PATCH v8 26/32] fs/resctrl: Move allocation/free of closid_num_dirty_rmid
` [PATCH v8 27/32] fs,x86/resctrl: Compute number of RMIDs as minimum across resources
` [PATCH v8 28/32] fs/resctrl: Move RMID initialization to first mount
` [PATCH v8 29/32] x86/resctrl: Enable RDT_RESOURCE_PERF_PKG
` [PATCH v8 30/32] fs/resctrl: Provide interface to create architecture specific debugfs area
` [PATCH v8 31/32] x86/resctrl: Add debugfs files to show telemetry aggregator status
` [PATCH v8 32/32] x86,fs/resctrl: Update Documentation for package events
[PATCH 6.1 000/253] 6.1.148-rc1 review
2025-08-15 14:44 UTC (12+ messages)
[PATCH 0/9] Convert Intel VT-D to use the generic iommu page table
2025-08-15 11:35 UTC (7+ messages)
` [PATCH 1/9] iommu/pages: Add support for a incoherent IOMMU page walker
` [PATCH 2/9] iommupt: Add basic support for SW bits in the page table
` [PATCH 3/9] iommupt: Use the incoherent start/stop functions for PT_FEAT_DMA_INCOHERENT
[PATCH v3 0/5] Disable ATS via iommu during PCI resets
2025-08-15 9:14 UTC (14+ messages)
` [PATCH v3 1/5] iommu: Lock group->mutex in iommu_deferred_attach
` [PATCH v3 2/5] iommu: Pass in gdev to __iommu_device_set_domain
` [PATCH v3 3/5] iommu: Add iommu_get_domain_for_dev_locked() helper
` [PATCH v3 4/5] iommu: Introduce iommu_dev_reset_prepare() and iommu_dev_reset_done()
[PATCH 6.12 000/369] 6.12.42-rc1 review
2025-08-15 6:49 UTC (17+ messages)
` [PATCH 6.12 096/369] sched/psi: Optimize psi_group_change() cpu_clock() usage
[PATCH] mm/rmap: Always inline __folio_rmap_sanity_checks()
2025-08-15 5:16 UTC (2+ messages)
[PATCH 0/6] x86: Clean ups after minimum support compiler version bump
2025-08-15 1:31 UTC (7+ messages)
` [PATCH 1/6] x86/build: Remove cc-option for GCC retpoline flags
` [PATCH 2/6] x86/build: Remove cc-option from stack alignment flags
` [PATCH 3/6] x86/build: Clean up stack alignment flags in CC_FLAGS_FPU
` [PATCH 4/6] x86/build: Remove cc-option from -mno-fp-ret-in-387
` [PATCH 5/6] x86/build: Remove cc-option from -mskip-rax-setup
` [PATCH 6/6] x86/Kconfig: Clean up LLVM version checks in IBT configurations
[PATCH] ACPI: APEI: EINJ: Check if user asked for EINJV2 injection
2025-08-14 20:42 UTC (2+ messages)
[PATCH 6.6 000/262] 6.6.102-rc1 review
2025-08-14 14:39 UTC (10+ messages)
[PATCH rfcv1 0/8] iommu/arm-smmu-v3: Introduce an RCU-protected invalidation array
2025-08-14 1:25 UTC (9+ messages)
` [PATCH rfcv1 1/8] iommu/arm-smmu-v3: Clear cmds->num after arm_smmu_cmdq_batch_submit
` [PATCH rfcv1 2/8] iommu/arm-smmu-v3: Explicitly set smmu_domain->stage for SVA
` [PATCH rfcv1 3/8] iommu/arm-smmu-v3: Add an inline arm_smmu_domain_free()
` [PATCH rfcv1 4/8] iommu/arm-smmu-v3: Introduce a per-domain arm_smmu_invs array
` [PATCH rfcv1 5/8] iommu/arm-smmu-v3: Pre-allocate a per-master invalidation array
` [PATCH rfcv1 6/8] iommu/arm-smmu-v3: Populate smmu_domain->invs when attaching masters
` [PATCH rfcv1 7/8] iommu/arm-smmu-v3: Add arm_smmu_invs based arm_smmu_domain_inv_range()
` [PATCH rfcv1 8/8] iommu/arm-smmu-v3: Perform per-domain invalidations using arm_smmu_invs
[PATCH] hardening: Require clang 20.1.0 for __counted_by
2025-08-12 21:23 UTC (5+ messages)
[PATCH] rust: workaround `rustdoc` target modifiers bug
2025-08-12 19:53 UTC (2+ messages)
[PATCH] rust: kbuild: clean output before running `rustdoc`
2025-08-12 19:53 UTC (2+ 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