login
Header Space

 
 

Mailing list archives

Search results

Found 24 matching messages (0.026 seconds). Page 1 of 2.

Re: [PATCH 6/6] powerpc: support multiple huge page sizes

... hugepages=5). >> >> >> Signed-off-by: Jon Tollefson > + hstate); >> } >> } >> > > Hi Jon, > > I just noticed in a ... for looking at the code. Jon >> @@ -173,16 +222,20 @@ pte_t ...

linux-kernel - Jon Tollefson - Jun 24 2008 - 13:17

[patch v2] powerpc: hugetlb pgtable cache access cleanup

Andrew Morton wrote: > On Mon, 14 Jul 2008 11:32:22 -0500 > Jon Tollefson wrote: ... instead of using a macro. Signed-off-by: Jon Tollefson --- arch/powerpc/mm/hugetlbpage.c | 22 ...

linux-kernel - Jon Tollefson - Jul 15 2008 - 18:49

Re: [RFC] hugetlb reservations -- MAP_PRIVATE fixes for split vmas

... : > As reported by Adam Litke and Jon Tollefson one of the libhugetlbfs > regression ... I would be happy to do > that too. > > Jon could you have a test on this ... negative - with this patch set applied Jon -- To unsubscribe from this list: send ...

linux-kernel - Jon Tollefson - Jun 23 2008 - 12:04

Re: [RFC] hugetlb reservations -- MAP_PRIVATE fixes for split vmas V2

... > As reported by Adam Litke and Jon Tollefson one of the libhugetlbfs > regression ... shared code layout > - reinstate BUG_ON's > > Jon could you have a test on ... negative when running the libhuge tests. Jon -- To unsubscribe from this list: send ...

linux-kernel - Jon Tollefson - Jun 25 2008 - 17:22

Re: 2.6.26-rc5-mm3: BUG large value for HugePages_Rsvd

... Jun 19, 2008 at 11:27:47AM -0500, Jon Tollefson wrote: > >> After running some of the libhugetlbfs tests the value for >> / ... in a postable state by > tommorrow. > Cool. > -apw > Jon -- To unsubscribe from this list: send the ...

linux-kernel - Jon Tollefson - Jun 19 2008 - 23:18

Re: SL*B: drop kmem cache argument from constructor

... , 10 Jul 2008 11:44:16 -0500 Jon Tollefson wrote: > > >> Alexey Dobriyan wrote: >> >>> Kmem cache passed to ... this situation I can amend it differently. Jon -- To unsubscribe from this list: send the ...

linux-kernel - Jon Tollefson - Jul 11 2008 - 17:40

[PATCH 1/4] allow arch specific function for allocating gigantic pages

... functions need to use a long so that they can handle the 16G page size. Signed-off-by: Jon Tollefson --- include/linux/hugetlb.h | 10 +++++++++- mm/hugetlb.c | 21 ...

linux-kernel - Jon Tollefson - Mar 26 2008 - 17:24

[PATCH 2/4] powerpc: function for allocating gigantic pages

... alloc_bm_huge_page() function adds a page from here to the huge_boot_pages list. Signed-off-by: Jon Tollefson --- hugetlbpage.c | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) ...

linux-kernel - Jon Tollefson - Mar 26 2008 - 17:26

[PATCH 3/4] powerpc: scan device tree and save gigantic page locations

... During very early boot these locations are saved for use by hugetlbfs. Signed-off-by: Jon Tollefson --- arch/powerpc/mm/hash_utils_64.c | 41 ++++++++++++++++++++++++++++++++++++++- arch/ ...

linux-kernel - Jon Tollefson - Mar 26 2008 - 17:27

[PATCH 4/4] powerpc: define page support for 16G pages

... page sizes is not being utilized yet. That will be in a future patch. Signed-off-by: Jon Tollefson --- hugetlbpage.c | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) ...

linux-kernel - Jon Tollefson - Mar 26 2008 - 17:29

Re: [patch 01/17] hugetlb: modular state

... also needs to be a long, but this one affects the arch code too since it is public. Jon Tollefson -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to ...

linux-kernel - Jon Tollefson - Apr 21 2008 - 16:51

[PATCH 1/6 v2] allow arch specific function for allocating gigantic pages

... out in order to allow 64K huge pages to continue to work on power. Signed-off-by: Jon Tollefson --- include/linux/hugetlb.h | 10 ++++++++++ mm/hugetlb.c | 15 ...

linux-kernel - Jon Tollefson - May 13 2008 - 13:19

[PATCH 2/6 v2] powerpc: function for allocating gigantic pages

... . The alloc_bm_huge_page() function adds a page from here to the huge_boot_pages list. Signed-off-by: Jon Tollefson --- arch/powerpc/mm/hugetlbpage.c | 22 ++++++++++++++++++++++ 1 file ...

linux-kernel - Jon Tollefson - May 13 2008 - 13:21

[PATCH 3/6 v2] powerpc: scan device tree and save gigantic page locations

... boot and save these page locations until hugetlbfs is ready for them. Signed-off-by: Jon Tollefson --- arch/powerpc/mm/hash_utils_64.c | 44 ++++++++++++++++++++++++++++++++++++++- arch/ ...

linux-kernel - Jon Tollefson - May 13 2008 - 13:22

[PATCH 4/6 v2] powerpc: define page support for 16G pages

... shift value is for a 16G page (when base page size is 64K). Signed-off-by: Jon Tollefson --- arch/powerpc/mm/hugetlbpage.c | 62 ++++++++++++++++++++++++++------------ include/asm- ...

linux-kernel - Jon Tollefson - May 13 2008 - 13:23

[PATCH 5/6 v2] check for overflow

... too but it didn't seem to generate an EOVERFLOW in my test case. Signed-off-by: Jon Tollefson --- fs/compat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ...

linux-kernel - Jon Tollefson - May 13 2008 - 13:23

[PATCH 6/6] powerpc: support multiple huge page sizes

... have to be specified at boot-time though (e.g. hugepagesz=16G hugepages=5). Signed-off-by: Jon Tollefson --- arch/powerpc/mm/hash_utils_64.c | 9 - arch/powerpc/mm/hugetlbpage.c ...

linux-kernel - Jon Tollefson - May 13 2008 - 13:25

[patch] powerpc: hugetlb pgtable cache access cleanup

... macro. We now reference the pgtable_cache array directly instead of using a macro. Signed-off-by: Jon Tollefson --- arch/powerpc/mm/hugetlbpage.c | 22 +++++++++++----------- 1 file ...

linux-kernel - Jon Tollefson - Jul 14 2008 - 12:32

Re: [Bug #10732] REGRESSION: 2.6.26-rc2-git4: X server failed start on X61s laptop

... Martin Bligh should be able to clear that mystery up. >> > > Jon ... is that something we can configure? Seems ... wrong. ... general but do apply to the bugzilla.kernel.org one. Jon -- To unsubscribe from this list: send the line "unsubscribe ...

linux-kernel - Jon Tollefson - May 29 2008 - 19:28

Re: Urgent bugzilla mainteinance needed

... be working now. Thanks to David Ames for handling the mailer part. I cleaned the spam(1353 msgs) out of the bug. Jon - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org ...

linux-kernel - Jon Tollefson - Sep 24 2007 - 11:59

speck-geostationary