Convert files to UTF-8 and some cleanups
[linux-2.6] / arch / um /
2007-10-19  Linus TorvaldsMerge branch 'release' of git://git./linux/kernel/git...
2007-10-19  Linus TorvaldsMerge git://git./linux/kernel/git/mingo/linux-2.6-sched
2007-10-19  Linus TorvaldsMerge branch 'upstream' of git://ftp.linux-mips.org...
2007-10-19  Linus TorvaldsMerge git://git./linux/kernel/git/sfrench/cifs-2.6
2007-10-19  Linus TorvaldsMerge ssh:///linux/kernel/git/tglx/linux-2.6-x86
2007-10-19  Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com:8090...
2007-10-19  Linus TorvaldsMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2007-10-19  Mathieu DesnoyersCombine instrumentation menus in kernel/Kconfig.instrum...
2007-10-19  Alexey DobriyanUse helpers to obtain task pid in printks (arch code)
2007-10-19  Serge E. Hallynpid namespaces: define is_global_init() and is_containe...
2007-10-19  Linus TorvaldsMerge branch 'upstream-linus' of /linux/kernel/git...
2007-10-18  Linus TorvaldsMerge /pub/scm/linux/kernel/git/bart/ide-2.6
2007-10-18  Linus TorvaldsMerge ssh:///linux/kernel/git/tglx/linux-2.6-hrt
2007-10-18  Linus TorvaldsMerge branch 'upstream-linus' of /linux/kernel/git...
2007-10-18  Linus TorvaldsMerge git://git./linux/kernel/git/wim/linux-2.6-watchdog
2007-10-18  Linus TorvaldsMerge git://git./linux/kernel/git/mingo/linux-2.6-sched
2007-10-18  Linus TorvaldsMerge branch 'upstream' of git://ftp.linux-mips.org...
2007-10-18  Linus TorvaldsMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2007-10-18  David S. MillerMerge branch 'fixes-davem' of /linux/kernel/git/linvill...
2007-10-18  Jeff Dike[UMP]: header_ops conversion needed for non-ethernet...
2007-10-17  Linus TorvaldsMerge branch 'xen-upstream' of git://git./linux/kernel...
2007-10-17  Linus TorvaldsMerge git://git./linux/kernel/git/mingo/linux-2.6-sched
2007-10-17  Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/data...
2007-10-17  Linus TorvaldsMerge branch 'merge' of git://git./linux/kernel/git...
2007-10-17  Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com:8090...
2007-10-17  Linus TorvaldsMerge branch 'master' of git://git./linux/kernel/git...
2007-10-17  Adrian Bunkremove include/asm-*/ipc.h
2007-10-17  Paul MackerrasMerge branch 'for-2.6.24' of git://git.secretlab.ca...
2007-10-17  Paul MackerrasMerge branch 'fixes-2.6.24' of /linux/kernel/git/galak...
2007-10-16  Linus TorvaldsMerge ssh:///pub/scm/linux/kernel/git/sam/kbuild
2007-10-16  Linus TorvaldsMerge git://git./linux/kernel/git/sam/kbuild
2007-10-16  Linus TorvaldsMerge branch 'upstream' of git://ftp.linux-mips.org...
2007-10-16  Linus TorvaldsMerge branch 'linus' of /linux/kernel/git/perex/alsa
2007-10-16  Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/data...
2007-10-16  Lepton Wuuml: definitively kill subprocesses on panic
2007-10-16  Jeff Dikeuml: arch/um/drivers formatting
2007-10-16  Jeff Dikeuml: fix stub address calculations
2007-10-16  Jeff Dikeuml: correctly handle skb allocation failures
2007-10-16  Jeff Dikeuml: network driver MTU cleanups
2007-10-16  Jeff Dikeuml: network formatting
2007-10-16  Jeff Dikeuml: use *SEC_PER_*SEC constants
2007-10-16  Jeff Dikeuml: eliminate SIGALRM
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: clocksource support
2007-10-16  Jeff Dikeuml: GENERIC_CLOCKEVENTS support
2007-10-16  Jeff Dikeuml: GENERIC_TIME 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: more idiomatic parameter parsing
2007-10-16  Jeff Dikeuml: remove unused file
2007-10-16  Jesper Juhluml: remove unneeded void * cast
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: sysrq and mconsole fixes
2007-10-16  Jeff Dikeuml: coredumping floating point fixes
2007-10-16  Jeff Dikeuml: ptrace floating point fixes
2007-10-16  Jeff Dikeuml: floating point signal delivery fixes
2007-10-16  Jeff Dikeuml: don't use glibc asm/user.h
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: replace clone with fork
2007-10-16  Jeff Dikeuml: remove os_* usage from userspace files
2007-10-16  Jeff Dikeuml: free LDT state on process exit
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: add VDE networking support
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: fix nonremovability of watchdog
2007-10-16  Jeff Dikeuml: fix an IPV6 libc vs kernel symbol clash
2007-10-16  Jeff Dikeuml: stop using libc asm/page.h
2007-10-16  Jeff Dikeuml: console tidying
2007-10-16  Jeff Dikeuml: fix console writing bugs
2007-10-16  Jeff Dikeuml: console subsystem tidying
2007-10-16  Jeff Dikeuml: fix error cleanup ordering
2007-10-16  Jeff Dikeuml: tidy recently-moved code
2007-10-16  Jeff Dikeuml: move userspace code to userspace file
2007-10-16  Alexey DobriyanConsolidate PTRACE_DETACH
2007-10-15  Linus TorvaldsMerge branch 'devel' of /home/rmk/linux-2.6-arm
2007-10-15  Linus TorvaldsMerge branch 'locks' of git://linux-nfs.org/~bfields...
2007-10-15  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2007-10-15  Sam Ravnborgkbuild: enable 'make CPPFLAGS=...' to add additional...
2007-10-15  Sam Ravnborgkbuild: enable 'make AFLAGS=...' to add additional...
2007-10-15  Linus TorvaldsMerge git://git.linux-nfs.org/pub/linux/nfs-2.6
2007-10-15  Linus TorvaldsMerge branch 'release' of git://git./linux/kernel/git...
2007-10-15  Linus TorvaldsMerge /pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
next