summaryrefslogtreecommitdiffstats
path: root/arch/mips/include
Commit message (Expand)AuthorAgeFilesLines
* MIPS: Wire up new pkey_{mprotect,alloc,free} syscallsRalf Baechle2016-10-141-6/+16
* Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-113-9/+15
|\
| * mips: separate extable.h, switch module.h to itAl Viro2016-10-053-9/+15
* | treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada2016-10-111-1/+0
* | mips/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai2016-10-111-0/+1
* | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-101-0/+5
|\ \
| * | x86/pkeys: Allocation/free syscallsDave Hansen2016-09-091-0/+5
* | | uprobes: remove function declarations from arch/{mips,s390}Marcin Nowakowski2016-10-071-12/+0
* | | nmi_backtrace: add more trigger_*_cpu_backtrace() methodsChris Metcalf2016-10-071-2/+3
* | | mm: move phys_mem_access_prot_allowed() declaration to pgtable.hBaoyou Xie2016-10-071-2/+0
* | | Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-10-061-23/+40
|\ \ \
| * \ \ Merge tag 'kvm_mips_4.9_1' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Radim Krčmář2016-09-291-0/+17
| |\ \ \
| | * | | KVM: MIPS: Invalidate TLB by regenerating ASIDsJames Hogan2016-09-291-0/+3
| | * | | KVM: MIPS: Override HVA error values for EVAJames Hogan2016-09-081-0/+14
| * | | | KVM: Add provisioning for ulong vm stats and u64 vcpu statsSuraj Jitindar Singh2016-09-081-23/+23
| |/ / /
* | | | MIPS: CM: Fix mips_cm_max_vp_width for non-MT kernels on MT systemsPaul Burton2016-10-021-0/+11
* | | | MIPS: Stop setting I6400 FTLBPPaul Burton2016-09-291-2/+0
* | | | MIPS: uprobes: remove incorrect set_orig_insnMarcin Nowakowski2016-09-291-1/+0
* | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-09-253-2/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | MIPS: Octeon: mangle-port: fix build failure with VDSO codeAaro Koskinen2016-09-191-2/+2
| * | | MIPS: Add a missing ".set pop" in an early commitHuacai Chen2016-09-131-0/+1
| * | | MIPS: paravirt: Fix undefined reference to smp_bootstrapMatt Redfearn2016-09-131-0/+2
| | |/ | |/|
* | | Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-09-141-0/+3
|\ \ \ | |/ / |/| |
| * | mips: copy_from_user() must zero the destination on access_ok() failureAl Viro2016-09-131-0/+3
| |/
* | treewide: replace config_enabled() with IS_ENABLED() (2nd round)Masahiro Yamada2016-08-261-2/+2
|/
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-08-0615-60/+192
|\
| * Merge branch '4.7-fixes' into mips-for-linux-nextRalf Baechle2016-08-031-0/+2
| |\
| | * MIPS: Fix MSA asm warnings in control reg accessorsJames Hogan2016-07-241-0/+2
| * | MIPS: Use CPHYSADDR to implement mips32 __paPaul Burton2016-08-021-10/+28
| * | MIPS: store the appended dtb address in a variableJonas Gorski2016-08-021-0/+4
| * | MIPS: Factor o32 specific code into signal_o32.cHarvey Hunt2016-08-021-1/+1
| * | MIPS: non-exec stack & heap when non-exec PT_GNU_STACK is presentPaul Burton2016-08-022-2/+7
| * | MIPS: Use per-mm page to execute branch delay slot instructionsPaul Burton2016-08-025-15/+127
| * | MIPS: c-r4k: Exclude sibling CPUs in SMP callsJames Hogan2016-07-291-1/+1
| * | MIPS: c-r4k: Fix protected_writeback_scache_line for EVAJames Hogan2016-07-291-0/+4
| * | MIPS: SMP: Update cpu_foreign_map on CPU disableJames Hogan2016-07-291-0/+2
| * | MIPS: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFOJames Hogan2016-07-282-0/+3
| * | MIPS: Octeon: Remove forced mappings of USB interrupts.Steven J. Hill2016-07-281-2/+0
| * | MIPS: Octeon: Changes to support readq()/writeq() usage.Steven J. Hill2016-07-111-29/+13
| * | MIPS: Fix page table corruption on THP permission changes.David Daney2016-07-061-1/+1
* | | tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada2016-08-046-15/+15
* | | Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-021-10/+0
|\ \ \
| * \ \ Merge branch 'pci/msi-affinity' into nextBjorn Helgaas2016-08-013-8/+11
| |\ \ \ | | |/ /
| * | | PCI: Unify pci_resource_to_user() declarationsBjorn Helgaas2016-06-171-10/+0
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-027-199/+263
|\ \ \ \
| * | | | MIPS: Fix definition of KSEGX() for 64-bitJames Hogan2016-08-011-1/+1
| * | | | MIPS: KVM: Fix pre-r6 ll/sc instructions on r6James Hogan2016-07-051-3/+3
| * | | | MIPS: inst.h: Rename cbcond{0,1}_op to pop{1,3}0_opPaul Burton2016-07-051-2/+2
| * | | | MIPS: inst.h: Rename b{eq,ne}zcji[al]c_op to pop{6,7}6_opPaul Burton2016-07-051-2/+2
| * | | | MIPS: KVM: Relative branch to common exit handlerJames Hogan2016-07-051-1/+1
OpenPOWER on IntegriCloud