Age | Commit message (Expand) | Author | Files | Lines |
2008-02-25 | sched: add declaration of sched_tail to sched.h | Harvey Harrison | 1 | -2/+0 |
2008-02-23 | uml: fix FP register corruption | Jeff Dike | 6 | -0/+49 |
2008-02-23 | uml: fix helper_wait calls in watchdog | Johann Felix Soden | 1 | -2/+2 |
2008-02-23 | uml: remove unused sigcontext accessors | Jeff Dike | 2 | -55/+0 |
2008-02-23 | arch/um/kernel/mem.c: fix a shadowed variable | WANG Cong | 1 | -3/+3 |
2008-02-23 | UML: update defconfig | Jeff Dike | 1 | -93/+187 |
2008-02-23 | uml: fix initrd printk | Johann Felix Soden | 1 | -1/+1 |
2008-02-14 | Embed a struct path into struct nameidata instead of nd->{dentry,mnt} | Jan Blunck | 1 | -3/+3 |
2008-02-08 | uml: fix mm_context memory leak | Jeff Dike | 2 | -0/+6 |
2008-02-08 | uml: improved error handling while locating temp dir | Jim Meyering | 1 | -9/+6 |
2008-02-08 | uml: style fixes in arch/um/os-Linux | Jeff Dike | 14 | -129/+98 |
2008-02-08 | uml: runtime host VMSPLIT detection | Jeff Dike | 13 | -72/+148 |
2008-02-08 | CONFIG_HIGHPTE vs. sub-page page tables. | Martin Schwidefsky | 1 | -1/+3 |
2008-02-08 | aout: remove unnecessary inclusions of {asm, linux}/a.out.h | David Howells | 1 | -1/+0 |
2008-02-08 | aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUT | David Howells | 2 | -5/+0 |
2008-02-08 | aout: mark arches that support A.OUT format | David Howells | 2 | -0/+4 |
2008-02-05 | uml: make mconsole_stack namespace-aware | Jeff Dike | 1 | -17/+18 |
2008-02-05 | uml: redo the calculation of NR_syscalls | Jeff Dike | 6 | -19/+25 |
2008-02-05 | uml: defconfig tweaks | Jeff Dike | 1 | -3/+3 |
2008-02-05 | uml: port mutex conversion | Daniel Walker | 1 | -3/+4 |
2008-02-05 | uml: mconsole mutex conversion | Daniel Walker | 1 | -3/+4 |
2008-02-05 | uml: LDT mutex conversion | Daniel Walker | 1 | -7/+7 |
2008-02-05 | uml: use of a public MAC is a warning, not an error | Jeff Dike | 1 | -5/+4 |
2008-02-05 | uml: fix infinite mconsole loop | Karol Swietlicki | 1 | -1/+3 |
2008-02-05 | uml: remove map_cb | Jeff Dike | 1 | -7/+1 |
2008-02-05 | uml: remove TOPDIR | WANG Cong | 2 | -13/+13 |
2008-02-05 | uml: remove unused fields from mm_context | Jeff Dike | 1 | -4/+0 |
2008-02-05 | uml: move register initialization | Jeff Dike | 1 | -3/+7 |
2008-02-05 | uml: add newlines to printks | Jeff Dike | 1 | -4/+4 |
2008-02-05 | uml: style fixes in arch/um/sys-x86_64 | Jeff Dike | 8 | -106/+65 |
2008-02-05 | uml: add back CONFIG_HZ | Jeff Dike | 1 | -0/+4 |
2008-02-05 | uml: DEBUG_SHIRQ fixes | Jeff Dike | 2 | -4/+12 |
2008-02-05 | uml: remove fakehd | Jeff Dike | 1 | -16/+4 |
2008-02-05 | uml: implement O_APPEND | Jeff Dike | 1 | -0/+2 |
2008-02-05 | uml: SMP locking commentary | Jeff Dike | 4 | -10/+17 |
2008-02-05 | uml: remove init_irq_signals | Jeff Dike | 3 | -13/+4 |
2008-02-05 | uml: signal handling tidying | Jeff Dike | 1 | -21/+12 |
2008-02-05 | uml: style fixes in arch/um/kernel | Jeff Dike | 14 | -133/+122 |
2008-02-05 | uml: clean up sig_handler_common_skas | Jeff Dike | 1 | -45/+18 |
2008-02-05 | uml: move sig_handler_common_skas | Jeff Dike | 4 | -79/+65 |
2008-02-05 | uml: don't allow processes to call into stub | Jeff Dike | 1 | -0/+3 |
2008-02-05 | uml: get rid of syscall counters | Jeff Dike | 3 | -7/+0 |
2008-02-05 | uml: don't kill pid 0 | Jeff Dike | 1 | -1/+13 |
2008-02-05 | uml: tidy helper code | Jeff Dike | 7 | -50/+36 |
2008-02-05 | uml: use barrier() instead of mb() | Jeff Dike | 1 | -20/+8 |
2008-02-05 | uml: install panic notifier earlier | Jeff Dike | 4 | -32/+42 |
2008-02-05 | uml: eliminate setjmp_wrapper | Jeff Dike | 3 | -62/+27 |
2008-02-05 | uml: customize tlb.h | Jeff Dike | 1 | -7/+18 |
2008-02-05 | uml: 64-bit tlb fixes | Jeff Dike | 1 | -4/+4 |
2008-02-05 | uml: style fixes in file.c | Jeff Dike | 2 | -115/+118 |