Vineet Gupta ([email protected])

Number of posts: 144 (0.15 per day)
First post: 2021-08-09 00:03:04
Last post: 2024-04-26 19:09:00

Date List Subject
2021-08-12 23:47:27 linux-kernel [PATCH v2 09/19] ARC: mm: switch to asm-generic/pgalloc.h
2021-08-12 23:47:22 linux-kernel [PATCH v2 11/19] ARC: mm: move MMU specific bits out of ASID allocator
2021-08-12 23:47:14 linux-kernel [PATCH v2 10/19] ARC: mm: non-functional code cleanup ahead of 3 levels
2021-08-12 23:46:12 linux-kernel [PATCH v2 08/19] ARC: mm: switch pgtable_t back to struct page *
2021-08-12 23:45:56 linux-kernel [PATCH v2 04/19] ARC: mm: Fixes to allow STRICT_MM_TYPECHECKS
2021-08-12 23:45:53 linux-kernel [PATCH v2 07/19] ARC: mm: pmd_populate* to use the canonical set_pmd (and drop pmd_set)
2021-08-12 23:45:41 linux-kernel [PATCH v2 02/19] ARC: mm: remove tlb paranoid code
2021-08-12 23:45:26 linux-kernel [PATCH v2 00/19] ARC mm updates: support 3/4 levels and asm-generic/pgalloc
2021-08-12 23:45:21 linux-kernel [PATCH v2 05/19] ARC: mm: Enable STRICT_MM_TYPECHECKS
2021-08-12 23:44:47 linux-kernel [PATCH v2 03/19] ARC: mm: move mmu/cache externs out to setup.h
2021-08-12 23:44:46 linux-kernel [PATCH v2 01/19] ARC: mm: use SCRATCH_DATA0 register for caching pgdir in ARCv2 only
2021-08-12 20:26:46 linux-kernel Re: [PATCH -next] trap: Cleanup trap_init()
2021-08-12 19:15:14 linux-kernel Re: [PATCH 09/18] ARC: mm: non-functional code cleanup ahead of 3 levels
2021-08-12 01:40:13 linux-kernel Re: [PATCH 09/18] ARC: mm: non-functional code cleanup ahead of 3 levels
2021-08-11 22:19:45 linux-kernel Re: [PATCH 16/18] ARC: mm: support 4 levels of page tables
2021-08-11 22:17:28 linux-kernel Re: [PATCH 15/18] ARC: mm: support 3 levels of page tables
2021-08-11 19:32:07 linux-kernel Re: [PATCH 11/18] ARC: mm: move MMU specific bits out of entry code
2021-08-11 19:02:40 linux-kernel Re: [PATCH 06/18] ARC: mm: Enable STRICT_MM_TYPECHECKS
2021-08-11 19:01:21 linux-kernel Re: [PATCH 07/18] ARC: ioremap: use more commonly used PAGE_KERNEL based uncached flag
2021-08-11 18:56:41 linux-kernel Re: [PATCH 04/18] ARC: mm: remove pgd_offset_fast
2021-08-11 00:49:22 linux-kernel [PATCH 17/18] ARC: mm: vmalloc sync from kernel to user table to update PMD ...
2021-08-11 00:49:14 linux-kernel [PATCH 16/18] ARC: mm: support 4 levels of page tables
2021-08-11 00:49:01 linux-kernel [PATCH 15/18] ARC: mm: support 3 levels of page tables
2021-08-11 00:48:46 linux-kernel [PATCH 14/18] ARC: mm: hack to allow 2 level build with 4 level code
2021-08-11 00:48:00 linux-kernel [PATCH 11/18] ARC: mm: move MMU specific bits out of entry code
2021-08-11 00:47:12 linux-kernel [PATCH 18/18] ARC: mm: introduce _PAGE_TABLE to explicitly link pgd,pud,pmd entries
2021-08-11 00:46:32 linux-kernel [PATCH 13/18] ARC: mm: disintegrate pgtable.h into levels and flags
2021-08-11 00:46:23 linux-kernel [PATCH 12/18] ARC: mm: disintegrate mmu.h (arcv2 bits out)
2021-08-11 00:45:43 linux-kernel [PATCH 10/18] ARC: mm: move MMU specific bits out of ASID allocator
2021-08-11 00:45:41 linux-kernel [PATCH 08/18] ARC: mm: pmd_populate* to use the canonical set_pmd (and drop pmd_set)
2021-08-11 00:45:41 linux-kernel [PATCH 09/18] ARC: mm: non-functional code cleanup ahead of 3 levels
2021-08-11 00:45:23 linux-kernel [PATCH 06/18] ARC: mm: Enable STRICT_MM_TYPECHECKS
2021-08-11 00:45:18 linux-kernel [PATCH 07/18] ARC: ioremap: use more commonly used PAGE_KERNEL based uncached flag
2021-08-11 00:45:17 linux-kernel [PATCH 04/18] ARC: mm: remove pgd_offset_fast
2021-08-11 00:45:14 linux-kernel [PATCH 05/18] ARC: mm: Fixes to allow STRICT_MM_TYPECHECKS
2021-08-11 00:45:13 linux-kernel [PATCH 03/18] ARC: mm: move mmu/cache externs out to setup.h
2021-08-11 00:45:06 linux-kernel [PATCH 02/18] ARC: mm: remove tlb paranoid code
2021-08-11 00:45:02 linux-kernel [PATCH 00/18] ARC mm updates to support 3 or 4 levels of paging
2021-08-11 00:45:02 linux-kernel [PATCH 01/18] ARC: mm: simplify mmu scratch register assingment to mmu needs
2021-08-10 23:24:08 linux-kernel [GIT PULL] ARC updates for 5.14-rc6
2021-08-09 00:43:26 linux-kernel [RFC 1/2] ARC: retire ARC750 support
2021-08-09 00:03:04 linux-kernel [RFC 2/2] ARC: retire MMUv1 and MMUv2 support