loongarch.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-21 02:11:51 to 2022-07-12 10:22:37 UTC [more...]

[PATCH 1/6] MIPS: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK
 2022-07-12 10:15 UTC  (12+ messages)
` [PATCH 2/6] LoongArch: "
` [PATCH 3/6] M68K: "
` [PATCH 4/6] MicroBlaze: "
` [PATCH 5/6] SH: "
` [PATCH 6/6] UM: "

[PATCH v2 00/15] arch: make PxD_ORDER generically available
 2022-07-11 22:55 UTC  (19+ messages)
` [PATCH v2 01/15] csky: drop definition of PTE_ORDER
` [PATCH v2 02/15] csky: drop definition of PGD_ORDER
` [PATCH v2 03/15] mips: Rename PMD_ORDER to PMD_TABLE_ORDER
` [PATCH v2 04/15] mips: Rename PUD_ORDER to PUD_TABLE_ORDER
` [PATCH v2 05/15] mips: drop definitions of PTE_ORDER
` [PATCH v2 06/15] mips: Rename PGD_ORDER to PGD_TABLE_ORDER
` [PATCH v2 07/15] nios2: drop definition of PTE_ORDER
` [PATCH v2 08/15] nios2: drop definition of PGD_ORDER
` [PATCH v2 09/15] loongarch: drop definition of PTE_ORDER
` [PATCH v2 10/15] loongarch: drop definition of PMD_ORDER
` [PATCH v2 11/15] loongarch: drop definition of PUD_ORDER
` [PATCH v2 12/15] loongarch: drop definition of PGD_ORDER
` [PATCH v2 13/15] parisc: Rename PGD_ORDER to PGD_TABLE_ORDER
` [PATCH v2 14/15] xtensa: drop definition of PGD_ORDER
` [PATCH v2 15/15] ARM: head.S: rename PMD_ORDER to PMD_ENTRY_ORDER

Proposition
 2022-07-10 21:54 UTC 

[PATCH 0/3] Add PUD and kernel PTE level pagetable account
 2022-07-10 11:19 UTC  (10+ messages)
` [PATCH 1/3] mm: Factor out the pagetable pages account into new helper function
` [PATCH 2/3] mm: Add PUD level pagetable account
` [PATCH 3/3] mm: Add kernel PTE level pagetable pages account

[PATCH V4 0/4] mm/sparse-vmemmap: Generalise helpers and enable for LoongArch
 2022-07-08  9:47 UTC  (17+ messages)
` [PATCH V4 1/4] MIPS&LoongArch: Adjust prototypes of p?d_init()
` [PATCH V4 2/4] LoongArch: Add sparse memory vmemmap support
` [PATCH V4 3/4] mm/sparse-vmemmap: Generalise vmemmap_populate_hugepages()
` [PATCH V4 4/4] LoongArch: Enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP

[PATCH V14 00/15] irqchip: Add LoongArch-related irqchip drivers
 2022-07-08  2:47 UTC  (2+ messages)

[GIT PULL] LoongArch fixes for v5.19-rc6
 2022-07-07 17:44 UTC  (2+ messages)

[PATCH v3] LoongArch: Remove vcsr in loongarch_fpu
 2022-07-07  9:58 UTC  (8+ messages)

[PATCH v2] LoongArch: Clean useless vcsr in loongarch_fpu
 2022-07-07  6:39 UTC  (16+ messages)

[PATCH] LoongArch: drop these obsolete selects in Kconfig
 2022-07-06  0:46 UTC  (3+ messages)

Continuum | Behavioral Health Treatment, Intervention, And Diagnosis "muhmbr"
 2022-07-05  0:17 UTC 

[PATCH] LoongArch: Clean useless vcsr in loongarch_fpu
 2022-07-04 12:37 UTC  (5+ messages)

[PATCH V3 0/4] mm/sparse-vmemmap: Generalise helpers and enable for LoongArch
 2022-07-04 10:29 UTC  (7+ messages)
` [PATCH V3 1/4] MIPS&LoongArch: Adjust prototypes of p?d_init()
` [PATCH V3 2/4] LoongArch: Add sparse memory vmemmap support
` [PATCH V3 3/4] mm/sparse-vmemmap: Generalise vmemmap_populate_hugepages()
` [PATCH V3 4/4] LoongArch: Enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP

[PATCH 00/14] arch: make PxD_ORDER generically available
 2022-07-04  6:37 UTC  (21+ messages)
` [PATCH 01/14] csky: drop definition of PTE_ORDER
` [PATCH 02/14] csky: drop definition of PGD_ORDER
` [PATCH 03/14] mips: Rename PMD_ORDER to PMD_TABLE_ORDER
` [PATCH 04/14] mips: Rename PUD_ORDER to PUD_TABLE_ORDER
` [PATCH 05/14] mips: drop definitions of PTE_ORDER
` [PATCH 06/14] mips: Rename PGD_ORDER to PGD_TABLE_ORDER
` [PATCH 07/14] nios2: drop definition of PTE_ORDER
` [PATCH 08/14] nios2: drop definition of PGD_ORDER
` [PATCH 09/14] loongarch: drop definition of PTE_ORDER
` [PATCH 10/14] loongarch: drop definition of PMD_ORDER
` [PATCH 11/14] loongarch: drop definition of PUD_ORDER
` [PATCH 12/14] loongarch: drop definition of PGD_ORDER
` [PATCH 13/14] parisc: Rename PGD_ORDER to PGD_TABLE_ORDER
` [PATCH 14/14] xtensa: drop definition of PGD_ORDER

[RFC PATCH v3 2/3] mm: Add PUD level pagetable account
 2022-07-03 14:18 UTC  (2+ messages)

[PATCH 0/3] LoongArch: Fix build errors
 2022-07-02  3:34 UTC  (5+ messages)
` [PATCH 1/3] LoongArch: page.h: Add missing include file
` [RFC PATCH 2/3] LoongArch: Do not include file from toolchain
` [PATCH 3/3] LoongArch: Always select EFI

