Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uml: get rid of syscall counters | Jeff Dike | 2008-02-05 | 4 | -9/+0 |
* | uml: don't kill pid 0 | Jeff Dike | 2008-02-05 | 1 | -1/+13 |
* | uml: tidy helper code | Jeff Dike | 2008-02-05 | 7 | -50/+36 |
* | uml: use barrier() instead of mb() | Jeff Dike | 2008-02-05 | 1 | -20/+8 |
* | uml: install panic notifier earlier | Jeff Dike | 2008-02-05 | 4 | -32/+42 |
* | uml: eliminate setjmp_wrapper | Jeff Dike | 2008-02-05 | 3 | -62/+27 |
* | uml: customize tlb.h | Jeff Dike | 2008-02-05 | 2 | -8/+139 |
* | uml: 64-bit tlb fixes | Jeff Dike | 2008-02-05 | 4 | -9/+8 |
* | uml: style fixes in file.c | Jeff Dike | 2008-02-05 | 2 | -115/+118 |
* | uml: miscellaneous code cleanups | Jeff Dike | 2008-02-05 | 7 | -40/+18 |
* | uml: fix mconsole stop | Karol Swietlicki | 2008-02-05 | 1 | -3/+2 |
* | uml: remove duplicate config symbol and unused file and variables | Karol Swietlicki | 2008-02-05 | 4 | -27/+2 |
* | uml: syle fixes in arch/um/os-Linux | Jeff Dike | 2008-02-05 | 2 | -118/+150 |
* | uml: fx command-line CFLAGS and LDFLAGS support | Jeff Dike | 2008-02-05 | 1 | -3/+3 |
* | uml: cover stubs with a VMA | Jeff Dike | 2008-02-05 | 6 | -74/+75 |
* | uml: clean up TASK_SIZE usage | Jeff Dike | 2008-02-05 | 11 | -49/+23 |
* | uml: add missing space | Joe Perches | 2008-02-05 | 1 | -1/+1 |
* | uml: kill processes instead of panicing kernel | Jeff Dike | 2008-02-05 | 10 | -117/+233 |
* | uml: use ptrace directly in libc code | Jeff Dike | 2008-02-05 | 4 | -14/+13 |
* | uml: simplify SIGSEGV handling | Jeff Dike | 2008-02-05 | 3 | -58/+11 |
* | uml: add virt_to_pte | Jeff Dike | 2008-02-05 | 2 | -33/+26 |
* | uml: fix page table data sizes | Jeff Dike | 2008-02-05 | 4 | -13/+33 |
* | uml: current.h cleanup | Jeff Dike | 2008-02-05 | 5 | -41/+20 |
* | uml: style cleanup | Jeff Dike | 2008-02-05 | 2 | -60/+45 |
* | uml: header untangling | Jeff Dike | 2008-02-05 | 16 | -48/+62 |
* | uml: move um_virt_to_phys | Jeff Dike | 2008-02-05 | 4 | -49/+32 |
* | uml: host TLS diagnostics | Jeff Dike | 2008-02-05 | 1 | -9/+21 |
* | uml: convert functions to void | Karol Swietlicki | 2008-02-05 | 3 | -11/+4 |
* | uml: remove unused variables in the context switcher | Karol Swietlicki | 2008-02-05 | 4 | -16/+13 |
* | arch/um: remove duplicate includes | Lucas Woods | 2008-02-05 | 1 | -1/+0 |
* | uml: reconst a parameter | Jeff Dike | 2008-02-05 | 1 | -1/+1 |
* | UML - Fix build in 2.6.24-rc2-mm1 | Jeff Dike | 2008-02-05 | 1 | -0/+2 |
* | uml: tidy pgtable.h | Jeff Dike | 2008-02-05 | 2 | -79/+8 |
* | uml: tidy kern_util.h | Jeff Dike | 2008-02-05 | 25 | -173/+89 |
* | uml: allow LFLAGS on command line | Jeff Dike | 2008-02-05 | 1 | -1/+3 |
* | uml: delete some unused headers | Jeff Dike | 2008-02-05 | 3 | -39/+0 |
* | uml: borrow const.h techniques | Jeff Dike | 2008-02-05 | 3 | -21/+29 |
* | uml: clone.c tidying | Jeff Dike | 2008-02-05 | 1 | -14/+18 |
* | uml: console driver cleanups | Jeff Dike | 2008-02-05 | 1 | -17/+2 |
* | uml: GPROF needs to depend on FRAME_POINTER | Karol Swietlicki | 2008-02-05 | 1 | -1/+1 |
* | uml: SMP needs to depend on BROKEN for now | Jeff Dike | 2008-02-05 | 1 | -2/+1 |
* | uml: const and other tidying | WANG Cong | 2008-02-05 | 7 | -13/+12 |
* | uml: further bugs.c tidying | Jeff Dike | 2008-02-05 | 4 | -36/+24 |
* | uml: remove now unused code | Karol Swietlicki | 2008-02-05 | 1 | -137/+0 |
* | uml: improve detection of host cmov | Karol Swietlicki | 2008-02-05 | 2 | -9/+32 |
* | uml: fix URLs in Kconfig and help strings | Karol Swietlicki | 2008-02-05 | 5 | -11/+11 |
* | uml: document new ubd flag | Jeff Dike | 2008-02-05 | 1 | -1/+4 |
* | uml: get rid of asmlinkage | Jeff Dike | 2008-02-05 | 2 | -10/+5 |
* | uml: implement get_wchan | Jeff Dike | 2008-02-05 | 2 | -1/+36 |
* | uml: code tidying under arch/um/os-Linux | WANG Cong | 2008-02-05 | 6 | -20/+28 |