search for: __free_pages_ok

Displaying 9 results from an estimated 9 matches for "__free_pages_ok".

2003 Jan 22
1
kjournald oops
...c01bedfd>] [<c01bef97>] [<c016e4fd>] [<c016d65b>] [<c02227c9>] [<c021eb2f>] [<c01c5cd7>] [<c0170236>] [<c01700e0>] [<c0105676>] [<c0170100>] Code: 89 58 04 89 03 89 53 04 89 59 5c 89 7b 0c ff 41 68 83 c4 1c >>EIP; c0130956 <__free_pages_ok+286/2a0> <===== Trace; c01e907c <aac_io_done+1c/30> Trace; c012db6a <kmem_slab_destroy+aa/d0> Trace; c012ef19 <kmem_cache_reap+2b9/330> Trace; c01300a9 <shrink_caches+19/90> Trace; c013015c <try_to_free_pages_zone+3c/60> Trace; c0130c52 <balance_classzone+62...
2007 Apr 18
2
[patch 1/9] Guest page hinting: unused / free pages.
...while (0) + +#endif + +#endif /* _LINUX_PAGE_STATES_H */ diff -urpN linux-2.6/mm/page_alloc.c linux-2.6-patched/mm/page_alloc.c --- linux-2.6/mm/page_alloc.c 2006-09-01 12:49:33.000000000 +0200 +++ linux-2.6-patched/mm/page_alloc.c 2006-09-01 12:49:35.000000000 +0200 @@ -515,6 +515,7 @@ static void __free_pages_ok(struct page reserved += free_pages_check(page + i); if (reserved) return; + page_set_unused(page, order); kernel_map_pages(page, 1 << order, 0); local_irq_save(flags); @@ -798,6 +799,7 @@ static void fastcall free_hot_cold_page( page->mapping = NULL; if (free_pages_chec...
2007 Apr 18
2
[patch 1/9] Guest page hinting: unused / free pages.
...while (0) + +#endif + +#endif /* _LINUX_PAGE_STATES_H */ diff -urpN linux-2.6/mm/page_alloc.c linux-2.6-patched/mm/page_alloc.c --- linux-2.6/mm/page_alloc.c 2006-09-01 12:49:33.000000000 +0200 +++ linux-2.6-patched/mm/page_alloc.c 2006-09-01 12:49:35.000000000 +0200 @@ -515,6 +515,7 @@ static void __free_pages_ok(struct page reserved += free_pages_check(page + i); if (reserved) return; + page_set_unused(page, order); kernel_map_pages(page, 1 << order, 0); local_irq_save(flags); @@ -798,6 +799,7 @@ static void fastcall free_hot_cold_page( page->mapping = NULL; if (free_pages_chec...
2002 Dec 05
1
ext3 Problem in 2.4.20-ac1?
...s bug to Dec 5 15:48:36 postamt1 kernel: NVidia and not to the linux kernel mailinglist. Dec 5 15:48:36 postamt1 kernel: kernel BUG at page_alloc.c:106! Dec 5 15:48:36 postamt1 kernel: invalid operand: 0000 Dec 5 15:48:36 postamt1 kernel: CPU: 0 Dec 5 15:48:36 postamt1 kernel: EIP: 0010:[__free_pages_ok+94/800] Not tainted Dec 5 15:48:36 postamt1 kernel: EFLAGS: 00010282 Dec 5 15:48:36 postamt1 kernel: eax: 00000033 ebx: c1a599b8 ecx: f78f8000 edx: f78f9f64 Dec 5 15:48:36 postamt1 kernel: esi: ef44b128 edi: 00000000 ebp: 2f507541 esp: e2277df4 Dec 5 15:48:36 postamt1 kernel: ds: 00...
2006 Apr 10
1
kernel: Page has mapping still set - continues
...hci-hcd usb-uhci usbcore ext3 jbd cciss sd_mod scsi_mod Apr 10 05:32:22 db01-01 kernel: CPU: 1 Apr 10 05:32:22 db01-01 kernel: EIP: 0060:[<c0159560>] Not tainted Apr 10 05:32:22 db01-01 kernel: EFLAGS: 00010286 Apr 10 05:32:22 db01-01 kernel: Apr 10 05:32:22 db01-01 kernel: EIP is at __free_pages_ok [kernel] 0x3e0 (2.4.21-40.ELsmp/i686) Apr 10 05:32:22 db01-01 kernel: eax: 00000033 ebx: c797dd38 ecx: 00000001edx: c0387e98 Apr 10 05:32:22 db01-01 kernel: esi: f4402880 edi: 00000000 ebp: 00000000esp: cd7d5ec8 Apr 10 05:32:22 db01-01 kernel: ds: 0068 es: 0068 ss: 0068 Apr 10 05:32:22...
2007 Jun 28
6
[patch 0/6] resend: guest page hinting version 5.
Greetings, after Carsten pitched CMM2 on the kvm mini summit here is a repost of version 5 of the guest page hinting patches. The code is still the same but has been adapted to the latest git level. -- blue skies, Martin. "Reality continues to ruin my life." - Calvin.
2007 Jun 28
6
[patch 0/6] resend: guest page hinting version 5.
Greetings, after Carsten pitched CMM2 on the kvm mini summit here is a repost of version 5 of the guest page hinting patches. The code is still the same but has been adapted to the latest git level. -- blue skies, Martin. "Reality continues to ruin my life." - Calvin.
2007 May 11
6
[patch 0/6] [rfc] guest page hinting version 5
After way to many months here is the fifth version of the guest page hinting patches. Compared to version four a few improvements have been added: - Avoid page_host_discards() calls outside of page-states.h - The discard list is now implemented via the page_free_discarded hook and architecture specific code. - PG_state_change page flag has been replaced with architecture specficic
2007 May 11
6
[patch 0/6] [rfc] guest page hinting version 5
After way to many months here is the fifth version of the guest page hinting patches. Compared to version four a few improvements have been added: - Avoid page_host_discards() calls outside of page-states.h - The discard list is now implemented via the page_free_discarded hook and architecture specific code. - PG_state_change page flag has been replaced with architecture specficic