Age | Commit message (Expand) | Author |
2011-08-22 | Add more details to "zone exhausted" panics. | Samuel Thibault |
2011-08-21 | Add 8byte breakpoint macro | Samuel Thibault |
2011-08-18 | Add compiler barrier to update_mapped_time | Samuel Thibault |
2011-08-10 | Do not warn for cross-space spurious port deallocation | Samuel Thibault |
2011-08-10 | Add more spurious deallocation debugging | Samuel Thibault |
2011-07-21 | Whitelist QEMU Hard-Drive for DMA. | Samuel Thibault |
2011-05-19 | Fix gcc 4.6 build | Samuel Thibault |
2011-05-18 | Merge two asm constraints | Samuel Thibault |
2011-05-09 | Do not warn on vm_map_enter with fixed address failing | Samuel Thibault |
2011-04-24 | Update constants to nowadays standards | Samuel Thibault |
2011-04-23 | Enable all caches | Samuel Thibault |
2011-04-23 | Drop spurious warning | Samuel Thibault |
2011-04-22 | Warn once when part of the kernel is lacking space | Samuel Thibault |
2011-04-22 | Update constants to nowadays standards | Samuel Thibault |
2011-04-20 | Warn once when part of the kernel is lacking memory | Samuel Thibault |
2011-04-19 | Close call stack on continuation | Samuel Thibault |
2011-04-18 | Removed deprecated LINTLIBRARY #ifdefs | Arne Babenhauserheide |
2011-04-03 | Fix build with kdb from make dist-generated tarball | Samuel Thibault |
2011-03-21 | Fix typo | Samuel Thibault |
2011-03-20 | Clean kd.[ch] | Samuel Thibault |
2011-03-14 | Also warn about mach_port_destroy on invalid ports | Samuel Thibault |
2011-03-11 | Fix continuation after keyboard debugger invocation | Samuel Thibault |
2011-03-06 | Enable global pages after enabling paging | Samuel Thibault |
2011-03-05 | Fix temporary direct mapping during page table enabling | Samuel Thibault |
2011-03-03 | Keep supplementary L1 pages read-only | Samuel Thibault |
2011-02-27 | Refuse to share IRQs at different interrupt levels | Samuel Thibault |
2011-02-27 | Re-enable updating pvlist for kernel_pmap | Samuel Thibault |
2011-02-27 | Acknoledge interrupt after handler call | Samuel Thibault |
2011-02-27 | Detect interrupt overflow | Samuel Thibault |
2011-02-27 | Add x86 debug register Xen support | Samuel Thibault |
2011-02-27 | Add prototypes for x86 debug registers | Samuel Thibault |
2011-02-27 | Fix for kdb watch command | Samuel Thibault |
2011-02-26 | Add console=comN boot option to enable serial console | Samuel Thibault |
2011-02-09 | xen block: Add more legacy hd* name support | Samuel Thibault |
2011-02-07 | Defer Xen device initialization to device_service_create | Samuel Thibault |
2011-02-07 | Add rx-copy support to netfront | Samuel Thibault |
2011-01-31 | * doc/mach.texi (device_set_filter): Document filter header. | Diego Nieto Cid |
2011-01-31 | Enable pae_extended_cr3 in pmap_bootstrap | Samuel Thibault |
2011-01-31 | Enable Xen >4GiB physical memory support | Samuel Thibault |
2011-01-31 | Drop kbd device on xen | Samuel Thibault |
2011-01-15 | Avoid dropping kd_intr when RCLINE is >= 0 | Samuel Thibault |
2011-01-15 | Move -d and -H parse to kern/startup.c | Samuel Thibault |
2010-12-09 | memcpy operands are not supposed to overlap | Samuel Thibault |
2010-10-24 | Avoid harmless warning | Samuel Thibault |
2010-10-23 | Add prototype for strstr | Samuel Thibault |
2010-10-23 | Add prototype for discover_x86_cpu_type | Samuel Thibault |
2010-10-23 | Warn on unknown CPU family | Samuel Thibault |
2010-10-23 | Recognize P4 and Opteron-like as pentium pro | Samuel Thibault |
2010-09-19 | Fix device_get/set_status ABI for NET_FLAGS | Samuel Thibault |
2010-09-14 | Merge branch 'typo-print' | Thomas Schwinge |