messages from 2026-07-23 00:03:52 to 2026-07-25 16:34:48 UTC [more...]
[PATCH 0/5] mm: add basic PTE const type-safety
2026-07-25 16:27 UTC (13+ messages)
` [PATCH 1/5] mm: constify generic pte_get*()
` [PATCH 2/5] mm/arm64: constify pte_get*() and contpte get logic
` [PATCH 3/5] mm/parisc: constify ptep_get() argument
` [PATCH 4/5] mm/powerpc/8xx: "
` [PATCH 5/5] mm: constify the pte_offset_map_ro_nolock() return value
[PATCH v8 00/23] dma-mapping: Track shared DMA state through direct, pool and swiotlb paths
2026-07-25 14:34 UTC (15+ messages)
` [PATCH v8 01/23] dma-direct: return struct page from dma_direct_alloc_from_pool()
[PATCH V3 0/6] powerpc/perf: Add HTM PMU driver and perf AUX support
2026-07-25 6:59 UTC (7+ messages)
` [PATCH V3 1/6] powerpc/perf: Add HTM PMU driver to expose Hardware Trace Macro data
` [PATCH V3 2/6] powerpc/perf: Reject duplicate HTM target reservations
` [PATCH V3 3/6] powerpc/perf: Add AUX buffer management to capture HTM trace data
` [PATCH V3 4/6] powerpc/perf: Capture the HTM memory configuration as part of perf data
` [PATCH V3 5/6] docs: ABI: sysfs-bus-event_source-devices-htm: Document sysfs event format entries for htm pmu
` [PATCH V3 6/6] powerpc/perf/htm: Add documentation for Hardware Trace Macro PMU
[PATCH V3 0/6] tools/perf: Add powerpc HTM auxtrace support
2026-07-25 7:07 UTC (7+ messages)
` [PATCH V3 1/6] tools/perf: Move powerpc VPA-DTL auxtrace init into a separate file
` [PATCH V3 2/6] tools/perf: Add AUXTRACE recording support for powerpc HTM
` [PATCH V3 3/6] tools/perf: Add arch hook to drain remaining data before event close
` [PATCH V3 4/6] tools/perf: Add powerpc callback support for arch_perf_record__need_read
` [PATCH V3 5/6] tools/perf: Add powerpc HTM auxtrace event processing support
` [PATCH V3 6/6] tools/perf: Add perf tool support for processing powerpc HTM AUXTRACE records
[PATCH 0/6] PCI/AER: Support Advisory Non-Fatal Errors
2026-07-24 22:39 UTC (8+ messages)
` [PATCH 1/6] PCI/AER: Fix mapping of errors to agent & layer
` [PATCH 2/6] PCI/AER: Log agent & layer for each individual error
` [PATCH 3/6] PCI/AER: Deduplicate logging of Error Source Identification
` [PATCH 4/6] PCI/AER: Emit TLP Log only for unmasked errors
` [PATCH 5/6] PCI/AER: Move retrieval of FEP and TLP Log into helper
` [PATCH 6/6] PCI/AER: Support Advisory Non-Fatal Errors
[PATCH 0/7] soc: Remove redundant error messages on IRQ request failure
2026-07-24 16:38 UTC (2+ messages)
` (subset) "
[PATCH] powerpc/boot: Remove unused sprintf()
2026-07-24 17:21 UTC
[PATCH 00/22] Simplify special kernel page table handling
2026-07-24 16:31 UTC (19+ messages)
` [PATCH 03/22] mm: introduce MMF_KERNEL flag and set it for init_mm
` [PATCH 04/22] mm: use mm_is_kernel() in generic page table code
` [PATCH 14/22] mm: set page table page type when allocated
` [PATCH 15/22] mm: only initialise pt_share_count for user pgtables
[PATCH 0/8] driver core: prefer platform_device_set_fwnode()
2026-07-24 15:43 UTC (4+ messages)
` [PATCH 5/8] pmdomain: imx: use platform_device_set_fwnode()
[PATCH v3 0/5] perf trace-event: Fix security bugs in trace-event-read.c and trace-event.c
2026-07-24 14:13 UTC (6+ messages)
` [PATCH v3 1/5] perf trace-event: Fix buffer overflow in read_string()
` [PATCH v3 2/5] perf trace-event: Fix integer truncation in do_read() and skip()
` [PATCH v3 3/5] perf trace-event: Avoid double free in trace_event__cleanup()
` [PATCH v3 4/5] perf trace-event: Fix heap buffer overflow in read_ftrace_printk()
` [PATCH v3 5/5] perf trace-event: Fix infinite loop in skip()
[PATCH v4 phy-next 0/9] RCW override for 10G Lynx dynamic protocol reconfiguration
2026-07-24 6:00 UTC (4+ messages)
` [PATCH v4 phy-next 9/9] phy: lynx-10g: use RCW override procedure for dynamic protocol change
[PATCH v2 0/6] remove dead NULL checks after GFP_NOFAIL allocations and fix xive use-after-free
2026-07-24 4:58 UTC (10+ messages)
` [PATCH v2 1/6] powerpc/xive: remove dead NULL check after GFP_NOFAIL allocation
` [PATCH v2 2/6] powerpc/xive: add error return value to xive_smp_probe()
` [PATCH v2 3/6] powerpc/xive: fix use-after-free of xive_ipis
` [PATCH v2 4/6] drm: remove dead WARN_ON NULL check after GFP_NOFAIL allocation
` [PATCH v2 5/6] lib/test_hmm: remove dead NULL checks after GFP_NOFAIL allocations
` [PATCH v2 6/6] RDMA/cxgb4: "
[PATCH] powerpc/perf: Use strstarts() to simplify is_thread_imc_pmu()
2026-07-24 3:51 UTC (2+ messages)
[RFC PATCH v2 0/3] btrfs: add error injection support for checksum verification
2026-07-24 2:12 UTC (4+ messages)
` [RFC PATCH v2 1/3] error-injection: Introduce EI_ETYPE_FALSE for fail_function
` [RFC PATCH v2 2/3] btrfs: Allow error injection on btrfs_data_csum_ok
` [RFC PATCH v2 3/3] error-injection: Introduce parent in fei_attr
[PATCH 0/6] KVM: Harden kvm_vcpu_map() usage against memory leaks
2026-07-24 0:47 UTC (7+ messages)
` [PATCH 1/6] KVM: nVMX: Ensure KVM_REQ_GET_NESTED_STATE_PAGES is cleared on VM-Exit
` [PATCH 2/6] KVM: nSVM: Add CLASS()es for automagically handling local kvm_vcpu_map() usage
` [PATCH 3/6] KVM: nSVM: Use CLASS(kvm_vcpu_map_local) for SMM VMCB mappings
` [PATCH 4/6] KVM: nVMX: Use CLASS(kvm_vcpu_map_local_readonly) for MSR bitmap merging
` [PATCH 5/6] KVM: PPC: Use CLASS(kvm_vcpu_map_local_readonly) for patching dcbz
` [PATCH 6/6] KVM: Harden kvm_vcpu_map() against double-mapping and thus leaking references
[PATCH] bus: fsl-mc: set dma_mask for the root DPRC device
2026-07-23 22:56 UTC
[PATCH] powerpc: Fix exit_flags field placement in pt_regs for ptrace
2026-07-23 19:48 UTC
[PATCH v18 00/13] Enable CXL PCIe Port Protocol Error handling and logging
2026-07-23 18:27 UTC (8+ messages)
` [PATCH v18 01/13] cxl/ras: Fix cxl_rch_get_aer_severity() wrong severity register
` [PATCH v18 05/13] PCI/AER: Introduce AER-CXL protocol error kfifo
[PATCH] tools: Use fputc() calls in some functions
2026-07-23 15:14 UTC (4+ messages)
[PATCH v7 00/10] ACPI: APEI: share GHES CPER helpers and add DT FFH provider
2026-07-23 5:53 UTC (2+ messages)
[PATCH v2 0/6] ASoC: Use named initializers for platform_device_id arrays
2026-07-23 5:30 UTC (4+ messages)
` [PATCH v2 6/6] ASOC: Unify code style "
[PATCH v2 0/5] ASoC: fsl_asrc/fsl_easrc: expose per-pair/context DAIs and fix DMA race
2026-07-23 4:34 UTC (7+ messages)
` [PATCH v2 1/5] ASoC: dt-bindings: fsl,imx-asrc: update port binding to support multiple paths
` [PATCH v2 2/5] ASoC: dt-bindings: fsl,easrc: add ports binding for multiple conversion paths
` [PATCH v2 3/5] ASoC: fsl_asrc/fsl_easrc: move DMA params into pair/context struct
` [PATCH v2 4/5] ASoC: fsl_asrc: expose individual DAIs per conversion path
` [PATCH v2 5/5] ASoC: fsl_easrc: "
[PATCH] soc: fsl: dpio: Remove redundant dev_err()
2026-07-23 2:47 UTC
[PATCH v4 0/8] Generic IRQ entry/exit support for powerpc
2026-07-23 2:37 UTC (4+ messages)
` [PATCH v4 5/8] powerpc: add exit_flags field in pt_regs
[PATCH v2 00/33] ibmvfc: NVMe/FC support over IBM Virtual FC
2026-07-23 0:01 UTC (17+ messages)
` [PATCH v2 10/33] ibmvfc: add logic for protocol specific fabric logins
` [PATCH v2 17/33] ibmvfc: add NVMe/FC Port Login support
` [PATCH v2 20/33] ibmvfc: allocate targets based on protocol
` [PATCH v2 21/33] ibmvfc: delete NVMe/FC targets as well as SCSI
` [PATCH v2 22/33] ibmvfc: update state machine to process NVMe/FC targets
` [PATCH v2 23/33] ibmvfc: implement NVMe/FC stubs for local/remote port registration
` [PATCH v2 24/33] ibmvfc: register local nvme fc port after fabric login
` [PATCH v2 25/33] ibmvfc: process NVMe/FC rports in work thread
` [PATCH v2 26/33] ibmvfc: extend ibmvfc_debug visibility to ibmvfc-nvme.h
` [PATCH v2 27/33] ibmvfc: declare global function definitions
` [PATCH v2 28/33] ibmvfc: implement LLDD callbacks for mapping nvme-fc queues
` [PATCH v2 29/33] ibmvfc: implement nvme-fc LS submission transport callback
` [PATCH v2 30/33] ibmvfc: implement nvme-fc IO command submission callback
` [PATCH v2 31/33] ibmvfc: implement nvme-fc LS abort handling callback
` [PATCH v2 32/33] ibmvfc: implement nvme-fc FCP abort callback
` [PATCH v2 33/33] ibmvfc: fail nvme-fc fcp-io and ls requests during transport reset
[PATCH RESEND v4 net-next 00/14] net: enetc: cleanups and improvements
2026-07-23 1:18 UTC (4+ messages)
` [PATCH RESEND v4 net-next 10/14] net: enetc: refactor SI VLAN promiscuous mode configuration
page: | 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