summaryrefslogtreecommitdiffstats
path: root/arch/mips
AgeCommit message (Expand)AuthorLines
2016-10-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+1
2016-10-19Merge branch 'gup_flag-cleanups'Linus Torvalds-3/+4
2016-10-19mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes-2/+3
2016-10-19KVM: MIPS: Add missing uaccess.h includeJames Hogan-0/+1
2016-10-18mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes-1/+1
2016-10-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds-3399/+4748
2016-10-14MIPS: Wire up new pkey_{mprotect,alloc,free} syscallsRalf Baechle-6/+28
2016-10-12MIPS: ptrace: Fix regs_return_value for kernel contextMarcin Nowakowski-1/+1
2016-10-11Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-9/+16
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada-3/+0
2016-10-11mips/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai-1/+33
2016-10-11MIPS: VDSO: Drop duplicated -I*/-E* aflagsJames Hogan-2/+0
2016-10-11MIPS: Fix -mabi=64 build of vdso.ldsJames Hogan-1/+1
2016-10-10Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+5
2016-10-10MIPS: Enable hardened usercopyPaul Burton-0/+19
2016-10-07uprobes: remove function declarations from arch/{mips,s390}Marcin Nowakowski-12/+0
2016-10-07nmi_backtrace: generate one-line reports for idle cpusChris Metcalf-0/+1
2016-10-07nmi_backtrace: add more trigger_*_cpu_backtrace() methodsChris Metcalf-4/+12
2016-10-07atomic64: no need for CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVEVineet Gupta-1/+0
2016-10-07mm: move phys_mem_access_prot_allowed() declaration to pgtable.hBaoyou Xie-2/+0
2016-10-06Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-39/+176
2016-10-06MIPS: generic: Convert SEAD-3 to a generic boardPaul Burton-730/+152
2016-10-06MIPS: generic: Introduce generic DT-based board supportPaul Burton-1/+643
2016-10-06MIPS: Support generating Flattened Image Trees (.itb)Paul Burton-1/+64
2016-10-06MIPS: Adjust MIPS64 CAC_BASE to reflect Config.K0Paul Burton-7/+5
2016-10-06MIPS: Print CM error reports upon bus errorsPaul Burton-21/+3
2016-10-06MIPS: Support per-device DMA coherencePaul Burton-2/+31
2016-10-06MIPS: dma-default: Don't check hw_coherentio if device is non-coherentPaul Burton-4/+3
2016-10-06MIPS: Sanitise coherentio semanticsPaul Burton-14/+31
2016-10-06MIPS: PCI: Support generic driversPaul Burton-0/+54
2016-10-06MIPS: PCI: Introduce CONFIG_PCI_DRIVERS_LEGACYPaul Burton-25/+43
2016-10-06MIPS: PCI: Split pci.c into pci.c & pci-legacy.cPaul Burton-284/+306
2016-10-06MIPS: PCI: Inline pcibios_assign_all_bussesPaul Burton-7/+4
2016-10-06MIPS: PCI: Make pcibios_set_cache_line_size an initcallPaul Burton-3/+3
2016-10-06MIPS: PCI: Support for CONFIG_PCI_DOMAINS_GENERICPaul Burton-3/+25
2016-10-06MIPS: PCI: Use struct list_head listsPaul Burton-6/+6
2016-10-06MIPS: tracing: disable uprobe/kprobe on compact branch instructionsMarcin Nowakowski-0/+48
2016-10-06MIPS: tracing: move insn_has_delay_slot to a shared headerMarcin Nowakowski-120/+87
2016-10-06MIPS: BMIPS: Support APPENDED_DTBJaedon Shin-0/+8
2016-10-06MIPS: BMIPS: Use interrupt-controller node nameJaedon Shin-38/+38
2016-10-06MIPS: BMIPS: Add support NAND device nodesJaedon Shin-0/+195
2016-10-06MIPS: BMIPS: Add support SDHCI device nodesJaedon Shin-0/+92
2016-10-06MIPS: BMIPS: Add support GPIO device nodesJaedon Shin-0/+246
2016-10-06MIPS: BMIPS: Add support PWM device nodesJaedon Shin-0/+204
2016-10-06MIPS: Malta: Remove custom halt implementationPaul Burton-6/+0
2016-10-06MIPS: Malta: Use syscon-reboot driver to rebootPaul Burton-13/+32
2016-10-06MIPS: Malta: Probe pflash via DTPaul Burton-48/+35
2016-10-06MIPS: Malta: Probe RTC via DTPaul Burton-21/+15
2016-10-06MIPS: Malta: Remove custom DT match tablePaul Burton-15/+0
2016-10-06MIPS: Malta: Probe interrupt controllers via DTPaul Burton-91/+124