aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2006-01-11[PATCH] fix/simplify mutex debugging codeGravatar David Woodhouse 1-1/+1
2006-01-10Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6Gravatar Linus Torvalds 19-111/+147
2006-01-10x86: fix "make install" targetGravatar Linus Torvalds 1-1/+1
2006-01-10[PARISC] Use STABS_DEBUG macro from vmlinux.lds.hGravatar Matthew Wilcox 1-9/+2
2006-01-10[PARISC] Fix Dino reporting on J2240Gravatar Matthew Wilcox 1-0/+1
2006-01-10[PARISC] Fix BLK_BOUNCE_HIGH on parisc by initializing max_low_pfnGravatar Grant Grundler 1-0/+7
2006-01-10[PARISC] Fix GSC graphics cards with 64MB regionsGravatar Matthew Wilcox 1-3/+8
2006-01-10[PARISC] Fix and cleanup ioremap.c to work with 4level-fixup.hGravatar Kyle McMartin 1-37/+63
2006-01-10[PARISC] Make local cache flushes take a void *Gravatar Matthew Wilcox 3-10/+8
2006-01-10[PARISC] Add __read_mostly section for pariscGravatar Helge Deller 17-52/+58
2006-01-10[PATCH] m68knommu: fix ram length of m5208evb boardGravatar Greg Ungerer 1-1/+1
2006-01-10[PATCH] m68knommu: fix a5 reg corruption in signal handlersGravatar Greg Ungerer 1-0/+8
2006-01-10[PATCH] m68knommu: fix mangled 'truct' in ptrace.cGravatar Greg Ungerer 1-1/+1
2006-01-10[PATCH] m68knommu: don't set gcc optimizer flagsGravatar Greg Ungerer 1-1/+0
2006-01-10[PATCH] h8300: remove MAGIC_ROM_PTR from memory.cGravatar Greg Ungerer 1-13/+0
2006-01-10[PATCH] h8300: remove MAGIC_ROM_PTR from k8300_ksyms.cGravatar Greg Ungerer 1-4/+0
2006-01-10Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusGravatar Linus Torvalds 62-120/+145
2006-01-10Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Gravatar Linus Torvalds 1-1/+1
2006-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeGravatar Linus Torvalds 16-425/+854
2006-01-10Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/sam/kbuildGravatar Linus Torvalds 10-56/+33
2006-01-10[PATCH] TTY layer buffering revampGravatar Alan Cox 1-5/+1
2006-01-10[PATCH] Serial: disable jsm in ppc64 defconfigGravatar Paul Jackson 1-1/+1
2006-01-10[PATCH] turn "const static" into "static const"Gravatar Jesper Juhl 5-13/+13
2006-01-10[PATCH] vesafb: Drop blank hookGravatar Antonino A. Daplas 1-5/+0
2006-01-10[PATCH] kprobes: fix build breakageGravatar Ananth N Mavinakayanahalli 2-6/+6
2006-01-10[PATCH] kprobes: arch_remove_kprobeGravatar Anil S Keshavamurthy 5-14/+6
2006-01-10[PATCH] kprobes-changed-from-using-spinlock-to-mutex fixGravatar Keshavamurthy Anil S 2-5/+2
2006-01-10[PATCH] kprobes: changed from using spinlock to mutexGravatar Anil S Keshavamurthy 4-23/+10
2006-01-10[PATCH] hrtimer: convert posix timers completelyGravatar Thomas Gleixner 1-3/+4
2006-01-10[PATCH] hrtimer: introduce ktime_t time formatGravatar Thomas Gleixner 1-0/+4
2006-01-10[PATCH] don't include ioctl32.h in driversGravatar Christoph Hellwig 2-2/+0
2006-01-10[PATCH] sanitize building of fs/compat_ioctl.cGravatar Christoph Hellwig 14-316/+7
2006-01-10[PATCH] add ->compat_ioctl to dasdGravatar Christoph Hellwig 1-21/+0
2006-01-10[PATCH] move rtc compat ioctl handling to fs/compat_ioctl.cGravatar Christoph Hellwig 2-66/+0
2006-01-10[PATCH] common compat_sys_timer_createGravatar Christoph Hellwig 10-152/+5
2006-01-10[PATCH] ->compat_ioctl for 390 tape_charGravatar Christoph Hellwig 1-2/+0
2006-01-10[PATCH] remove TIOCGSERIAL/TIOCSSERIAL compat_ioctl entries for 390Gravatar Christoph Hellwig 1-4/+0
2006-01-10[PATCH] switch fs3270 to ->compat_ioctlGravatar Christoph Hellwig 1-7/+0
2006-01-10[PATCH] kexec: change CONFIG_PHYSICAL_START dependencyGravatar Maneesh Soni 2-24/+40
2006-01-10[PATCH] kdump: read previous kernel's memoryGravatar Vivek Goyal 4-0/+123
2006-01-10[PATCH] kdump: x86_64 save cpu registers upon crashGravatar Vivek Goyal 2-0/+77
2006-01-10[PATCH] kdump: x86_64 kexec on panicGravatar akpm@osdl.org 1-1/+85
2006-01-10[PATCH] kdump: x86_64: add elfcorehdr command line optionGravatar Vivek Goyal 2-1/+10
2006-01-10[PATCH] kdump: x86_64: add memmmap command line optionGravatar akpm@osdl.org 2-0/+48
2006-01-10[PATCH] kdump: save registers early (inline functions)Gravatar Vivek Goyal 1-44/+3
2006-01-10[PATCH] kdump: dynamic per cpu allocation of memory for saving cpu registersGravatar Vivek Goyal 4-12/+3
2006-01-10[PATCH] kdump: i386 save ss esp bug fixGravatar akpm@osdl.org 1-2/+4
2006-01-10[PATCH] dump_thread() cleanupGravatar akpm@osdl.org 24-245/+1
2006-01-10[PATCH] printk levels for i386 oops code.Gravatar Dave Jones 1-27/+34
2006-01-10[PATCH] "tiny-make-id16-support-optional" fixesGravatar Adrian Bunk 5-21/+0