aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/kernel
AgeCommit message (Expand)AuthorFilesLines
2006-03-27[PATCH] Notifier chain update: API changesAlan Stern1-1/+2
2006-03-27[PATCH] unify PFN_* macrosDave Hansen1-2/+1
2006-03-27[PATCH] uml: move tty logging to os-LinuxJeff Dike3-236/+1
2006-03-27[PATCH] uml: move sigio_user.c to os-Linux/sigio.cJeff Dike2-325/+1
2006-03-27[PATCH] uml: move SIGIO startup code to os-Linux/start_up.cJeff Dike3-156/+19
2006-03-27[PATCH] uml: merge irq_user.c and irq.cJeff Dike3-325/+295
2006-03-27[PATCH] uml: move libc-dependent irq code to os-LinuxJeff Dike2-153/+65
2006-03-27[PATCH] uml: fix some printf formatsJeff Dike1-3/+3
2006-03-23[PATCH] x86: SMP alternativesGerd Hoffmann1-1/+11
2006-03-22[PATCH] remove set_page_count() outside mm/Nick Piggin1-2/+2
2006-03-22[PATCH] remove set_page_count(page, 0) users (outside mm)Nick Piggin1-1/+1
2006-02-07[PATCH] uml: remove a dead fileJeff Dike1-569/+0
2006-02-07[PATCH] uml: add debug switch for skas modeJeff Dike1-0/+18
2006-02-01[PATCH] uml: avoid "CONFIG_NR_CPUS undeclared" bogus error messagesPaolo 'Blaisorblade' Giarrusso1-0/+1
2006-02-01[PATCH] uml: some harmless sparse warning fixesPaolo 'Blaisorblade' Giarrusso1-1/+1
2006-02-01[PATCH] uml: TT - SYSCALL_DEBUG - fix buglet introduced in cleanupPaolo 'Blaisorblade' Giarrusso1-2/+6
2006-02-01[PATCH] uml: fix "apples/bananas" typoPaolo 'Blaisorblade' Giarrusso1-1/+1
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: avoid malloc to sleep in atomic sectionsPaolo 'Blaisorblade' Giarrusso1-8/+13
2006-01-18[PATCH] uml: sigio code - reduce spinlock hold timePaolo 'Blaisorblade' Giarrusso1-25/+58
2006-01-18[PATCH] uml: TT mode softint fixesBodo Stroesser2-4/+6
2006-01-18[PATCH] uml: move libc-dependent skas process handlingGennady Sharapov2-12/+10
2006-01-18[PATCH] uml: move libc-dependent skas memory mapping codeGennady Sharapov2-283/+2
2006-01-18[PATCH] uml: move headers to arch/um/includeGennady Sharapov12-437/+0
2006-01-18[PATCH] uml: change interface to boot_timer_handlerBodo Stroesser1-3/+2
2006-01-18[PATCH] uml: move libc-dependent time codeGennady Sharapov9-58/+80
2006-01-18[PATCH] uml: move libc-dependent utility proceduresGennady Sharapov6-178/+6
2006-01-18[PATCH] uml: move LDT creationBodo Stroesser3-21/+5
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: fix debug output on x86_64Jeff Dike1-2/+2
2006-01-11[PATCH] uml: revert compile-time option checkingJeff Dike1-4/+0
2006-01-11[PATCH] uml: fix missing KBUILD_BASENAMEJeff Dike1-1/+1
2006-01-10[PATCH] hrtimer: convert posix timers completelyThomas Gleixner1-3/+4
2006-01-08[PATCH] Don't attempt to power off if power off is not implementedEric W. Biederman1-0/+2
2006-01-08[PATCH] uml: merge trap_user.c and trap_kern.cGennady Sharapov3-59/+15
2006-01-08[PATCH] uml: move libc-dependent code from trap_user.cGennady Sharapov6-138/+39
2006-01-08[PATCH] uml: move libc-dependent code from signal_user.cGennady Sharapov15-181/+4
2006-01-06[PATCH] uml: umid cleanupJeff Dike2-10/+6
2006-01-06[PATCH] uml: separate libc-dependent umid codeJeff Dike3-315/+22
2006-01-06[PATCH] uml: Simplify console opening/closing and irq registrationJeff Dike1-41/+7
2006-01-06[PATCH] uml: non-void functions should return somethingJeff Dike1-0/+2
2005-12-18[PATCH] uml skas0: stop gcc's insanityJeff Dike1-10/+13
2005-12-12[PATCH] uml: fix compile error for ttPekka J Enberg1-1/+0
2005-11-22[PATCH] uml: eliminate use of libc PAGE_SIZEJeff Dike1-4/+9
2005-11-22[PATCH] uml: eliminate use of local in clone stubJeff Dike1-4/+6
2005-11-13[PATCH] uml: fix access_okPaolo 'Blaisorblade' Giarrusso4-23/+11
2005-11-13[PATCH] uml: remove bogus WARN_ON, triggerable harmlessly on a page fault racePaolo 'Blaisorblade' Giarrusso1-0/+9
2005-11-07[PATCH] kfree cleanup: archJesper Juhl1-1/+1
2005-11-07[PATCH] consolidate sys_ptrace()Christoph Hellwig1-48/+2
2005-11-07[PATCH] uml: fix hardcoded ZONE_* constants in zone setupPaolo 'Blaisorblade' Giarrusso1-2/+2
2005-11-07[PATCH] uml: big memory fixesJeff Dike2-7/+7
2005-11-07[PATCH] uml: maintain own LDT entriesBodo Stroesser6-23/+36
2005-11-07[PATCH] uml: separate libc-dependent helper codeJeff Dike5-171/+2
2005-11-07[PATCH] uml: separate libc-dependent early initializationJeff Dike2-272/+2
2005-11-07[PATCH] uml: separate libc-dependent uaccess codeGennady Sharapov4-65/+32
2005-11-07[PATCH] uml: improve stub debuggingJeff Dike1-0/+11
2005-10-30[PATCH] jiffies_64 cleanupThomas Gleixner1-4/+0
2005-10-29[PATCH] mm: split page table lockHugh Dickins1-0/+1
2005-10-29[PATCH] mm: uml kill unusedHugh Dickins1-36/+0
2005-10-29[PATCH] mm: uml pte atomicityHugh Dickins1-3/+5
2005-10-29[PATCH] mm: arches skip ptlockHugh Dickins1-3/+0
2005-10-28[PATCH] gfp_t: remaining bits of arch/*Al Viro2-2/+2
2005-10-04[PATCH] uml: Fix sysrq-r support for skas modeAllan Graves1-7/+1
2005-09-30[PATCH] uml: clear SKAS0/3 flags when running in TT modePaolo 'Blaisorblade' Giarrusso1-0/+2
2005-09-30[PATCH] uml: fix page faults in SKAS3 mode.Paolo 'Blaisorblade' Giarrusso1-1/+4
2005-09-30[PATCH] useless linux/irq.h includes (arch/um)Al Viro1-1/+0
2005-09-29[PATCH] uml makefiles sanitizedAl Viro4-122/+0
2005-09-22[PATCH] uml: use GFP_ATOMIC for allocations under spinlocks.Paolo 'Blaisorblade' Giarrusso1-1/+1
2005-09-22[PATCH] uml: Fix GFP_ flags usagePaolo 'Blaisorblade' Giarrusso1-1/+2
2005-09-22[PATCH] uml: avoid fixing faults while atomicPaolo 'Blaisorblade' Giarrusso1-0/+7
2005-09-22[PATCH] uml: fix condition in tlb flushPaolo 'Blaisorblade' Giarrusso1-6/+6
2005-09-22[PATCH] uml: fix hang in TT mode on faultPaolo 'Blaisorblade' Giarrusso2-3/+19
2005-09-22[PATCH] strlcat: use for uml umid.cPaolo 'Blaisorblade' Giarrusso1-7/+4
2005-09-22[PATCH] uml: don't remove umid files in conflict casePaolo 'Blaisorblade' Giarrusso1-11/+19
2005-09-21[PATCH] uml: fix compile warning after consolidation patchPaolo 'Blaisorblade' Giarrusso1-1/+2
2005-09-21[PATCH] uml: fix uname output on 32-bit binary on 64-bit hostPaolo 'Blaisorblade' Giarrusso1-0/+6
2005-09-21[PATCH] uml: remove verify_area_{tt,skas}Paolo 'Blaisorblade' Giarrusso2-12/+0
2005-09-17[PATCH] uml: merge mem_user.c and mem.cJeff Dike3-77/+21
2005-09-17[PATCH] uml: move libc code out of mem_user.c and tempfile.cJeff Dike7-297/+9
2005-09-17[PATCH] uml: preserve errno in error pathsJeff Dike2-13/+11
2005-09-17[PATCH] uml: breakpoint an arbitrary threadJeff Dike1-1/+8
2005-09-17[PATCH] uml: _switch_to code consolidationJeff Dike5-16/+14
2005-09-10[PATCH] uml: avoid already done dirtyingPaolo 'Blaisorblade' Giarrusso1-2/+1
2005-09-10[PATCH] uml: fix fault handler on writePaolo 'Blaisorblade' Giarrusso1-1/+2
2005-09-10[PATCH] uml: inline mk_pte and various friendsPaolo 'Blaisorblade' Giarrusso2-40/+0
2005-09-10[PATCH] i386 / uml: add dwarf sections to static link scriptPaolo 'Blaisorblade' Giarrusso2-42/+9
2005-09-09Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild Linus Torvalds1-0/+1
2005-09-09kbuild: um fix so it compile with generic asm-offsets.h supportSam Ravnborg1-0/+1
2005-09-09[PATCH] uaccess.h annotations (uml)viro@ZenIV.linux.org.uk2-14/+14
2005-09-07[PATCH] bogus #if (arch/um/kernel/mem.c)viro@ZenIV.linux.org.uk1-1/+1
2005-09-05[PATCH] uml: fix x86_64 page leakJeff Dike2-1/+12
2005-09-05[PATCH] uml: skas0 stubs now check system call return valuesBodo Stroesser5-217/+271
2005-09-05[PATCH] uml: increase granularity of host capability checkingBodo Stroesser4-34/+96
2005-09-05[PATCH] uml: move libc-dependent startup and signal codeGennady Sharapov3-447/+7
2005-09-05[PATCH] uml: use host AIO supportJeff Dike1-11/+30
2005-09-05[PATCH] uml: system call path cleanupJeff Dike9-192/+115
2005-09-05[PATCH] uml: TLB operation batchingJeff Dike5-148/+231
2005-09-05[PATCH] uml: remove duplicated exportsJeff Dike1-19/+0
2005-09-05[PATCH] uml: fault handler micro-cleanupsPaolo 'Blaisorblade' Giarrusso1-15/+13
2005-09-05[PATCH] uml: workaround GDB problems on debuggingPaolo 'Blaisorblade' Giarrusso2-4/+4
2005-09-05[PATCH] uml: remove debugging code from page fault pathJeff Dike2-48/+0
2005-08-29[PATCH] convert signal handling of NODEFER to act like other Unix boxes.Steven Rostedt1-3/+3
2005-08-18[PATCH] uml: fix a crash under screenJeff Dike1-1/+5
2005-07-28[PATCH] uml: Clean up prink callsChristophe Lucas2-2/+2
2005-07-28[PATCH] uml: Fix typoBodo Stroesser1-1/+1
2005-07-28[PATCH] uml: Fix load average >=1Jeff Dike1-1/+4
2005-07-28[PATCH] uml: Fix redundant assignmentJeff Dike1-1/+0
2005-07-28[PATCH] uml: fix TT mode by reverting "use fork instead of clone"Jeff Dike1-19/+29
2005-07-27[PATCH] turn many #if $undefined_string into #ifdef $undefined_stringOlaf Hering1-2/+2
2005-07-27[PATCH] uml: fix misdeclared functionJeff Dike1-12/+2
2005-07-27[PATCH] uml: add skas0 command-line optionPaolo 'Blaisorblade' Giarrusso2-10/+44
2005-07-26[PATCH] Don't export machine_restart, machine_halt, or machine_power_off.Eric W. Biederman1-6/+0
2005-07-14[PATCH] uml: gcc 2.95 fix and Makefile cleanupPaolo 'Blaisorblade' Giarrusso1-2/+2
2005-07-07[PATCH] uml: Proper clone support for skas0Bodo Stroesser7-3/+144
2005-07-07[PATCH] uml: skas0 - separate kernel address space on stock hostsJeff Dike16-230/+577
2005-07-07[PATCH] uml: kill some useless vmalloc tlb flushingJeff Dike1-1/+0
2005-06-25[PATCH] uml: hot-unplug code cleanupJeff Dike3-17/+6
2005-06-25[PATCH] uml: time initialization tidyingJeff Dike8-82/+19
2005-06-25[PATCH] uml: always disable kmalloc during shutdownJeff Dike2-6/+4
2005-06-25[PATCH] uml: fix timer initializationJeff Dike2-2/+1
2005-06-25[PATCH] uml: fork cleanupJeff Dike4-43/+11
2005-06-23[PATCH] kstrdup: convert a few existing implementationsRobert Love1-6/+2
2005-06-21[PATCH] uml: fix linkage of tt mode against NPTLPaolo 'Blaisorblade' Giarrusso3-58/+3
2005-06-21[PATCH] uml: add and use generic hw_controller_type->releasePaolo 'Blaisorblade' Giarrusso2-6/+7
2005-06-21[PATCH] mm: remove PG_highmemBadari Pulavarty1-1/+0
2005-06-13[PATCH] uml: use fork instead of cloneJeff Dike1-29/+19
2005-06-13[PATCH] uml: remove duplicate includesJeff Dike3-4/+0
2005-06-08[PATCH] uml: fix strace -fJeff Dike1-1/+6
2005-05-28[PATCH] uml: remove jail mode + other leftoversPaolo 'Blaisorblade' Giarrusso2-13/+1
2005-05-28[PATCH] uml: stack dump fixPaolo 'Blaisorblade' Giarrusso1-7/+14
2005-05-28[PATCH] uml: remove unused codeJeff Dike3-139/+0
2005-05-28[PATCH] uml: fix segfault on exit with CONFIG_GCOVJeff Dike1-18/+20
2005-05-28[PATCH] uml: remove 2_5compat.hJeff Dike3-4/+0
2005-05-28[PATCH] uml: turn off kmalloc always on a fatal signalJeff Dike1-1/+1
2005-05-28[PATCH] uml: fix a couple of warningsJeff Dike1-16/+3
2005-05-20[PATCH] uml: fixrange_init 3-level page table supportJeff Dike1-9/+31
2005-05-20[PATCH] uml: Remove ubd-mmap supportJeff Dike1-29/+0
2005-05-20[PATCH] uml: initrd cleanupJeff Dike2-1/+79
2005-05-20[PATCH] uml: Export clear_user_*Jeff Dike2-0/+2
2005-05-20[PATCH] uml: Page fault fixesJeff Dike1-3/+4
2005-05-20[PATCH] uml: small fixes left over from rc4Jeff Dike2-3/+5
2005-05-20Remove some left-over empty filesLinus Torvalds1-0/+0
2005-05-17[PATCH] uml: change memcpy to memmovePaolo 'Blaisorblade' Giarrusso1-2/+8
2005-05-06[PATCH] uml: x86_64 fixesJeff Dike3-4/+6
2005-05-06[PATCH] uml: Fix process exit raceBodo Stroesser5-16/+11
2005-05-06[PATCH] uml: S390 preparation, arch_align_stackBodo Stroesser1-0/+9
2005-05-06[PATCH] uml: Use CONFIG variable for address space sizeBodo Stroesser1-7/+1
2005-05-06[PATCH] uml: Turn literal numbers into symbolic constantsJeff Dike1-13/+22
2005-05-06[PATCH] uml: Makefile cleanupJeff Dike1-5/+1
2005-05-06[PATCH] uml: Eliminate unusable functionJeff Dike1-10/+0
2005-05-06[PATCH] uml: S390 preparation, save an extra registerBodo Stroesser1-0/+4
2005-05-06[PATCH] uml: S390 preparation, peekusr/pokeusr defined by subarchBodo Stroesser1-50/+29
2005-05-06[PATCH] uml: command line handling cleanupJeff Dike1-3/+4
2005-05-06[PATCH] uml: __deprecated makes build unnecessarily noisyJeff Dike2-4/+4
2005-05-05[PATCH] uml: header and code cleanupBodo Stroesser1-5/+0
2005-05-05[PATCH] uml: s390 preparation, delay moved to archBodo Stroesser2-21/+0
2005-05-05[PATCH] uml: s390 preparation, checksumming done in arch codeBodo Stroesser2-37/+1
2005-05-05[PATCH] uml: Fix SIGWINCH relayingJeff Dike5-5/+10
2005-05-05[PATCH] uml: S390 preparation, abstract host page fault dataBodo Stroesser8-41/+76
2005-05-05[PATCH] uml: cross-build support : mk_ptregsAl Viro3-55/+52
2005-05-05[PATCH] uml: include the linker script rather than symlink itAl Viro2-1/+7
2005-05-05[PATCH] uml kbuild: avoid useless rebuildsPaolo 'Blaisorblade' Giarrusso2-2/+3
2005-05-05[PATCH] uml: obvious compile fixes for x86-64 Subarch and x86 regression fixesPaolo 'Blaisorblade' Giarrusso1-1/+3
2005-05-03Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse7-288/+9
2005-05-03[AUDIT] Update UML audit-syscall-{entry,exit} calls to new prototypesJeff Dike1-9/+12
2005-05-01[PATCH] convert that currently tests _NSIG directly to use valid_signal()Jesper Juhl1-2/+2
2005-05-01[PATCH] misc verify_area cleanupsJesper Juhl2-2/+2
2005-05-01[PATCH] uml: fix syscall table by including $(SUBARCH)'s one, for i386Paolo 'Blaisorblade' Giarrusso2-271/+1
2005-05-01[PATCH] uml: move va_copy conditional defPaolo 'Blaisorblade' Giarrusso1-2/+2
2005-05-01[PATCH] uml: inline empty procPaolo 'Blaisorblade' Giarrusso1-4/+0
2005-05-01[PATCH] uml: workaround old problematic sed behaviourRob Landley1-1/+2
2005-05-01[PATCH] uml: add nfsd syscall when nfsd is modularblaisorblade@yahoo.it1-7/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds99-0/+13673