aboutsummaryrefslogtreecommitdiff
path: root/i386
Commit message (Expand)AuthorAgeFilesLines
* Fix documentationSamuel Thibault2011-09-011-0/+2
* Close kernel stacks.Samuel Thibault2011-09-011-0/+1
* Fix PC samplingSamuel Thibault2011-09-013-7/+6
* Optimize copyout pathSamuel Thibault2011-08-311-17/+13
* Fix copyout retry on lazy allocation on >= i486Samuel Thibault2011-08-311-7/+28
* Disable global page while writing in kernel spaceSamuel Thibault2011-08-311-0/+5
* Protect set_cr3 against compiler assignment optimizationsSamuel Thibault2011-08-311-1/+1
* Fix declarationsSamuel Thibault2011-08-318-10/+17
* Add linux_timer_intr function declarationGuillem Jover2011-08-301-0/+4
* Remove unused variableGuillem Jover2011-08-301-1/+0
* Cast function timeout() argument to fix a warningGuillem Jover2011-08-302-2/+2
* Return a value on non-void functionGuillem Jover2011-08-301-0/+5
* Fix copyright assignmentSamuel Thibault2011-08-304-4/+4
* Console declaration cleanupSamuel Thibault2011-08-306-13/+19
* Make copyout run in 1 loop on >= i486Samuel Thibault2011-08-291-4/+5
* Skip kernel WP check on i486 and aboveSamuel Thibault2011-08-282-2/+5
* Enable >4GiB cr3Samuel Thibault2011-08-281-2/+2
* Disable (<i486)-only WP workaround on Xen & PAESamuel Thibault2011-08-281-36/+2
* Fix pmap_clear_bootstrap_pagetable with >4G mfnsSamuel Thibault2011-08-281-1/+1
* Rework memory mapping reservationSamuel Thibault2011-08-283-10/+12
* Disable unused variablesGuillem Jover2011-08-271-0/+2
* Add prototypes for locore functionsGuillem Jover2011-08-274-2/+8
* Add 8byte breakpoint macroSamuel Thibault2011-08-211-0/+1
* Enable all cachesSamuel Thibault2011-04-231-0/+1
* Update constants to nowadays standardsSamuel Thibault2011-04-221-1/+1
* Close call stack on continuationSamuel Thibault2011-04-191-0/+1
* Fix build with kdb from make dist-generated tarballSamuel Thibault2011-04-031-0/+1
* Fix typoSamuel Thibault2011-03-211-1/+1
* Clean kd.[ch]Samuel Thibault2011-03-202-59/+59
* Fix continuation after keyboard debugger invocationSamuel Thibault2011-03-111-1/+1
* Enable global pages after enabling pagingSamuel Thibault2011-03-061-2/+2
* Fix temporary direct mapping during page table enablingSamuel Thibault2011-03-051-35/+20
* Keep supplementary L1 pages read-onlySamuel Thibault2011-03-031-1/+4
* Re-enable updating pvlist for kernel_pmapSamuel Thibault2011-02-271-1/+0
* Acknoledge interrupt after handler callSamuel Thibault2011-02-271-8/+11
* Detect interrupt overflowSamuel Thibault2011-02-271-0/+5
* Add x86 debug register Xen supportSamuel Thibault2011-02-273-2/+55
* Add prototypes for x86 debug registersSamuel Thibault2011-02-271-0/+16
* Fix for kdb watch commandSamuel Thibault2011-02-271-0/+3
* Add console=comN boot option to enable serial consoleSamuel Thibault2011-02-264-27/+19
* Enable pae_extended_cr3 in pmap_bootstrapSamuel Thibault2011-01-312-2/+2
* Enable Xen >4GiB physical memory supportSamuel Thibault2011-01-313-4/+9
* Drop kbd device on xenSamuel Thibault2011-01-312-6/+4
* Avoid dropping kd_intr when RCLINE is >= 0Samuel Thibault2011-01-152-4/+3
* Move -d and -H parse to kern/startup.cSamuel Thibault2011-01-151-20/+0
* memcpy operands are not supposed to overlapSamuel Thibault2010-12-091-1/+1
* Avoid harmless warningSamuel Thibault2010-10-241-0/+2
* Add prototype for discover_x86_cpu_typeSamuel Thibault2010-10-231-0/+2
* Warn on unknown CPU familySamuel Thibault2010-10-231-1/+2
* Recognize P4 and Opteron-like as pentium proSamuel Thibault2010-10-231-0/+1