Building loongarch64 toolchain
 2022-07-02  0:48 UTC  (7+ messages)

[PATCH V2 0/4] mm/sparse-vmemmap: Generalise helpers and enable for
 2022-06-30  8:53 UTC  (11+ messages)
` [PATCH V2 1/4] MIPS&LoongArch: Adjust prototypes of p?d_init()
` [PATCH V2 2/4] LoongArch: Add sparse memory vmemmap support
` [PATCH V2 3/4] mm/sparse-vmemmap: Generalise vmemmap_populate_hugepages()
` [PATCH V2 4/4] LoongArch: Enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP

[PATCH] LoongArch: efi: Simplify arch_efi_call_virt() macro by using typeof()
 2022-06-28 13:00 UTC 

[PATCH] LoongArch: Fix section mismatch warning
 2022-06-28  7:29 UTC  (3+ messages)

[PATCH 1/3] MIPS&LoongArch: Adjust prototypes of p?d_init()
 2022-06-28  3:22 UTC  (5+ messages)
` [PATCH 2/3] LoongArch: Add sparse memory vmemmap support
` [PATCH 3/3] mm/sparse-vmemmap: Generalise vmemmap_populate_hugepages()

[GIT PULL] LoongArch fixes for v5.19-rc4
 2022-06-25 18:30 UTC  (2+ messages)

[PATCH] page-flags.h: Fix a missing header include of static_keys.h
 2022-06-25 14:26 UTC  (9+ messages)
    ` [External] "

[PATCH V2 1/2] LoongArch: Add subword xchg/cmpxchg emulation
 2022-06-25 14:25 UTC  (16+ messages)
` [PATCH V2 2/2] LoongArch: Add qspinlock support

[PATCH] LoongArch: Fix EENTRY/MERRENTRY setting in setup_tlb_handler()
 2022-06-25 14:03 UTC  (4+ messages)

[PATCH] LoongArch: Fix the _stext symbol address
 2022-06-25  9:44 UTC  (3+ messages)

[PATCH v2 2/2] LoongArch: No need to call RESTORE_ALL_AND_RET for all syscalls
 2022-06-25  2:09 UTC 

[PATCH] LoongArch: Fix the !THP build
 2022-06-23  7:53 UTC  (3+ messages)

[PATCH V2] LoongArch: Add vDSO syscall __vdso_getcpu()
 2022-06-23  4:47 UTC 

[PATCH] LoongArch: Fix sleeping in atomic context in setup_tlb_handler()
 2022-06-23  2:52 UTC 

[PATCH] LoongArch: Add sparse memory vmemmap support
 2022-06-21  6:35 UTC  (5+ messages)

[PATCH] LoongArch: Add qspinlock support
 2022-06-21  2:11 UTC  (12+ messages)


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).