summaryrefslogtreecommitdiff
path: root/arch/um
AgeCommit message (Expand)AuthorFilesLines
2006-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-2/+2
2006-01-14[PATCH] uml: fix symbol for mktimeMiklos Szeredi1-1/+2
2006-01-15return statement cleanup - kill pointless parenthesesJesper Juhl1-2/+2
2006-01-12[PATCH] uml: task_stack_page()Al Viro3-5/+5
2006-01-12[PATCH] uml: task_thread_info()Al Viro2-3/+3
2006-01-11[PATCH] uml: kill an unused variableJeff Dike1-1/+0
2006-01-11[PATCH] uml: fix debug output on x86_64Jeff Dike1-2/+2
2006-01-11[PATCH] uml: eliminate doubled boot outputJeff Dike1-1/+1
2006-01-11[PATCH] uml: revert compile-time option checkingJeff Dike1-4/+0
2006-01-11[PATCH] uml: update Kconfig helpJeff Dike1-4/+4
2006-01-11[PATCH] uml: fix missing KBUILD_BASENAMEJeff Dike4-20/+12
2006-01-10[PATCH] TTY layer buffering revampAlan Cox1-5/+1
2006-01-10[PATCH] hrtimer: convert posix timers completelyThomas Gleixner1-3/+4
2006-01-08[PATCH] tiny: Make *[ug]id16 support optionalMatt Mackall1-4/+0
2006-01-08[PATCH] Don't attempt to power off if power off is not implementedEric W. Biederman1-0/+2
2006-01-08[PATCH] Add block_device_operations.getgeo block device methodChristoph Hellwig1-9/+12
2006-01-08[PATCH] uml: prevent MODE_SKAS=n and MODE_TT=nAdrian Bunk1-1/+1
2006-01-08[PATCH] uml: whitespace cleanupJeff Dike1-7/+7
2006-01-08[PATCH] uml: merge trap_user.c and trap_kern.cGennady Sharapov4-60/+39
2006-01-08[PATCH] uml: move libc-dependent code from trap_user.cGennady Sharapov13-91/+123
2006-01-08[PATCH] uml: move libc-dependent code from signal_user.cGennady Sharapov24-226/+162
2006-01-06[PATCH] uml: free network IRQ correctlyJeff Dike1-0/+2
2006-01-06[PATCH] uml: fix whitespace in mconsole driverJeff Dike1-54/+42
2006-01-06[PATCH] uml: capture printk output for mconsole sysrqJeff Dike1-18/+30
2006-01-06[PATCH] uml: capture printk output for mconsole stackJeff Dike1-6/+81
2006-01-06[PATCH] uml: add mconsole_reply variant with length paramJeff Dike2-6/+14
2006-01-06[PATCH] uml: better diagnostics for broken configsJeff Dike1-0/+3
2006-01-06[PATCH] uml: SIGWINCH handling cleanupJeff Dike1-30/+24
2006-01-06[PATCH] uml: umid cleanupJeff Dike6-126/+164
2006-01-06[PATCH] uml: separate libc-dependent umid codeJeff Dike7-339/+324
2006-01-06[PATCH] uml: Add throttling to console driverJeff Dike6-14/+63
2006-01-06[PATCH] uml: Fix flip_buf full handlingJeff Dike1-1/+1
2006-01-06[PATCH] uml: Simplify console opening/closing and irq registrationJeff Dike6-166/+137
2006-01-06[PATCH] uml: move console configurationJeff Dike5-32/+35
2006-01-06[PATCH] uml: line_setup interface changeJeff Dike1-3/+9
2006-01-06[PATCH] uml: Add static initializations and declarationsJeff Dike4-10/+9
2006-01-06[PATCH] uml: Move mconsole support out of generic codeJeff Dike4-15/+14
2006-01-06[PATCH] uml: Remove unneeded structure fieldJeff Dike3-14/+9
2006-01-06[PATCH] uml: use ARRAY_SIZEJeff Dike2-20/+13
2006-01-06[PATCH] uml: Formatting changesJeff Dike8-368/+381
2006-01-06[PATCH] uml: non-void functions should return somethingJeff Dike3-11/+6
2006-01-06[PATCH] uml: use kstrdupJeff Dike4-8/+8
2005-12-29[PATCH] uml: fix compilation with CONFIG_MODE_TT disabledPaolo 'Blaisorblade' Giarrusso2-5/+8
2005-12-29[PATCH] Hostfs: update for new glibc - add missing symbol exportsPaolo 'Blaisorblade' Giarrusso1-0/+5
2005-12-29[PATCH] uml: fix random segfaults at bootupPaolo 'Blaisorblade' Giarrusso1-10/+12
2005-12-18[PATCH] uml skas0: stop gcc's insanityJeff Dike3-36/+46
2005-12-18[PATCH] uml - fix some funkiness in KconfigPaolo 'Blaisorblade' Giarrusso1-0/+2
2005-12-18[PATCH] uml: fix dynamic linking on some 64-bit distrosRob Landley1-0/+4
2005-12-18[PATCH] uml: arch/um/scripts/Makefile.rules - remove duplicated codePaolo 'Blaisorblade' Giarrusso1-5/+0
2005-12-12[PATCH] uml: fix compile error for ttPekka J Enberg2-1/+2