messages from 2024-07-30 07:53:47 to 2024-08-06 13:22:40 UTC [more...]
[PATCH v3 00/26] mm: introduce numa_memblks
2024-08-06 13:22 UTC (76+ messages)
` [PATCH v3 01/26] mm: move kernel/numa.c to mm/
` [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 05/26] MIPS: loongson64: rename __node_data to node_data
` [PATCH v3 06/26] MIPS: loongson64: drop HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v3 07/26] mm: drop CONFIG_HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v3 08/26] arch, mm: move definition of node_data to generic code
` [PATCH v3 09/26] arch, mm: pull out allocation of NODE_DATA "
` [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 V8 2/2] irqchip/loongarch-avec: Add AVEC irqchip support
2024-08-06 11:55 UTC
[PATCH V8 1/2] irqchip/loongson-pch-msi: Switch to MSI parent domains
2024-08-06 11:55 UTC
[PATCH v12 00/84] KVM: Stop grabbing references to PFNMAP'd pages
2024-08-06 8:55 UTC (70+ 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 34/84] KVM: Add a helper to lookup a pfn without grabbing a reference
` [PATCH v12 41/84] KVM: x86/mmu: Mark pages/folios dirty at the origin of make_spte()
` [PATCH v12 45/84] KVM: guest_memfd: Provide "struct page" as output from kvm_gmem_get_pfn()
` [PATCH v12 48/84] KVM: Move x86's API to release a faultin page to common KVM
` [PATCH v12 50/84] KVM: VMX: Use __kvm_faultin_page() to get APIC access page/pfn
` [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 v12 84/84] KVM: Don't grab reference on VM_MIXEDMAP pfns that have a "struct page"
[PATCH] KVM: Loongarch: Remove undefined a6 argument comment for kvm_hypercall
2024-08-06 7:45 UTC (9+ 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 1/3] dt-bindings: serial: Add Loongson UART controller
2024-08-04 16:42 UTC (11+ 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 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 (11+ messages)
` [PATCH v4 1/2] rust: add static_key_false
` [PATCH v4 2/2] rust: add tracepoint support
[PATCH] LoongArch: Revert qspinlock to test-and-set on VMs
2024-07-31 10:08 UTC
[PATCH] Loongarch: KVM: Add KVM hypercalls documentation for LoongArch
2024-07-31 9:14 UTC (2+ messages)
[PATCH for-stable] LoongArch: Define __ARCH_WANT_NEW_STAT in unistd.h
2024-07-31 1:06 UTC (3+ messages)
[PATCH v4 1/3] LoongArch: KVM: Enable paravirt feature control from VMM
2024-07-31 0:41 UTC (2+ messages)
[PATCH 0/2] Fix objtool warning about do_syscall() on LoongArch
2024-07-30 14:59 UTC (8+ messages)
` [PATCH 1/2] objtool/LoongArch: Restrict stack operation instruction
[RFC PATCH 00/18] use struct ptdesc to replace pgtable_t
2024-07-30 8:10 UTC (2+ messages)
[PATCH v6 0/3] LoongArch: KVM: Add Binary Translation extension support
2024-07-30 7:57 UTC (4+ messages)
` [PATCH v6 1/3] LoongArch: KVM: Add HW "
` [PATCH v6 2/3] LoongArch: KVM: Add LBT feature detection function
` [PATCH v6 3/3] LoongArch: KVM: Add vm migration support for LBT registers
[PATCH v4 0/3] Add extioi virt extension support
2024-07-30 7:53 UTC (3+ messages)
` [PATCH v4 2/3] LoongArch: KVM: Implement function kvm_para_has_feature
` [PATCH v4 3/3] irqchip/loongson-eiointc: Add extioi virt extension support
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 read-only IMAP folder(s) and NNTP newsgroup(s).