| Age | Commit message (Expand) | Author | Files | Lines |
| 2017-06-29 | MIPS: Add CPU shared FTLB feature detection |  Paul Burton | 2 | -0/+45 |
| 2017-06-29 | MIPS: Fix unaligned PC interpretation in `compute_return_epc' |  Maciej W. Rozycki | 1 | -4/+1 |
| 2017-06-29 | MIPS: Use queued spinlocks (qspinlock) |  Paul Burton | 3 | -232/+3 |
| 2017-06-29 | MIPS: Use queued read/write locks (qrwlock) |  Paul Burton | 3 | -224/+3 |
| 2017-06-29 | MIPS: cmpxchg: Rearrange __xchg() arguments to match xchg() |  Paul Burton | 1 | -2/+3 |
| 2017-06-29 | MIPS: cmpxchg: Implement 1 byte & 2 byte cmpxchg() |  Paul Burton | 1 | -0/+7 |
| 2017-06-29 | MIPS: cmpxchg: Implement 1 byte & 2 byte xchg() |  Paul Burton | 1 | -2/+7 |
| 2017-06-29 | MIPS: cmpxchg: Implement __cmpxchg() as a function |  Paul Burton | 1 | -27/+32 |
| 2017-06-29 | MIPS: cmpxchg: Drop __xchg_u{32,64} functions |  Paul Burton | 1 | -31/+17 |
| 2017-06-29 | MIPS: cmpxchg: Error out on unsupported xchg() calls |  Paul Burton | 1 | -15/+17 |
| 2017-06-29 | MIPS: cmpxchg: Use __compiletime_error() for bad cmpxchg() pointers |  Paul Burton | 1 | -3/+10 |
| 2017-06-29 | MIPS: cmpxchg: Pull xchg() asm into a macro |  Paul Burton | 1 | -48/+33 |
| 2017-06-29 | MIPS: cmpxchg: Unify R10000_LLSC_WAR & non-R10000_LLSC_WAR cases |  Paul Burton | 1 | -58/+22 |
| 2017-06-29 | MIPS: unaligned: Add DSP lwx & lhx missaligned access support |  Miodrag Dinic | 1 | -0/+11 |
| 2017-06-29 | MIPS: Loogson: Make enum loongson_cpu_type more clear |  Huacai Chen | 1 | -6/+16 |
| 2017-06-28 | MIPS: Loongson: Add Loongson-3A R3 basic support |  Huacai Chen | 1 | -0/+1 |
| 2017-06-28 | MIPS: generic: Set RTC_ALWAYS_BCD to 0 |  Paul Burton | 1 | -1/+1 |
| 2017-06-28 | MIPS: generic: Abstract FDT fixup application |  Paul Burton | 1 | -0/+31 |
| 2017-06-28 | MIPS: generic/yamon-dt: Support > 256MB of RAM |  Paul Burton | 1 | -3/+19 |
| 2017-06-28 | MIPS: generic/yamon-dt: Pull YAMON DT shim code out of SEAD-3 board |  Paul Burton | 1 | -0/+48 |
| 2017-06-28 | MIPS: Probe the I6500 CPU |  Paul Burton | 2 | -1/+3 |
| 2017-06-28 | MIPS: Add some instructions to uasm. |  David Daney | 1 | -0/+30 |
| 2017-06-28 | MIPS: Correctly define DBSHFL type instruction opcodes. |  David Daney | 1 | -1/+8 |
| 2017-06-28 | MIPS: module: Unify rel & rela reloc handling |  Paul Burton | 1 | -4/+4 |
| 2017-06-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net |  David S. Miller | 3 | -2/+13 |
| 2017-06-21 | net: introduce SO_PEERGROUPS getsockopt |  David Herrmann | 1 | -0/+2 |
| 2017-06-09 | tty: add TIOCGPTPEER ioctl |  Aleksa Sarai | 1 | -0/+1 |
| 2017-06-08 | MIPS: kprobes: flush_insn_slot should flush only if probe initialised |  Marcin Nowakowski | 1 | -1/+2 |
| 2017-06-08 | MIPS: mm: adjust PKMAP location |  Marcin Nowakowski | 1 | -1/+6 |
| 2017-06-08 | MIPS: highmem: ensure that we don't use more than one page for PTEs |  Marcin Nowakowski | 1 | -0/+5 |
| 2017-05-27 | trim __ARCH_WANT_SYS_OLD_GETRLIMIT |  Al Viro | 1 | -1/+0 |
| 2017-05-22 | MIPS: jz4740: Remove custom GPIO code |  Paul Cercueil | 1 | -371/+0 |
| 2017-05-21 | net: Define SCM_TIMESTAMPING_PKTINFO on all architectures. |  David S. Miller | 1 | -0/+2 |
| 2017-05-18 | MIPS: PCI: Remove unused busn_offset |  Bjorn Helgaas | 1 | -1/+0 |
| 2017-05-18 | MIPS: Loongson: Remove unused PCI_BAR_COUNT definition |  Bjorn Helgaas | 1 | -1/+0 |
| 2017-05-15 | mips: get rid of unused __strnlen_user() |  Al Viro | 1 | -32/+0 |
| 2017-05-15 | get rid of unused __strncpy_from_user() instances |  Al Viro | 1 | -54/+0 |
| 2017-05-15 | kill strlen_user() |  Al Viro | 1 | -44/+0 |
| 2017-05-12 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus |  Linus Torvalds | 14 | -10384/+687 |
| 2017-05-11 | uapi: export all headers under uapi directories |  Nicolas Dichtel | 1 | -37/+0 |
| 2017-05-08 | Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci |  Linus Torvalds | 1 | -4/+1 |
| 2017-05-08 | Merge branch 'akpm' (patches from Andrew) |  Linus Torvalds | 1 | -1/+1 |
| 2017-05-08 | scripts/spelling.txt: add regsiter -> register spelling mistake |  Stephen Boyd | 1 | -1/+1 |
| 2017-05-08 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm |  Linus Torvalds | 9 | -105/+478 |
| 2017-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next |  Linus Torvalds | 1 | -0/+6 |
| 2017-05-01 | Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  Linus Torvalds | 3 | -393/+64 |
| 2017-04-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net |  David S. Miller | 1 | -0/+1 |
| 2017-04-26 | Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64', 'uaccess.avr32', 'uaccess.bfin', 'uaccess.c6x', 'uaccess.cris', 'uaccess.frv', 'uaccess.h8300', 'uaccess.hexagon', 'uaccess.ia64', 'uaccess.m32r', 'uaccess.m68k', 'uaccess.metag', 'uaccess.microblaze', 'uaccess.mips', ... |  Al Viro | 6 | -393/+67 |
| 2017-04-20 | MIPS: PCI: Use generic pci_mmap_resource_range() |  David Woodhouse | 1 | -1/+1 |
| 2017-04-18 | PCI: Move multiple declarations of pci_mmap_page_range() to <linux/pci.h> |  David Woodhouse | 1 | -3/+0 |