aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-02um: kill shared/tlb.hAl Viro3-15/+1
2011-11-02um: make flush_tlb_kernel_range_common() staticAl Viro2-3/+1
2011-11-02um: kill shared/task.h and HOST_TASK_REGSAl Viro2-10/+0
2011-11-02um: shared/syscall.h is not even includedAl Viro1-12/+0
2011-11-02um: don't include kern.h unless it's neededAl Viro2-2/+0
2011-11-02um: trim kern.hAl Viro1-18/+0
2011-11-02um: make load_initrd() static, kill shared/initrd.hAl Viro2-14/+2
2011-11-02um: bury unused macros around ptrace.hAl Viro1-4/+0
2011-11-02um: take arch/um/sys-x86 to arch/x86/umAl Viro93-6775/+14
2011-11-02um: merge Makefile-{i386,x86_64}Al Viro3-28/+35
2011-11-02um: trim detritus from Makefile-i386Al Viro1-7/+3
2011-11-02um: arch_hweight.h is needed only on uml-x86Al Viro1-0/+0
2011-11-02um: merge kernel_offsets_*.hAl Viro3-49/+21
2011-11-02um: merge skas_ptrace.h 32/64bit variantsAl Viro3-48/+21
2011-11-02um: sysdep/barrier.h is not used for anythingAl Viro4-22/+0
2011-11-02um: shared/process.h is empty now; kill itAl Viro6-14/+0
2011-11-02um: finish conversion to mcontext_tAl Viro9-81/+67
2011-11-02um: start switching the references to host mcontext_t to its userland typeAl Viro7-26/+33
2011-11-02um: take userland definition of barrier() to user.hAl Viro3-6/+3
2011-11-02um: take system.h out of shared/sysdepAl Viro2-2/+1
2011-11-02um: fill the handlers array at build timeAl Viro4-12/+21
2011-11-02um: simplify set_handler()Al Viro4-27/+19
2011-11-02um: don't bother blocking SIGARLM and SIGUSR1Al Viro3-9/+8
2011-11-02um: switch stub_segv_handler to SA_SIGINFO variant, get rid of magic crap in thereAl Viro7-39/+14
2011-11-02um: kill includes of sysdep/sigcontext.h from stuff built with kernel headersAl Viro8-22/+14
2011-11-02um: merge arch/um/os-Linux/sys-{i386,x86_64}Al Viro9-85/+57
2011-11-02um: merge hard_handler() instances, switch to use of SA_SIGINFOAl Viro5-35/+10
2011-11-02um: kill dead code around uaccessAl Viro6-77/+3
2011-11-02um: merge arch/um/sys-{i386,x86_64}Al Viro51-193/+81
2011-11-02um: merge arch/um/sys-{i386,x86_64}/sharedAl Viro39-134/+61
2011-11-02um: merge arch/um/sys-{i386,x86_64}/asmAl Viro19-234/+192
2011-11-02um: get rid of unused macros in ptrace_user.hAl Viro2-63/+0
2011-11-02um: get rid of sysdep/sc.hAl Viro4-91/+15
2011-11-02um: Get rid of UPT_SET/UPT_REG macrosAl Viro5-158/+145
2011-11-02um: take vm-flags.h to sys-*/asmAl Viro3-1/+1
2011-11-02um: get rid of sysdep/checksum.hAl Viro3-7/+1
2011-11-02um: trim unused junk from user.hAl Viro1-2/+0
2011-11-02um: get rid of kern_constants.hAl Viro5-14/+5
2011-11-02um: kill a couple of useless includes of kern_constants.hAl Viro2-2/+0
2011-11-02um: -include user.h for USER_OBJ, trim includesAl Viro47-78/+3
2011-11-02um: take user_constants.h to include/generatedAl Viro7-9/+8
2011-11-02um: kill skas_ptregs.hAl Viro3-10/+0
2011-11-02um: switch to -idirafter, get saner kern_constants.h out of thatAl Viro1-2/+2
2011-11-02um: series of __get_user() is costly in sigframe handlingAl Viro2-86/+80
2011-11-02um: make copy_sc() staticAl Viro3-32/+1
2011-11-02um: don't rely on sc.fpstate not having been reassigned prior to rt_sigreturn()Al Viro1-5/+8
2011-11-02um: switch {rt_,}sigreturn() to set_current_blocked()Al Viro2-15/+3
2011-11-02um: use subarch-obj instead of copying...Al Viro2-227/+2
2011-10-26Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2011-10-04time: Cleanup old CONFIG_GENERIC_TIME references that snuck inJohn Stultz1-1/+0