Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-21 | um/x86: merge (and trim) 32- and 64-bit variants of ptrace.h | Al Viro | 4 | -70/+55 | |
Signed-off-by: Al Viro <[email protected]> | |||||
2012-04-10 | um: Use asm-generic/switch_to.h | Richard Weinberger | 1 | -7/+0 | |
Signed-off-by: Richard Weinberger <[email protected]> | |||||
2012-04-10 | um: Disintegrate asm/system.h | Richard Weinberger | 3 | -135/+82 | |
Signed-off-by: Richard Weinberger <[email protected]> Reported-by: Toralf Förster <[email protected]> CC: [email protected] | |||||
2012-03-25 | um: merge processor_{32,64}.h a bit... | Al Viro | 3 | -20/+10 | |
Signed-off-by: Al Viro <[email protected]> Signed-off-by: Richard Weinberger <[email protected]> | |||||
2011-11-21 | fix braino in um patchset (mea culpa) | Al Viro | 1 | -1/+1 | |
wrong register returned... Signed-off-by: Al Viro <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
2011-11-02 | um: kill system-um.h | Al Viro | 1 | -1/+3 | |
most of it belonged in irqflags.h, actually Signed-off-by: Al Viro <[email protected]> Signed-off-by: Richard Weinberger <[email protected]> | |||||
2011-11-02 | um: segment.h is x86-only and needed only there | Al Viro | 1 | -0/+10 | |
Signed-off-by: Al Viro <[email protected]> Signed-off-by: Richard Weinberger <[email protected]> | |||||
2011-11-02 | um: unify KSTK_... | Al Viro | 3 | -7/+4 | |
... and switch get_thread_register() to HOST_... for register numbers Signed-off-by: Al Viro <[email protected]> Signed-off-by: Richard Weinberger <[email protected]> | |||||
2011-11-02 | um: irq_vectors.h just shadows x86 one | Al Viro | 1 | -0/+10 | |
Signed-off-by: Al Viro <[email protected]> Signed-off-by: Richard Weinberger <[email protected]> | |||||
2011-11-02 | um: required-features.h is there only to shadow x86 one... | Al Viro | 1 | -0/+9 | |
Signed-off-by: Al Viro <[email protected]> Signed-off-by: Richard Weinberger <[email protected]> | |||||
2011-11-02 | um: asm/apic.h is there only to shadow the x86 one... | Al Viro | 1 | -0/+4 | |
... so take it to arch/um/x86/asm. Signed-off-by: Al Viro <[email protected]> Signed-off-by: Richard Weinberger <[email protected]> | |||||
2011-11-02 | um: take ldt.h to arch/x86/um/asm/mm_context.h | Al Viro | 2 | -1/+73 | |
it's x86-only and we have no business playing with it in asm/mmu.h; make the latter have struct uml_arch_mm_context arch; instead of struct uml_ldt ldt; and let arch/<subarch>/um/asm/mm_context.h decide what'll be in there. While we are at it, kill host_ldt.h - it's not needed in part of places that include it (we want asm/ldt.h in those) and it can be trivially expanded into the single remaining one. Signed-off-by: Al Viro <[email protected]> Signed-off-by: Richard Weinberger <[email protected]> | |||||
2011-11-02 | um: merge signal_{32,64}.c | Al Viro | 1 | -1/+1 | |
Signed-off-by: Al Viro <[email protected]> Signed-off-by: Richard Weinberger <[email protected]> | |||||
2011-11-02 | um: increase stack growth cushion in pagefault | Al Viro | 3 | -6/+3 | |
analog of [PATCH] i386: let usermode execute the "enter" instruction from circa 2006. Signed-off-by: Al Viro <[email protected]> Signed-off-by: Richard Weinberger <[email protected]> | |||||
2011-11-02 | um: move asm/desc.h into arch/x86/um/asm | Al Viro | 1 | -0/+16 | |
its only purpose is to shadow the x86 asm/desc.h Signed-off-by: Al Viro <[email protected]> Signed-off-by: Richard Weinberger <[email protected]> | |||||
2011-11-02 | um: take arch/um/sys-x86 to arch/x86/um | Al Viro | 15 | -0/+1050 | |
Signed-off-by: Al Viro <[email protected]> Signed-off-by: Richard Weinberger <[email protected]> |