summaryrefslogtreecommitdiff
path: root/arch/um/sys-x86_64
AgeCommit message (Expand)AuthorFilesLines
2011-11-02um: merge arch/um/sys-{i386,x86_64}Al Viro26-1530/+0
2011-11-02um: merge arch/um/sys-{i386,x86_64}/sharedAl Viro13-676/+0
2011-11-02um: merge arch/um/sys-{i386,x86_64}/asmAl Viro7-455/+0
2011-11-02um: get rid of unused macros in ptrace_user.hAl Viro1-39/+0
2011-11-02um: get rid of sysdep/sc.hAl Viro2-46/+7
2011-11-02um: Get rid of UPT_SET/UPT_REG macrosAl Viro2-90/+88
2011-11-02um: take vm-flags.h to sys-*/asmAl Viro1-0/+0
2011-11-02um: get rid of sysdep/checksum.hAl Viro1-0/+0
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 Viro2-2/+1
2011-11-02um: take user_constants.h to include/generatedAl Viro3-3/+3
2011-11-02um: kill skas_ptregs.hAl Viro1-2/+0
2011-11-02um: series of __get_user() is costly in sigframe handlingAl Viro1-61/+57
2011-11-02um: make copy_sc() staticAl Viro1-30/+0
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 Viro1-5/+1
2011-09-14um: clean arch_ptrace() up a bitAl Viro1-3/+19
2011-09-14um: PTRACE_[GS]ETFPXREGS had been wired on the wrong subarchAl Viro1-13/+1
2011-09-14um: Save FPU registers between task switchesIngo van Lil1-0/+1
2011-07-25um: implement a x86_64 vDSORichard Weinberger9-0/+365
2011-07-25um: set __HAVE_ARCH_GATE_AREA for x86_64Richard Weinberger3-1/+37
2011-07-25um: clean up delay functionsRichard Weinberger1-12/+42
2011-07-25um: clean up vm-flags.hRichard Weinberger3-39/+5
2011-07-21x86: Unify rwsem assembly implementationJan Beulich1-1/+1
2011-03-22uml: kernels on {i386,x86_64} produce bad coredumpsPaul Pluzhnikov1-0/+2
2010-10-27ptrace: cleanup arch_ptrace() on umNamhyung Kim1-4/+3
2010-10-27ptrace: change signature of arch_ptrace()Namhyung Kim1-2/+2
2010-04-21UML: Fix compiler warning due to missing task_struct declarationJan Kiszka1-0/+2
2010-04-20UML: add kernel.h include to signal.cJiri Kosina1-0/+1
2010-04-20UML: Drop private round_down definitionJan Kiszka1-2/+0
2010-03-12improve sys_newuname() for compat architecturesChristoph Hellwig2-19/+0
2010-01-17x86: Fix breakage of UML from the changes in the rwsem systemLinus Torvalds1-1/+2
2009-12-16elf: kill USE_ELF_CORE_DUMPChristoph Hellwig1-1/+0
2009-06-16uml: bad macro expansion, parameter is memberRoel Kluin1-22/+22
2009-06-16uml: fix a section warningAmerigo Wang1-1/+1
2009-06-12uml module: fix uml build process due to this mergeAmerigo Wang2-24/+1
2009-04-01uml: remove useless commentsWANG Cong3-29/+0
2008-10-22x86: Fix ASM_X86__ header guardsH. Peter Anvin1-2/+2
2008-10-22x86, um: get rid of excessive includes of uml-config.hAl Viro3-3/+0
2008-10-22x86, um: get rid of header symlinksAl Viro21-0/+303
2008-10-22x86, um: get rid of sysdep symlinkAl Viro16-0/+1011
2008-10-22x86, um: ... and asm-x86 moveAl Viro1-2/+2
2008-08-15x86_64: uml: fix rename header guardHiroshi Shimamoto1-2/+2
2008-06-06uml: memcpy export needs to follow host declarationJeff Dike1-0/+4
2008-05-21missing export of csum_partial() on uml/amd64Al Viro1-2/+4
2008-05-13uml: tidy ptrace interfaceJeff Dike1-1/+0
2008-04-26x86, UML: remove x86-specific implementations of find_first_bitAlexander van Heukelum1-1/+1
2008-04-17Generic semaphore implementationMatthew Wilcox1-12/+1
2008-02-23uml: remove unused sigcontext accessorsJeff Dike1-28/+0
2008-02-05uml: redo the calculation of NR_syscallsJeff Dike1-6/+14