summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* MIPS: Define ioremap_ucBen Hutchings2015-10-061-0/+1
* MIPS: UAPI: Ignore __arch_swab{16,32,64} when using MIPS16Yousong Zhou2015-10-051-3/+4
* Revert "MIPS: UAPI: Fix unrecognized opcode WSBH/DSBH/DSHD when using MIPS16."Yousong Zhou2015-10-051-9/+3Star
* Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc...Linus Torvalds2015-10-041-0/+1
|\
| * Make asm/word-at-a-time.h available on all architecturesChris Metcalf2015-07-081-0/+1
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-10-0413-144/+82Star
|\ \
| * | MIPS: scall: Always run the seccomp syscall filtersMarkos Chandras2015-10-044-73/+42Star
| * | MIPS: Octeon: Fix kernel panic on startup from memory corruptionMatt Bennett2015-10-021-1/+1
| * | MIPS: Fix R2300 FP context switch handlingPaul Burton2015-10-021-27/+1Star
| * | MIPS: Fix octeon FP context switch handlingPaul Burton2015-10-021-25/+1Star
| * | MIPS: BPF: Fix load delay slots.Ralf Baechle2015-10-021-0/+4
| * | MIPS: BPF: Do all exports of symbols with FEXPORT().Ralf Baechle2015-10-011-6/+3Star
| * | MIPS: Fix the build on jz4740 after removing the custom gpio.hAlban Bedel2015-10-012-0/+2
| * | MIPS: CPS: #ifdef on CONFIG_MIPS_MT_SMP rather than CONFIG_MIPS_MTPaul Burton2015-09-301-4/+4
| * | MIPS: CPS: Don't include MT code in non-MT kernels.Paul Burton2015-09-301-0/+2
| * | MIPS: CPS: Stop dangling delay slot from has_mt.Paul Burton2015-09-301-2/+2
| * | MIPS: dma-default: Fix 32-bit fall back to GFP_DMAJames Hogan2015-09-301-1/+1
| * | MIPS: Wire up userfaultfd and membarrier syscalls.Ralf Baechle2015-09-305-6/+20
* | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-09-2812-77/+262
|\| |
| * | MIPS: Initialise MAARs on secondary CPUsPaul Burton2015-09-273-3/+36
| * | MIPS: print MAAR configuration during bootPaul Burton2015-09-271-0/+29
| * | MIPS: mm: compile maar_init unconditionallyPaul Burton2015-09-271-63/+63
| * | MIPS: CM: Provide a function to map from CPU to VP ID.Paul Burton2015-09-271-0/+39
| * | MIPS: Fix FTLB detection for R6James Hogan2015-09-221-5/+8
| * | MIPS: cpu-features: Add cpu_has_ftlbJames Hogan2015-09-224-3/+11
| * | MIPS: ATH79: Add irq chip ar7240-misc-intcAlexander Couzens2015-09-221-0/+10
| * | MIPS: ATH79: Set missing irq ack handler for ar7100-misc-intc irq chipAlexander Couzens2015-09-221-2/+10
| * | MIPS: BPF: Fix build on pre-R2 little endian CPUsAurelien Jarno2015-09-221-0/+42
| * | MIPS: BPF: Avoid unreachable code on little endianAurelien Jarno2015-09-221-3/+5
| * | MIPS: bootmem: Fix mapstart calculation for contiguous mapsAlexander Sverdlin2015-09-221-1/+9
| * | MIPS: Fix console output for Fulong2e systemGuenter Roeck2015-09-221-0/+3
* | | Merge tag 'pci-v4.3-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-09-251-0/+6
|\ \ \
| * | | PCI: Revert "PCI: Call pci_read_bridge_bases() from core instead of arch code"Bjorn Helgaas2015-09-151-0/+6
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-09-251-0/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | KVM: disable halt_poll_ns as default for s390xDavid Hildenbrand2015-09-251-0/+1
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-09-182-0/+2
|\| | |
| * | | KVM: add halt_attempted_poll to VCPU statsPaolo Bonzini2015-09-162-0/+2
| |/ /
* / / genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-1614-20/+20
|/ /
* | dma-mapping: consolidate dma_set_maskChristoph Hellwig2015-09-102-16/+3Star
* | dma-mapping: consolidate dma_supportedChristoph Hellwig2015-09-101-6/+0Star
* | dma-mapping: cosolidate dma_mapping_errorChristoph Hellwig2015-09-101-8/+0Star
* | dma-mapping: consolidate dma_{alloc,free}_noncoherentChristoph Hellwig2015-09-102-11/+15
* | dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig2015-09-105-64/+0Star
* | lib/decompressors: use real out buf size for gunzip with kernelYinghai Lu2015-09-101-2/+2
* | kexec: split kexec_load syscall from kexec core codeDave Young2015-09-101-0/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-09-081-1/+0Star
|\ \
| * | Yama: remove needless CONFIG_SECURITY_YAMA_STACKEDKees Cook2015-07-281-1/+0Star
* | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-09-04176-2176/+5791
|\ \ \
| * \ \ Merge branch '4.2-fixes' into mips-for-linux-nextRalf Baechle2015-09-033-19/+20
| |\ \ \
| | * | | MIPS: UAPI: Fix unrecognized opcode WSBH/DSBH/DSHD when using MIPS16.Yousong Zhou2015-09-031-3/+9