Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-09 | Deal with missing exports for hostfs | Al Viro | 1 | -0/+3 | |
Signed-off-by: Al Viro <[email protected]> | |||||
2009-09-21 | trivial: fix typo "to to" in multiple files | Anand Gadiyar | 1 | -1/+1 | |
Signed-off-by: Anand Gadiyar <[email protected]> Signed-off-by: Jiri Kosina <[email protected]> | |||||
2009-06-16 | fbdev: move logo externs to header file | Geert Uytterhoeven | 1 | -1/+1 | |
Now we have __initconst, we can finally move the external declarations for the various Linux logo structures to <linux/linux_logo.h>. James' ack dates back to the previous submission (way to long ago), when the logos were still __initdata, which caused failures on some platforms with some toolchain versions. Signed-off-by: Geert Uytterhoeven <[email protected]> Acked-by: James Simmons <[email protected]> Cc: Krzysztof Helt <[email protected]> Cc: Sam Ravnborg <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
2009-06-16 | uml: UML net driver does not allow for vlans | Alan Cox | 1 | -1/+1 | |
See ancient discussion at http://marc.info/?l=user-mode-linux-devel&m=101990155831279&w=2 Addresses http://bugzilla.kernel.org/show_bug.cgi?id=7854 Signed-off-by: Alan Cox <[email protected]> Reported-by: Paolo 'Blaisorblade' Giarrusso <[email protected]> Cc: Jeff Dike <[email protected]> Cc: Roland Kletzing <[email protected]> Cc: "David S. Miller" <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
2009-04-01 | uml: remove useless comments | WANG Cong | 5 | -50/+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]> | |||||
2009-03-27 | uml: convert network device to internal network device stats | Stephen Hemminger | 1 | -1/+1 | |
Convert the UML network device to use internal network device stats. Signed-off-by: Stephen Hemminger <[email protected]> Signed-off-by: David S. Miller <[email protected]> | |||||
2008-10-22 | x86, um: get rid of uml-config.h | Al Viro | 2 | -1/+14 | |
Take a few symbols we need into kern_constants.h Signed-off-by: Al Viro <[email protected]> Signed-off-by: H. Peter Anvin <[email protected]> | |||||
2008-10-22 | x86, um: get rid of arch/um/os symlink | Al Viro | 1 | -1/+0 | |
we can get DEV_NULL defined for arch/um/drivers/null.c in less convoluted ways, TYVM... Signed-off-by: Al Viro <[email protected]> Signed-off-by: H. Peter Anvin <[email protected]> | |||||
2008-10-22 | x86, um: get rid of excessive includes of uml-config.h | Al Viro | 2 | -2/+0 | |
Signed-off-by: Al Viro <[email protected]> Signed-off-by: H. Peter Anvin <[email protected]> | |||||
2008-10-22 | x86, um: get rid of sysdep symlink | Al Viro | 40 | -2284/+0 | |
Signed-off-by: Al Viro <[email protected]> Signed-off-by: H. Peter Anvin <[email protected]> | |||||
2008-10-22 | x86, um: take vm-flags.h to sysdep | Al Viro | 2 | -0/+47 | |
Signed-off-by: Al Viro <[email protected]> Signed-off-by: H. Peter Anvin <[email protected]> | |||||
2008-10-22 | x86, um: get rid of system.h -> system.h include | Al Viro | 2 | -0/+264 | |
Long-term we want to split system.h and include barriers part from underlying target; for now copy that part to sysdep. Signed-off-by: Al Viro <[email protected]> Signed-off-by: H. Peter Anvin <[email protected]> | |||||
2008-10-22 | x86, um: untangle uml ldt.h | Al Viro | 6 | -3/+112 | |
* turn asm/ldt.h into ldt.h; update the (very few) users * take host_ldt.h into sysdep, kill symlink mess * includes of asm/arch/ldt.h turn into asm/ldt.h now Signed-off-by: Al Viro <[email protected]> Signed-off-by: H. Peter Anvin <[email protected]> | |||||
2008-10-22 | x86, um: sanitize uml sigcontext.h uses | Al Viro | 1 | -25/+0 | |
a) the only difference between sigcontext and sysdep/sigcontext is that the former contains externs for two long-dead functions. Removed, switched the only user to sysdep/sigcontext b) asm/sigcontext.h is removable - that of underlying architecture would get used. Signed-off-by: Al Viro <[email protected]> Signed-off-by: H. Peter Anvin <[email protected]> | |||||
2008-10-22 | x86, um: take arch/um/include/* out of the way | Al Viro | 78 | -0/+3879 | |
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]> |