summaryrefslogtreecommitdiffstats
path: root/arch/mips/include
Commit message (Expand)AuthorAgeFilesLines
* KVM: MIPS: Precalculate MMIO load resume PCJames Hogan2016-10-261-3/+4
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-10-1533-737/+449
|\
| * MIPS: ptrace: Fix regs_return_value for kernel contextMarcin Nowakowski2016-10-121-1/+1
| * MIPS: Enable hardened usercopyPaul Burton2016-10-101-0/+18
| * MIPS: generic: Convert SEAD-3 to a generic boardPaul Burton2016-10-065-155/+0
| * MIPS: generic: Introduce generic DT-based board supportPaul Burton2016-10-061-0/+63
| * MIPS: Adjust MIPS64 CAC_BASE to reflect Config.K0Paul Burton2016-10-063-7/+5
| * MIPS: Support per-device DMA coherencePaul Burton2016-10-064-1/+22
| * MIPS: Sanitise coherentio semanticsPaul Burton2016-10-062-4/+18
| * MIPS: PCI: Introduce CONFIG_PCI_DRIVERS_LEGACYPaul Burton2016-10-061-23/+31
| * MIPS: PCI: Inline pcibios_assign_all_bussesPaul Burton2016-10-061-2/+4
| * MIPS: PCI: Support for CONFIG_PCI_DOMAINS_GENERICPaul Burton2016-10-061-1/+20
| * MIPS: PCI: Use struct list_head listsPaul Burton2016-10-061-1/+2
| * irqchip: i8259: Remove unused i8259A_irq_pendingPaul Burton2016-10-061-1/+0
| * irqchip: i8259: Allow platforms to override poll functionPaul Burton2016-10-061-0/+11
| * MIPS: SEAD3: Probe EHCI controller using DTPaul Burton2016-10-051-21/+0
| * MIPS: SEAD3: Probe ethernet controller using DTPaul Burton2016-10-051-2/+0
| * MIPS: SEAD3: Probe UARTs using DTPaul Burton2016-10-051-4/+0
| * MIPS: SEAD3: Probe interrupt controllers using DTPaul Burton2016-10-052-5/+29
| * MIPS: smp.c: Introduce mechanism for freeing and allocating IPIsMatt Redfearn2016-10-051-0/+14
| * MIPS: c-r4k: Split user/kernel flush_icache_range()James Hogan2016-10-041-0/+5
| * MIPS: pm-cps: Support CM3 changes to Coherence Enable RegisterMatt Redfearn2016-10-041-0/+1
| * MIPS: pm-cps: Add MIPSr6 CPU supportMatt Redfearn2016-10-041-2/+4
| * MIPS: Barrier: Add definitions of SYNC stype valuesMatt Redfearn2016-10-041-0/+96
| * MIPS: Octeon: Delete unused cvmx-mdio.hAaro Koskinen2016-10-041-506/+0
| * MIPS: Octeon: Delete unused cvmx_helper_board_link_set_phy.Aaro Koskinen2016-10-041-20/+0
| * MIPS: Octeon: Delete unused cvmx_override_board_link_get.Aaro Koskinen2016-10-041-10/+0
| * MIPS: Squash lines for simple wrapper functionsMasahiro Yamada2016-10-042-10/+2
| * MIPS: Add RTC support for Loongson1C boardYang Ling2016-10-041-0/+1
| * MIPS: Loongson1C: Add board supportYang Ling2016-10-044-1/+140
| * MIPS: Add CPU support for Loongson1CYang Ling2016-10-042-1/+3
* | 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
|\ \ \ \ | |_|_|/ |/| | |
OpenPOWER on IntegriCloud