summaryrefslogtreecommitdiff
path: root/arch/um
AgeCommit message (Expand)AuthorFilesLines
2008-02-05uml: remove now unused codeKarol Swietlicki1-137/+0
2008-02-05uml: improve detection of host cmovKarol Swietlicki2-9/+32
2008-02-05uml: fix URLs in Kconfig and help stringsKarol Swietlicki5-11/+11
2008-02-05uml: document new ubd flagJeff Dike1-1/+4
2008-02-05uml: get rid of asmlinkageJeff Dike1-4/+5
2008-02-05uml: implement get_wchanJeff Dike1-0/+35
2008-02-05uml: code tidying under arch/um/os-LinuxWANG Cong6-20/+28
2008-02-05uml: remove xmm checking on x86Karol Swietlicki1-3/+0
2008-02-05uml: arch/um/include/init.h needs a definition of __usedJeff Dike1-11/+14
2008-02-05add mm argument to pte/pmd/pud/pgd_freeBenjamin Herrenschmidt2-5/+5
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+1
2008-02-03arch/um: Spelling fixesJoe Perches1-1/+1
2008-02-03Move Kconfig.instrumentation to arch/Kconfig and init/KconfigMathieu Desnoyers1-2/+0
2008-01-30UML: remove remaining FASTCALL usesHarvey Harrison1-2/+2
2008-01-30UML: change sigcontext fields to match x86Jeff Dike2-60/+60
2008-01-28remove __attribute_used__Adrian Bunk1-13/+13
2008-01-28all archs: consolidate init and exit sections in vmlinux.lds.hSam Ravnborg2-4/+4
2008-01-28blk_end_request: changing um (take 4)Kiyoshi Ueda1-12/+4
2007-12-23uml: user of helper_wait() got missed when it got extra argumentsAl Viro1-2/+2
2007-12-17uml: stop gdb from deleting breakpoints when running UMLStanislaw Gruszka12-56/+50
2007-12-11[UM]: Fix use of skb after netif_rxJulia Lawall1-1/+1
2007-12-05no need to mess with KBUILD_CFLAGS on uml-i386 anymoreAl Viro1-5/+0
2007-12-03uml: work around host tcsetattr bugJeff Dike1-1/+10
2007-12-03uml: after_sleep_interval should return somethingJeff Dike1-0/+1
2007-12-03uml: keep UML Kconfig in sync with x86Jeff Dike1-0/+7
2007-11-29leak in do_ubd_requestMiklos Szeredi1-0/+1
2007-11-29uml: fix !NO_HZ busy-loopJeff Dike1-3/+51
2007-11-29UML: build fixWANG Cong1-1/+1
2007-11-14uml: fix build for !CONFIG_PRINTKJeff Dike1-1/+12
2007-11-14uml: fix build for !CONFIG_TCPJeff Dike1-2/+12
2007-11-14uml: remove last include of libc asm/page.hJeff Dike1-1/+0
2007-11-14uml: fix spurious IRQ testingJeff Dike1-6/+7
2007-11-14uml: fix recvmsg return value checkingJeff Dike1-2/+1
2007-11-14uml: fix symlink loopsJeff Dike1-3/+3
2007-11-06UML: fix defconfig build againJeff Dike1-2/+2
2007-11-05uml: correctly strip kernel defines from userspace CFLAGSJeff Dike1-2/+5
2007-11-05uml: fix incompatible types warning in previous SG fixWANG Cong1-1/+1
2007-10-29misc uml annotation and section fixesAl Viro3-7/+7
2007-10-29more x86 merge fallout (uml, again)Al Viro2-2/+2
2007-10-29x86 merge fallout: umlAl Viro2-6/+2
2007-10-24arch/um/drivers/ubd_kern.c: fix a building errorWANG Cong1-0/+2
2007-10-22[SG] Update drivers to use sg helpersJens Axboe1-1/+1
2007-10-20typo fixesMatt LaPlante1-1/+1
2007-10-20spelling fixes: arch/um/Simon Arlott9-10/+10
2007-10-19Combine instrumentation menus in kernel/Kconfig.instrumentationMathieu Desnoyers1-0/+2
2007-10-19Use helpers to obtain task pid in printks (arch code)Alexey Dobriyan1-2/+2
2007-10-19pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn1-1/+1
2007-10-17[UMP]: header_ops conversion needed for non-ethernet driversJeff Dike2-6/+2
2007-10-17remove include/asm-*/ipc.hAdrian Bunk1-1/+1
2007-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds6-17/+17