summaryrefslogtreecommitdiff
path: root/i386
AgeCommit message (Expand)Author
2011-10-16Increase kmem area for the Xen case.Samuel Thibault
2011-09-12Remove unused [!MACH_KERNEL] driver codeGuillem Jover
2011-09-06* .gitignore: Tighten some rules, and distribute others to...Thomas Schwinge
2011-09-06* i386/i386/pcb.h (stack_attach): Parameterize the continuation parameter'sThomas Schwinge
2011-09-06Move i386/i386/locore.S declarations.Thomas Schwinge
2011-09-02Use Mach native error codes instead of POSIX errno E* onesGuillem Jover
2011-09-01Fix documentationSamuel Thibault
2011-09-01Close kernel stacks.Samuel Thibault
2011-09-01Fix PC samplingSamuel Thibault
2011-08-31Optimize copyout pathSamuel Thibault
2011-08-31Fix copyout retry on lazy allocation on >= i486Samuel Thibault
2011-08-31Disable global page while writing in kernel spaceSamuel Thibault
2011-08-31Protect set_cr3 against compiler assignment optimizationsSamuel Thibault
2011-08-31Fix declarationsSamuel Thibault
2011-08-30Add linux_timer_intr function declarationGuillem Jover
2011-08-30Remove unused variableGuillem Jover
2011-08-30Cast function timeout() argument to fix a warningGuillem Jover
2011-08-30Return a value on non-void functionGuillem Jover
2011-08-30Fix copyright assignmentSamuel Thibault
2011-08-30Console declaration cleanupSamuel Thibault
2011-08-29Make copyout run in 1 loop on >= i486Samuel Thibault
2011-08-28Skip kernel WP check on i486 and aboveSamuel Thibault
2011-08-28Enable >4GiB cr3Samuel Thibault
2011-08-28Disable (<i486)-only WP workaround on Xen & PAESamuel Thibault
2011-08-28Fix pmap_clear_bootstrap_pagetable with >4G mfnsSamuel Thibault
2011-08-28Rework memory mapping reservationSamuel Thibault
2011-08-27Disable unused variablesGuillem Jover
2011-08-27Add prototypes for locore functionsGuillem Jover
2011-08-21Add 8byte breakpoint macroSamuel Thibault
2011-04-23Enable all cachesSamuel Thibault
2011-04-22Update constants to nowadays standardsSamuel Thibault
2011-04-19Close call stack on continuationSamuel Thibault
2011-04-03Fix build with kdb from make dist-generated tarballSamuel Thibault
2011-03-21Fix typoSamuel Thibault
2011-03-20Clean kd.[ch]Samuel Thibault
2011-03-11Fix continuation after keyboard debugger invocationSamuel Thibault
2011-03-06Enable global pages after enabling pagingSamuel Thibault
2011-03-05Fix temporary direct mapping during page table enablingSamuel Thibault
2011-03-03Keep supplementary L1 pages read-onlySamuel Thibault
2011-02-27Re-enable updating pvlist for kernel_pmapSamuel Thibault
2011-02-27Acknoledge interrupt after handler callSamuel Thibault
2011-02-27Detect interrupt overflowSamuel Thibault
2011-02-27Add x86 debug register Xen supportSamuel Thibault
2011-02-27Add prototypes for x86 debug registersSamuel Thibault
2011-02-27Fix for kdb watch commandSamuel Thibault
2011-02-26Add console=comN boot option to enable serial consoleSamuel Thibault
2011-01-31Enable pae_extended_cr3 in pmap_bootstrapSamuel Thibault
2011-01-31Enable Xen >4GiB physical memory supportSamuel Thibault
2011-01-31Drop kbd device on xenSamuel Thibault
2011-01-15Avoid dropping kd_intr when RCLINE is >= 0Samuel Thibault