messages from 2024-08-01 06:22:08 to 2024-08-07 02:50:39 UTC [more...]
[PATCH -next v2] powerpc: Remove useless config comment in asm/percpu.h
2024-08-07 2:56 UTC
[PATCH 1/2] mm: update the memmap stat before page is freed
2024-08-06 22:14 UTC (2+ messages)
` [PATCH 2/2] mm: keep nid around during hot-remove
[PATCH 0/2] Make ELOG log and trace consistently with GHES
2024-08-06 21:31 UTC (7+ messages)
` [PATCH 1/2] ACPI: extlog: Trace CPER Non-standard Section Body
` [PATCH 2/2] ACPI: extlog: Trace CPER PCI Express Error Section
[PATCH v3 14/16] modules: Support extended MODVERSIONS info
2024-08-06 21:20 UTC
5.3.7 64-bits kernel doesn't boot on G5 Quad
2024-08-06 20:56 UTC (11+ messages)
` Found the commit for: "
` Found the commit for: 5.3.7 64-bits kernel doesn't boot on G5 Quad [regression]
` Call for report - G5/PPC970 status (was: Re: Found the commit for: 5.3.7 64-bits kernel doesn't boot on G5 Quad [regression])
` Call for report - G5/PPC970 status
` PPC64: G5 & 4k/64k page size (was: Re: Call for report - G5/PPC970 status)
[PATCH v3] PCI: Fix crash during pci_dev hot-unplug on pseries KVM guest
2024-08-06 20:00 UTC (2+ messages)
[PATCH v9 00/14] pci: Work around ASMedia ASM2824 PCIe link training failures
2024-08-06 19:36 UTC (3+ messages)
` PCI: Work around "
[PATCH v2 1/1] dt-bindings: soc: fsl: add missed compatible string fsl,ls*-isc
2024-08-06 18:28 UTC (2+ messages)
[PATCH v4 1/1] dt-bindings: soc: fsl: Convert rcpm to yaml format
2024-08-06 17:32 UTC (2+ messages)
[PATCH v3 0/8] mm/mprotect: Fix dax puds
2024-08-06 16:51 UTC (11+ messages)
` [PATCH v3 1/8] mm/dax: Dump start address in fault handler
` [PATCH v3 2/8] mm/mprotect: Remove NUMA_HUGE_PTE_UPDATES
[PATCH v12 00/84] KVM: Stop grabbing references to PFNMAP'd pages
2024-08-06 15:19 UTC (47+ messages)
` [PATCH v12 01/84] KVM: arm64: Release pfn, i.e. put page, if copying MTE tags hits ZONE_DEVICE
` [PATCH v12 02/84] KVM: arm64: Disallow copying MTE to guest memory while KVM is dirty logging
` [PATCH v12 03/84] KVM: Drop KVM_ERR_PTR_BAD_PAGE and instead return NULL to indicate an error
` [PATCH v12 04/84] KVM: Allow calling kvm_release_page_{clean,dirty}() on a NULL page pointer
` [PATCH v12 05/84] KVM: Add kvm_release_page_unused() API to put pages that KVM never consumes
` [PATCH v12 11/84] KVM: Rename gfn_to_page_many_atomic() to kvm_prefetch_pages()
` [PATCH v12 12/84] KVM: Drop @atomic param from gfn=>pfn and hva=>pfn APIs
` [PATCH v12 24/84] KVM: Use plain "struct page" pointer instead of single-entry array
` [PATCH v12 26/84] KVM: Move kvm_{set,release}_page_{clean,dirty}() helpers up in kvm_main.c
` [PATCH v12 54/84] KVM: arm64: Mark "struct page" pfns accessed/dirty before dropping mmu_lock
` [PATCH v12 56/84] KVM: RISC-V: Mark "struct page" pfns dirty iff a stage-2 PTE is installed
` [PATCH v12 57/84] KVM: RISC-V: Mark "struct page" pfns accessed before dropping mmu_lock
` [PATCH v12 58/84] KVM: RISC-V: Use kvm_faultin_pfn() when mapping pfns into the guest
` [PATCH v12 64/84] KVM: LoongArch: Mark "struct page" pfns dirty only in "slow" page fault path
` [PATCH v12 65/84] KVM: LoongArch: Mark "struct page" pfns accessed "
` [PATCH v12 83/84] KVM: Drop APIs that manipulate "struct page" via pfns
[PATCH v4 00/29] arm64: Permission Overlay Extension
2024-08-06 15:00 UTC (25+ messages)
` [PATCH v4 04/29] arm64: disable trapping of POR_EL0 to EL2
` [PATCH v4 10/29] arm64: enable the Permission Overlay Extension for EL0
` [PATCH v4 13/29] arm64: convert protection key into vm_flags and pgprot values
` [PATCH v4 15/29] arm64: handle PKEY/POE faults
` [PATCH v4 18/29] arm64: add POE signal support
[PATCH v3 00/26] mm: introduce numa_memblks
2024-08-06 13:28 UTC (78+ messages)
` [PATCH v3 02/26] MIPS: sgi-ip27: make NODE_DATA() the same as on all other architectures
` [PATCH v3 03/26] MIPS: sgi-ip27: ensure node_possible_map only contains valid nodes
` [PATCH v3 04/26] MIPS: sgi-ip27: drop HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v3 06/26] MIPS: loongson64: "
` [PATCH v3 07/26] mm: drop CONFIG_HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v3 09/26] arch, mm: pull out allocation of NODE_DATA to generic code
` [PATCH v3 10/26] x86/numa: simplify numa_distance allocation
` [PATCH v3 11/26] x86/numa: use get_pfn_range_for_nid to verify that node spans memory
` [PATCH v3 12/26] x86/numa: move FAKE_NODE_* defines to numa_emu
` [PATCH v3 13/26] x86/numa_emu: simplify allocation of phys_dist
` [PATCH v3 14/26] x86/numa_emu: split __apicid_to_node update to a helper function
` [PATCH v3 15/26] x86/numa_emu: use a helper function to get MAX_DMA32_PFN
` [PATCH v3 16/26] x86/numa: numa_{add,remove}_cpu: make cpu parameter unsigned
` [PATCH v3 17/26] mm: introduce numa_memblks
` [PATCH v3 18/26] mm: move numa_distance and related code from x86 to numa_memblks
` [PATCH v3 19/26] mm: introduce numa_emulation
` [PATCH v3 20/26] mm: numa_memblks: introduce numa_memblks_init
` [PATCH v3 21/26] mm: numa_memblks: make several functions and variables static
` [PATCH v3 22/26] mm: numa_memblks: use memblock_{start,end}_of_DRAM() when sanitizing meminfo
` [PATCH v3 23/26] of, numa: return -EINVAL when no numa-node-id is found
` [PATCH v3 24/26] arch_numa: switch over to numa_memblks
` [PATCH v3 25/26] mm: make range-to-target_node lookup facility a part of numa_memblks
` [PATCH v3 26/26] docs: move numa=fake description to kernel-parameters.txt
[PATCH -next] powerpc: Fix a config comment typo in asm/percpu.h
2024-08-06 12:56 UTC (3+ messages)
[RFC PATCH 0/6] ASoC: fsl: add memory to memory function for ASRC
2024-08-06 11:39 UTC (9+ messages)
` [RFC PATCH 1/6] ALSA: compress: add Sample Rate Converter codec support
` [RFC PATCH 2/6] ASoC: fsl_asrc: define functions for memory to memory usage
` [RFC PATCH 3/6] ASoC: fsl_easrc: "
` [RFC PATCH 4/6] ASoC: fsl_asrc_m2m: Add memory to memory function
` [RFC PATCH 5/6] ASoC: fsl_asrc: register m2m platform device
` [RFC PATCH 6/6] ASoC: fsl_easrc: "
[PATCH v5 0/4] Support SMT control on arm64
2024-08-06 8:53 UTC (5+ messages)
` [PATCH v5 1/4] cpu/SMT: Provide a default topology_is_primary_thread()
` [PATCH v5 2/4] arch_topology: Support SMT control for OF based system
` [PATCH v5 3/4] arm64: topology: Support SMT control on ACPI "
` [PATCH v5 4/4] arm64: Kconfig: Enable HOTPLUG_SMT
[PATCH v5.10 v2] powerpc: Avoid nmi_enter/nmi_exit in real mode interrupt
2024-08-06 7:16 UTC
[PATCH] selftest/powerpc/benchmark: remove requirement libc-dev
2024-08-06 6:54 UTC (2+ messages)
[PATCH v5.10] powerpc: Avoid nmi_enter/nmi_exit in real mode interrupt
2024-08-06 6:12 UTC (3+ messages)
[PATCH 1/1] dt-bindings: soc: fsl: add missed compatible string fsl,ls*-isc
2024-08-06 5:57 UTC (2+ messages)
List change - munging for From addresses
2024-08-05 14:54 UTC (5+ messages)
[PATCH v4] powerpc: Replace kretprobe code with rethook on powerpc
2024-08-05 13:42 UTC
[RFC 1/2] powerpc/vpa_pmu: Add interface to expose vpa counters via perf
2024-08-05 9:55 UTC (2+ messages)
` [RFC 2/2] docs: ABI: sysfs-bus-event_source-devices-vpa-dtl: Document sysfs event format entries for vpa_dtl pmu
[PATCH v1 00/36] soc: fsl: Add support for QUICC Engine TSA and QMC
2024-08-05 6:43 UTC (4+ messages)
` [PATCH v1 23/36] dt-bindings: soc: fsl: cpm_qe: Add QUICC Engine (QE) QMC controller
[PATCH] Document/kexec: Generalize crash hotplug description
2024-08-05 5:08 UTC
[PATCH v6 0/7] ASoC: fsl-asoc-card: add S/PDIF controller support
2024-08-04 14:31 UTC (3+ messages)
` [PATCH v6 6/7] arm64: dts: imx8m: update spdif sound card node properties
[PATCH] powerpc/476: Drop explicit initialization of struct i2c_device_id::driver_data to 0
2024-08-04 11:20 UTC
[PATCH -next] ASoC: fsl: lpc3xxx: Make some symbols static
2024-08-02 18:21 UTC (2+ messages)
[PATCH v2] PCI: Fix crash during pci_dev hot-unplug on pseries KVM guest
2024-08-02 16:55 UTC (11+ messages)
[PATCH] crypto: ppc/curve25519 - add missing MODULE_DESCRIPTION() macro
2024-08-02 16:13 UTC (6+ messages)
[PATCH v2] cpufreq: powerpc: add missing MODULE_DESCRIPTION() macros
2024-08-02 12:46 UTC (3+ messages)
[PATCH v5 0/3] dma: support DMA zone starting above 4GB
2024-08-02 9:37 UTC (5+ messages)
` [PATCH v5 1/3] dma: improve DMA zone selection
` [PATCH v5 2/3] dma: replace zone_dma_bits by zone_dma_limit
` [PATCH v5 3/3] arm64: support DMA zone above 4GB
[PATCH net v1] net: wan: fsl_qmc_hdlc: Discard received CRC
2024-08-02 8:10 UTC (3+ messages)
[PATCH] soc: fsl: qbman: Remove redundant warnings
2024-08-02 2:16 UTC
[PATCH v2] tpm: ibmvtpm: Call tpm2_sessions_init() to initialize session support
2024-08-01 21:48 UTC (2+ messages)
[PATCH] powerpc: dtc: update P2020RDB dts
2024-08-01 16:12 UTC (3+ messages)
[PATCH v3 1/1] dt-bindings: soc: fsl: Convert rcpm to yaml format
2024-08-01 15:24 UTC
[PATCH v3 2/3] dma-mapping: replace zone_dma_bits by zone_dma_limit
2024-08-01 15:22 UTC (7+ messages)
[PATCH] perf vendor events power10: Update JSON/events
2024-08-01 14:56 UTC (7+ messages)
linux-next: runtime warning after merge of the dma-mapping tree
2024-08-01 13:40 UTC (2+ messages)
[PATCH v4 0/2] dma: support DMA zone starting above 4GB
2024-08-01 10:30 UTC (6+ messages)
` [PATCH v4 1/2] dma: improve DMA zone selection
` [PATCH v4 2/2] dma: replace zone_dma_bits by zone_dma_limit
[PATCH] kexec/crash: no crash update when kexec in progress
2024-08-01 8:06 UTC (3+ 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;
as well as URLs for NNTP newsgroup(s).