summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* MIPS: Fix build error for crash_dump.c in 3.10-rc1EunBong Song2013-05-171-0/+1
* Revert "MIPS: Allow ASID size to be determined at boot time."David Daney2013-05-163-10/+8
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-102-8/+1
|\
| * unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINEAl Viro2013-05-092-8/+1
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-05-1023-364/+2172
|\ \
| * \ Merge branch 'mti-next' of git://git.linux-mips.org/pub/scm/sjhill/linux-sjhi...Ralf Baechle2013-05-0917-333/+2029
| |\ \
| | * | MIPS: Add new GIC clockevent driver.Raghu Gandham2013-05-094-1/+141
| | * | MIPS: Formatting clean-ups for clocksources.Steven J. Hill2013-05-091-3/+0
| | * | MIPS: Refactor GIC clocksource code.Steven J. Hill2013-05-093-12/+19
| | * | MIPS: Move 'gic_frequency' to common location.Steven J. Hill2013-05-091-0/+1
| | * | MIPS: Move 'gic_present' to common location.Steven J. Hill2013-05-092-2/+2
| | * | MIPS: MIPS16e: Add unaligned access support.Steven J. Hill2013-05-091-0/+255
| | * | MIPS: MIPS16e: Support handling of delay slots.Steven J. Hill2013-05-091-5/+98
| | * | MIPS: microMIPS: Add configuration option for microMIPS kernel.Steven J. Hill2013-05-091-0/+4
| | * | MIPS: microMIPS: Add vdso support.Douglas Leung2013-05-091-0/+9
| | * | MIPS: microMIPS: Add unaligned access support.Leonid Yegoshin2013-05-092-201/+1112
| | * | MIPS: microMIPS: Support handling of delay slots.Leonid Yegoshin2013-05-091-0/+85
| | * | MIPS: microMIPS: Add support for exception handling.Steven J. Hill2013-05-095-101/+277
| | * | MIPS: microMIPS: Floating point support.Leonid Yegoshin2013-05-092-5/+19
| | * | MIPS: Allow ASID size to be determined at boot time.Steven J. Hill2013-05-083-8/+10
| * | | Merge branch 'next/kvm' into mips-for-linux-nextRalf Baechle2013-05-095-1/+81
| |\ \ \
| | * | | MIPS: Export symbols used by KVM/MIPS moduleSanjay Lal2013-05-081-0/+1
| | * | | MIPS: ASM offsets for VCPU arch specific fields.Sanjay Lal2013-05-081-0/+66
| | * | | KVM/MIPS32: KVM Guest kernel support.Sanjay Lal2013-05-083-1/+14
| * | | | Merge branch 'mips-next-3.10' of git://git.linux-mips.org/pub/scm/john/linux-...Ralf Baechle2013-05-088-54/+75
| |\ \ \ \
| | * | | | MIPS: add detect_memory_region()John Crispin2013-05-081-0/+22
| | * | | | MIPS: move mips_{set,get}_machine_name() to a more generic placeJohn Crispin2013-05-084-25/+36
| | | |/ / | | |/| |
| * | | | MIPS: Avoid overoptimization by GCC.Ralf Baechle2013-04-111-2/+1
| * | | | MIPS: Make tlb exception handler definitions and declarations match.Ralf Baechle2013-04-111-4/+4
* | | | | mips: single_open() leaksAl Viro2013-05-051-1/+1
| |_|_|/ |/| | |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-38/+26
|\ \ \ \
| * | | | mips: Don't use create_proc_read_entry()David Howells2013-04-291-38/+26
| | |_|/ | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-013-126/+7
|\ \ \ \
| * | | | get rid of compat_sys_semctl() and friends in case of ARCH_WANT_OLD_COMPAT_IPCAl Viro2013-03-032-27/+3
| * | | | merge compat sys_ipc instancesAl Viro2013-03-032-70/+1
| * | | | consolidate compat lookup_dcookie()Al Viro2013-03-032-7/+1
| * | | | convert sendfile{,64} to COMPAT_SYSCALL_DEFINEAl Viro2013-03-033-22/+2
| |/ / /
* | | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-04-301-14/+1
|\ \ \ \
| * | | | dump_stack: unify debug information printed by show_regs()Tejun Heo2013-04-301-1/+1
| * | | | dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo2013-04-301-13/+0
* | | | | Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-04-304-303/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2013-04-284-303/+0
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | cpufreq: mips: move cpufreq driver to drivers/cpufreqViresh Kumar2013-04-104-296/+0
| | * | | cpufreq: Don't check if cpu is online/offline for cpufreq callbacksViresh Kumar2013-04-021-6/+0
| | * | | cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Viresh Kumar2013-04-021-3/+2
| | |/ /
* | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-302-34/+16
|\ \ \ \
| * | | | mips: Use generic idle loopThomas Gleixner2013-04-082-34/+16
| |/ / /
* | | | early_printk: consolidate random copies of identical codeThomas Gleixner2013-04-291-6/+6
|/ / /
* | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-04-053-9/+10
|\ \ \
| * | | MIPS: Fix ISA level which causes secondary cache init bypassing and moreDeng-Cheng Zhu2013-04-052-5/+3
OpenPOWER on IntegriCloud