summaryrefslogtreecommitdiffstats
path: root/sys/arch/amd64/include/frame.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Drop the ignored selectors (tf_[defg]s) from the trap and interrupt frames.guenther2018-07-101-9/+1
* Make intrframe the exact same size as trapframe: instead of pushingguenther2018-07-031-4/+3
* Reorder trapframe/intrframe to put %rbp next to %rip and make itguenther2018-04-261-5/+5
* Meltdown: implement user/kernel page table separation.guenther2018-02-211-1/+15
* Rename and move x86 calllframe definitions in <machine/frame.h> to usempi2016-02-261-1/+7
* Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.pirofti2011-03-231-4/+4
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* Remove the advertising clause in the UCB license which Berkeleyjsg2005-12-131-6/+2
* SMP support. Big parts from NetBSD, but with some really serious debuggingart2004-06-251-2/+1
* an amd64 arch support.mickey2004-01-281-0/+175