aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/os-Linux/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-28Merge branch 'for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds1-3/+3
2015-06-25um: Do not use stdin and stdout identifiers for struct membersHans-Werner Hilse1-3/+3
2015-05-24um,ethertap: use strncpyAlan1-1/+1
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro6-9/+9
2011-11-02um: -include user.h for USER_OBJ, trim includesAl Viro2-4/+0
2008-12-04um: Kill directly reference of netdev->privWang Chen2-2/+2
2008-05-13uml: fix build when SLOB is enabledJeff Dike1-2/+2
2008-02-08uml: style fixes in arch/um/os-LinuxJeff Dike2-7/+7
2008-02-05uml: tidy helper codeJeff Dike2-2/+2
2008-02-05uml: tidy kern_util.hJeff Dike1-0/+1
2008-02-05uml: const and other tidyingWANG Cong1-1/+1
2007-12-17uml: stop gdb from deleting breakpoints when running UMLStanislaw Gruszka2-9/+3
2007-10-16uml: network driver MTU cleanupsJeff Dike4-46/+19
2007-10-16uml: network formattingJeff Dike6-137/+123
2007-10-16uml: userspace files should call libc directlyJeff Dike2-31/+54
2007-07-16uml: Eliminate kernel allocator wrappersJeff Dike1-2/+2
2007-07-16uml: simplify helper stack handlingJeff Dike2-2/+2
2007-05-07uml: convert libc layer to call read and writeJeff Dike1-5/+6
2007-05-07uml: tidy libc codeJeff Dike1-3/+7
2007-05-07uml: remove page_size()Jeff Dike1-3/+4
2007-05-07uml: remove user_util.hJeff Dike2-2/+0
2007-05-07uml: network interface hotplug error handlingJeff Dike2-2/+4
2007-05-07uml: driver formatting fixesJeff Dike2-46/+30
2007-04-25[SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo2-2/+2
2006-12-07[PATCH] uml: use get_random_bytes() after random pool is seededJeff Dike2-2/+2
2006-10-20[PATCH] uml: split memory allocation prototypes out of user.hPaolo 'Blaisorblade' Giarrusso1-0/+1
2006-09-27[PATCH] uml: const more dataJeff Dike6-6/+6
2006-04-11[PATCH] uml: fix format errorsPaolo 'Blaisorblade' Giarrusso1-1/+1
2006-03-31[PATCH] uml: fix initcall return valuesJeff Dike2-24/+2
2006-02-07[PATCH] uml: close TUN/TAP file descriptorsJeff Dike1-1/+3
2005-11-07[PATCH] uml: separate libc-dependent helper codeJeff Dike2-2/+0
2005-09-17[PATCH] uml: preserve errno in error pathsJeff Dike1-3/+5
2005-04-16Linux-2.6.12-rc2Linus Torvalds7-0/+760