Age | Commit message (Expand) | Author | Files | Lines |
2008-05-22 | uml: add missing exports for UML_RANDOM=m | Al Viro | 1 | -0/+5 |
2008-05-17 | [PATCH] take init_files to fs/file.c | Al Viro | 1 | -1/+0 |
2008-05-13 | uml: physical memory shouldn't include initial stack | Jeff Dike | 1 | -1/+4 |
2008-05-13 | uml: use PAGE_SIZE in linker scripts | Cyrill Gorcunov | 2 | -6/+8 |
2008-05-13 | uml: fix bad NTP interaction with clock | Jeff Dike | 1 | -2/+2 |
2008-05-13 | uml: fix build when SLOB is enabled | Jeff Dike | 1 | -0/+5 |
2008-05-13 | uml: style fixes | Jeff Dike | 1 | -1/+1 |
2008-05-04 | unified (weak) sys_pipe implementation | Ulrich Drepper | 1 | -17/+0 |
2008-04-29 | proc: remove proc_root from drivers | Alexey Dobriyan | 2 | -2/+2 |
2008-04-29 | proper extern for late_time_init | Adrian Bunk | 1 | -2/+1 |
2008-04-28 | arch/um/kernel/um_arch.c: some small improvements | WANG Cong | 1 | -3/+4 |
2008-02-25 | sched: add declaration of sched_tail to sched.h | Harvey Harrison | 1 | -2/+0 |
2008-02-24 | arch/um/kernel/mem.c: fix a shadowed variable | WANG Cong | 1 | -3/+3 |
2008-02-24 | uml: fix initrd printk | Johann Felix Soden | 1 | -1/+1 |
2008-02-08 | uml: fix mm_context memory leak | Jeff Dike | 1 | -0/+5 |
2008-02-08 | uml: runtime host VMSPLIT detection | Jeff Dike | 2 | -3/+15 |
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-05 | uml: redo the calculation of NR_syscalls | Jeff Dike | 1 | -0/+3 |
2008-02-05 | uml: remove map_cb | Jeff Dike | 1 | -7/+1 |
2008-02-05 | uml: SMP locking commentary | Jeff Dike | 2 | -8/+11 |
2008-02-05 | uml: style fixes in arch/um/kernel | Jeff Dike | 14 | -133/+122 |
2008-02-05 | uml: get rid of syscall counters | Jeff Dike | 2 | -6/+0 |
2008-02-05 | uml: don't kill pid 0 | Jeff Dike | 1 | -1/+13 |
2008-02-05 | uml: install panic notifier earlier | Jeff Dike | 2 | -30/+40 |
2008-02-05 | uml: eliminate setjmp_wrapper | Jeff Dike | 1 | -46/+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: miscellaneous code cleanups | Jeff Dike | 3 | -9/+4 |
2008-02-05 | uml: remove duplicate config symbol and unused file and variables | Karol Swietlicki | 1 | -2/+2 |
2008-02-05 | uml: cover stubs with a VMA | Jeff Dike | 3 | -54/+66 |
2008-02-05 | uml: clean up TASK_SIZE usage | Jeff Dike | 5 | -35/+4 |
2008-02-05 | uml: kill processes instead of panicing kernel | Jeff Dike | 3 | -4/+33 |
2008-02-05 | uml: use ptrace directly in libc code | Jeff Dike | 1 | -1/+1 |
2008-02-05 | uml: add virt_to_pte | Jeff Dike | 1 | -33/+23 |
2008-02-05 | uml: fix page table data sizes | Jeff Dike | 1 | -8/+9 |
2008-02-05 | uml: current.h cleanup | Jeff Dike | 1 | -4/+4 |
2008-02-05 | uml: style cleanup | Jeff Dike | 1 | -45/+41 |
2008-02-05 | uml: header untangling | Jeff Dike | 4 | -14/+35 |
2008-02-05 | uml: move um_virt_to_phys | Jeff Dike | 3 | -46/+32 |
2008-02-05 | uml: convert functions to void | Karol Swietlicki | 1 | -3/+2 |
2008-02-05 | uml: remove unused variables in the context switcher | Karol Swietlicki | 1 | -11/+8 |
2008-02-05 | uml: tidy pgtable.h | Jeff Dike | 1 | -0/+1 |
2008-02-05 | uml: tidy kern_util.h | Jeff Dike | 5 | -19/+5 |
2008-02-05 | uml: clone.c tidying | Jeff Dike | 1 | -14/+18 |
2008-02-05 | uml: const and other tidying | WANG Cong | 2 | -4/+2 |
2008-02-05 | uml: further bugs.c tidying | Jeff Dike | 1 | -3/+2 |
2008-02-05 | uml: implement get_wchan | Jeff Dike | 1 | -0/+35 |
2008-02-05 | add mm argument to pte/pmd/pud/pgd_free | Benjamin Herrenschmidt | 2 | -5/+5 |