messages from 2024-08-01 06:13:50 to 2024-08-08 15:31:48 UTC [more...]
[PATCH v12 00/84] KVM: Stop grabbing references to PFNMAP'd pages
2024-08-08 15:31 UTC (59+ 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 13/84] KVM: Annotate that all paths in hva_to_pfn() might sleep
` [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 66/84] KVM: LoongArch: Mark "struct page" pfn accessed before dropping mmu_lock
` [PATCH v12 83/84] KVM: Drop APIs that manipulate "struct page" via pfns
[GIT PULL] LoongArch fixes for v6.11-rc3
2024-08-08 11:24 UTC
[PATCH] LoongArch: KVM: Add haltpoll control feature in kvm side
2024-08-08 8:36 UTC
[PATCH V8 2/2] irqchip/loongarch-avec: Add AVEC irqchip support
2024-08-08 8:03 UTC (5+ messages)
[PATCH V8 1/2] irqchip/loongson-pch-msi: Switch to MSI parent domains
2024-08-07 22:03 UTC (2+ messages)
[PATCH v4 00/26] mm: introduce numa_memblks
2024-08-07 18:53 UTC (30+ messages)
` [PATCH v4 01/26] mm: move kernel/numa.c to mm/
` [PATCH v4 02/26] MIPS: sgi-ip27: make NODE_DATA() the same as on all other architectures
` [PATCH v4 03/26] MIPS: sgi-ip27: ensure node_possible_map only contains valid nodes
` [PATCH v4 04/26] MIPS: sgi-ip27: drop HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v4 05/26] MIPS: loongson64: rename __node_data to node_data
` [PATCH v4 06/26] MIPS: loongson64: drop HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v4 07/26] arch, mm: move definition of node_data to generic code
` [PATCH v4 08/26] mm: drop CONFIG_HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v4 09/26] arch, mm: pull out allocation of NODE_DATA to generic code
` [PATCH v4 10/26] x86/numa: simplify numa_distance allocation
` [PATCH v4 11/26] x86/numa: use get_pfn_range_for_nid to verify that node spans memory
` [PATCH v4 12/26] x86/numa: move FAKE_NODE_* defines to numa_emu
` [PATCH v4 13/26] x86/numa_emu: simplify allocation of phys_dist
` [PATCH v4 14/26] x86/numa_emu: split __apicid_to_node update to a helper function
` [PATCH v4 15/26] x86/numa_emu: use a helper function to get MAX_DMA32_PFN
` [PATCH v4 16/26] x86/numa: numa_{add,remove}_cpu: make cpu parameter unsigned
` [PATCH v4 17/26] mm: introduce numa_memblks
` [PATCH v4 18/26] mm: move numa_distance and related code from x86 to numa_memblks
` [PATCH v4 19/26] mm: introduce numa_emulation
` [PATCH v4 20/26] mm: numa_memblks: introduce numa_memblks_init
` [PATCH v4 21/26] mm: numa_memblks: make several functions and variables static
` [PATCH v4 22/26] mm: numa_memblks: use memblock_{start,end}_of_DRAM() when sanitizing meminfo
` [PATCH v4 23/26] of, numa: return -EINVAL when no numa-node-id is found
` [PATCH v4 24/26] arch_numa: switch over to numa_memblks
` [PATCH v4 25/26] mm: make range-to-target_node lookup facility a part of numa_memblks
` [PATCH v4 26/26] docs: move numa=fake description to kernel-parameters.txt
[PATCH 1/2] mm: update the memmap stat before page is freed
2024-08-07 15:23 UTC (7+ messages)
` [PATCH 2/2] mm: keep nid around during hot-remove
[PATCH] loongarch/efi: enable general efi poweroff
2024-08-07 10:06 UTC
[PATCH v2 1/3] dt-bindings: serial: Add Loongson UART controller
2024-08-07 9:01 UTC (17+ messages)
` [PATCH v2 2/3] tty: serial: 8250: Add loongson uart driver support
` [PATCH v2 3/3] LoongArch: dts: Update UART driver to Loongson-2K0500, Loongson-2K1000 and Loongson-2K2000
[PATCH v3 0/4] Fix objtool issues about do_syscall() and Clang on LoongArch
2024-08-07 8:59 UTC (5+ messages)
` [PATCH v3 1/4] objtool: Handle frame pointer related instructions
` [PATCH v3 2/4] LoongArch: Remove STACK_FRAME_NON_STANDARD(do_syscall)
` [PATCH v3 3/4] LoongArch: Set AS_HAS_THIN_ADD_SUB as y if AS_IS_LLVM
` [PATCH v3 4/4] LoongArch: Enable objtool for Clang
[PATCH] loongarch/efi: enable general efi poweroff
2024-07-26 9:17 UTC
[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] KVM: Loongarch: Remove undefined a6 argument comment for kvm_hypercall
2024-08-06 7:45 UTC (8+ messages)
[PATCH] LoongArch: Add ARCH_HAS_SET_DIRECT_MAP support
2024-08-06 7:07 UTC
[PATCH] LoongArch: Add ARCH_HAS_SET_MEMORY support
2024-08-06 7:07 UTC
[PATCH] LoongArch: Use accessors to page table entries instead of direct dereference
2024-08-06 7:07 UTC
[PATCH] syscalls: fix syscall macros for newfstat/newfstatat
2024-08-05 21:07 UTC (6+ messages)
[PATCH v2 0/3] Fix objtool warning about do_syscall() on LoongArch
2024-08-05 10:15 UTC (7+ messages)
` [PATCH v2 1/3] objtool/LoongArch: Decode secondary stack instruction
` [PATCH v2 2/3] objtool: Handle secondary stack related instructions
` [PATCH v2 3/3] LoongArch: Remove STACK_FRAME_NON_STANDARD(do_syscall)
[PATCH v5 0/3] Add extioi virt extension support
2024-08-05 7:35 UTC (4+ messages)
` [PATCH v5 1/3] LoongArch: KVM: Enable paravirt feature control from VMM
` [PATCH v5 2/3] LoongArch: KVM: Implement function kvm_para_has_feature
` [PATCH v5 3/3] irqchip/loongson-eiointc: Add extioi virt extension support
[PATCH v2] LoongArch: Revert qspinlock to test-and-set simple lock on VM
2024-08-05 7:04 UTC
[PATCH v2 0/3] uart: Introduce uart driver for the Loongson family chips
2024-08-04 6:36 UTC
[PATCH V7] LoongArch: Add AVEC irqchip support
2024-08-04 2:41 UTC (7+ messages)
[PATCH v5 0/2] Tracepoints and static branch in Rust
2024-08-02 17:23 UTC (6+ messages)
` [PATCH v5 1/2] rust: add static_key_false
` [PATCH v5 2/2] rust: add tracepoint support
[PATCH v3 0/3] LoongArch: CPU parallel bring up
2024-08-02 14:17 UTC (2+ messages)
[PATCH v4 0/2] Tracepoints and static branch in Rust
2024-08-01 18:26 UTC (6+ messages)
` [PATCH v4 1/2] rust: add static_key_false
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