summaryrefslogtreecommitdiffstats
path: root/arch/mips/include
Commit message (Expand)AuthorAgeFilesLines
* mips: use use asm-generic/scatterlist.hFUJITA Tomonori2010-05-271-21/+1
* Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2010-05-216-17/+74
|\
| * MIPS: Use GCC __builtin_prefetch() to implement prefetch().David Daney2010-05-211-9/+3
| * MIPS: BCM63xx: Avoid namespace clash on GPIO_DIR_{IN,OUT}Florian Fainelli2010-05-211-2/+2
| * MIPS: Loongson 2F: Add gpio/gpioilb supportArnaud Patard2010-05-211-0/+35
| * MIPS: Alchemy: add sysdev for DBDMA PM.Manuel Lauss2010-05-211-4/+0
| * MIPS: Alchemy: add sysdev for IRQ PM.Manuel Lauss2010-05-211-2/+32
| * MIPS: Loongson: update cpu-feature-overrides.hWu Zhangjin2010-05-211-0/+2
* | mips,kgdb: kdb low level trap catch and stack traceJason Wessel2010-05-201-0/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-05-201-1/+1
|\
| * add descriptive comment for TIF_MEMDIE task flag declaration.Andreas Dilger2010-05-141-1/+1
* | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-05-181-1/+1
|\ \
| * \ Merge commit 'v2.6.34-rc6' into core/lockingIngo Molnar2010-05-0320-59/+119
| |\ \ | | |/
| * | i8253: Convert i8253_lock to raw_spinlockThomas Gleixner2010-03-021-1/+1
* | | atomic_t: Cast to volatile when accessing atomic variablesAnton Blanchard2010-05-171-2/+2
* | | MIPS FPU emulator: allow Cause bits of FCSR to be writeable by ctc1Shane McDonald2010-05-151-1/+8
* | | MIPS: Loongson-2F: Use CONFIG_CPU_JUMP_WORKAROUNDS to control workarounds.Wu Zhangjin2010-04-301-1/+1
* | | MIPS: Loongson: Fix LOONGSON_ADDRWIN_CFG macro.Arnaud Patard2010-04-301-1/+1
* | | MIPS: Add uasm_i_dsrl_safe() and uasm_i_dsll_safe() to uasm.David Daney2010-04-301-0/+18
* | | MIPS: die() does not call die notifier chainYury Polyanskiy2010-04-301-2/+2
* | | MIPS: cmpxchg.h: Fix excessive indentation.Ralf Baechle2010-04-301-1/+1
* | | MIPS: Don't vmap things at address zero.David Daney2010-04-301-2/+7
| |/ |/|
* | MIPS: uasm: Add OR instruction.Ralf Baechle2010-04-121-0/+1
* | MIPS: Sibyte: Apply M3 workaround only on affected chip types and versions.Ralf Baechle2010-04-121-1/+5
* | MIPS: BCM63xx: Fix typo in cpu-feature-overrides file.Maxime Bizon2010-04-121-1/+1
* | MIPS: BCM63xx: Add support for second uart.Maxime Bizon2010-04-123-0/+23
* | MIPS: BCM63xx: Fix BCM6338 and BCM6345 gpio countFlorian Fainelli2010-04-121-0/+4
* | MIPS: Loongson-2F: Flush the branch target history in BTB and RASWu Zhangjin2010-04-121-0/+19
* | MIPS: Move signal trampolines off of the stack.David Daney2010-04-121-2/+4
* | MIPS: Preliminary VDSODavid Daney2010-04-125-4/+47
* | MIPS: Add SYSCALL to uasm.David Daney2010-04-121-0/+1
* | MIPS: make CAC_ADDR and UNCAC_ADDR account for PHYS_OFFSETFlorian Fainelli2010-04-121-2/+4
* | MIPS: Fix elfcore.c build warningRalf Baechle2010-04-121-0/+1
* | MIPS: Fix build breakage if CONFIG_DEBUG_FS is enabled.Ralf Baechle2010-04-121-1/+5
* | pci-dma: add linux/pci-dma.h to linux/pci.hFUJITA Tomonori2010-03-121-2/+0
* | pci-dma: mips: use include/linux/pci-dma.hFUJITA Tomonori2010-03-121-21/+1
* | Add generic sys_olduname()Christoph Hellwig2010-03-121-0/+1
* | improve sys_newuname() for compat architecturesChristoph Hellwig2010-03-121-1/+2
* | Add generic sys_ipc wrapperChristoph Hellwig2010-03-121-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2010-03-031-25/+0
|\ \ | |/ |/|
| * Merge branch 'master' into percpuTejun Heo2010-02-025-85/+157
| |\
| * | local_t: Remove cpu_local_xx macrosChristoph Lameter2010-01-051-25/+0
* | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-03-011-1/+2
|\ \ \
| * | | MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King2010-02-201-1/+2
* | | | MIPS: ARC: Cleanup unused definitions from sgialib.hYoichi Yuasa2010-02-271-45/+0
* | | | MIPS: Alchemy: use 36bit addresses for PCMCIA resources.Manuel Lauss2010-02-272-15/+1
* | | | MIPS: Optimize spinlocks.David Daney2010-02-273-81/+67
* | | | MIPS: i8259: Convert IRQ controller lock to raw spinlock.Ralf Baechle2010-02-271-3/+3
* | | | MIPS: Make various locks static.Ralf Baechle2010-02-271-1/+0
* | | | MIPS: Use generic ucontext.hYoichi Yuasa2010-02-271-21/+1
OpenPOWER on IntegriCloud