Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-09-15 | um: Add SPDX headers for files in arch/um/include | Alex Dewar | 1 | -1/+1 | |
Convert files to use SPDX header. All files are licensed under the GPLv2. Signed-off-by: Alex Dewar <[email protected]> Signed-off-by: Richard Weinberger <[email protected]> | |||||
2012-10-09 | um: get rid of pointless include "..." where include <...> will do | Al Viro | 1 | -2/+2 | |
Signed-off-by: Al Viro <[email protected]> Signed-off-by: Richard Weinberger <[email protected]> | |||||
2012-05-21 | um: Implement um_free_irq() | Richard Weinberger | 1 | -1/+1 | |
Instead of using chip->release() we can achieve the same using a simple wrapper for free_irq(). We have already um_request_irq(), so um_free_irq() is the perfect counterpart. Signed-off-by: Richard Weinberger <[email protected]> Reviewed-by: Thomas Gleixner <[email protected]> | |||||
2009-04-01 | uml: remove useless comments | WANG Cong | 1 | -10/+0 | |
These comments are useless now, remove them. Signed-off-by: WANG Cong <[email protected]> Cc: Jeff Dike <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
2008-10-22 | x86, um: take arch/um/include/* out of the way | Al Viro | 1 | -0/+28 | |
We can't just plop asm/* into it - userland helpers are built with it in search path and seeing asm/* show up there suddenly would be a bad idea. Signed-off-by: Al Viro <[email protected]> Signed-off-by: H. Peter Anvin <[email protected]> |