Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix documentation | Samuel Thibault | 2011-09-01 | 1 | -0/+2 |
* | Close kernel stacks. | Samuel Thibault | 2011-09-01 | 1 | -0/+1 |
* | Fix PC sampling | Samuel Thibault | 2011-09-01 | 3 | -7/+6 |
* | Optimize copyout path | Samuel Thibault | 2011-08-31 | 1 | -17/+13 |
* | Fix copyout retry on lazy allocation on >= i486 | Samuel Thibault | 2011-08-31 | 1 | -7/+28 |
* | Disable global page while writing in kernel space | Samuel Thibault | 2011-08-31 | 1 | -0/+5 |
* | Protect set_cr3 against compiler assignment optimizations | Samuel Thibault | 2011-08-31 | 1 | -1/+1 |
* | Fix declarations | Samuel Thibault | 2011-08-31 | 8 | -10/+17 |
* | Add linux_timer_intr function declaration | Guillem Jover | 2011-08-30 | 1 | -0/+4 |
* | Remove unused variable | Guillem Jover | 2011-08-30 | 1 | -1/+0 |
* | Cast function timeout() argument to fix a warning | Guillem Jover | 2011-08-30 | 2 | -2/+2 |
* | Return a value on non-void function | Guillem Jover | 2011-08-30 | 1 | -0/+5 |
* | Fix copyright assignment | Samuel Thibault | 2011-08-30 | 4 | -4/+4 |
* | Console declaration cleanup | Samuel Thibault | 2011-08-30 | 6 | -13/+19 |
* | Make copyout run in 1 loop on >= i486 | Samuel Thibault | 2011-08-29 | 1 | -4/+5 |
* | Skip kernel WP check on i486 and above | Samuel Thibault | 2011-08-28 | 2 | -2/+5 |
* | Enable >4GiB cr3 | Samuel Thibault | 2011-08-28 | 1 | -2/+2 |
* | Disable (<i486)-only WP workaround on Xen & PAE | Samuel Thibault | 2011-08-28 | 1 | -36/+2 |
* | Fix pmap_clear_bootstrap_pagetable with >4G mfns | Samuel Thibault | 2011-08-28 | 1 | -1/+1 |
* | Rework memory mapping reservation | Samuel Thibault | 2011-08-28 | 3 | -10/+12 |
* | Disable unused variables | Guillem Jover | 2011-08-27 | 1 | -0/+2 |
* | Add prototypes for locore functions | Guillem Jover | 2011-08-27 | 4 | -2/+8 |
* | Add 8byte breakpoint macro | Samuel Thibault | 2011-08-21 | 1 | -0/+1 |
* | Enable all caches | Samuel Thibault | 2011-04-23 | 1 | -0/+1 |
* | Update constants to nowadays standards | Samuel Thibault | 2011-04-22 | 1 | -1/+1 |
* | Close call stack on continuation | Samuel Thibault | 2011-04-19 | 1 | -0/+1 |
* | Fix build with kdb from make dist-generated tarball | Samuel Thibault | 2011-04-03 | 1 | -0/+1 |
* | Fix typo | Samuel Thibault | 2011-03-21 | 1 | -1/+1 |
* | Clean kd.[ch] | Samuel Thibault | 2011-03-20 | 2 | -59/+59 |
* | Fix continuation after keyboard debugger invocation | Samuel Thibault | 2011-03-11 | 1 | -1/+1 |
* | Enable global pages after enabling paging | Samuel Thibault | 2011-03-06 | 1 | -2/+2 |
* | Fix temporary direct mapping during page table enabling | Samuel Thibault | 2011-03-05 | 1 | -35/+20 |
* | Keep supplementary L1 pages read-only | Samuel Thibault | 2011-03-03 | 1 | -1/+4 |
* | Re-enable updating pvlist for kernel_pmap | Samuel Thibault | 2011-02-27 | 1 | -1/+0 |
* | Acknoledge interrupt after handler call | Samuel Thibault | 2011-02-27 | 1 | -8/+11 |
* | Detect interrupt overflow | Samuel Thibault | 2011-02-27 | 1 | -0/+5 |
* | Add x86 debug register Xen support | Samuel Thibault | 2011-02-27 | 3 | -2/+55 |
* | Add prototypes for x86 debug registers | Samuel Thibault | 2011-02-27 | 1 | -0/+16 |
* | Fix for kdb watch command | Samuel Thibault | 2011-02-27 | 1 | -0/+3 |
* | Add console=comN boot option to enable serial console | Samuel Thibault | 2011-02-26 | 4 | -27/+19 |
* | Enable pae_extended_cr3 in pmap_bootstrap | Samuel Thibault | 2011-01-31 | 2 | -2/+2 |
* | Enable Xen >4GiB physical memory support | Samuel Thibault | 2011-01-31 | 3 | -4/+9 |
* | Drop kbd device on xen | Samuel Thibault | 2011-01-31 | 2 | -6/+4 |
* | Avoid dropping kd_intr when RCLINE is >= 0 | Samuel Thibault | 2011-01-15 | 2 | -4/+3 |
* | Move -d and -H parse to kern/startup.c | Samuel Thibault | 2011-01-15 | 1 | -20/+0 |
* | memcpy operands are not supposed to overlap | Samuel Thibault | 2010-12-09 | 1 | -1/+1 |
* | Avoid harmless warning | Samuel Thibault | 2010-10-24 | 1 | -0/+2 |
* | Add prototype for discover_x86_cpu_type | Samuel Thibault | 2010-10-23 | 1 | -0/+2 |
* | Warn on unknown CPU family | Samuel Thibault | 2010-10-23 | 1 | -1/+2 |
* | Recognize P4 and Opteron-like as pentium pro | Samuel Thibault | 2010-10-23 | 1 | -0/+1 |