aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um
Commit message (Expand)AuthorAgeFilesLines
* uml: fix build for !CONFIG_PRINTKJeff Dike2007-11-141-1/+12
* uml: fix build for !CONFIG_TCPJeff Dike2007-11-141-2/+12
* uml: remove last include of libc asm/page.hJeff Dike2007-11-141-1/+0
* uml: fix spurious IRQ testingJeff Dike2007-11-141-6/+7
* uml: fix recvmsg return value checkingJeff Dike2007-11-141-2/+1
* uml: fix symlink loopsJeff Dike2007-11-141-3/+3
* UML: fix defconfig build againJeff Dike2007-11-061-2/+2
* uml: correctly strip kernel defines from userspace CFLAGSJeff Dike2007-11-051-2/+5
* uml: fix incompatible types warning in previous SG fixWANG Cong2007-11-051-1/+1
* misc uml annotation and section fixesAl Viro2007-10-293-7/+7
* more x86 merge fallout (uml, again)Al Viro2007-10-292-2/+2
* x86 merge fallout: umlAl Viro2007-10-292-6/+2
* arch/um/drivers/ubd_kern.c: fix a building errorWANG Cong2007-10-241-0/+2
* [SG] Update drivers to use sg helpersJens Axboe2007-10-221-1/+1
* typo fixesMatt LaPlante2007-10-201-1/+1
* spelling fixes: arch/um/Simon Arlott2007-10-209-10/+10
* Combine instrumentation menus in kernel/Kconfig.instrumentationMathieu Desnoyers2007-10-191-0/+2
* Use helpers to obtain task pid in printks (arch code)Alexey Dobriyan2007-10-191-2/+2
* pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn2007-10-191-1/+1
* [UMP]: header_ops conversion needed for non-ethernet driversJeff Dike2007-10-172-6/+2
* remove include/asm-*/ipc.hAdrian Bunk2007-10-171-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2007-10-166-17/+17
|\
| * kbuild: enable 'make CPPFLAGS=...' to add additional options to CPPSam Ravnborg2007-10-151-1/+1
| * kbuild: enable 'make AFLAGS=...' to add additional options to ASSam Ravnborg2007-10-154-6/+6
| * kbuild: enable 'make CFLAGS=...' to add additional options to CCSam Ravnborg2007-10-147-12/+12
* | uml: definitively kill subprocesses on panicLepton Wu2007-10-162-1/+39
* | uml: arch/um/drivers formattingJeff Dike2007-10-169-253/+244
* | uml: fix stub address calculationsJeff Dike2007-10-1618-77/+81
* | uml: correctly handle skb allocation failuresJeff Dike2007-10-161-0/+47
* | uml: network driver MTU cleanupsJeff Dike2007-10-1619-188/+80
* | uml: network formattingJeff Dike2007-10-1622-616/+602
* | uml: use *SEC_PER_*SEC constantsJeff Dike2007-10-165-17/+22
* | uml: eliminate SIGALRMJeff Dike2007-10-167-35/+17
* | uml: time build fixJeff Dike2007-10-162-5/+21
* | uml: eliminate interrupts in the idle loopJeff Dike2007-10-164-52/+17
* | uml: tickless supportJeff Dike2007-10-167-55/+55
* | uml: clocksource supportJeff Dike2007-10-161-0/+20
* | uml: GENERIC_CLOCKEVENTS supportJeff Dike2007-10-164-57/+55
* | uml: GENERIC_TIME supportJeff Dike2007-10-163-43/+5
* | uml: separate timer initializationJeff Dike2007-10-164-4/+13
* | uml: simplify interval settingJeff Dike2007-10-164-6/+5
* | uml: fix timer switchingJeff Dike2007-10-164-21/+26
* | uml: eliminate hz()Jeff Dike2007-10-165-12/+8
* | uml: more idiomatic parameter parsingJeff Dike2007-10-161-2/+2
* | uml: remove unused fileJeff Dike2007-10-161-195/+0
* | uml: remove unneeded void * castJesper Juhl2007-10-161-1/+1
* | uml: eliminate floating point state from register fileJeff Dike2007-10-162-3/+0
* | uml: style fixes in FP codeJeff Dike2007-10-1610-238/+77
* | uml: sysrq and mconsole fixesJeff Dike2007-10-162-15/+10
* | uml: coredumping floating point fixesJeff Dike2007-10-161-22/+0