[PATCH] uml: networking - clear transport-specific structure
[safe/jmp/linux-2.6] / arch / um /
2006-01-19 Paolo 'Blaisorblad... [PATCH] uml: networking - clear transport-specific...
2006-01-19 Paolo 'Blaisorblad... [PATCH] uml: make daemon transport behave properly
2006-01-19 Bodo Stroesser[PATCH] uml: TT mode softint fixes
2006-01-19 Jeff Dike[PATCH] uml: use setjmp/longjmp instead of sigsetjmp...
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 Gennady Sharapov[PATCH] uml: move headers to arch/um/include
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-19 Bodo Stroesser[PATCH] uml: move LDT creation
2006-01-16 Linus TorvaldsMerge git://git./linux/kernel/git/bunk/trivial
2006-01-15 Miklos Szeredi[PATCH] uml: fix symbol for mktime
2006-01-15 Jesper Juhlreturn statement cleanup - kill pointless parentheses
2006-01-12 Al Viro[PATCH] uml: task_stack_page()
2006-01-12 Al Viro[PATCH] uml: task_thread_info()
2006-01-12 Jeff Dike[PATCH] uml: kill an unused variable
2006-01-12 Jeff Dike[PATCH] uml: fix debug output on x86_64
2006-01-12 Jeff Dike[PATCH] uml: eliminate doubled boot output
2006-01-12 Jeff Dike[PATCH] uml: revert compile-time option checking
2006-01-12 Jeff Dike[PATCH] uml: update Kconfig help
2006-01-12 Jeff Dike[PATCH] uml: fix missing KBUILD_BASENAME
2006-01-10 Alan Cox[PATCH] TTY layer buffering revamp
2006-01-10 Thomas Gleixner[PATCH] hrtimer: convert posix timers completely
2006-01-09 Matt Mackall[PATCH] tiny: Make *[ug]id16 support optional
2006-01-09 Eric W. Biederman[PATCH] Don't attempt to power off if power off is...
2006-01-09 Christoph Hellwig[PATCH] Add block_device_operations.getgeo block device...
2006-01-09 Adrian Bunk[PATCH] uml: prevent MODE_SKAS=n and MODE_TT=n
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: free network IRQ correctly
2006-01-06 Jeff Dike[PATCH] uml: fix whitespace in mconsole driver
2006-01-06 Jeff Dike[PATCH] uml: capture printk output for mconsole sysrq
2006-01-06 Jeff Dike[PATCH] uml: capture printk output for mconsole stack
2006-01-06 Jeff Dike[PATCH] uml: add mconsole_reply variant with length...
2006-01-06 Jeff Dike[PATCH] uml: better diagnostics for broken configs
2006-01-06 Jeff Dike[PATCH] uml: SIGWINCH handling cleanup
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: Add throttling to console driver
2006-01-06 Jeff Dike[PATCH] uml: Fix flip_buf full handling
2006-01-06 Jeff Dike[PATCH] uml: Simplify console opening/closing and irq...
2006-01-06 Jeff Dike[PATCH] uml: move console configuration
2006-01-06 Jeff Dike[PATCH] uml: line_setup interface change
2006-01-06 Jeff Dike[PATCH] uml: Add static initializations and declarations
2006-01-06 Jeff Dike[PATCH] uml: Move mconsole support out of generic code
2006-01-06 Jeff Dike[PATCH] uml: Remove unneeded structure field
2006-01-06 Jeff Dike[PATCH] uml: use ARRAY_SIZE
2006-01-06 Jeff Dike[PATCH] uml: Formatting changes
2006-01-06 Jeff Dike[PATCH] uml: non-void functions should return something
2006-01-06 Jeff Dike[PATCH] uml: use kstrdup
2005-12-29 Paolo 'Blaisorblad... [PATCH] uml: fix compilation with CONFIG_MODE_TT disabled
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-12-18 Jeff Dike[PATCH] uml skas0: stop gcc's insanity
2005-12-18 Paolo 'Blaisorblad... [PATCH] uml - fix some funkiness in Kconfig
2005-12-18 Rob Landley[PATCH] uml: fix dynamic linking on some 64-bit distros
2005-12-18 Paolo 'Blaisorblad... [PATCH] uml: arch/um/scripts/Makefile.rules - remove...
2005-12-12 Pekka J Enberg[PATCH] uml: fix compile error for tt
2005-11-22 Jeff Dike[PATCH] uml: eliminate use of libc PAGE_SIZE
2005-11-22 Jeff Dike[PATCH] uml: properly invoke x86_64 system calls
2005-11-22 Jeff Dike[PATCH] uml: eliminate anonymous union and clean up...
2005-11-22 Jeff Dike[PATCH] uml: eliminate use of local in clone stub
2005-11-14 Paolo 'Blaisorblad... [PATCH] uml: fix daemon transport exit path bug
2005-11-14 Paolo 'Blaisorblad... [PATCH] uml: fix access_ok
2005-11-14 Paolo 'Blaisorblad... [PATCH] uml console channels: fix the API of console_write
2005-11-14 Paolo 'Blaisorblad... [PATCH] uml console channels: remove console_write...
2005-11-14 Paolo 'Blaisorblad... [PATCH] uml: fix mcast network driver error handling
2005-11-14 Paolo 'Blaisorblad... [PATCH] uml: fixups for "reuse i386 cpu-specific tuning"
2005-11-14 Paolo 'Blaisorblad... [PATCH] uml: micro fixups to arch Kconfig
2005-11-14 Paolo 'Blaisorblad... [PATCH] uml: remove bogus WARN_ON, triggerable harmless...
2005-11-11 Linus TorvaldsMerge kernel.org:/home/rmk/linux-2.6-drvmodel
2005-11-09 Russell King[DRIVER MODEL] Convert platform drivers to use struct...
2005-11-09 Christoph Hellwig[PATCH] uml_net: use ethtool_ops
2005-11-07 Jesper Juhl[PATCH] kfree cleanup: arch
2005-11-07 Nishanth Aravamudan[PATCH] um: fix-up schedule_timeout() usage
2005-11-07 Christoph Hellwig[PATCH] consolidate sys_ptrace()
2005-11-07 Paolo 'Blaisorblad... [PATCH] uml: build host-binaries with the native host...
2005-11-07 Paolo 'Blaisorblad... [PATCH] uml: fix hardcoded ZONE_* constants in zone...
2005-11-07 Jeff Dike[PATCH] uml: make tt mode-dependent options depend...
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-11-07 Bodo Stroesser[PATCH] uml: fix UML network driver endianness bugs
2005-11-07 Paolo 'Blaisorblad... [PATCH] uml: fix syscall stubs
2005-11-07 Jeff Dike[PATCH] uml: improve stub debugging
2005-11-02 Al Viro[PATCH] missing platform_device.h includes
2005-10-31 Linus TorvaldsMerge kernel.org:/home/rmk/linux-2.6-drvmodel
2005-10-31 Thomas Gleixner[PATCH] jiffies_64 cleanup
2005-10-31 Christoph Hellwig[PATCH] unify sys_ptrace prototype
2005-10-31 Paolo 'Blaisorblad... [PATCH] uml: remove old UM_FASTCALL, and make the thing...
2005-10-31 Paolo 'Blaisorblad... [PATCH] uml: fix "reuse i386 cpu optimizations"
2005-10-31 Paolo 'Blaisorblad... [PATCH] uml: reuse i386 cpu-specific tuning
2005-10-30 Hugh Dickins[PATCH] mm: split page table lock
next