aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/kernel
AgeCommit message (Expand)AuthorFilesLines
2006-09-29[PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem)Atsushi Nemoto1-1/+1
2006-09-29[PATCH] pidspace: is_init()Sukadev Bhattiprolu1-1/+1
2006-09-29[PATCH] uml: remove pte_mkexecJeff Dike1-2/+4
2006-09-29[PATCH] uml: remove unneeded fileJeff Dike1-484/+0
2006-09-29[PATCH] uml: locking documentationJeff Dike1-2/+6
2006-09-27[PATCH] uml: fix sleep length bugJeff Dike1-1/+1
2006-09-27[PATCH] uml: add an exportJeff Dike1-0/+1
2006-09-27[PATCH] uml: file renamingJeff Dike7-192/+663
2006-09-27[PATCH] uml: thread creation tidyingJeff Dike1-23/+13
2006-09-27[PATCH] uml: mark some tt-mode codeJeff Dike1-1/+1
2006-09-27[PATCH] uml: use correct SIGBUS handlerJeff Dike1-8/+9
2006-09-27[PATCH] uml: fix gcov supportJeff Dike1-12/+1
2006-09-27[PATCH] uml: get rid of ZONE_DMA useJeff Dike1-1/+2
2006-09-27[PATCH] uml: const more dataJeff Dike2-2/+2
2006-09-26[PATCH] UML: tty lockingAlan Cox1-1/+3
2006-09-26[PATCH] uml: Remove unused variableJeff Dike1-5/+0
2006-09-26[PATCH] uml: timer cleanupsJeff Dike1-2/+5
2006-09-26[PATCH] uml: SIGIO cleanupsJeff Dike1-24/+10
2006-09-26[PATCH] uml: Improve SIGBUS diagnosticsJeff Dike1-2/+9
2006-09-26[PATCH] uml: Whitespace fixesJeff Dike1-184/+183
2006-09-26[PATCH] uml: Fix stack alignmentJeff Dike1-1/+2
2006-09-26[PATCH] uml: Use ARRAY_SIZE more assiduouslyJeff Dike3-15/+6
2006-09-26[PATCH] Standardize pxx_page macrosDave McCracken1-1/+1
2006-09-26[PATCH] reduce MAX_NR_ZONES: make ZONE_HIGHMEM optionalChristoph Lameter1-0/+2
2006-09-26[PATCH] reduce MAX_NR_ZONES: move HIGHMEM counters into highmem.c/.hChristoph Lameter1-0/+2
2006-07-31[PATCH] vDSO hash-style fixRoland McGrath1-0/+1
2006-07-15[PATCH] UML - fix utsname build breakageJeff Dike1-11/+11
2006-07-14[PATCH] uml: tidy biarch gcc supportJeff Dike1-2/+0
2006-07-10[PATCH] uml: move _kern.c filesJeff Dike7-38/+46
2006-07-10[PATCH] uml: remove syscall debuggingJeff Dike5-76/+2
2006-07-10[PATCH] uml: make some symbols staticJeff Dike1-14/+0
2006-07-10[PATCH] uml: remove os_isattyJeff Dike1-15/+2
2006-07-10[PATCH] uml: remove spinlock wrapper functionsJeff Dike1-29/+16
2006-07-10[PATCH] uml: mark forward_interrupts as being mode-specificJeff Dike1-0/+2
2006-07-10[PATCH] uml: timer handler tidyingJeff Dike1-16/+4
2006-07-10[PATCH] uml: signal initialization cleanupJeff Dike3-3/+3
2006-07-10[PATCH] uml: fix static binary segfaultJeff Dike6-30/+26
2006-07-10[PATCH] uml: remove some useless exportsJeff Dike1-6/+0
2006-07-10[PATCH] uml: timer initialization cleanupJeff Dike1-38/+26
2006-07-10[PATCH] uml: clean up address space limits codeTyler3-30/+8
2006-07-03[PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar1-1/+1
2006-07-03[PATCH] uml build fixTheodore Tso1-0/+2
2006-07-02[PATCH] irq-flags: UM: Use the new IRQF_ constantsThomas Gleixner3-3/+3
2006-07-01[PATCH] uml: make copy_*_user atomicPaolo 'Blaisorblade' Giarrusso1-6/+9
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+0
2006-06-30[PATCH] uml: fix biarch gcc build on x86_64Jeff Dike1-0/+2
2006-06-30[PATCH] uml: remove stray fileJeff Dike1-172/+0
2006-06-30[PATCH] uml: remove unneeded time definitionsJeff Dike1-22/+0
2006-06-30[PATCH] uml: add locking to xtime accessesJeff Dike1-2/+8
2006-06-30[PATCH] zoned vm counters: conversion of nr_pagetables to per zone counterChristoph Lameter1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-29[PATCH] genirq: rename desc->handler to desc->chipIngo Molnar1-3/+3
2006-06-22[PATCH] UML: fix wall_to_monotonic initializationJeff Dike1-1/+1
2006-06-20Merge git://git.infradead.org/~dwmw2/rbtree-2.6Linus Torvalds1-1/+1
2006-06-05[PATCH] uml: fix wall_to_monotonic initializationJeff Dike1-0/+10
2006-05-03[PATCH] uml: change timer initializationJeff Dike1-1/+1
2006-05-01Merge branch 'audit.b10' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+2
2006-05-01[PATCH] uml: cleanup unprofile expression and build infrastructurePaolo 'Blaisorblade' Giarrusso1-7/+2
2006-05-01[PATCH] uml: fix compilation and execution with hardened GCCPaolo 'Blaisorblade' Giarrusso1-1/+8
2006-05-01[PATCH] uml: remove NULL checks and add some CodingStyleJesper Juhl1-46/+47
2006-05-01[PATCH] uml: fix iomem list traversalVictor V. Vengerov1-0/+2
2006-05-01[PATCH] drop task argument of audit_syscall_{entry,exit}Al Viro1-4/+2
2006-05-01Update UML kernel/physmem.c to use rb_parent() accessor macroAndrew Morton1-1/+1
2006-04-11[PATCH] uml: fix some double export warningsPaolo 'Blaisorblade' Giarrusso1-4/+1
2006-03-31[PATCH] uml: add arch_switch_to for newly forked threadPaolo 'Blaisorblade' Giarrusso1-0/+7
2006-03-31[PATCH] uml: implement {get,set}_thread_area for i386Paolo 'Blaisorblade' Giarrusso4-13/+31
2006-03-31[PATCH] uml: clean arch_switch usagePaolo 'Blaisorblade' Giarrusso2-2/+10
2006-03-31[PATCH] uml: idle thread needn't take access to init_mmPaolo 'Blaisorblade' Giarrusso1-4/+0
2006-03-31[PATCH] uml: sparse cleanupsAl Viro5-28/+24
2006-03-31[PATCH] uml: redeclare highmemJeff Dike1-1/+1
2006-03-28[PATCH] pidhash: don't count idle threadsOleg Nesterov1-1/+0
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