summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-06-244-13/+19
|\
| * mm: clarify that the function operates on hugepage pteAneesh Kumar K.V2015-06-241-4/+4
| * mm/hugetlb: reduce arch dependent code about hugetlb_prefault_arch_hookZhang Zhen2015-06-241-4/+0
| * mm: new mm hook frameworkLaurent Dufour2015-06-241-0/+15
| * mm/hugetlb: reduce arch dependent code about huge_pmd_unshareZhang Zhen2015-06-241-5/+0
* | Merge tag 'edac_for_4.2_2' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2015-06-242-2/+3
|\ \ | |/ |/|
| * EDAC: Cleanup atomic_scrub messBorislav Petkov2015-05-282-2/+3
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-06-242-6/+9
|\ \
| * | KVM: add "new" argument to kvm_arch_commit_memory_regionPaolo Bonzini2015-05-281-0/+1
| * | KVM: add memslots argument to kvm_arch_memslots_updatedPaolo Bonzini2015-05-261-1/+1
| * | KVM: const-ify uses of struct kvm_userspace_memory_regionPaolo Bonzini2015-05-261-2/+2
| * | KVM: use kvm_memslots whenever possiblePaolo Bonzini2015-05-261-1/+3
| * | KVM: mips: use id_to_memslot correctlyPaolo Bonzini2015-05-191-1/+1
| * | KVM: arm/mips/x86/power use __kvm_guest_{enter|exit}Christian Borntraeger2015-05-071-2/+2
| |/
* | Merge tag 'spi-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2015-06-231-4/+0
|\ \
| | \
| | \
| *-. \ Merge remote-tracking branches 'spi/topic/ath79', 'spi/topic/atmel' and 'spi/...Mark Brown2015-06-181-4/+0
| |\ \ \ | | | |/
| | * | spi: spi-ath79: Add device tree supportAlban Bedel2015-04-271-4/+0
| | |/
* | | Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-06-234-13/+0
|\ \ \
| * | | PCI: Remove unused pci_dma_burst_advice()Bjorn Helgaas2015-06-081-10/+0
| * | | PCI: Remove unnecessary #includes of <asm/pci.h>Bjorn Helgaas2015-06-083-3/+0
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-06-221-4/+4
|\ \ \
| * \ \ Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git...Herbert Xu2015-06-19325-4109/+7978
| |\ \ \ | | |/ /
| * | | crypto: octeon - use md5 IV MD5_HX instead of their raw valueLABBE Corentin2015-05-181-4/+4
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-06-226-26/+41
|\ \ \ \
| * \ \ \ Merge branch 'linus' into sched/core, to resolve conflictIngo Molnar2015-06-025-5/+19
| |\ \ \ \
| * | | | | sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask()Bartosz Golaszewski2015-05-271-1/+1
| * | | | | sched/preempt, MIPS: Properly lock access to the FPUDavid Hildenbrand2015-05-191-7/+2
| * | | | | mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand2015-05-191-2/+2
| * | | | | sched/preempt, mm/kmap, MIPS: Disable preemption in kmap_coherent() explicitlyDavid Hildenbrand2015-05-191-0/+2
| * | | | | sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_*David Hildenbrand2015-05-191-1/+4
| * | | | | mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are e...David Hildenbrand2015-05-191-15/+30
* | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-06-222-4/+2
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | locking/arch: Rename set_mb() to smp_store_mb()Peter Zijlstra2015-05-191-1/+1
| * | | | | locking/arch: Add WRITE_ONCE() to set_mb()Peter Zijlstra2015-05-191-1/+1
| * | | | | arch: Remove __ARCH_HAVE_CMPXCHGThomas Gleixner2015-05-131-2/+0
| | |_|_|/ | |/| | |
* | | | | MIPS: MSA: bugfix - disable MSA correctly for new threads/processes.Ralf Baechle2015-06-101-1/+1
* | | | | MIPS: Loongson: Do not register 8250 platform device from module.Ralf Baechle2015-06-101-3/+1
* | | | | MIPS: Cobalt: Do not build MTD platform device registration code as module.Ralf Baechle2015-06-101-2/+1
* | | | | MIPS: pgtable-bits: Fix XPA damage to R6 definitions.Markos Chandras2015-06-091-7/+7
* | | | | MIPS: KVM: Do not sign extend on unsigned MMIO loadNicholas Mc Guire2015-06-061-1/+1
* | | | | MIPS: BPF: Fix stack pointer allocationMarkos Chandras2015-06-061-5/+1
* | | | | MIPS: Loongson-3: Fix a cpu-hotplug issue in loongson3_ipi_interrupt()Huacai Chen2015-06-061-1/+1
* | | | | MIPS: Fix enabling of DEBUG_STACKOVERFLOWJames Hogan2015-06-061-1/+1
* | | | | MIPS: c-r4k: Fix typo in probe_scache()Joshua Kinard2015-06-061-1/+1
* | | | | MIPS: Avoid an FPE exception in FCSR mask probingMaciej W. Rozycki2015-06-031-2/+1
* | | | | MIPS: ath79: Add a missing new line in log messageAlban Bedel2015-06-021-1/+1
* | | | | MIPS: ralink: Fix clearing the illegal access interruptJonas Gorski2015-06-011-1/+1
| |_|/ / |/| | |
* | | | MIPS: strnlen_user.S: Fix a CPU_DADDI_WORKAROUNDS regressionMaciej W. Rozycki2015-05-291-2/+13
* | | | MIPS: BMIPS: Fix bmips_wr_vec()Petri Gynther2015-05-291-1/+1
* | | | MIPS: ath79: fix build problem if CONFIG_BLK_DEV_INITRD is not setLaurent Fasnacht2015-05-291-0/+3
OpenPOWER on IntegriCloud