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-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
2006-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds40-349/+50
2006-01-09[PATCH] rcu: don't set ->next_pending in rcu_start_batch()Oleg Nesterov1-7/+4
2006-01-09[PATCH] mutex subsystem, semaphore to completion: drivers/block/loop.cIngo Molnar2-17/+14
2006-01-09[PATCH] mutex subsystem, semaphore to completion: IDE ->gendev_rel_semAleksey Makarov3-8/+9
2006-01-09[PATCH] mutex subsystem, semaphore to completion: CPU3WDTSteven Rostedt1-4/+5
2006-01-09[PATCH] mutex subsystem, semaphore to completion: SX8Steven Rostedt1-6/+6
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, sb->s_lockIngo Molnar4-6/+6
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen113-573/+563
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: XFSJes Sorensen10-26/+22
2006-01-09[PATCH] mutex subsystem, more debugging codeIngo Molnar7-0/+37
2006-01-09[PATCH] mutex subsystem, debugging codeIngo Molnar7-0/+637
2006-01-09[PATCH] mutex subsystem, documentationIngo Molnar2-8/+149
2006-01-09[PATCH] mutex subsystem, coreIngo Molnar4-1/+480
2006-01-09[PATCH] mutex subsystem, add default include/asm-*/mutex.h filesArjan van de Ven19-0/+171
2006-01-09[PATCH] mutex subsystem, add include/asm-arm/mutex.hNicolas Pitre1-0/+128
2006-01-09[PATCH] mutex subsystem, add include/asm-x86_64/mutex.hIngo Molnar1-0/+113
2006-01-09[PATCH] mutex subsystem, add include/asm-i386/mutex.hArjan van de Ven1-0/+124
2006-01-09[PATCH] mutex subsystem, add asm-generic/mutex-[dec|xchg|null].h implementationsIngo Molnar3-0/+251
2006-01-09[PATCH] mutex subsystem, add typecheck_fn(type, function)Chuck Ebbert1-0/+9
2006-01-09[PATCH] mutex subsystem, add atomic_xchg() to all archesIngo Molnar22-0/+30
2006-01-10Small fixups to the EHCI Kconfig help textJesper Juhl1-5/+5
2006-01-10Documentation/filesystems/proc.txt: indentation fixAdrian Bunk1-1/+1
2006-01-10remove the outdated arch/i386/kernel/cpu/{,mtrr/}changelogAdrian Bunk2-292/+0
2006-01-10MAINTAINERS: remove BUSLOGIC entryAdrian Bunk1-7/+0
2006-01-10spelling: s/trough/through/Adrian Bunk8-10/+10
2006-01-09Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds68-747/+1022