search for: __pte_alloc_kernel

Displaying 6 results from an estimated 6 matches for "__pte_alloc_kernel".

2009 Sep 09
4
Dmesg log for 2.6.31-rc8 kernel been built on F12 (rawhide) vs log for same kernel been built on F11 and installed on F12
Previous 2.6.31-rc8 kernel was built on F11 and installed with modules on F12. Current kernel has been built on F12 (2.6.31-0.204.rc9.fc12.x86_64) and installed on F12 before loading under Xen 3.4.1. Dmesg log looks similar to Michael Yuong''s ''rc7.git4''  kernel for F12. Boris. --- On Tue, 9/8/09, Boris Derzhavets <bderzhavets@yahoo.com> wrote: From: Boris
2008 Oct 27
5
xen 3.3.0 + intrepid domU (2.6.27-7-server) + >4gb ram problem
...000f000 [ 0.010000] ffff88010000e010 ffffc20000401000 ffffffff806f5ce8 ffffffff8020b293 [ 0.010000] Call Trace: [ 0.010000] [<ffffffff8020b22d>] xen_alloc_ptpage+0x8d/0xa0 [ 0.010000] [<ffffffff8020b293>] xen_alloc_pte+0x13/0x20 [ 0.010000] [<ffffffff802bef21>] __pte_alloc_kernel+0x61/0xc0 [ 0.010000] [<ffffffff802cbdf4>] map_vm_area+0x2d4/0x350 [ 0.010000] [<ffffffff802cc5f0>] __vmalloc_area_node+0x140/0x1a0 [ 0.010000] [<ffffffff80740856>] ? alloc_large_system_hash+0x24c/0x2b0 [ 0.010000] [<ffffffff802cc6f1>] __vmalloc_node+0xa1/0xb...
2007 Apr 18
0
[RFC/PATCH LGUEST X86_64 02/13] hvvm export page utils
...c +++ work-pv/mm/memory.c @@ -2798,3 +2798,10 @@ int access_process_vm(struct task_struct return buf - old_buf; } EXPORT_SYMBOL_GPL(access_process_vm); + +/* temp until we put the hv vm stuff into the kernel */ +EXPORT_SYMBOL_GPL(__pud_alloc); +EXPORT_SYMBOL_GPL(__pmd_alloc); +EXPORT_SYMBOL_GPL(__pte_alloc_kernel); +EXPORT_SYMBOL_GPL(pmd_clear_bad); +EXPORT_SYMBOL_GPL(pud_clear_bad); --
2007 Apr 18
0
[RFC/PATCH LGUEST X86_64 02/13] hvvm export page utils
...c +++ work-pv/mm/memory.c @@ -2798,3 +2798,10 @@ int access_process_vm(struct task_struct return buf - old_buf; } EXPORT_SYMBOL_GPL(access_process_vm); + +/* temp until we put the hv vm stuff into the kernel */ +EXPORT_SYMBOL_GPL(__pud_alloc); +EXPORT_SYMBOL_GPL(__pmd_alloc); +EXPORT_SYMBOL_GPL(__pte_alloc_kernel); +EXPORT_SYMBOL_GPL(pmd_clear_bad); +EXPORT_SYMBOL_GPL(pud_clear_bad); --
2013 Jun 17
1
Kernel panic in pin_pagetable_pfn
...00000000 00000000007993b8 ffff880180011000 ffff880180010020 [ 0.004000] 00000000ffffffff ffffffff8028d372 0000000180010000 ffffc20000801000 [ 0.004000] 00000000ffffffff ffffffff802976a9 0000000000000000 0000000200000000 [ 0.004000] Call Trace: [ 0.004000] [<ffffffff8028d372>] ? __pte_alloc_kernel+0x82/0xb0 [ 0.004000] [<ffffffff802976a9>] ? map_vm_area+0x309/0x340 [ 0.004000] [<ffffffff80297db8>] ? __vmalloc_area_node+0x118/0x170 [ 0.004000] [<ffffffff80874bd0>] ? alloc_large_system_hash+0x1f0/0x2c0 [ 0.004000] [<ffffffff80297cf9>] ? __vmalloc_area_no...
2006 Mar 14
12
[RFC] VMI for Xen?
I''m sure everyone has seen the drop of VMI patches for Linux at this point, but just in case, the link is included below. I''ve read this version of the VMI spec and have made my way through most of the patches. While I wasn''t really that impressed with the first spec wrt Xen, the second version seems to be much more palatable. Specifically, the code inlining and