summaryrefslogtreecommitdiffstats
path: root/arch/um/include
Commit message (Expand)AuthorAgeFilesLines
* um: switch to generic-yAl Viro2011-11-0213-59/+2Star
* um: unify ptrace_user.hAl Viro2011-11-021-1/+2
* um: page_offset.h is never usedAl Viro2011-11-021-1/+0Star
* um: irq_vectors.h just shadows x86 oneAl Viro2011-11-021-10/+0Star
* um: required-features.h is there only to shadow x86 one...Al Viro2011-11-021-9/+0Star
* um: asm/apic.h is there only to shadow the x86 one...Al Viro2011-11-021-4/+0Star
* um: take ubd_user.h to its users...Al Viro2011-11-021-16/+0Star
* um: take ldt.h to arch/x86/um/asm/mm_context.hAl Viro2011-11-022-39/+2Star
* um: merge os-Linux/tls.c into arch/x86/um/os-Linux/tls.cAl Viro2011-11-021-5/+0Star
* um: move asm/desc.h into arch/x86/um/asmAl Viro2011-11-021-16/+0Star
* um: take um_mmu.h to asm/mmu.h, clean asm/mmu_context.h a bitAl Viro2011-11-023-34/+19Star
* um: kill um_uaccess.hAl Viro2011-11-022-99/+84Star
* um: take mconsole*.h to arch/um/driversAl Viro2011-11-022-150/+0Star
* um: take chan_*.h and line.h to arch/um/driversAl Viro2011-11-023-211/+0Star
* um: kill shared/mem_kern.hAl Viro2011-11-021-20/+0Star
* um: kill shared/tlb.hAl Viro2011-11-021-13/+0Star
* um: make flush_tlb_kernel_range_common() staticAl Viro2011-11-021-2/+0Star
* um: kill shared/task.h and HOST_TASK_REGSAl Viro2011-11-022-10/+0Star
* um: shared/syscall.h is not even includedAl Viro2011-11-021-12/+0Star
* um: trim kern.hAl Viro2011-11-021-18/+0Star
* um: make load_initrd() static, kill shared/initrd.hAl Viro2011-11-021-12/+0Star
* um: bury unused macros around ptrace.hAl Viro2011-11-021-4/+0Star
* um: arch_hweight.h is needed only on uml-x86Al Viro2011-11-021-6/+0Star
* um: shared/process.h is empty now; kill itAl Viro2011-11-021-9/+0Star
* um: start switching the references to host mcontext_t to its userland typeAl Viro2011-11-021-5/+0Star
* um: take userland definition of barrier() to user.hAl Viro2011-11-022-3/+3
* um: take system.h out of shared/sysdepAl Viro2011-11-021-2/+0Star
* um: fill the handlers array at build timeAl Viro2011-11-021-1/+1
* um: simplify set_handler()Al Viro2011-11-021-1/+1
* um: kill dead code around uaccessAl Viro2011-11-022-9/+0Star
* um: Get rid of UPT_SET/UPT_REG macrosAl Viro2011-11-021-3/+0Star
* um: take vm-flags.h to sys-*/asmAl Viro2011-11-021-1/+1
* um: get rid of sysdep/checksum.hAl Viro2011-11-021-6/+0Star
* um: trim unused junk from user.hAl Viro2011-11-021-2/+0Star
* um: get rid of kern_constants.hAl Viro2011-11-024-4/+4
* um: kill skas_ptregs.hAl Viro2011-11-021-6/+0Star
* um: make copy_sc() staticAl Viro2011-11-021-1/+0Star
* um: clean arch_ptrace() up a bitAl Viro2011-09-151-4/+0Star
* um: fix oopsable race in line_close()Al Viro2011-09-151-0/+1
* um: Save FPU registers between task switchesIngo van Lil2011-09-151-1/+1
* ptrace: unify show_regs() prototypeMike Frysinger2011-07-271-2/+0Star
* um: clean up delay functionsRichard Weinberger2011-07-261-6/+4Star
* um: add asm/percpu.hRichard Weinberger2011-06-281-0/+6
* Remove unused PROC_CHANGE_PENALTY constantStephen Boyd2011-05-251-1/+0Star
* um: include linux/prefetch.hRichard Weinberger2011-05-251-0/+2
* um: add earlyprintk supportRichard Weinberger2011-05-251-0/+1
* um: fix UML_LIB_PATHRichard Weinberger2011-05-251-0/+6
* um: mmu_gather reworkPeter Zijlstra2011-05-251-18/+11Star
* Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-05-241-1/+1
|\
| * percpu: Always align percpu output section to PAGE_SIZETejun Heo2011-03-241-1/+1