summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)Author
2017-10-18MIPS: bpf: Fix uninitialised target compiler errorMatt Redfearn
2017-10-18MIPS: math-emu: Remove pr_err() calls from fpu_emu()Paul Burton
2017-10-05MIPS: Fix perf event initPaul Burton
2017-09-27MIPS: math-emu: <MADDF|MSUBF>.D: Fix accuracy (64-bit case)Douglas Leung
2017-09-27MIPS: math-emu: <MADDF|MSUBF>.S: Fix accuracy (32-bit case)Douglas Leung
2017-09-27MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Clean up "maddf_flags" enumerationAleksandar Markovic
2017-09-27MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix some cases of zero inputsAleksandar Markovic
2017-09-27MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix some cases of infinite inputsAleksandar Markovic
2017-09-27MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix NaN propagationAleksandar Markovic
2017-09-27MIPS: math-emu: MINA.<D|S>: Fix some cases of infinity and zero inputsAleksandar Markovic
2017-09-27MIPS: math-emu: <MAXA|MINA>.<D|S>: Fix cases of both infinite inputsAleksandar Markovic
2017-09-27MIPS: math-emu: <MAXA|MINA>.<D|S>: Fix cases of input values with opposite signsAleksandar Markovic
2017-09-27MIPS: math-emu: <MAX|MIN>.<D|S>: Fix cases of both inputs negativeAleksandar Markovic
2017-09-27MIPS: math-emu: <MAX|MAXA|MIN|MINA>.<D|S>: Fix cases of both inputs zeroAleksandar Markovic
2017-09-27MIPS: math-emu: <MAX|MAXA|MIN|MINA>.<D|S>: Fix quiet NaN propagationAleksandar Markovic
2017-09-03Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2017-08-31KVM: update to new mmu_notifier semantic v2Jérôme Glisse
2017-08-29MIPS: Remove pt_regs adjustments in indirect syscall handlerJames Cowgill
2017-08-29MIPS: seccomp: Fix indirect syscall argsJames Hogan
2017-08-13Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-08-08MIPS: Set ISA bit in entry-y for microMIPS kernelsPaul Burton
2017-08-08MIPS: Prevent building MT support for microMIPS kernelsPaul Burton
2017-08-08MIPS: PCI: Fix smp_processor_id() in preemptibleMatt Redfearn
2017-08-08MIPS: Introduce cpu_tcache_line_sizeMatt Redfearn
2017-08-07MIPS: DEC: Fix an int-handler.S CPU_DADDI_WORKAROUNDS regressionMaciej W. Rozycki
2017-08-07MIPS: VDSO: Fix clobber lists in fallback code pathsGoran Ferenc
2017-08-07Revert "MIPS: Don't unnecessarily include kmalloc.h into <asm/cache.h>."Paul Burton
2017-08-07MIPS: OCTEON: Fix USB platform code breakage.Steven J. Hill
2017-08-07MIPS: Octeon: Fix broken EDAC driver.Steven J. Hill
2017-08-07MIPS: gitignore: ignore generated .c filesBartosz Golaszewski
2017-08-07MIPS: Fix race on setting and getting cpu_online_maskMatija Glavinic Pecotic
2017-08-07MIPS: mm: remove duplicate "const" qualifier on insn_tableThomas Petazzoni
2017-08-06Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2017-08-04MIPS: Add missing file for eBPF JIT.David Daney
2017-07-25Merge tag 'dma-mapping-4.13-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2017-07-20dma-coherent: introduce interface for default DMA poolVladimir Murzin
2017-07-19MIPS: ralink: mt7620: Add missing headerHarvey Hunt
2017-07-18MIPS: ralink: Fix build error due to missing headerHarvey Hunt
2017-07-17tty: Fix TIOCGPTPEER ioctl definitionGleb Fotengauer-Malinovskiy
2017-07-15Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-07-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2017-07-12MIPS: SMP: move asmlinkage before return typeJoe Perches
2017-07-12MIPS: do not use __GFP_REPEAT for order-0 requestMichal Hocko
2017-07-11MIPS: Fix MIPS I ISA /proc/cpuinfo reportingMaciej W. Rozycki
2017-07-11MIPS: Fix minimum alignment requirement of IRQ stackMatt Redfearn
2017-07-11MIPS: generic: Support MIPS Boston development boardsPaul Burton
2017-07-11MIPS: DTS: img: Don't attempt to build-in all .dtb filesPaul Burton
2017-07-11MIPS: Traced negative syscalls should return -ENOSYSJames Hogan
2017-07-11MIPS: Correct forced syscall errorsJames Hogan