summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-01-10MIPS: R2: Fix local_irq_save()Maxime Bizon1-0/+1
2006-01-10MIPS: Don't pass -finline-limit=100000.Ralf Baechle1-1/+0
2006-01-10MIPS: Namespace pollution: dump_regs() -> elf_dump_regs()Al Viro2-4/+4
2006-01-10MIPS: Remove unused CONFIG_CPU_HAS_LLDSCD.Ralf Baechle24-31/+0
2006-01-10MIPS: Au1550: Fix OHCI memory map sizeSergei Shtylyov1-2/+5
2006-01-10Update Yoichi Yuasa's email address.Ralf Baechle38-46/+46
2006-01-10MIPS: Oprofile: Add 5K, 20K and 25K support.Ralf Baechle2-0/+15
2006-01-10MIPS: Oprofile: Print error message if the CPU happen to have no counters.Ralf Baechle1-1/+3
2006-01-10MIPS: Oprofile: Fixup the loose ends in the plumbing.Ralf Baechle4-7/+49
2006-01-10MIPS: Reorganize ISA constants strictly as bitmasks.Ralf Baechle2-31/+31
2006-01-10MIPS: MIPS boards: Get rid of useless SMP/non-SMP casing.Ralf Baechle1-13/+2
2006-01-10MIPS: Introduce machinery for testing for MIPSxxR1/2.Ralf Baechle11-9/+95
2006-01-10MIPS: Rename MIPS_CPU_ISA_M{32,64} -> MIPS_CPU_ISA_M{32,64}R1.Ralf Baechle4-19/+16
2006-01-10MIPS: MT: Fix 32-bit dependencies.Ralf Baechle1-4/+4
2006-01-10MIPS: Get rid of atomic_lock.Ralf Baechle1-22/+21
2006-01-10MIPS: FP: Remove silly trick to avoid warning.Ralf Baechle4-8/+0
2006-01-10MIPS: DSP: Put mask field into the right place.Ralf Baechle1-1/+1
2006-01-10MIPS: DSP: Put DSPcontrol register into the right place in the signal frame.Ralf Baechle1-1/+1
2006-01-10MIPS: DSP: Set all register masks to 0x3ff.Ralf Baechle1-3/+3
2006-01-10MIPS: Fix mdelay(1) for 64bit kernel with HZ == 1000Atsushi Nemoto1-4/+2
2006-01-10MIPS: DSP: eleminate used_dsp.Ralf Baechle3-13/+4
2006-01-10MIPS: DSP: Context switch the DSPcontrol register also.Ralf Baechle1-0/+2
2006-01-10Input: ibmasm - fix input initialization error pathDmitry Torokhov1-0/+1
2006-01-10Input: remove obsolete maple input driversPaul Mundt5-123/+0
2006-01-10Input: prepare for f_ops constnessArjan van de Ven1-1/+1
2006-01-10Input: wistron - do not crash if BIOS does not support interfaceMiloslav Trmac1-3/+3
2006-01-10Input: grip_mp - kill commented out codeDmitry Torokhov1-9/+0
2006-01-10[PATCH] powerpc: Some ppc compile fixes...David Woodhouse3-3/+2
2006-01-09[MUTEX]: linux/mutex-debug.h needs linux/linkage.hDavid S. Miller1-0/+2
2006-01-10[PATCH] powerpc: Extended PCI config spaceBenjamin Herrenschmidt1-1/+1
2006-01-10[PATCH] powerpc: remove compat_sys_pciconfig_*Stephen Rothwell2-27/+3
2006-01-10powerpc: Introduce a new config symbol to control 16550 early debug codePaul Mackerras6-8/+14
2006-01-09[SPARC64]: Fix sys_fstat64() entry in 64-bit syscall table.David S. Miller1-1/+1
2006-01-10[PATCH] powerpc/pseries: dlpar-add crash on null pointer dereflinas1-1/+2
2006-01-10powerpc: Fix up some compile errors in the PCI error recovery codePaul Mackerras2-10/+9
2006-01-10[PATCH] powerpc: get rid of per_cpu EEH countersLinas Vepstas1-37/+23
2006-01-10[PATCH] powerpc: Save device BARs much earlier in the boot sequenceLinas Vepstas5-18/+14
2006-01-10[PATCH] powerpc: IOMMU: don't ioremap null addressesLinas Vepstas1-1/+1
2006-01-10[PATCH] powerpc: handle multifunction PCI devices properlyLinas Vepstas2-4/+29
2006-01-10[PATCH] powerpc: Don't continue with PCI Error recovery if slot reset failed.Linas Vepstas3-40/+69
2006-01-10[PATCH] powerpc: set up the RTAS token just like the rest of them.Linas Vepstas1-5/+3
2006-01-10[PATCH] powerpc: Use PE configuration address consistentlyLinas Vepstas1-4/+23
2006-01-10[PATCH] powerpc: bugfix: fill in uninitialized fieldLinas Vepstas1-0/+3
2006-01-10[PATCH] powerpc: Remove duplicate codeLinas Vepstas3-14/+4
2006-01-10[PATCH] powerpc: remove bogus printkLinas Vepstas1-5/+3
2006-01-10[PATCH] powerpc: Add "partitionable endpoint" supportLinas Vepstas2-2/+25
2006-01-10[PATCH] powerpc: Split out PCI address cache to its own fileLinas Vepstas4-294/+328
2006-01-10[PATCH] powerpc: PCI Error Recovery: PPC64 core recovery routinesLinas Vepstas7-35/+413
2006-01-09Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds68-442/+954
2006-01-09Merge master.kernel.org:/pub/scm/linux/kernel/git/mingo/mutex-2.6Linus Torvalds198-649/+2754