Age | Commit message (Expand) | Author |
2011-08-28 | Fix pmap_clear_bootstrap_pagetable with >4G mfns | Samuel Thibault |
2011-08-28 | Rework memory mapping reservation | Samuel Thibault |
2011-08-28 | Move free_skbuffs declaration to the top | Samuel Thibault |
2011-08-27 | Initialize the new map entry when it's a projected buffer | Guillem Jover |
2011-08-27 | Fix initialization from incompatible pointer type | Guillem Jover |
2011-08-27 | Match signedness of char pointer comparisons and assignments | Guillem Jover |
2011-08-27 | Always initialize A and X variables in BPF code | Guillem Jover |
2011-08-27 | Disable unused variables | Guillem Jover |
2011-08-27 | Remove unused variables | Guillem Jover |
2011-08-27 | Remove ident tags producing preprocessor warnings | Guillem Jover |
2011-08-27 | Add header for printf prototype | Guillem Jover |
2011-08-27 | Add prototype for free_skbuffs function | Guillem Jover |
2011-08-27 | Add prototype for log function | Guillem Jover |
2011-08-27 | * Makefile.am (AM_CFLAGS): Add -fno-builtin-log. | Samuel Thibault |
2011-08-27 | Add prototypes for locore functions | Guillem Jover |
2011-08-27 | Do not take obsolete and unused bcopy and bzero from libc | Guillem Jover |
2011-08-27 | Use AC_LANG_SOURCE inside AC_LANG_CONFTEST to fix autoconf warning | Guillem Jover |
2011-08-27 | Add a .gitignore file | Guillem Jover |
2011-08-22 | Make ipc_space_zone not exhaustible | Samuel Thibault |
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 |