aboutsummaryrefslogtreecommitdiff
path: root/arch/um
AgeCommit message (Expand)AuthorFilesLines
2011-11-02Merge branch 'for-linus' of git://github.com/richardweinberger/linuxGravatar Linus Torvalds 224-8590/+340
2011-11-02um: fix ubd cow sizeGravatar Richard Weinberger 1-1/+30
2011-11-02um: switch to use of drivers/KconfigGravatar Al Viro 1-22/+1
2011-11-02um: distribute exports to where exported stuff is definedGravatar Al Viro 10-54/+40
2011-11-02um: kill system-um.hGravatar Al Viro 2-46/+37
2011-11-02um: generic ftrace.h will do...Gravatar Al Viro 2-1/+1
2011-11-02um: segment.h is x86-only and needed only thereGravatar Al Viro 1-10/+0
2011-11-02um: asm/pda.h is not needed anymoreGravatar Al Viro 1-21/+0
2011-11-02um: hw_irq.h can go generic as wellGravatar Al Viro 2-8/+1
2011-11-02um: switch to generic-yGravatar Al Viro 13-59/+2
2011-11-02um: clean Kconfig up a bitGravatar Al Viro 2-113/+7
2011-11-02um: kill useless argument of free_chan() and free_one_chan()Gravatar Al Viro 1-5/+5
2011-11-02um: unify ptrace_user.hGravatar Al Viro 3-8/+7
2011-11-02um: fix gcov build breakageGravatar Al Viro 1-15/+0
2011-11-02um: page_offset.h is never usedGravatar Al Viro 1-1/+0
2011-11-02um: irq_vectors.h just shadows x86 oneGravatar Al Viro 1-10/+0
2011-11-02um: required-features.h is there only to shadow x86 one...Gravatar Al Viro 1-9/+0
2011-11-02um: asm/apic.h is there only to shadow the x86 one...Gravatar Al Viro 1-4/+0
2011-11-02um: take ubd_user.h to its users...Gravatar Al Viro 1-0/+0
2011-11-02um: take ldt.h to arch/x86/um/asm/mm_context.hGravatar Al Viro 2-39/+2
2011-11-02um: merge os-Linux/tls.c into arch/x86/um/os-Linux/tls.cGravatar Al Viro 3-42/+2
2011-11-02um: move asm/desc.h into arch/x86/um/asmGravatar Al Viro 1-16/+0
2011-11-02um: take um_mmu.h to asm/mmu.h, clean asm/mmu_context.h a bitGravatar Al Viro 3-34/+19
2011-11-02um: kill um_uaccess.hGravatar Al Viro 2-99/+84
2011-11-02um: take mconsole*.h to arch/um/driversGravatar Al Viro 2-0/+0
2011-11-02um: take chan_*.h and line.h to arch/um/driversGravatar Al Viro 8-10/+8
2011-11-02um: take register_winch_irq() into the caller of is_skas_winch()Gravatar Al Viro 2-6/+7
2011-11-02um: kill shared/mem_kern.hGravatar Al Viro 2-21/+0
2011-11-02um: kill shared/tlb.hGravatar Al Viro 3-15/+1
2011-11-02um: make flush_tlb_kernel_range_common() staticGravatar Al Viro 2-3/+1
2011-11-02um: kill shared/task.h and HOST_TASK_REGSGravatar Al Viro 2-10/+0
2011-11-02um: shared/syscall.h is not even includedGravatar Al Viro 1-12/+0
2011-11-02um: don't include kern.h unless it's neededGravatar Al Viro 2-2/+0
2011-11-02um: trim kern.hGravatar Al Viro 1-18/+0
2011-11-02um: make load_initrd() static, kill shared/initrd.hGravatar Al Viro 2-14/+2
2011-11-02um: bury unused macros around ptrace.hGravatar Al Viro 1-4/+0
2011-11-02um: take arch/um/sys-x86 to arch/x86/umGravatar Al Viro 93-6775/+14
2011-11-02um: merge Makefile-{i386,x86_64}Gravatar Al Viro 3-28/+35
2011-11-02um: trim detritus from Makefile-i386Gravatar Al Viro 1-7/+3
2011-11-02um: arch_hweight.h is needed only on uml-x86Gravatar Al Viro 1-0/+0
2011-11-02um: merge kernel_offsets_*.hGravatar Al Viro 3-49/+21
2011-11-02um: merge skas_ptrace.h 32/64bit variantsGravatar Al Viro 3-48/+21
2011-11-02um: sysdep/barrier.h is not used for anythingGravatar Al Viro 4-22/+0
2011-11-02um: shared/process.h is empty now; kill itGravatar Al Viro 6-14/+0
2011-11-02um: finish conversion to mcontext_tGravatar Al Viro 9-81/+67
2011-11-02um: start switching the references to host mcontext_t to its userland typeGravatar Al Viro 7-26/+33
2011-11-02um: take userland definition of barrier() to user.hGravatar Al Viro 3-6/+3
2011-11-02um: take system.h out of shared/sysdepGravatar Al Viro 2-2/+1
2011-11-02um: fill the handlers array at build timeGravatar Al Viro 4-12/+21
2011-11-02um: simplify set_handler()Gravatar Al Viro 4-27/+19