aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-02-15net: new user space API for time stamping of incoming and outgoing packetsPatrick Ohly1-0/+3
2009-02-09x86: spinlocks: define dummy __raw_spin_is_contendedKyle McMartin1-0/+1
2009-01-30MIPS: RB532: Export rb532_gpio_set_func()Phil Sutter1-0/+1
2009-01-30MIPS: RB532: Update headersPhil Sutter2-4/+3
2009-01-30MIPS: RB532: Add set_type() function to IRQ struct.Phil Sutter1-0/+3
2009-01-30MIPS: Fix a typo in watchpoint register structure.David Daney1-1/+1
2009-01-30MIPS: TXx9: Add support for TX4939 internal RTCAtsushi Nemoto1-0/+1
2009-01-30MIPS: Add return value checks to user_termio_to_kernel_termios()Ralf Baechle1-28/+72
2009-01-30MIPS: atomic_*(): Change type of intermediate variables.Ralf Baechle1-26/+26
2009-01-14byteorder: make swab.h include asm/swab.h like a regular headerHarvey Harrison2-3/+0
2009-01-11MIPS: Alchemy: new userspace suspend interface for development boards.Manuel Lauss1-0/+4
2009-01-11MIPS: Alchemy: dbdma suspend/resume support.Manuel Lauss1-0/+5
2009-01-11MIPS: Alchemy: Fix up PM code on Au1550/Au1200Manuel Lauss1-0/+6
2009-01-11MIPS: Alchemy: move calc_clock function.Manuel Lauss1-0/+1
2009-01-11MIPS: make cp0 counter clocksource/event usable as fallback.Manuel Lauss1-8/+16
2009-01-11MIPS: Alchemy: remove cpu_table.Manuel Lauss1-20/+38
2009-01-11MIPS: Alchemy: remove get/set_au1x00_lcd_clock().Manuel Lauss1-2/+0
2009-01-11MIPS: Alchemy: update core interrupt code.Manuel Lauss1-13/+5
2009-01-11MIPS: Adjust the dma-common.c platform hooks.David Daney5-5/+125
2009-01-11MIPS: Cavium OCTEON multiplier state preservation.David Daney1-0/+17
2009-01-11MIPS: Add SMP_ICACHE_FLUSH for the Cavium CPU family.David Daney1-0/+3
2009-01-11MIPS: Add Cavium OCTEON specific registers to ptrace.h and asm-offsets.cDavid Daney1-0/+4
2009-01-11MIPS: Add Cavium OCTEON cop2/cvmseg state entries to processor.h.David Daney1-0/+69
2009-01-11MIPS: Modify core io.h macros to account for the Octeon Errata Core-301.David Daney1-0/+14
2009-01-11MIPS: Hook Cavium OCTEON cache init into cache.cDavid Daney1-0/+3
2009-01-11MIPS: Add Cavium OCTEON processor constants and CPU probe.David Daney2-0/+16
2009-01-11MIPS: Override assembler target architecture for octeon.David Daney1-0/+2
2009-01-11MIPS: Add Cavium OCTEON specific register definitions to mipsregs.hDavid Daney1-0/+20
2009-01-11MIPS: For Cavium OCTEON handle hazards as per the R10000 handling.David Daney1-2/+2
2009-01-11MIPS: Add Cavium OCTEON processor support files to arch/mips/cavium-octeon.David Daney6-0/+791
2009-01-11MIPS: Add Cavium OCTEON processor support files to arch/mips/cavium-octeon/executive and asm/octeon.David Daney10-0/+2393
2009-01-11MIPS: Add Cavium OCTEON processor CSR definitionsDavid Daney10-0/+7657
2009-01-06mips: introduce asm/swab.hHarvey Harrison3-49/+59
2009-01-06atomic_t: unify all arch definitionsMatthew Wilcox1-4/+1
2009-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask into merge-rr-cpumaskMike Travis3-5/+6
2008-12-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Rusty Russell3-4/+13
2008-12-26cpumask: Mips: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}_to_cpumaskRusty Russell1-1/+3
2008-12-22MIPS: MIPS64R2: Fix buggy __arch_swab64David Daney1-3/+2
2008-12-22MIPS: Fix preprocessor warnings flaged by GCC 4.4David Daney1-1/+1
2008-12-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-ingo into cpus4096Ingo Molnar2-4/+2
2008-12-16Merge branch 'linus' into cpus4096Ingo Molnar1-0/+10
2008-12-13Merge ../linux-2.6-x86Rusty Russell1-1/+0
2008-12-13cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell1-1/+2
2008-12-13cpumask: centralize cpu_online_map and cpu_possible_mapRusty Russell1-3/+0
2008-12-12MIPS: Use EI/DI for MIPS R2.David Daney1-0/+10
2008-12-12Merge branch 'sched/core' into cpus4096Ingo Molnar1-0/+5
2008-12-09MIPS: Better than nothing implementation of PCI mmap to fix X.Ralf Baechle1-0/+5
2008-12-02Merge branch 'linus' into cpus4096Ingo Molnar2-13/+20
2008-11-30remove __ARCH_WANT_COMPAT_SYS_PTRACEChristoph Hellwig1-4/+0
2008-11-26sched: convert struct root_domain to cpumask_var_t, fixIngo Molnar1-1/+0