summaryrefslogtreecommitdiffstats
path: root/arch/um/kernel
Commit message (Expand)AuthorAgeFilesLines
* um: kill includes of sysdep/sigcontext.h from stuff built with kernel headersAl Viro2011-11-022-2/+0Star
* um: kill dead code around uaccessAl Viro2011-11-022-34/+1Star
* um: -include user.h for USER_OBJ, trim includesAl Viro2011-11-021-1/+0Star
* um: clean arch_ptrace() up a bitAl Viro2011-09-151-28/+0Star
* um: Save FPU registers between task switchesIngo van Lil2011-09-151-1/+1
* um: remove dead codeRichard Weinberger2011-07-261-2/+1Star
* um, exec: remove redundant set_fs(USER_DS)Mathias Krause2011-07-261-1/+0Star
* um: print info about fatal segfaultsRichard Weinberger2011-05-251-0/+24
* um: add earlyprintk supportRichard Weinberger2011-05-252-0/+34
* mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra2011-05-251-3/+0Star
* sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra2011-04-141-1/+1
* um: Use generic show_interrupts()Thomas Gleixner2011-03-241-46/+0Star
* um: Convert genirq namespaceThomas Gleixner2011-03-241-5/+4Star
* um: Use proper accessors in show_interrupts()Thomas Gleixner2011-02-141-4/+6
* um: Convert irq_chips to new functionsThomas Gleixner2011-02-141-10/+9Star
* um: Remove stale irq_chip.endThomas Gleixner2011-02-141-2/+0Star
* thp: pte alloc trans splittingAndrea Arcangeli2011-01-141-1/+1
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0Star
* um: fix ptrace build errorRichard Weinberger2010-11-121-1/+1
* ptrace: cleanup arch_ptrace() on umNamhyung Kim2010-10-281-10/+8Star
* ptrace: change signature of arch_ptrace()Namhyung Kim2010-10-281-2/+3
* um: migrate from __do_IRQ() to generic_handle_irq()Richard Weinberger2010-10-271-11/+4Star
* uml: fix CONFIG_STATIC_LINK=y build failure with newer glibcRoland McGrath2010-10-272-2/+29
* um: remove PAGE_SIZE alignment in linker script causing kernel segfault.Richard Weinberger2010-10-271-1/+1
* Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-2/+0Star
|\
| * uml: kill big kernel lockArnd Bergmann2010-10-191-2/+0Star
* | Merge branch 'x86/urgent' of into irq/sparseirqThomas Gleixner2010-10-123-6/+6
|\ \
| * | uml: fix compile warningRichard Weinberger2010-09-233-6/+6
| |/
* / genirq: Cleanup irq_chip->typename leftoversThomas Gleixner2010-09-231-3/+3
|/
* Make do_execve() take a const filename pointerDavid Howells2010-08-182-3/+6
* Mark arguments to certain syscalls as being constDavid Howells2010-08-143-5/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-101-0/+3
|\
| * Deal with missing exports for hostfsAl Viro2010-08-091-0/+3
* | arch/um/kernel/ptrace.c: remove dead PROC_MMChristoph Egger2010-08-101-21/+0Star
* | um: Fix read_persistent_clock falloutThomas Gleixner2010-08-031-3/+2Star
* | um: Convert to use read_persistent_clockJohn Stultz2010-07-271-6/+7
|/
* arch/um: fix kunmap_atomic() call in skas/uaccess.cCesar Eduardo Barros2010-06-051-1/+1
* Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds2010-06-013-3/+3
|\
| * Rename .data.init_irqstack to .data..init_irqstack.Denys Vlasenko2010-03-033-3/+3
* | uml: i386: Avoid redefinition of NR_syscallsJan Kiszka2010-05-101-2/+2
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-306-2/+6
* | um: use generic ptrace_resume codeChristoph Hellwig2010-03-131-54/+16Star
* | Add generic sys_olduname()Christoph Hellwig2010-03-131-45/+0Star
|/
* Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-12-151-2/+2
|\
| * genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner2009-12-141-2/+2
* | uml: convert to seq_file/proc_fopsAlexey Dobriyan2009-12-152-30/+44
|/
* Unify sys_mmap*Al Viro2009-12-111-26/+2Star
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* um: Clean up linker script using standard macros.Tim Abbott2009-09-252-27/+8Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2009-09-241-1/+1
|\