summaryrefslogtreecommitdiff
path: root/arch/mips/include/asm
AgeCommit message (Expand)AuthorFilesLines
2017-11-15MIPS: Fix CM region target definitionsPaul Burton1-2/+2
2017-09-01KVM: update to new mmu_notifier semantic v2Jérôme Glisse1-5/+0
2017-08-08MIPS: Introduce cpu_tcache_line_sizeMatt Redfearn1-0/+3
2017-08-07Revert "MIPS: Don't unnecessarily include kmalloc.h into <asm/cache.h>."Paul Burton1-0/+2
2017-08-07MIPS: Octeon: Fix broken EDAC driver.Steven J. Hill3-1/+97
2017-07-19MIPS: ralink: Fix build error due to missing headerHarvey Hunt1-0/+2
2017-07-15Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-277/+0
2017-07-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds34-635/+348
2017-07-13MIPS: SMP: move asmlinkage before return typeJoe Perches1-1/+1
2017-07-13MIPS: do not use __GFP_REPEAT for order-0 requestMichal Hocko1-1/+1
2017-07-11MIPS: Fix minimum alignment requirement of IRQ stackMatt Redfearn1-1/+1
2017-07-11MIPS: Correct forced syscall errorsJames Hogan1-1/+1
2017-07-11MIPS16e2: Provide feature overrides for non-MIPS16 systemsMaciej W. Rozycki16-0/+16
2017-07-09Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+0
2017-07-07Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-130/+0
2017-07-07Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-1/+0
2017-07-05MIPS: MIPS16e2: Identify ASE presenceMaciej W. Rozycki3-0/+5
2017-07-04kill {__,}{get,put}_user_unaligned()Al Viro1-277/+0
2017-06-29Merge tag 'v4.12-rc7' into develLinus Walleij3-2/+13
2017-06-29MIPS: VDSO: Fix conversions in do_monotonic()/do_monotonic_coarse()Goran Ferenc1-2/+2
2017-06-29MIPS: Add CPU shared FTLB feature detectionPaul Burton2-0/+45
2017-06-29MIPS: Fix unaligned PC interpretation in `compute_return_epc'Maciej W. Rozycki1-4/+1
2017-06-29MIPS: Use queued spinlocks (qspinlock)Paul Burton3-232/+3
2017-06-29MIPS: Use queued read/write locks (qrwlock)Paul Burton3-224/+3
2017-06-29MIPS: cmpxchg: Rearrange __xchg() arguments to match xchg()Paul Burton1-2/+3
2017-06-29MIPS: cmpxchg: Implement 1 byte & 2 byte cmpxchg()Paul Burton1-0/+7
2017-06-29MIPS: cmpxchg: Implement 1 byte & 2 byte xchg()Paul Burton1-2/+7
2017-06-29MIPS: cmpxchg: Implement __cmpxchg() as a functionPaul Burton1-27/+32
2017-06-29MIPS: cmpxchg: Drop __xchg_u{32,64} functionsPaul Burton1-31/+17
2017-06-29MIPS: cmpxchg: Error out on unsupported xchg() callsPaul Burton1-15/+17
2017-06-29MIPS: cmpxchg: Use __compiletime_error() for bad cmpxchg() pointersPaul Burton1-3/+10
2017-06-29MIPS: cmpxchg: Pull xchg() asm into a macroPaul Burton1-48/+33
2017-06-29MIPS: cmpxchg: Unify R10000_LLSC_WAR & non-R10000_LLSC_WAR casesPaul Burton1-58/+22
2017-06-29MIPS: Loogson: Make enum loongson_cpu_type more clearHuacai Chen1-6/+16
2017-06-28MIPS: Loongson: Add Loongson-3A R3 basic supportHuacai Chen1-0/+1
2017-06-28MIPS: generic: Set RTC_ALWAYS_BCD to 0Paul Burton1-1/+1
2017-06-28MIPS: generic: Abstract FDT fixup applicationPaul Burton1-0/+31
2017-06-28MIPS: generic/yamon-dt: Support > 256MB of RAMPaul Burton1-3/+19
2017-06-28MIPS: generic/yamon-dt: Pull YAMON DT shim code out of SEAD-3 boardPaul Burton1-0/+48
2017-06-28MIPS: Probe the I6500 CPUPaul Burton2-1/+3
2017-06-28MIPS: Add some instructions to uasm.David Daney1-0/+30
2017-06-28MIPS: module: Unify rel & rela reloc handlingPaul Burton1-4/+4
2017-06-08MIPS: kprobes: flush_insn_slot should flush only if probe initialisedMarcin Nowakowski1-1/+2
2017-06-08MIPS: mm: adjust PKMAP locationMarcin Nowakowski1-1/+6
2017-06-08MIPS: highmem: ensure that we don't use more than one page for PTEsMarcin Nowakowski1-0/+5
2017-05-27trim __ARCH_WANT_SYS_OLD_GETRLIMITAl Viro1-1/+0
2017-05-22MIPS: jz4740: Remove custom GPIO codePaul Cercueil1-371/+0
2017-05-18MIPS: PCI: Remove unused busn_offsetBjorn Helgaas1-1/+0
2017-05-18MIPS: Loongson: Remove unused PCI_BAR_COUNT definitionBjorn Helgaas1-1/+0
2017-05-16mips: get rid of unused __strnlen_user()Al Viro1-32/+0