summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-06-226-26/+41
|\
| * Merge branch 'linus' into sched/core, to resolve conflictIngo Molnar2015-06-025-5/+19
| |\
| * | sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask()Bartosz Golaszewski2015-05-271-1/+1
| * | sched/preempt, MIPS: Properly lock access to the FPUDavid Hildenbrand2015-05-191-7/+2
| * | mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand2015-05-191-2/+2
| * | sched/preempt, mm/kmap, MIPS: Disable preemption in kmap_coherent() explicitlyDavid Hildenbrand2015-05-191-0/+2
| * | sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_*David Hildenbrand2015-05-191-1/+4
| * | mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are e...David Hildenbrand2015-05-191-15/+30
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-06-222-4/+2
|\ \ \
| * | | locking/arch: Rename set_mb() to smp_store_mb()Peter Zijlstra2015-05-191-1/+1
| * | | locking/arch: Add WRITE_ONCE() to set_mb()Peter Zijlstra2015-05-191-1/+1
| * | | arch: Remove __ARCH_HAVE_CMPXCHGThomas Gleixner2015-05-131-2/+0
* | | | MIPS: MSA: bugfix - disable MSA correctly for new threads/processes.Ralf Baechle2015-06-101-1/+1
* | | | MIPS: Loongson: Do not register 8250 platform device from module.Ralf Baechle2015-06-101-3/+1
* | | | MIPS: Cobalt: Do not build MTD platform device registration code as module.Ralf Baechle2015-06-101-2/+1
* | | | MIPS: pgtable-bits: Fix XPA damage to R6 definitions.Markos Chandras2015-06-091-7/+7
* | | | MIPS: KVM: Do not sign extend on unsigned MMIO loadNicholas Mc Guire2015-06-061-1/+1
* | | | MIPS: BPF: Fix stack pointer allocationMarkos Chandras2015-06-061-5/+1
* | | | MIPS: Loongson-3: Fix a cpu-hotplug issue in loongson3_ipi_interrupt()Huacai Chen2015-06-061-1/+1
* | | | MIPS: Fix enabling of DEBUG_STACKOVERFLOWJames Hogan2015-06-061-1/+1
* | | | MIPS: c-r4k: Fix typo in probe_scache()Joshua Kinard2015-06-061-1/+1
* | | | MIPS: Avoid an FPE exception in FCSR mask probingMaciej W. Rozycki2015-06-031-2/+1
* | | | MIPS: ath79: Add a missing new line in log messageAlban Bedel2015-06-021-1/+1
* | | | MIPS: ralink: Fix clearing the illegal access interruptJonas Gorski2015-06-011-1/+1
| |_|/ |/| |
* | | MIPS: strnlen_user.S: Fix a CPU_DADDI_WORKAROUNDS regressionMaciej W. Rozycki2015-05-291-2/+13
* | | MIPS: BMIPS: Fix bmips_wr_vec()Petri Gynther2015-05-291-1/+1
* | | MIPS: ath79: fix build problem if CONFIG_BLK_DEV_INITRD is not setLaurent Fasnacht2015-05-291-0/+3
* | | MIPS: Fuloong 2E: Replace CONFIG_USB_ISP1760_HCD by CONFIG_USB_ISP1760Geert Uytterhoeven2015-05-261-1/+1
* | | MIPS: irq: Use DECLARE_BITMAPJoe Perches2015-05-261-1/+1
| |/ |/|
* | MIPS: tlb-r4k: Fix PG_ELPA commentJames Hogan2015-05-151-1/+1
* | MIPS: Fix up obsolete cpu_set usageEzequiel Garcia2015-05-151-1/+1
* | MIPS: IP32: Fix build errors in reset code in DS1685 platform hook.Joshua Kinard2015-05-131-2/+2
* | MIPS: KVM: Fix unused variable build warningNicholas Mc Guire2015-05-121-6/+0
* | MIPS: traps: remove extra Tainted: line from __show_regs() outputPetri Gynther2015-05-121-1/+0
* | MIPS: Fix wrong CHECKFLAGS (sparse builds) with GCC 5.1Aaro Koskinen2015-05-121-1/+1
* | MIPS: Fix a preemption issue with thread's FPU defaultsMaciej W. Rozycki2015-05-123-5/+5
* | MIPS: fix FP mode selection in lieu of .MIPS.abiflags dataPaul Burton2015-05-121-15/+17
* | MIPS: SMP: Fix build error.Ralf Baechle2015-05-122-3/+5
|/
* Merge tag 'tty-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-04-211-2/+2
|\
| * serial: 8250_early: Remove setup_early_serial8250_console()Peter Hurley2015-03-261-2/+2
* | Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-2018-46/+46
|\ \
| * | mips: fix obsolete cpumask_of_cpu usage.Rusty Russell2015-03-101-1/+1
| * | mips: fix up obsolete cpu function usage.Rusty Russell2015-03-0517-45/+45
| |/
* | Merge tag 'gpio-v4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2015-04-186-147/+11
|\ \
| * | gpio: loongson: Add Loongson-3A/3B GPIO driver supportHuacai Chen2015-04-082-0/+2
| * | MIPS: Move Loongson GPIO driver to drivers/gpioHuacai Chen2015-04-073-106/+1
| * | MIPS: Cleanup Loongson-2F's gpio driverHuacai Chen2015-04-072-64/+31
* | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-04-17301-3773/+7837
|\ \ \
| * \ \ Merge branch '4.0-fixes' into mips-for-linux-nextRalf Baechle2015-04-1334-383/+762
| |\ \ \
| | * | | MIPS: Makefile: Fix MIPS ASE detection codeMarkos Chandras2015-04-101-4/+10
OpenPOWER on IntegriCloud