Toshi Kani ([email protected])

Number of posts: 853 (0.7 per day)
First post: 2012-05-02 21:23:01
Last post: 2015-08-29 01:20:57

Date List Subject
2015-02-25 00:15:36 linux-kernel [PATCH v8 0/7] Support Write-Through mapping on x86
2015-02-23 23:55:11 linux-kernel Re: [PATCH v2 0/7] Kernel huge I/O mapping support
2015-02-18 22:14:42 linux-kernel Re: [PATCH v2 6/7] x86, mm: Support huge I/O mappings on x86
2015-02-18 21:33:54 linux-kernel Re: [PATCH v2 6/7] x86, mm: Support huge I/O mappings on x86
2015-02-18 21:14:07 linux-kernel Re: [PATCH v2 6/7] x86, mm: Support huge I/O mappings on x86
2015-02-10 23:10:42 linux-kernel Re: [PATCH v2 5/7] x86, mm: Support huge KVA mappings on x86
2015-02-10 22:21:07 linux-kernel Re: [PATCH v2 5/7] x86, mm: Support huge KVA mappings on x86
2015-02-10 22:13:35 linux-kernel Re: [PATCH v2 5/7] x86, mm: Support huge KVA mappings on x86
2015-02-10 20:42:50 linux-kernel Re: [PATCH v2 5/7] x86, mm: Support huge KVA mappings on x86
2015-02-09 22:46:52 linux-kernel [PATCH v2 4/7] mm: Change vunmap to tear down huge KVA mappings
2015-02-09 22:46:33 linux-kernel [PATCH v2 6/7] x86, mm: Support huge I/O mappings on x86
2015-02-09 22:46:08 linux-kernel [PATCH v2 7/7] mm: Add config HUGE_IOMAP to enable huge I/O mappings
2015-02-09 22:46:05 linux-kernel [PATCH v2 5/7] x86, mm: Support huge KVA mappings on x86
2015-02-09 22:46:02 linux-kernel [PATCH v2 3/7] mm: Change ioremap to set up huge I/O mappings
2015-02-09 22:45:59 linux-kernel [PATCH v2 2/7] lib: Add huge I/O map capability interfaces
2015-02-09 22:45:57 linux-kernel [PATCH v2 1/7] mm: Change __get_vm_area_node() to use fls_long()
2015-02-09 22:45:52 linux-kernel [PATCH v2 0/7] Kernel huge I/O mapping support
2015-02-05 20:56:40 linux-kernel Re: [RFC PATCH 2/7] lib: Add huge I/O map capability interfaces
2014-11-21 18:27:37 linux-kernel [PATCH v6 1/7] x86, mm, pat: Set WT to PA7 slot of PAT MSR
2014-11-21 18:27:17 linux-kernel [PATCH v6 4/7] x86, mm, pat: Add pgprot_writethrough() for WT
2014-11-21 18:26:47 linux-kernel [PATCH v6 5/7] x86, mm, pat: Refactor !pat_enabled handling
2014-11-21 18:25:21 linux-kernel [PATCH v6 7/7] x86, mm: Add set_memory_wt() for WT
2014-11-21 18:25:20 linux-kernel [PATCH v6 6/7] x86, mm, asm: Add WT support to set_page_memtype()
2014-11-21 18:25:15 linux-kernel [PATCH v6 2/7] x86, mm, pat: Change reserve_memtype() to handle WT
2014-11-21 18:25:13 linux-kernel [PATCH v6 3/7] x86, mm, asm-gen: Add ioremap_wt() for WT
2014-11-21 18:25:07 linux-kernel [PATCH v6 0/7] Support Write-Through mapping on x86
2014-11-04 22:21:06 linux-kernel [PATCH v5 3/8] x86, mm, pat: Change reserve_memtype() to handle WT
2014-11-04 22:19:53 linux-kernel [PATCH v5 5/8] x86, mm, pat: Add pgprot_writethrough() for WT
2014-11-04 22:19:33 linux-kernel [PATCH v5 8/8] x86, mm: Add set_memory_wt() for WT
2014-11-04 22:18:59 linux-kernel [PATCH v5 6/8] x86, mm, pat: Refactor !pat_enabled handling
2014-11-04 22:18:58 linux-kernel [PATCH v5 7/8] x86, mm, asm: Add WT support to set_page_memtype()
2014-11-04 22:18:52 linux-kernel [PATCH v5 4/8] x86, mm, asm-gen: Add ioremap_wt() for WT
2014-11-04 22:18:49 linux-kernel [PATCH v5 1/8] x86, mm, pat: Set WT to PA7 slot of PAT MSR
2014-11-04 22:18:48 linux-kernel [PATCH v5 2/8] x86, mm, pat, asm: Move [get|set]_page_memtype() to pat.c
2014-11-04 22:18:43 linux-kernel [PATCH v5 0/8] Support Write-Through mapping on x86
2014-11-04 01:04:39 linux-kernel Re: [PATCH v4 4/7] x86, mm, pat: Add pgprot_writethrough() for WT
2014-11-03 22:29:09 linux-kernel Re: [PATCH v4 4/7] x86, mm, pat: Add pgprot_writethrough() for WT
2014-11-03 19:23:47 linux-kernel Re: [PATCH v4 5/7] x86, mm, pat: Refactor !pat_enabled handling
2014-11-03 19:11:32 linux-kernel Re: [PATCH v4 2/7] x86, mm, pat: Change reserve_memtype() to handle WT
2014-11-03 18:23:00 linux-kernel Re: [PATCH v4 1/7] x86, mm, pat: Set WT to PA7 slot of PAT MSR
2014-11-03 18:15:50 linux-kernel Re: [PATCH v4 1/7] x86, mm, pat: Set WT to PA7 slot of PAT MSR
2014-11-03 18:02:06 linux-kernel Re: [PATCH v4 1/7] x86, mm, pat: Set WT to PA7 slot of PAT MSR
2014-11-03 16:58:02 linux-kernel Re: [PATCH V6 00/18] x86: Full support of PAT
2014-10-27 23:14:27 linux-kernel [PATCH v4 1/7] x86, mm, pat: Set WT to PA7 slot of PAT MSR
2014-10-27 23:13:45 linux-kernel [PATCH v4 3/7] x86, mm, asm-gen: Add ioremap_wt() for WT
2014-10-27 23:13:44 linux-kernel [PATCH v4 5/7] x86, mm, pat: Refactor !pat_enabled handling
2014-10-27 23:13:20 linux-kernel [PATCH v4 6/7] x86, mm, asm: Add WT support to set_page_memtype()
2014-10-27 23:13:00 linux-kernel [PATCH v4 7/7] x86, mm: Add set_memory_wt() for WT
2014-10-27 23:09:54 linux-kernel [PATCH v4 4/7] x86, mm, pat: Add pgprot_writethrough() for WT
2014-10-27 23:09:51 linux-kernel [PATCH v4 2/7] x86, mm, pat: Change reserve_memtype() to handle WT
2014-10-27 23:09:44 linux-kernel [PATCH v4 0/7] Support Write-Through mapping on x86