Age | Commit message (Expand) | Author | Files | Lines |
2011-11-02 | um: merge arch/um/sys-{i386,x86_64} | Al Viro | 26 | -1530/+0 |
2011-11-02 | um: merge arch/um/sys-{i386,x86_64}/shared | Al Viro | 13 | -676/+0 |
2011-11-02 | um: merge arch/um/sys-{i386,x86_64}/asm | Al Viro | 7 | -455/+0 |
2011-11-02 | um: get rid of unused macros in ptrace_user.h | Al Viro | 1 | -39/+0 |
2011-11-02 | um: get rid of sysdep/sc.h | Al Viro | 2 | -46/+7 |
2011-11-02 | um: Get rid of UPT_SET/UPT_REG macros | Al Viro | 2 | -90/+88 |
2011-11-02 | um: take vm-flags.h to sys-*/asm | Al Viro | 1 | -0/+0 |
2011-11-02 | um: get rid of sysdep/checksum.h | Al Viro | 1 | -0/+0 |
2011-11-02 | um: kill a couple of useless includes of kern_constants.h | Al Viro | 2 | -2/+0 |
2011-11-02 | um: -include user.h for USER_OBJ, trim includes | Al Viro | 2 | -2/+1 |
2011-11-02 | um: take user_constants.h to include/generated | Al Viro | 3 | -3/+3 |
2011-11-02 | um: kill skas_ptregs.h | Al Viro | 1 | -2/+0 |
2011-11-02 | um: series of __get_user() is costly in sigframe handling | Al Viro | 1 | -61/+57 |
2011-11-02 | um: make copy_sc() static | Al Viro | 1 | -30/+0 |
2011-11-02 | um: don't rely on sc.fpstate not having been reassigned prior to rt_sigreturn() | Al Viro | 1 | -5/+8 |
2011-11-02 | um: switch {rt_,}sigreturn() to set_current_blocked() | Al Viro | 1 | -5/+1 |
2011-09-14 | um: clean arch_ptrace() up a bit | Al Viro | 1 | -3/+19 |
2011-09-14 | um: PTRACE_[GS]ETFPXREGS had been wired on the wrong subarch | Al Viro | 1 | -13/+1 |
2011-09-14 | um: Save FPU registers between task switches | Ingo van Lil | 1 | -0/+1 |
2011-07-25 | um: implement a x86_64 vDSO | Richard Weinberger | 9 | -0/+365 |
2011-07-25 | um: set __HAVE_ARCH_GATE_AREA for x86_64 | Richard Weinberger | 3 | -1/+37 |
2011-07-25 | um: clean up delay functions | Richard Weinberger | 1 | -12/+42 |
2011-07-25 | um: clean up vm-flags.h | Richard Weinberger | 3 | -39/+5 |
2011-07-21 | x86: Unify rwsem assembly implementation | Jan Beulich | 1 | -1/+1 |
2011-03-22 | uml: kernels on {i386,x86_64} produce bad coredumps | Paul Pluzhnikov | 1 | -0/+2 |
2010-10-27 | ptrace: cleanup arch_ptrace() on um | Namhyung Kim | 1 | -4/+3 |
2010-10-27 | ptrace: change signature of arch_ptrace() | Namhyung Kim | 1 | -2/+2 |
2010-04-21 | UML: Fix compiler warning due to missing task_struct declaration | Jan Kiszka | 1 | -0/+2 |
2010-04-20 | UML: add kernel.h include to signal.c | Jiri Kosina | 1 | -0/+1 |
2010-04-20 | UML: Drop private round_down definition | Jan Kiszka | 1 | -2/+0 |
2010-03-12 | improve sys_newuname() for compat architectures | Christoph Hellwig | 2 | -19/+0 |
2010-01-17 | x86: Fix breakage of UML from the changes in the rwsem system | Linus Torvalds | 1 | -1/+2 |
2009-12-16 | elf: kill USE_ELF_CORE_DUMP | Christoph Hellwig | 1 | -1/+0 |
2009-06-16 | uml: bad macro expansion, parameter is member | Roel Kluin | 1 | -22/+22 |
2009-06-16 | uml: fix a section warning | Amerigo Wang | 1 | -1/+1 |
2009-06-12 | uml module: fix uml build process due to this merge | Amerigo Wang | 2 | -24/+1 |
2009-04-01 | uml: remove useless comments | WANG Cong | 3 | -29/+0 |
2008-10-22 | x86: Fix ASM_X86__ header guards | H. Peter Anvin | 1 | -2/+2 |
2008-10-22 | x86, um: get rid of excessive includes of uml-config.h | Al Viro | 3 | -3/+0 |
2008-10-22 | x86, um: get rid of header symlinks | Al Viro | 21 | -0/+303 |
2008-10-22 | x86, um: get rid of sysdep symlink | Al Viro | 16 | -0/+1011 |
2008-10-22 | x86, um: ... and asm-x86 move | Al Viro | 1 | -2/+2 |
2008-08-15 | x86_64: uml: fix rename header guard | Hiroshi Shimamoto | 1 | -2/+2 |
2008-06-06 | uml: memcpy export needs to follow host declaration | Jeff Dike | 1 | -0/+4 |
2008-05-21 | missing export of csum_partial() on uml/amd64 | Al Viro | 1 | -2/+4 |
2008-05-13 | uml: tidy ptrace interface | Jeff Dike | 1 | -1/+0 |
2008-04-26 | x86, UML: remove x86-specific implementations of find_first_bit | Alexander van Heukelum | 1 | -1/+1 |
2008-04-17 | Generic semaphore implementation | Matthew Wilcox | 1 | -12/+1 |
2008-02-23 | uml: remove unused sigcontext accessors | Jeff Dike | 1 | -28/+0 |
2008-02-05 | uml: redo the calculation of NR_syscalls | Jeff Dike | 1 | -6/+14 |