summaryrefslogtreecommitdiffstats
path: root/arch/mips/include
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x...Ingo Molnar2009-03-041-1/+0
|\ \
| | * x86-64: seccomp: fix 32/64 syscall holeRoland McGrath2009-03-021-1/+0
* | | Merge branch 'core/header-fixes' into x86/headersIngo Molnar2009-02-132-1/+2
|\ \ \
| * | | headers_check fix: mips, swab.hJaswinder Singh Rajput2009-02-011-1/+1
| * | | headers_check fix: mips, sigcontext.hJaswinder Singh Rajput2009-02-011-0/+1
* | | | Merge branch 'linus' into x86/apicIngo Molnar2009-02-131-0/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | x86: spinlocks: define dummy __raw_spin_is_contendedKyle McMartin2009-02-091-0/+1
* | | | Merge branch 'x86/urgent' into x86/apicIngo Molnar2009-02-057-59/+107
|\ \ \ \ | |/ / /
| * | | MIPS: RB532: Export rb532_gpio_set_func()Phil Sutter2009-01-301-0/+1
| * | | MIPS: RB532: Update headersPhil Sutter2009-01-302-4/+3
| * | | MIPS: RB532: Add set_type() function to IRQ struct.Phil Sutter2009-01-301-0/+3
| * | | MIPS: Fix a typo in watchpoint register structure.David Daney2009-01-301-1/+1
| * | | MIPS: TXx9: Add support for TX4939 internal RTCAtsushi Nemoto2009-01-301-0/+1
| * | | MIPS: Add return value checks to user_termio_to_kernel_termios()Ralf Baechle2009-01-301-28/+72
| * | | MIPS: atomic_*(): Change type of intermediate variables.Ralf Baechle2009-01-301-26/+26
| |/ /
* | | Merge branch 'x86/mm' into core/percpuIngo Molnar2009-01-212-3/+0
|\ \ \ | |/ /
| * | byteorder: make swab.h include asm/swab.h like a regular headerHarvey Harrison2009-01-142-3/+0
| | |
| \ \
*-. \ \ Merge branches 'cpus4096', 'x86/cleanups' and 'x86/urgent' into x86/percpuIngo Molnar2009-01-151-1/+1
|\ \ \ \ | |_|/ / |/| | / | | |/
| * | irq: update all arches for new irq_descMike Travis2009-01-121-1/+1
| |/
* | MIPS: Alchemy: new userspace suspend interface for development boards.Manuel Lauss2009-01-111-0/+4
* | MIPS: Alchemy: dbdma suspend/resume support.Manuel Lauss2009-01-111-0/+5
* | MIPS: Alchemy: Fix up PM code on Au1550/Au1200Manuel Lauss2009-01-111-0/+6
* | MIPS: Alchemy: move calc_clock function.Manuel Lauss2009-01-111-0/+1
* | MIPS: make cp0 counter clocksource/event usable as fallback.Manuel Lauss2009-01-111-8/+16
* | MIPS: Alchemy: remove cpu_table.Manuel Lauss2009-01-111-20/+38
* | MIPS: Alchemy: remove get/set_au1x00_lcd_clock().Manuel Lauss2009-01-111-2/+0
* | MIPS: Alchemy: update core interrupt code.Manuel Lauss2009-01-111-13/+5
* | MIPS: Adjust the dma-common.c platform hooks.David Daney2009-01-115-5/+125
* | MIPS: Cavium OCTEON multiplier state preservation.David Daney2009-01-111-0/+17
* | MIPS: Add SMP_ICACHE_FLUSH for the Cavium CPU family.David Daney2009-01-111-0/+3
* | MIPS: Add Cavium OCTEON specific registers to ptrace.h and asm-offsets.cDavid Daney2009-01-111-0/+4
* | MIPS: Add Cavium OCTEON cop2/cvmseg state entries to processor.h.David Daney2009-01-111-0/+69
* | MIPS: Modify core io.h macros to account for the Octeon Errata Core-301.David Daney2009-01-111-0/+14
* | MIPS: Hook Cavium OCTEON cache init into cache.cDavid Daney2009-01-111-0/+3
* | MIPS: Add Cavium OCTEON processor constants and CPU probe.David Daney2009-01-112-0/+16
* | MIPS: Override assembler target architecture for octeon.David Daney2009-01-111-0/+2
* | MIPS: Add Cavium OCTEON specific register definitions to mipsregs.hDavid Daney2009-01-111-0/+20
* | MIPS: For Cavium OCTEON handle hazards as per the R10000 handling.David Daney2009-01-111-2/+2
* | MIPS: Add Cavium OCTEON processor support files to arch/mips/cavium-octeon.David Daney2009-01-116-0/+791
* | MIPS: Add Cavium OCTEON processor support files to arch/mips/cavium-octeon/ex...David Daney2009-01-1110-0/+2393
* | MIPS: Add Cavium OCTEON processor CSR definitionsDavid Daney2009-01-1110-0/+7657
|/
* mips: introduce asm/swab.hHarvey Harrison2009-01-063-49/+59
* atomic_t: unify all arch definitionsMatthew Wilcox2009-01-061-4/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Mike Travis2009-01-033-5/+6
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell2008-12-303-4/+13
| |\
| | * MIPS: MIPS64R2: Fix buggy __arch_swab64David Daney2008-12-221-3/+2
| | * MIPS: Fix preprocessor warnings flaged by GCC 4.4David Daney2008-12-221-1/+1
| * | cpumask: Mips: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}_to...Rusty Russell2008-12-261-1/+3
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Ingo Molnar2008-12-162-4/+2
|\ \ \
| * \ \ Merge ../linux-2.6-x86Rusty Russell2008-12-131-1/+0
| |\ \ \ | | |/ / | |/| |
OpenPOWER on IntegriCloud