summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-09-113-13/+12
|\
| * mips/signal: In force_fcr31_sig return in the impossible caseEric W. Biederman2017-08-172-8/+1
| * signal: Remove kernel interal si_code magicEric W. Biederman2017-07-242-13/+12
| * signal/mips: Document a conflict with SI_USER with SIGFPEEric W. Biederman2017-07-192-1/+8
* | Merge tag 'for-linus-20170904' of git://git.infradead.org/linux-mtdLinus Torvalds2017-09-097-7/+7
|\ \
| * \ Merge tag 'nand/for-4.14' of git://git.infradead.org/l2-mtd into mtd/nextBoris Brezillon2017-09-017-7/+7
| |\ \
| | * | mtd: nand: Rename nand.h into rawnand.hBoris Brezillon2017-08-137-7/+7
| | |/
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-091-0/+7
|\ \ \
| * | | vga: optimise console scrollingMatthew Wilcox2017-09-081-0/+7
* | | | Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-09-081-10/+20
|\ \ \ \
| * | | | MIPS: PCI: Replace pci_fixup_irqs() call with host bridge IRQ mapping hooksLorenzo Pieralisi2017-08-031-7/+17
| * | | | MIPS: PCI: Fix pcibios_scan_bus() NULL check code pathLorenzo Pieralisi2017-07-311-5/+5
* | | | | Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-09-081-0/+5
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Radim Krčmář2017-09-0815-42/+2087
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | KVM: add spinlock optimization frameworkLongpeng(Mike)2017-08-081-0/+5
* | | | | Merge tag 'media/v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2017-09-071-1/+1
|\ \ \ \ \
| * | | | | media: rc-core: do not depend on MEDIA_SUPPORTSean Young2017-08-201-1/+1
| |/ / / /
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-061-11/+3
|\ \ \ \ \
| * | | | | mm,fork: introduce MADV_WIPEONFORKRik van Riel2017-09-061-0/+3
| * | | | | mm: arch: consolidate mmap hugetlb size encodingsMike Kravetz2017-09-061-11/+0
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-062-59/+106
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-011-5/+0
| |\ \ \ \ \
| * | | | | | MIPS,bpf: fix missing break in switch statementColin Ian King2017-08-221-0/+1
| * | | | | | MIPS,bpf: Cache value of BPF_OP(insn->code) in eBPF JIT.David Daney2017-08-211-33/+34
| * | | | | | MIPS, bpf: Implement JLT, JLE, JSLT and JSLE ops in the eBPF JIT.David Daney2017-08-211-29/+72
| * | | | | | MIPS,bpf: Fix using smp_processor_id() in preemptible splat.David Daney2017-08-211-14/+14
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-1514-42/+137
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-091-0/+1950
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'mlx5-shared-2017-08-07' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2017-08-072-0/+3
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | sock: add SOCK_ZEROCOPY sockoptWillem de Bruijn2017-08-031-0/+2
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar2017-09-044-28/+4
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2017-09-033-23/+4
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | MIPS: Remove pt_regs adjustments in indirect syscall handlerJames Cowgill2017-08-292-17/+0
| | * | | | | | MIPS: seccomp: Fix indirect syscall argsJames Hogan2017-08-291-6/+4
| | | |_|_|/ / | | |/| | | |
| * | | | | | KVM: update to new mmu_notifier semantic v2Jérôme Glisse2017-08-311-5/+0
| |/ / / / /
* | | | | | smp: Avoid using two cache lines for struct call_single_dataYing Huang2017-08-291-3/+3
* | | | | | futex: Remove duplicated code and fix undefined behaviourJiri Slaby2017-08-251-21/+4
|/ / / / /
* | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2017-08-1314-42/+137
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | MIPS: Set ISA bit in entry-y for microMIPS kernelsPaul Burton2017-08-081-1/+14
| * | | | MIPS: Prevent building MT support for microMIPS kernelsPaul Burton2017-08-081-1/+1
| * | | | MIPS: PCI: Fix smp_processor_id() in preemptibleMatt Redfearn2017-08-081-4/+3
| * | | | MIPS: Introduce cpu_tcache_line_sizeMatt Redfearn2017-08-081-0/+3
| * | | | MIPS: DEC: Fix an int-handler.S CPU_DADDI_WORKAROUNDS regressionMaciej W. Rozycki2017-08-071-28/+6
| * | | | MIPS: VDSO: Fix clobber lists in fallback code pathsGoran Ferenc2017-08-071-2/+4
| * | | | Revert "MIPS: Don't unnecessarily include kmalloc.h into <asm/cache.h>."Paul Burton2017-08-071-0/+2
| * | | | MIPS: OCTEON: Fix USB platform code breakage.Steven J. Hill2017-08-071-1/+1
| * | | | MIPS: Octeon: Fix broken EDAC driver.Steven J. Hill2017-08-073-1/+97
| * | | | MIPS: gitignore: ignore generated .c filesBartosz Golaszewski2017-08-071-0/+2
| * | | | MIPS: Fix race on setting and getting cpu_online_maskMatija Glavinic Pecotic2017-08-071-3/+3
| * | | | MIPS: mm: remove duplicate "const" qualifier on insn_tableThomas Petazzoni2017-08-071-1/+1
| | |/ / | |/| |
OpenPOWER on IntegriCloud