aboutsummaryrefslogtreecommitdiff
path: root/Documentation/x86_64/kernel-stacks
AgeCommit message (Collapse)AuthorFilesLines
2008-05-30x86: move x86-specific documentation into Documentation/x86H. Peter Anvin1-99/+0
The current organization of the x86 documentation makes it appear as if the "i386" documentation doesn't apply to x86-64, which is does. Thus, move that documentation into Documentation/x86, and move the x86-64-specific stuff into Documentation/x86/x86_64 with the eventual goal to move stuff that isn't actually 64-bit specific back into Documentation/x86. Signed-off-by: H. Peter Anvin <[email protected]>
2007-02-13[PATCH] x86-64: cleanup Doc/x86_64/ filesRandy Dunlap1-13/+13
Fix typos. Lots of whitespace changes for readability and consistency. Signed-off-by: Randy Dunlap <[email protected]> Signed-off-by: Andi Kleen <[email protected]>
2006-09-26[PATCH] Add stack documentation document from Keith OwensAndi Kleen1-0/+99
Describes the stack organization on x86-64. I changed it a bit and removed some obsolete information and the questions. Cc: [email protected] Signed-off-by: Andi Kleen <[email protected]>