Blackfin: isram: clean up ITEST_COMMAND macro and improve the selftests
[safe/jmp/linux-2.6] / arch / um / include /
2007-10-16 Jeff Dikeuml: use *SEC_PER_*SEC constants
2007-10-16 Jeff Dikeuml: time build fix
2007-10-16 Jeff Dikeuml: eliminate interrupts in the idle loop
2007-10-16 Jeff Dikeuml: tickless support
2007-10-16 Jeff Dikeuml: separate timer initialization
2007-10-16 Jeff Dikeuml: simplify interval setting
2007-10-16 Jeff Dikeuml: fix timer switching
2007-10-16 Jeff Dikeuml: eliminate hz()
2007-10-16 Jeff Dikeuml: eliminate floating point state from register file
2007-10-16 Jeff Dikeuml: style fixes in FP code
2007-10-16 Jeff Dikeuml: floating point signal delivery fixes
2007-10-16 Jeff Dikeuml: clean up tlb flush path
2007-10-16 Jeff Dikeuml: userspace files should call libc directly
2007-10-16 Jeff Dikeuml: remove os_* usage from userspace files
2007-10-16 Jeff Dikeuml: rename pt_regs general-purpose register file
2007-10-16 Jeff Dikeuml: fold mmu_context_skas into mm_context
2007-10-16 Jeff Dikeuml: get rid of do_longjmp
2007-10-16 Jeff Dikeuml: remove __u64 usage from physical memory subsystem
2007-10-16 Jeff Dikeuml: style fixes pass 3
2007-10-16 Jeff Dikeuml: remove code made redundant by CHOOSE_MODE removal
2007-10-16 Jeff Dikeuml: style fixes pass 2
2007-10-16 Jeff Dikeuml: throw out CHOOSE_MODE
2007-10-16 Jeff Dikeuml: style fixes pass 1
2007-10-16 Jeff Dikeuml: remove sysdep/thread.h
2007-10-16 Jeff Dikeuml: throw out CONFIG_MODE_TT
2007-10-16 Jeff Dikeuml: physmem code tidying
2007-10-16 Jeff Dikeuml: stop saving process FP state
2007-10-16 Jeff Dikeuml: stop specially protecting kernel stacks
2007-10-16 Jeff Dikeuml: stop using libc asm/page.h
2007-10-16 Jeff Dikeuml: tidy recently-moved code
2007-09-19 Jeff Dikeuml: fix irqstack crash
2007-07-16 Jeff Dikeuml: Eliminate kernel allocator wrappers
2007-07-16 Jeff Dikeuml: simplify helper stack handling
2007-07-16 Jeff Dikeuml: SIGIO support cleanup
2007-07-16 Jeff Dikeuml: handle errors on opening host side of consoles
2007-07-16 Jeff Dikeuml: xterm driver tidying
2007-06-16 Jeff Dikeuml: remove PAGE_SIZE from libc code
2007-05-16 Al Virofix uml-x86_64
2007-05-11 Jeff Dikeuml: iRQ stacks
2007-05-11 Jeff Dikeuml: remove task_protections
2007-05-09 Uwe Kleine-Königfix file specification in comments
2007-05-07 Paolo 'Blaisorblad... uml: fix prototypes
2007-05-07 Jeff Dikeuml: more page fault path trimming
2007-05-07 Jeff Dikeuml: speed page fault path
2007-05-07 Jeff Dikeuml: rename os_{read_write}_file_k back to os_{read_wri...
2007-05-07 Jeff Dikeuml: dump core on panic
2007-05-07 Jeff Dikeuml: start fixing os_read_file and os_write_file
2007-05-07 Jeff Dikeuml: kernel segfaults should dump proper registers
2007-05-07 Jeff Dikeuml: tidy fault code
2007-05-07 Jeff Dikeuml: remove page_size()
2007-05-07 Jeff Dikeuml: tidy process.c
2007-05-07 Paolo 'Blaisorblad... uml: Replace one-element array with zero-element array
2007-05-07 Jeff Dikeuml: remove user_util.h
2007-05-07 Jeff Dikeuml: move remaining useful contents of user_util.h
2007-05-07 Jeff Dikeuml: create as-layout.h
2007-05-07 Jeff Dikeuml: create arch.h
2007-05-07 Jeff Dikeuml: move SIGIO testing to sigio.c
2007-05-07 Rusty RussellARRAY_SIZE: check for type
2007-05-07 Jeff Dikeuml: network interface hotplug error handling
2007-05-07 Jeff Dikeuml: host_info tidying
2007-05-07 Jeff Dikeuml: delete unused code
2007-03-29 Jeff Dike[PATCH] uml: fix compilation problems
2007-03-27 Jeff Dike[PATCH] uml: use correct register file size everywhere
2007-03-08 Paolo 'Blaisorblad... [PATCH] um: remove dead code about os_usr1_signal(...
2007-02-12 Alon Bar-Lev[PATCH] Dynamic kernel command-line: fixups
2007-02-12 Alon Bar-Lev[PATCH] Dynamic kernel command-line: um
2007-02-11 Jeff Dike[PATCH] uml: x86_64 thread fixes
2007-02-11 Jeff Dike[PATCH] uml: umid tidying
2007-02-11 Jeff Dike[PATCH] uml: SIGIO formatting fixes
2007-02-11 Jeff Dike[PATCH] uml: libc-dependent code should call libc directly
2007-02-11 Jeff Dike[PATCH] uml: locking comments in memory and tempfile...
2007-02-11 Jeff Dike[PATCH] uml: make signal handlers static
2007-02-11 Jeff Dike[PATCH] uml: remove unused variable and function
2007-02-11 Jeff Dike[PATCH] uml: fix previous console locking
2007-02-11 Jeff Dike[PATCH] uml: console locking commentary and code cleanup
2007-02-11 Jeff Dike[PATCH] uml: chan_user.h formatting fixes
2007-02-11 Jeff Dike[PATCH] uml: mostly const a structure
2007-02-11 Jeff Dike[PATCH] uml: network driver whitespace and style fixes
2007-02-11 Jeff Dike[PATCH] uml: add locking to network transport registration
2007-02-11 Jeff Dike[PATCH] uml: console whitespace and comment tidying
2007-02-11 Jeff Dike[PATCH] uml: return hotplug errors to host
2007-02-11 Jeff Dike[PATCH] uml: console locking fixes
2006-12-13 Peter Zijlstra[PATCH] uml: fix net_kern workqueue abuse
2006-12-08 Alan Cox[PATCH] tty: switch to ktermios
2006-12-07 Jeff Dike[PATCH] uml: size register files correctly
2006-12-07 Jeff Dike[PATCH] uml: include asm/page.h in order to get PAGE_SHIFT
2006-12-07 Andrew Morton[PATCH] uml: workqueue build fix
2006-12-03 Al Viro[NET]: UML checksum annotations and cleanups.
2006-11-25 Paolo 'Blaisorblad... [PATCH] uml: make execvp safe for our usage
2006-11-03 Jeff Dike[PATCH] uml: fix I/O hang
2006-10-31 Paolo 'Blaisorblad... [PATCH] uml ubd driver: various little changes
2006-10-25 Al Viro[PATCH] uml: mconsole fixes
2006-10-20 Paolo 'Blaisorblad... [PATCH] uml: split memory allocation prototypes out...
2006-10-15 Ulrich Drepper[PATCH] make UML compile (FC6/x86-64)
2006-10-11 Paolo 'Blaisorblad... [PATCH] uml: asm offsets duplication removal
2006-10-11 Paolo 'Blaisorblad... [PATCH] uml: allow using again x86/x86_64 crypto code
2006-10-11 Paolo 'Blaisorblad... [PATCH] uml: make UML_SETJMP always safe
2006-10-11 Paolo 'Blaisorblad... [PATCH] uml: readd forgot prototype
2006-10-09 David HowellsIRQ: Use the new typedef for interrupt handler function...
2006-10-08 Al Viro[PATCH] uml pt_regs fixes
next