Merge branch 'master' into 83xx
[safe/jmp/linux-2.6] / arch / um / os-Linux /
2006-12-07 Jeff Dike[PATCH] uml: use get_random_bytes() after random pool...
2006-11-25 Paolo 'Blaisorblad... [PATCH] uml: make execvp safe for our usage
2006-11-03 Jeff Dike[PATCH] uml: include tidying
2006-11-03 Jeff Dike[PATCH] uml: fix I/O hang
2006-10-30 Paolo 'Blaisorblad... [PATCH] Fix "Remove the use of _syscallX macros in...
2006-10-20 Paolo 'Blaisorblad... [PATCH] uml: cleanup run_helper() API to fix a leak
2006-10-20 Paolo 'Blaisorblad... [PATCH] uml: reenable compilation of enable_timer,...
2006-10-20 Paolo 'Blaisorblad... [PATCH] uml: code convention cleanup of a file
2006-10-20 Paolo 'Blaisorblad... [PATCH] uml: split memory allocation prototypes out...
2006-10-11 Paolo 'Blaisorblad... [PATCH] uml: fix uname under setarch i386
2006-10-11 Paolo 'Blaisorblad... [PATCH] uml: make TT mode compile after setjmp-related...
2006-10-02 Arnd Bergmann[PATCH] Remove the use of _syscallX macros in UML
2006-09-29 Jeff Dike[PATCH] uml: close file descriptor leaks
2006-09-27 Jeff Dike[PATCH] uml: thread creation tidying
2006-09-27 Jeff Dike[PATCH] uml: mark some tt-mode code
2006-09-27 Jeff Dike[PATCH] uml: const more data
2006-09-26 Jeff Dike[PATCH] uml: stack usage reduction
2006-09-26 Jeff Dike[PATCH] uml: Remove unused variable
2006-09-26 Jeff Dike[PATCH] uml: timer cleanups
2006-09-26 Jeff Dike[PATCH] uml: Move signal handlers to arch code
2006-09-26 Jeff Dike[PATCH] uml: SIGIO cleanups
2006-09-26 Jeff Dike[PATCH] uml: Fix handling of failed execs of helpers
2006-09-26 Jeff Dike[PATCH] uml: Use ARRAY_SIZE more assiduously
2006-09-26 Jeff Dike[PATCH] uml: Use klibc setjmp/longjmp
2006-07-15 Jeff Dike[PATCH] uml: tidy longjmp macro
2006-07-10 Jeff Dike[PATCH] uml: add some EINTR protection
2006-07-10 Jeff Dike[PATCH] uml: formatting fixes
2006-07-10 Jeff Dike[PATCH] uml: make some symbols static
2006-07-10 Jeff Dike[PATCH] uml: fix exitcall ordering bug
2006-07-10 Jeff Dike[PATCH] uml: remove os_isatty
2006-07-10 Jeff Dike[PATCH] uml: ifdef a mode-specific function
2006-07-10 Jeff Dike[PATCH] uml: signal initialization cleanup
2006-07-10 Jeff Dike[PATCH] uml: remove useless declaration
2006-07-10 Jeff Dike[PATCH] uml: timer initialization cleanup
2006-07-01 Paolo 'Blaisorblad... [PATCH] uml: rename and improve actually_do_remove()
2006-07-01 Paolo 'Blaisorblad... [PATCH] uml: fix not_dead_yet when directory is in...
2006-06-30 Jeff Dike[PATCH] uml: fix off-by-one bug in VM file creation
2006-06-30 Jeff Dike[PATCH] uml: fix /proc/mounts parsing boundary condition
2006-06-05 Jeff Dike[PATCH] uml: fix a typo in do_uml_initcalls
2006-06-05 Jeff Dike[PATCH] uml: fix wall_to_monotonic initialization
2006-05-02 Paolo 'Blaisorblad... [PATCH] uml: export symbols added by GCC hardened
2006-05-02 Mattia Dongili[PATCH] uml: search from uml_net in a more reasonable...
2006-05-02 Jeff Dike[PATCH] uml: error handling fixes
2006-05-02 Jeff Dike[PATCH] uml: clean up after MADVISE_REMOVE
2006-05-02 Jesper Juhl[PATCH] uml: remove NULL checks and add some CodingStyle
2006-04-19 Rob Landley[PATCH] uml: physical memory map file fixes
2006-04-19 Jeff Dike[PATCH] uml: change sigjmp_buf to jmp_buf
2006-04-19 Jeff Dike[PATCH] uml: MADV_REMOVE fixes
2006-04-11 Paolo 'Blaisorblad... [PATCH] uml: fix big stack user
2006-04-11 Paolo 'Blaisorblad... [PATCH] uml: fix failure path after conversion
2006-04-11 Paolo 'Blaisorblad... [PATCH] uml: fix hang on run_helper() failure on uml_net
2006-04-11 Paolo 'Blaisorblad... [PATCH] uml: move outside spinlock call not needing it
2006-04-11 Paolo 'Blaisorblad... [PATCH] uml: fix some double export warnings
2006-04-11 Paolo 'Blaisorblad... [PATCH] uml: fix format errors
2006-04-11 Jeff Dike[PATCH] UML: TLS fixlets
2006-03-31 Paolo 'Blaisorblad... [PATCH] uml: check for differences in host support
2006-03-31 Paolo 'Blaisorblad... [PATCH] uml: tls support: hack to make it compile on...
2006-03-31 Paolo 'Blaisorblad... [PATCH] uml: implement {get,set}_thread_area for i386
2006-03-31 Al Viro[PATCH] uml: remove unused make variables
2006-03-31 Jeff Dike[PATCH] uml: fix initcall return values
2006-03-31 Jeff Dike[PATCH] UML: Hotplug memory, take 2
2006-03-27 Jeff Dike[PATCH] uml: fix thread startup race
2006-03-27 Jeff Dike[PATCH] uml: prevent umid theft
2006-03-27 Jeff Dike[PATCH] uml: move tty logging to os-Linux
2006-03-27 Jeff Dike[PATCH] uml: move sigio_user.c to os-Linux/sigio.c
2006-03-27 Jeff Dike[PATCH] uml: move SIGIO startup code to os-Linux/start_up.c
2006-03-27 Jeff Dike[PATCH] uml: move libc-dependent irq code to os-Linux
2006-02-24 Paolo 'Blaisorblad... [PATCH] uml: os_connect_socket error path fixup
2006-02-24 Paolo 'Blaisorblad... [PATCH] uml: fix usage of kernel_errno in place of...
2006-02-08 Jeff Dike[PATCH] uml: initialize process FP registers properly
2006-02-08 Jeff Dike[PATCH] uml: block SIGWINCH in ptrace tester child
2006-02-08 Jeff Dike[PATCH] uml: close TUN/TAP file descriptors
2006-01-19 Paolo 'Blaisorblad... [PATCH] uml: avoid malloc to sleep in atomic sections
2006-01-19 Jeff Dike[PATCH] uml: implement soft interrupts
2006-01-19 Jeff Dike[PATCH] uml: eliminate some globals
2006-01-19 Gennady Sharapov[PATCH] uml: move libc-dependent skas process handling
2006-01-19 Gennady Sharapov[PATCH] uml: move libc-dependent skas memory mapping...
2006-01-19 Bodo Stroesser[PATCH] uml: change interface to boot_timer_handler
2006-01-19 Gennady Sharapov[PATCH] uml: move libc-dependent time code
2006-01-19 Gennady Sharapov[PATCH] uml: move libc-dependent utility procedures
2006-01-09 Jeff Dike[PATCH] uml: whitespace cleanup
2006-01-09 Gennady Sharapov[PATCH] uml: merge trap_user.c and trap_kern.c
2006-01-09 Gennady Sharapov[PATCH] uml: move libc-dependent code from trap_user.c
2006-01-09 Gennady Sharapov[PATCH] uml: move libc-dependent code from signal_user.c
2006-01-06 Jeff Dike[PATCH] uml: umid cleanup
2006-01-06 Jeff Dike[PATCH] uml: separate libc-dependent umid code
2006-01-06 Jeff Dike[PATCH] uml: Formatting changes
2006-01-06 Jeff Dike[PATCH] uml: non-void functions should return something
2005-12-29 Paolo 'Blaisorblad... [PATCH] Hostfs: update for new glibc - add missing...
2005-12-29 Paolo 'Blaisorblad... [PATCH] uml: fix random segfaults at bootup
2005-11-07 Jeff Dike[PATCH] uml: big memory fixes
2005-11-07 Bodo Stroesser[PATCH] uml: maintain own LDT entries
2005-11-07 Jeff Dike[PATCH] uml: separate libc-dependent helper code
2005-11-07 Jeff Dike[PATCH] uml: separate libc-dependent early initialization
2005-11-07 Gennady Sharapov[PATCH] uml: separate libc-dependent uaccess code
2005-10-12 Jeff Dike[PATCH] uml: revert block driver use of host AIO
2005-10-10 Paolo 'Blaisorblad... [PATCH] uml: add mode=skas0 as a synonym of skas0
2005-10-04 Allan Graves[PATCH] uml: Fix sysrq-r support for skas mode
2005-09-29 Al Viro[PATCH] uml makefiles sanitized
2005-09-21 Paolo 'Blaisorblad... [PATCH] uml: comment about cast build fix
next