uml got broken by commit 30742d5c2277c325fb0e9d2d817d55a19995fe8f
[safe/jmp/linux-2.6] / arch / um / include /
2009-01-06 Al Virouml got broken by commit 30742d5c2277c325fb0e9d2d817d55...
2008-10-28 Ingo MolnarMerge commit 'v2.6.28-rc2' into core/locking
2008-10-23 Al Virox86, um: get rid of uml-config.h
2008-10-23 Al Virox86, um: get rid of arch/um/os symlink
2008-10-23 Al Virox86, um: get rid of excessive includes of uml-config.h
2008-10-23 Al Virox86, um: get rid of header symlinks
2008-10-23 Al Virox86, um: get rid of sysdep symlink
2008-10-23 Al Virox86, um: trim the junk from uml ptrace-*.h
2008-10-23 Al Virox86, um: take vm-flags.h to sysdep
2008-10-23 Al Virox86, um: get rid of uml asm/arch
2008-10-23 Al Virox86, um: get rid of uml highmem.h
2008-10-23 Al Virox86, um: get rid of uml unistd.h
2008-10-23 Al Virox86, um: get rid of system.h -> system.h include
2008-10-23 Al Virox86, um: uml atomic.h is not needed anymore
2008-10-23 Al Virox86, um: untangle uml ldt.h
2008-10-23 Al Virox86, um: get rid of more uml asm/arch uses
2008-10-23 Al Virox86, um: remove dead header (uml module-generic.h;...
2008-10-23 Al Virox86, um: get rid of uml signal.h
2008-10-23 Al Virox86, um: sanitize uml sigcontext.h uses
2008-10-23 Al Virox86, um: now we can get rid of trivial uml headers
2008-10-23 Al Virox86, um: initial part of asm-um move
2008-10-23 Al Virox86, um: take arch/um/include/* out of the way
2008-07-24 WANG CongUML: make several more things static
2008-07-24 WANG Congarch/um/kernel/irq.c: clean up some functions
2008-07-23 Jeff DikeUML - Fix boot crash
2008-06-06 Tom Spinkuml: deal with inaccessible address space start
2008-05-13 Jeff Dikeuml: track and make up lost ticks
2008-05-13 Jeff Dikeuml: random driver fixes
2008-05-13 Cyrill Gorcunovuml: use PAGE_SIZE in linker scripts
2008-05-13 Jeff Dikeuml: use __SPIN_LOCK_UNLOCKED
2008-05-13 Jeff Dikeuml: fix build when SLOB is enabled
2008-05-13 Jeff Dikeuml: tidy ptrace interface
2008-05-13 Jeff Dikeuml: style fixes
2008-05-08 WANG Conguml: fix inconsistence due to tty_operation change
2008-04-28 WANG Conguml: remove a useless function
2008-04-28 WANG Conguml: make a function static
2008-02-24 Jeff Dikeuml: fix FP register corruption
2008-02-08 Jeff Dikeuml: fix mm_context memory leak
2008-02-08 Jeff Dikeuml: style fixes in arch/um/os-Linux
2008-02-08 Jeff Dikeuml: runtime host VMSPLIT detection
2008-02-05 Jeff Dikeuml: redo the calculation of NR_syscalls
2008-02-05 Jeff Dikeuml: remove unused fields from mm_context
2008-02-05 Jeff Dikeuml: style fixes in arch/um/sys-x86_64
2008-02-05 Jeff Dikeuml: SMP locking commentary
2008-02-05 Jeff Dikeuml: remove init_irq_signals
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
next