Age | Commit message (Expand) | Author | Files | Lines |
2008-02-05 | uml: delete some unused headers | Jeff Dike | 3 | -39/+0 |
2008-02-05 | uml: borrow const.h techniques | Jeff Dike | 3 | -21/+29 |
2008-02-05 | uml: clone.c tidying | Jeff Dike | 1 | -14/+18 |
2008-02-05 | uml: console driver cleanups | Jeff Dike | 1 | -17/+2 |
2008-02-05 | uml: GPROF needs to depend on FRAME_POINTER | Karol Swietlicki | 1 | -1/+1 |
2008-02-05 | uml: SMP needs to depend on BROKEN for now | Jeff Dike | 1 | -2/+1 |
2008-02-05 | uml: const and other tidying | WANG Cong | 7 | -13/+12 |
2008-02-05 | uml: further bugs.c tidying | Jeff Dike | 4 | -36/+24 |
2008-02-05 | uml: remove now unused code | Karol Swietlicki | 1 | -137/+0 |
2008-02-05 | uml: improve detection of host cmov | Karol Swietlicki | 2 | -9/+32 |
2008-02-05 | uml: fix URLs in Kconfig and help strings | Karol Swietlicki | 5 | -11/+11 |
2008-02-05 | uml: document new ubd flag | Jeff Dike | 1 | -1/+4 |
2008-02-05 | uml: get rid of asmlinkage | Jeff Dike | 1 | -4/+5 |
2008-02-05 | uml: implement get_wchan | Jeff Dike | 1 | -0/+35 |
2008-02-05 | uml: code tidying under arch/um/os-Linux | WANG Cong | 6 | -20/+28 |
2008-02-05 | uml: remove xmm checking on x86 | Karol Swietlicki | 1 | -3/+0 |
2008-02-05 | uml: arch/um/include/init.h needs a definition of __used | Jeff Dike | 1 | -11/+14 |
2008-02-05 | add mm argument to pte/pmd/pud/pgd_free | Benjamin Herrenschmidt | 2 | -5/+5 |
2008-02-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 1 | -1/+1 |
2008-02-03 | arch/um: Spelling fixes | Joe Perches | 1 | -1/+1 |
2008-02-03 | Move Kconfig.instrumentation to arch/Kconfig and init/Kconfig | Mathieu Desnoyers | 1 | -2/+0 |
2008-01-30 | UML: remove remaining FASTCALL uses | Harvey Harrison | 1 | -2/+2 |
2008-01-30 | UML: change sigcontext fields to match x86 | Jeff Dike | 2 | -60/+60 |
2008-01-28 | remove __attribute_used__ | Adrian Bunk | 1 | -13/+13 |
2008-01-28 | all archs: consolidate init and exit sections in vmlinux.lds.h | Sam Ravnborg | 2 | -4/+4 |
2008-01-28 | blk_end_request: changing um (take 4) | Kiyoshi Ueda | 1 | -12/+4 |
2007-12-23 | uml: user of helper_wait() got missed when it got extra arguments | Al Viro | 1 | -2/+2 |
2007-12-17 | uml: stop gdb from deleting breakpoints when running UML | Stanislaw Gruszka | 12 | -56/+50 |
2007-12-11 | [UM]: Fix use of skb after netif_rx | Julia Lawall | 1 | -1/+1 |
2007-12-05 | no need to mess with KBUILD_CFLAGS on uml-i386 anymore | Al Viro | 1 | -5/+0 |
2007-12-03 | uml: work around host tcsetattr bug | Jeff Dike | 1 | -1/+10 |
2007-12-03 | uml: after_sleep_interval should return something | Jeff Dike | 1 | -0/+1 |
2007-12-03 | uml: keep UML Kconfig in sync with x86 | Jeff Dike | 1 | -0/+7 |
2007-11-29 | leak in do_ubd_request | Miklos Szeredi | 1 | -0/+1 |
2007-11-29 | uml: fix !NO_HZ busy-loop | Jeff Dike | 1 | -3/+51 |
2007-11-29 | UML: build fix | WANG Cong | 1 | -1/+1 |
2007-11-14 | uml: fix build for !CONFIG_PRINTK | Jeff Dike | 1 | -1/+12 |
2007-11-14 | uml: fix build for !CONFIG_TCP | Jeff Dike | 1 | -2/+12 |
2007-11-14 | uml: remove last include of libc asm/page.h | Jeff Dike | 1 | -1/+0 |
2007-11-14 | uml: fix spurious IRQ testing | Jeff Dike | 1 | -6/+7 |
2007-11-14 | uml: fix recvmsg return value checking | Jeff Dike | 1 | -2/+1 |
2007-11-14 | uml: fix symlink loops | Jeff Dike | 1 | -3/+3 |
2007-11-06 | UML: fix defconfig build again | Jeff Dike | 1 | -2/+2 |
2007-11-05 | uml: correctly strip kernel defines from userspace CFLAGS | Jeff Dike | 1 | -2/+5 |
2007-11-05 | uml: fix incompatible types warning in previous SG fix | WANG Cong | 1 | -1/+1 |
2007-10-29 | misc uml annotation and section fixes | Al Viro | 3 | -7/+7 |
2007-10-29 | more x86 merge fallout (uml, again) | Al Viro | 2 | -2/+2 |
2007-10-29 | x86 merge fallout: uml | Al Viro | 2 | -6/+2 |
2007-10-24 | arch/um/drivers/ubd_kern.c: fix a building error | WANG Cong | 1 | -0/+2 |
2007-10-22 | [SG] Update drivers to use sg helpers | Jens Axboe | 1 | -1/+1 |