Age | Commit message (Expand) | Author |
2011-09-02 | Change argument name to match function body usage | Guillem Jover |
2011-09-02 | Disable set but unused variable | Guillem Jover |
2011-09-02 | Remove set but unused variables | Guillem Jover |
2011-09-02 | Cast addr argument to vm_offset_t | Guillem Jover |
2011-09-02 | Add vsnprintf prototype | Guillem Jover |
2011-09-02 | Add missing headers | Guillem Jover |
2011-09-01 | Add missing header file to the distribution. | Ludovic Courtès |
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 | Add silent rules support if available and disable it by default | Guillem Jover |
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 undefined operation on assigning self pre-incremented variable | Guillem Jover |
2011-08-31 | Honour type promotion on variable argument handling | Guillem Jover |
2011-08-31 | Correct MiG Mach types to fix compilation warnings | Guillem Jover |
2011-08-31 | Denote __exit symbols as used | Guillem Jover |
2011-08-31 | Move <linux/init.h> from linux/pcmcia-cs to linux/src | Guillem Jover |
2011-08-31 | Import Linux 3.1 compiler definitions | Guillem Jover |
2011-08-31 | Import Linux 3.1 ctype code | Guillem Jover |
2011-08-31 | Remove unused and non-functional string specialization header | Guillem Jover |
2011-08-31 | Fix memcmp prototype | Guillem Jover |
2011-08-31 | Fix declarations | Samuel Thibault |
2011-08-30 | Add linux_timer_intr function declaration | Guillem Jover |
2011-08-30 | Add missing headers | Guillem Jover |
2011-08-30 | Remove unused variable | Guillem Jover |
2011-08-30 | Cast host_get_time() arguments to fix warnings | 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-30 | Move Linux module macros to their original header | Guillem Jover |
2011-08-30 | Move cdrom_sleep() definition to its original source file | Guillem Jover |
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 |
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 |