aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-mips (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-04-27Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds3-2/+14
2007-04-27[MIPS] Replace old fashioned "__typeof" with "__typeof__".Robert P. J. Day1-1/+1
2007-04-27[MIPS] Updated Sibyte headersMark Mason12-107/+175
2007-04-27[MIPS] Remove unused argument from kunmap_coherent().Ralf Baechle1-1/+1
2007-04-27[MIPS] IP22: Get rid of volatile in IP22 core code.Ralf Baechle3-3/+3
2007-04-27[MIPS] JMR3927 cleanupAtsushi Nemoto4-196/+4
2007-04-25[NET]: Adding SO_TIMESTAMPNS / SCM_TIMESTAMPNS supportEric Dumazet1-0/+2
2007-04-25[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolutionEric Dumazet1-1/+2
2007-04-25[NET]: div64_64 consolidate (rev3)Stephen Hemminger1-1/+10
2007-04-20[MIPS] Fix wrong checksum for split TCP packets on 64-bit MIPSDave Johnson1-1/+1
2007-04-20[MIPS] Fix BUG(), BUG_ON() handlingAtsushi Nemoto1-1/+2
2007-04-20[MIPS] Retry {save,restore}_fp_context if failed in atomic context.Atsushi Nemoto1-2/+7
2007-04-20[MIPS] Disallow CpU exception in kernel again.Atsushi Nemoto2-17/+0
2007-04-20[MIPS] Add missing silicon revisions for BCM112xMark Mason1-0/+1
2007-03-29[MIPS] SMTC: Fix recursion in instant IPI replay code.Ralf Baechle2-35/+36
2007-03-29[MIPS] MV64340: Add missing prototype for mv64340_irq_init().Ralf Baechle1-0/+1
2007-03-24[MIPS] SB1250: Fix bugs/warnings by creative use of volatile.Ralf Baechle1-1/+1
2007-03-24[MIPS] ARC: Fix warning.Ralf Baechle1-1/+1
2007-03-24[MIPS] Implement flush_anon_page().Ralf Baechle1-0/+12
2007-03-24[MIPS] Fix pipeline hazard.Ralf Baechle1-0/+1
2007-03-24[MIPS] Make MIPS udelay() preempt safe under DEBUG_PREEMPTDeepak Saxena1-1/+1
2007-03-24[MIPS] Always use virt_to_phys() when translating kernel addressesFranck Bui-Huu2-2/+2
2007-03-17ide: remove static prototypes from include/asm-mips/mach-au1x00/au1xxx_ide.hDaniel Mack1-34/+0
2007-03-17[MIPS] Lockdep: Fix recursion bug.Ralf Baechle3-40/+40
2007-03-17[MIPS] RTLX: Handle copy_*_user return values.Ralf Baechle1-2/+2
2007-03-17[MIPS] FPU ownership management & preemption fixesAtsushi Nemoto4-11/+48
2007-03-17[MIPS] IP27, IP35: Fix warnings.Ralf Baechle2-4/+6
2007-03-09[MIPS] Sibyte: Fix ZBbus profilerRalf Baechle1-110/+0
2007-03-08[MIPS] ISA: Fix typoRalf Baechle1-1/+1
2007-03-07[MIPS] Wire up ioprio_set and ioprio_get.Ralf Baechle1-6/+12
2007-03-07[MIPS] Fix __raw_read_trylock() to allow multiple readersDave Johnson1-2/+2
2007-03-07[MIPS] Export __copy_user_inatomic.Ralf Baechle1-0/+2
2007-03-07[MIPS] R2 bitops compile fix for gcc < 4.0.Ralf Baechle1-23/+33
2007-03-07[MIPS] SMTC: Add fordward declarations for mm_struct and task_struct.Ralf Baechle1-0/+3
2007-03-07[MIPS] SMTC: <asm/mips_mt.h> must include <linux/cpumask.h>Ralf Baechle1-0/+2
2007-03-07[MIPS] SMTC: <asm/smtc_ipi.h> must include <linux/spinlock.h>Ralf Baechle1-0/+2
2007-03-05[PATCH] sched: remove SMT niceCon Kolivas1-1/+0
2007-03-04[MIPS] DMA: Fix a bunch of warnings due to missing inline keywords.Ralf Baechle1-4/+6
2007-03-04[MIPS] RM: It should be #ifdef CONFIG_FOO not #if CONFIG_FOO ...Ralf Baechle1-1/+1
2007-03-04[MIPS] Fix and cleanup the mess that a dozen prom_printf variants are.Ralf Baechle4-9/+0
2007-03-04[MIPS] Convert to RTC-class ds1742 driverAtsushi Nemoto4-35/+18
2007-03-04[MIPS] SNI: Fix mc146818_decode_yearThomas Bogendoerfer4-6/+10
2007-02-26[MIPS] Remove unreferenced _IOC_SLMASK macro in ioctl.h.Robert P. J. Day1-5/+0
2007-02-26[MIPS] SNI: MIPS_CPU_IRQ_BASE cleanupThomas Bogendoerfer1-5/+4
2007-02-22[MIPS] Add basic SMARTMIPS ASE supportFranck Bui-Huu3-8/+30
2007-02-20[MIPS] Fixup copy_from_user_inatomicRalf Baechle1-2/+49
2007-02-20[MIPS] Fix struct sigcontext for N32 userlandAtsushi Nemoto1-17/+16
2007-02-18[MIPS] Support for several more SNI RM models.Thomas Bogendoerfer3-13/+155
2007-02-18[MIPS] Add external declaration of pagetable_init() to pgalloc.hAtsushi Nemoto1-0/+2
2007-02-18[MIPS] Use MIPS R2 instructions for bitops.Ralf Baechle1-1/+51