Age | Commit message (Expand) | Author |
2012-03-22 | Refer to `PFN_LIST' on Xen only. | Ludovic Courtès |
2012-03-20 | Use long types | 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 | 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 | 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-14 | Simplify splx | 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-03 | Set default serial parameters to 8N1 instead of 7E1 | Gabriele Giacone |
2012-02-19 | Fix format for string print | Samuel Thibault |
2012-01-28 | Merge branch 'master' into master-slab | Samuel Thibault |
2011-12-29 | Fix typo | Samuel Thibault |
2011-12-17 | Remove arbitrary limits used by the zone system | Richard Braun |
2011-12-17 | Fix kern/kalloc.h includes | Richard Braun |
2011-12-17 | Adjust the kernel to use the slab allocator | Richard Braun |
2011-12-17 | Import the slab allocator | Richard Braun |
2011-10-16 | Increase kmem area for the Xen case. | Samuel Thibault |
2011-09-12 | Remove unused [!MACH_KERNEL] driver code | Guillem Jover |
2011-09-06 | * .gitignore: Tighten some rules, and distribute others to... | Thomas Schwinge |
2011-09-06 | * i386/i386/pcb.h (stack_attach): Parameterize the continuation parameter's | Thomas Schwinge |
2011-09-06 | Move i386/i386/locore.S declarations. | Thomas Schwinge |
2011-09-02 | Use Mach native error codes instead of POSIX errno E* ones | Guillem Jover |
2011-09-01 | Fix documentation | Samuel Thibault |
2011-09-01 | Close kernel stacks. | Samuel Thibault |
2011-09-01 | Fix PC sampling | Samuel Thibault |
2011-08-31 | Optimize copyout path | Samuel Thibault |
2011-08-31 | Fix copyout retry on lazy allocation on >= i486 | Samuel Thibault |
2011-08-31 | Disable global page while writing in kernel space | Samuel Thibault |
2011-08-31 | Protect set_cr3 against compiler assignment optimizations | Samuel Thibault |
2011-08-31 | Fix declarations | Samuel Thibault |
2011-08-30 | Add linux_timer_intr function declaration | Guillem Jover |
2011-08-30 | Remove unused variable | Guillem Jover |
2011-08-30 | Cast function timeout() argument to fix a warning | Guillem Jover |
2011-08-30 | Return a value on non-void function | Guillem Jover |
2011-08-30 | Fix copyright assignment | Samuel Thibault |
2011-08-30 | Console declaration cleanup | Samuel Thibault |
2011-08-29 | Make copyout run in 1 loop on >= i486 | Samuel Thibault |
2011-08-28 | Skip kernel WP check on i486 and above | Samuel Thibault |
2011-08-28 | Enable >4GiB cr3 | Samuel Thibault |
2011-08-28 | Disable (<i486)-only WP workaround on Xen & PAE | Samuel Thibault |