aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-01-18[PATCH] uml: use generic sys_rt_sigsuspendJeff Dike1-24/+0
2006-01-18[PATCH] uml: add TIF_RESTORE_SIGMASK supportJeff Dike1-38/+41
2006-01-18[PATCH] uml ubd code: fix a bit of whitespacePaolo 'Blaisorblade' Giarrusso1-14/+17
2006-01-18[PATCH] uml: allow again to move backing file and to override saved locationPaolo 'Blaisorblade' Giarrusso1-13/+15
2006-01-18[PATCH] uml: arch Kconfig menu cleanupsPaolo 'Blaisorblade' Giarrusso2-14/+19
2006-01-18[PATCH] uml: avoid malloc to sleep in atomic sectionsPaolo 'Blaisorblade' Giarrusso4-11/+19
2006-01-18[PATCH] uml: sigio code - reduce spinlock hold timePaolo 'Blaisorblade' Giarrusso1-25/+58
2006-01-18[PATCH] uml: fix spinlock recursion and sleep-inside-spinlock in error pathPaolo 'Blaisorblade' Giarrusso1-2/+13
2006-01-18[PATCH] uml: networking - clear transport-specific structurePaolo 'Blaisorblade' Giarrusso1-1/+5
2006-01-18[PATCH] uml: make daemon transport behave properlyPaolo 'Blaisorblade' Giarrusso2-0/+10
2006-01-18[PATCH] uml: TT mode softint fixesBodo Stroesser2-4/+6
2006-01-18[PATCH] uml: use setjmp/longjmp instead of sigsetjmp/siglongjmpJeff Dike1-2/+2
2006-01-18[PATCH] uml: implement soft interruptsJeff Dike8-118/+183
2006-01-18[PATCH] uml: eliminate some globalsJeff Dike1-16/+12
2006-01-18[PATCH] uml: move libc-dependent skas process handlingGennady Sharapov9-27/+601
2006-01-18[PATCH] uml: move libc-dependent skas memory mapping codeGennady Sharapov5-118/+123
2006-01-18[PATCH] uml: move headers to arch/um/includeGennady Sharapov18-149/+115
2006-01-18[PATCH] uml: change interface to boot_timer_handlerBodo Stroesser2-4/+13
2006-01-18[PATCH] uml: move libc-dependent time codeGennady Sharapov16-94/+211
2006-01-18[PATCH] uml: move libc-dependent utility proceduresGennady Sharapov11-87/+72
2006-01-18[PATCH] uml: move LDT creationBodo Stroesser4-23/+29
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