aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* mips: remove dma64_addr_t usageFUJITA Tomonori2010-10-271-1/+1
* ptrace: cleanup arch_ptrace() on MIPSNamhyung Kim2010-10-271-11/+11
* ptrace: change signature of arch_ptrace()Namhyung Kim2010-10-271-1/+2
* mm: fix race in kunmap_atomic()Peter Zijlstra2010-10-271-1/+2
* mm: remove pte_*map_nested()Peter Zijlstra2010-10-262-6/+0
* mm: stack based kmap_atomic()Peter Zijlstra2010-10-262-35/+33
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2010-10-251-0/+6
|\
| * Merge branch 'topic/asoc' into for-linusTakashi Iwai2010-10-251-0/+6
| |\
| | * ASoC: fix au1x platformManuel Lauss2010-08-311-0/+6
* | | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-10-256-0/+159
|\ \ \
| * | | of/mips: Cleanup some include directives/files.David Daney2010-10-211-6/+2
| * | | of/mips: Add device tree support to MIPSDezhong Diao2010-10-216-0/+163
* | | | MIPS: MT: Fix build error iFPU affinity codeRalf Baechle2010-10-251-1/+1
* | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-2446-49/+10
|\ \ \ \
| * | | | Update broken web addresses in arch directory.Justin P. Mattock2010-10-1844-47/+8
| * | | | Fix typo configue => configure in commentsThomas Weber2010-09-231-1/+1
| * | | | Fix typo: configuation => configurationThomas Weber2010-09-231-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2010-10-222-35/+28
|\ \ \ \ \
| * | | | | Alchemy: Add UART PM methods.Manuel Lauss2010-10-222-35/+28
| | |_|/ / | |/| | |
* | | | | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-223-2/+5
|\ \ \ \ \
| * | | | | llseek: automatically add .llseek fopArnd Bergmann2010-10-153-2/+5
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflagsLinus Torvalds2010-10-2145-28/+74
|\ \ \ \ \ \
| * | | | | | Fix IRQ flag handling namingDavid Howells2010-10-072-26/+31
| * | | | | | MIPS: Add missing #inclusions of <linux/irq.h>David Howells2010-10-0743-2/+43
* | | | | | | security: remove unused parameter from security_task_setscheduler()KOSAKI Motohiro2010-10-211-1/+1
| |_|/ / / / |/| | | | |
* | | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2010-10-205-8/+12
|\ \ \ \ \ \
| * | | | | | MIPS: O32 compat/N32: Fix to use compat syscall wrappers for AIO syscalls.Michel Thebeau2010-10-192-6/+6
| * | | | | | MIPS: jz4740: Fix Kbuild Platform file.David Daney2010-10-191-1/+1
| * | | | | | MIPS: Repair Kbuild make clean breakage.David Daney2010-10-192-1/+5
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2010-10-1812-44/+53
|\ \ \ \ \ \
| * | | | | | MIPS: Enable ISA_DMA_API config to fix build failureNamhyung Kim2010-10-181-0/+4
| * | | | | | MIPS: 32-bit: Fix build failure in asm/fcntl.hNamhyung Kim2010-10-181-0/+1
| * | | | | | MIPS: Remove all generated vmlinuz* files on "make clean"Wu Zhangjin2010-10-181-1/+1
| * | | | | | MIPS: do_sigaltstack() expects userland pointersAl Viro2010-10-182-4/+6
| * | | | | | MIPS: Fix error values in case of bad_stackAl Viro2010-10-182-2/+2
| * | | | | | MIPS: Sanitize restart logicsAl Viro2010-10-187-35/+34
| * | | | | | MIPS: secure_computing, syscall audit: syscall number should in r2, not r0.Al Viro2010-10-181-2/+2
| * | | | | | MIPS: Don't block signals if we'd failed to setup a sigframeAl Viro2010-10-181-0/+3
| |/ / / / /
* | | | | | Define _addr_lsb in siginfo_t for mipsAndi Kleen2010-10-091-0/+1
| |/ / / / |/| | | |
* | | | | MIPS: Octeon: Place cnmips_cu2_setup in __init memory.David Daney2010-10-041-1/+1
* | | | | MIPS: Don't place cu2 notifiers in __cpuinitdataDavid Daney2010-10-041-1/+1
* | | | | MIPS: Calculate VMLINUZ_LOAD_ADDRESS based on the length of vmlinux.binShmulik Ladkani2010-10-041-1/+1
* | | | | MIPS: Alchemy: Resolve prom section mismatchesManuel Lauss2010-10-041-3/+2
* | | | | MIPS: Fix syscall 64 bit number comments.Ralf Baechle2010-10-041-2/+2
* | | | | MIPS: Hookup fanotify_init, fanotify_mark, and prlimit64 syscalls.David Daney2010-10-046-9/+37
* | | | | MIPS: TX49xx: Rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGNFUJITA Tomonori2010-10-041-1/+1
* | | | | MIPS: N32: Fix getdents64 syscall for n32Bernhard Walle2010-10-041-1/+1
* | | | | MIPS: Remove pr_<level> uses of KERN_<level>Joe Perches2010-10-042-2/+2
* | | | | MIPS: PNX8550: Sort out machine halt, restart and powerdown functions.Ralf Baechle2010-10-042-17/+6
* | | | | MIPS: GIC: Remove dependencies from Malta files.Ralf Baechle2010-10-044-5/+5