Age | Commit message (Expand) | Author | Files | Lines |
2008-02-05 | uml: cover stubs with a VMA | Jeff Dike | 2 | -18/+4 |
2008-02-05 | uml: clean up TASK_SIZE usage | Jeff Dike | 3 | -6/+16 |
2008-02-05 | uml: kill processes instead of panicing kernel | Jeff Dike | 3 | -8/+7 |
2008-02-05 | uml: use ptrace directly in libc code | Jeff Dike | 1 | -1/+0 |
2008-02-05 | uml: header untangling | Jeff Dike | 1 | -1/+3 |
2008-02-05 | uml: convert functions to void | Karol Swietlicki | 1 | -5/+1 |
2008-02-05 | uml: tidy kern_util.h | Jeff Dike | 2 | -87/+35 |
2008-02-05 | uml: delete some unused headers | Jeff Dike | 3 | -39/+0 |
2008-02-05 | uml: borrow const.h techniques | Jeff Dike | 1 | -13/+21 |
2008-02-05 | uml: const and other tidying | WANG Cong | 1 | -1/+1 |
2008-02-05 | uml: further bugs.c tidying | Jeff Dike | 1 | -1/+1 |
2008-02-05 | uml: improve detection of host cmov | Karol Swietlicki | 1 | -0/+1 |
2008-02-05 | uml: fix URLs in Kconfig and help strings | Karol Swietlicki | 1 | -1/+1 |
2008-02-05 | uml: code tidying under arch/um/os-Linux | WANG Cong | 1 | -6/+6 |
2008-02-05 | uml: arch/um/include/init.h needs a definition of __used | Jeff Dike | 1 | -11/+14 |
2008-01-29 | remove __attribute_used__ | Adrian Bunk | 1 | -13/+13 |
2007-12-18 | uml: stop gdb from deleting breakpoints when running UML | Stanislaw Gruszka | 1 | -1/+1 |
2007-11-15 | uml: fix build for !CONFIG_PRINTK | Jeff Dike | 1 | -1/+12 |
2007-10-16 | uml: fix stub address calculations | Jeff Dike | 3 | -11/+37 |
2007-10-16 | uml: network driver MTU cleanups | Jeff Dike | 2 | -9/+8 |
2007-10-16 | uml: use *SEC_PER_*SEC constants | Jeff Dike | 2 | -2/+4 |
2007-10-16 | uml: time build fix | Jeff Dike | 1 | -2/+2 |
2007-10-16 | uml: eliminate interrupts in the idle loop | Jeff Dike | 1 | -3/+2 |
2007-10-16 | uml: tickless support | Jeff Dike | 1 | -0/+1 |
2007-10-16 | uml: separate timer initialization | Jeff Dike | 1 | -0/+1 |
2007-10-16 | uml: simplify interval setting | Jeff Dike | 1 | -1/+1 |
2007-10-16 | uml: fix timer switching | Jeff Dike | 1 | -1/+1 |
2007-10-16 | uml: eliminate hz() | Jeff Dike | 2 | -1/+2 |
2007-10-16 | uml: eliminate floating point state from register file | Jeff Dike | 2 | -3/+0 |
2007-10-16 | uml: style fixes in FP code | Jeff Dike | 2 | -40/+1 |
2007-10-16 | uml: floating point signal delivery fixes | Jeff Dike | 3 | -0/+8 |
2007-10-16 | uml: clean up tlb flush path | Jeff Dike | 1 | -27/+0 |
2007-10-16 | uml: userspace files should call libc directly | Jeff Dike | 1 | -2/+1 |
2007-10-16 | uml: remove os_* usage from userspace files | Jeff Dike | 4 | -91/+78 |
2007-10-16 | uml: rename pt_regs general-purpose register file | Jeff Dike | 2 | -50/+50 |
2007-10-16 | uml: fold mmu_context_skas into mm_context | Jeff Dike | 3 | -27/+16 |
2007-10-16 | uml: get rid of do_longjmp | Jeff Dike | 3 | -27/+6 |
2007-10-16 | uml: remove __u64 usage from physical memory subsystem | Jeff Dike | 1 | -19/+2 |
2007-10-16 | uml: style fixes pass 3 | Jeff Dike | 5 | -21/+17 |
2007-10-16 | uml: remove code made redundant by CHOOSE_MODE removal | Jeff Dike | 15 | -168/+93 |
2007-10-16 | uml: style fixes pass 2 | Jeff Dike | 2 | -14/+3 |
2007-10-16 | uml: throw out CHOOSE_MODE | Jeff Dike | 6 | -166/+65 |
2007-10-16 | uml: style fixes pass 1 | Jeff Dike | 1 | -11/+1 |
2007-10-16 | uml: remove sysdep/thread.h | Jeff Dike | 4 | -16/+2 |
2007-10-16 | uml: throw out CONFIG_MODE_TT | Jeff Dike | 21 | -344/+1 |
2007-10-16 | uml: physmem code tidying | Jeff Dike | 1 | -1/+2 |
2007-10-16 | uml: stop saving process FP state | Jeff Dike | 5 | -23/+9 |
2007-10-16 | uml: stop specially protecting kernel stacks | Jeff Dike | 1 | -0/+2 |
2007-10-16 | uml: stop using libc asm/page.h | Jeff Dike | 2 | -2/+2 |
2007-10-16 | uml: tidy recently-moved code | Jeff Dike | 1 | -1/+0 |