summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
...
| * | MIPS: SMP: Update cpu_foreign_map on CPU disableJames Hogan2016-07-296-1/+7
| * | MIPS: SMP: Clear ASID without confusing has_valid_asid()James Hogan2016-07-292-2/+19
| * | MIPS: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFOJames Hogan2016-07-282-0/+3
| * | MIPS: Octeon: Improve USB reset code for OCTEON II.Steven J. Hill2016-07-281-48/+60
| * | MIPS: Octeon: Put restrictions on DMA descriptors.Steven J. Hill2016-07-281-1/+5
| * | MIPS: Octeon: Remove forced mappings of USB interrupts.Steven J. Hill2016-07-282-14/+0
| * | KEYS: 64-bit MIPS needs to use compat_sys_keyctl for 32-bit userspaceDavid Howells2016-07-282-2/+2
| * | MIPS: Print segment physical address when EU=1James Hogan2016-07-281-5/+8
| * | MIPS: tlbex: Avoid duplicated single_insn_swpdJames Hogan2016-07-241-1/+1
| * | MIPS: uasm: Handle low values in uasm_in_compat_space_p()James Hogan2016-07-241-5/+1
| * | MIPS: Add default configuration for ath25Sergey Ryazanov2016-07-241-0/+119
| * | MIPS: Pistachio: Remove plat_setup_iocoherencyZubair Lutfullah Kakakhel2016-07-242-26/+1
| * | MIPS: Delete use of ARCH_WANT_OPTIONAL_GPIOLIBLinus Walleij2016-07-241-1/+0
| * | MIPS: Lantiq: Use the real EXIN countJohn Crispin2016-07-241-3/+3
| * | MIPS: Lantiq: Fix eiu interrupt loading codeJohn Crispin2016-07-241-9/+10
| * | MIPS: Move CPU Hotplug config option into submenuMatt Redfearn2016-07-241-10/+10
| * | MIPS: smp-cps: Add support for CPU hotplug of MIPSr6 processorsMatt Redfearn2016-07-241-5/+27
| * | MIPS: smp-cps: Allow booting of CPU other than VP0 within a coreMatt Redfearn2016-07-241-4/+5
| * | MIPS: Octeon: cavium_octeon_defconfig: Enable OCTEON SATAMatt Redfearn2016-07-211-0/+2
| * | MIPS: Octeon: Changes to support readq()/writeq() usage.Steven J. Hill2016-07-113-31/+32
| * | MIPS: Fix page table corruption on THP permission changes.David Daney2016-07-061-1/+1
| * | MIPS: Remove cpu_has_safe_index_cacheopsRalf Baechle2016-07-061-9/+3
* | | Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2016-08-052-2/+1
|\ \ \
| * | | rtc: ds1286: move header to linux/rtcAlexandre Belloni2016-07-081-1/+1
| * | | char/genrtc: remove asm-generic/rtc.h from mipsArnd Bergmann2016-06-041-1/+0
* | | | dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-044-21/+21
* | | | tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada2016-08-0421-67/+67
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-08-022-2/+2
|\ \ \ \
| * | | | treewide: replace obsolete _refok by __refFabian Frederick2016-08-022-2/+2
* | | | | Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-022-11/+18
|\ \ \ \ \
| * \ \ \ \ Merge branch 'pci/msi-affinity' into nextBjorn Helgaas2016-08-017-15/+36
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | MIPS/PCI: Claim bus resources on PCI_PROBE_ONLY set-upsBjorn Helgaas2016-06-231-1/+8
| * | | | | PCI: Unify pci_resource_to_user() declarationsBjorn Helgaas2016-06-172-10/+10
| | |_|/ / | |/| | |
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-0232-1924/+2386
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | MIPS: Select HAVE_KVM for MIPS64_R{2,6}James Hogan2016-08-011-0/+2
| * | | | MIPS: KVM: Reset CP0_PageMask during host TLB flushJames Hogan2016-08-011-0/+2
| * | | | MIPS: KVM: Fix ptr->int cast via KVM_GUEST_KSEGX()James Hogan2016-08-011-1/+1
| * | | | MIPS: KVM: Sign extend MFC0/RDHWR resultsJames Hogan2016-08-011-3/+4
| * | | | MIPS: KVM: Fix 64-bit big endian dynamic translationJames Hogan2016-08-011-0/+8
| * | | | MIPS: KVM: Fail if ebase doesn't fit in CP0_EBaseJames Hogan2016-08-011-0/+12
| * | | | MIPS: KVM: Use 64-bit CP0_EBase when appropriateJames Hogan2016-08-011-3/+22
| * | | | MIPS: KVM: Set CP0_Status.KX on MIPS64James Hogan2016-08-011-2/+8
| * | | | MIPS: KVM: Make entry code MIPS64 friendlyJames Hogan2016-08-011-24/+24
| * | | | MIPS: KVM: Use kmap instead of CKSEG0ADDR()James Hogan2016-08-012-7/+17
| * | | | MIPS: KVM: Use virt_to_phys() to get commpage PFNJames Hogan2016-08-011-1/+1
| * | | | MIPS: Fix definition of KSEGX() for 64-bitJames Hogan2016-08-011-1/+1
| * | | | MIPS: KVM: Emulate generic QEMU machine on r6 T&EJames Hogan2016-07-051-1/+7
| * | | | MIPS: KVM: Decode RDHWR more strictlyJames Hogan2016-07-051-1/+3
| * | | | MIPS: KVM: Recognise r6 CACHE encodingJames Hogan2016-07-052-2/+24
| * | | | MIPS: KVM: Support r6 compact branch emulationJames Hogan2016-07-051-6/+46
OpenPOWER on IntegriCloud