Age | Commit message (Expand) | Author |
2012-03-24 | Relocate kernel at bootup | Samuel Thibault |
2012-03-24 | Make sure BIOS area is mapped in kernel threads | Samuel Thibault |
2012-03-24 | Separate INIT_VM_MIN_KERNEL_ADDRESS from VM_MIN_KERNEL_ADDRESS | Samuel Thibault |
2012-03-24 | Add missing phystokv/kvtophys calls | Samuel Thibault |
2012-03-24 | Fix issig crash at boot | Samuel Thibault |
2012-03-24 | Fix wrap-around in pmap bootstrap | Samuel Thibault |
2012-03-23 | Fix boot with big values of _start | Samuel Thibault |
2012-03-22 | Refer to `PFN_LIST' on Xen only. | Ludovic Courtès |
2012-03-20 | Use long types | Samuel Thibault |
2012-03-20 | Complain about Xen console smash only once at a time | Samuel Thibault |
2012-03-20 | Make xchgl arch-neutral | Samuel Thibault |
2012-03-20 | Use compiler defined __i386__ symbol instead of use defined i386 | Guillem Jover |
2012-03-20 | Change types holding cpu flags from int to long | Guillem Jover |
2012-03-20 | Match type for count with tty_get_status and tty_set_status | Guillem Jover |
2012-03-19 | Use unsigned int for ELF 32bit values | Samuel Thibault |
2012-03-18 | Fix assembly snippet portability | Samuel Thibault |
2012-03-18 | Use unsigned long types for addresses | Samuel Thibault |
2012-03-18 | Use unsigned long for registers | Samuel Thibault |
2012-03-18 | Do not hardcode structure offset | Samuel Thibault |
2012-03-18 | Set Xen kernel virtual address to 0xC0000000 | Samuel Thibault |
2012-03-18 | Fix access above 4GiB in bootstrap page table | Samuel Thibault |
2012-03-15 | Fix build error introduced in 5f701793f63f16d111db3e3d2e91134fcc179c5b. | Thomas Schwinge |
2012-03-14 | Simplify splx | Samuel Thibault |
2012-03-14 | Fix variable types according to assembly use | Samuel Thibault |
2012-03-14 | Stick to binutils ELF scripts | Samuel Thibault |
2012-03-14 | Fix PAE page frame number mask. | Samuel Thibault |
2012-03-14 | Fix Xen bootstrap at virtual address above 1GiB | Samuel Thibault |
2012-03-14 | Simplify i386at_init | Samuel Thibault |
2012-03-14 | Simplify kvtophys | Samuel Thibault |
2012-03-09 | Use unsigned long for addresses and sizes | Samuel Thibault |
2012-03-08 | Move kentry_data_size initial value to header | Samuel Thibault |
2012-03-03 | Set default serial parameters to 8N1 instead of 7E1 | Gabriele Giacone |
2012-02-19 | Fix format for string print | Samuel Thibault |
2012-02-19 | Fix format for string print | Samuel Thibault |
2012-02-19 | Fix format for string print | Samuel Thibault |
2012-02-19 | Fix format for string print | Samuel Thibault |
2012-02-19 | Fix format for string print | Samuel Thibault |
2012-02-19 | Fix format for string print | Samuel Thibault |
2012-01-28 | Merge branch 'master' into master-slab | Samuel Thibault |
2012-01-22 | Fix build on 64bit host | Samuel Thibault |
2012-01-09 | Improve ipc hash/marequest init readability | Richard Braun |
2011-12-30 | Cope with dom0s which do not respect feature-no-csum-offload | Samuel Thibault |
2011-12-29 | Fix typo | Samuel Thibault |
2011-12-29 | Upgrade number of event queues | Samuel Thibault |
2011-12-17 | Remove arbitrary limits used by the zone system | Richard Braun |
2011-12-17 | Remove the defunct kernel_task_create() function | Richard Braun |
2011-12-17 | Fix kern/kalloc.h includes | Richard Braun |
2011-12-17 | Adjust VM initialization | Richard Braun |
2011-12-17 | Adjust the kernel to use the slab allocator | Richard Braun |
2011-12-17 | Import the slab allocator | Richard Braun |