uml: clean up sig_handler_common_skas
[safe/jmp/linux-2.6] / arch / um / include /
2008-02-05 Jeff Dikeuml: move sig_handler_common_skas
2008-02-05 Jeff Dikeuml: get rid of syscall counters
2008-02-05 Jeff Dikeuml: tidy helper code
2008-02-05 Jeff Dikeuml: install panic notifier earlier
2008-02-05 Jeff Dikeuml: eliminate setjmp_wrapper
2008-02-05 Jeff Dikeuml: style fixes in file.c
2008-02-05 Jeff Dikeuml: miscellaneous code cleanups
2008-02-05 Jeff Dikeuml: cover stubs with a VMA
2008-02-05 Jeff Dikeuml: clean up TASK_SIZE usage
2008-02-05 Jeff Dikeuml: kill processes instead of panicing kernel
2008-02-05 Jeff Dikeuml: use ptrace directly in libc code
2008-02-05 Jeff Dikeuml: header untangling
2008-02-05 Karol Swietlickiuml: convert functions to void
2008-02-05 Jeff Dikeuml: tidy kern_util.h
2008-02-05 Jeff Dikeuml: delete some unused headers
2008-02-05 Jeff Dikeuml: borrow const.h techniques
2008-02-05 WANG Conguml: const and other tidying
2008-02-05 Jeff Dikeuml: further bugs.c tidying
2008-02-05 Karol Swietlickiuml: improve detection of host cmov
2008-02-05 Karol Swietlickiuml: fix URLs in Kconfig and help strings
2008-02-05 WANG Conguml: code tidying under arch/um/os-Linux
2008-02-05 Jeff Dikeuml: arch/um/include/init.h needs a definition of __used
2008-01-28 Adrian Bunkremove __attribute_used__
2007-12-18 Stanislaw Gruszkauml: stop gdb from deleting breakpoints when running UML
2007-11-15 Jeff Dikeuml: fix build for !CONFIG_PRINTK
2007-10-16 Jeff Dikeuml: fix stub address calculations
2007-10-16 Jeff Dikeuml: network driver MTU cleanups
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
next