| From: |
| Vivek Goyal <vgoyal@in.ibm.com> |
| To: |
| linux kernel mailing list <linux-kernel@vger.kernel.org> |
| Subject: |
| [RFC][PATCH 0/20] x86_64: Relocatable bzImage (V3) |
| Date: |
| Fri, 17 Nov 2006 17:34:32 -0500 |
| Cc: |
| akpm@osdl.org, rjw@sisk.pl, ebiederm@xmission.com, hpa@zytor.com,
Reloc Kernel List <fastboot@lists.osdl.org>, pavel@suse.cz,
magnus.damm@gmail.com, ak@suse.de |
| Archive-link: |
| Article,
Thread
|
Hi All,
Here is the third attempt on implementing relocatable bzImage for x86_64.
Following are the changes since V2.
- Broke suspend/resume code changes into smaller patches. Pavel, I hope
now it is easier to review.
- Moved cpu long mode and SSE verfication code into a single common
file (arch/x86_64/kernel/verify_cpu.S). This file is not shared at all
the entry places.
- Fixed a bug during resume operation on machines which support NX bit.
Your comments/suggestions are welcome.
Thanks
Vivek