summaryrefslogtreecommitdiffstats
path: root/arch/mips/include
AgeCommit message (Expand)AuthorLines
2017-12-19bcm63xx_enet: use platform data for dma channel numbersJonas Gorski-0/+4
2017-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-0/+1
2017-12-05Merge tag 'tty-4.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-1/+22
2017-12-05bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner-0/+1
2017-12-04asm-prototypes.h: use linux/uaccess.h, not asm/uaccess.hAl Viro-1/+1
2017-11-29mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITEDan Williams-1/+1
2017-11-29make kernel-side POLL... arch-independentAl Viro-0/+17
2017-11-28MIPS: Add custom serial.h with BASE_BAUD override for generic kernelMatt Redfearn-1/+22
2017-11-27define __poll_t, annotate constantsAl Viro-1/+1
2017-11-17Merge tag 'locks-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds-1/+0
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-33/+4
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+1
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds-7/+1
2017-11-15mm, arch: remove empty_bad_page*Michal Hocko-7/+1
2017-11-15Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-4/+0
2017-11-15Merge tag 'mips_4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds-38/+51
2017-11-15fcntl: don't cap l_start and l_end values for F_GETLK64 in compat syscallJeff Layton-1/+0
2017-11-14Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-3/+0
2017-11-13MIPS: cmpxchg64() and HAVE_VIRT_CPU_ACCOUNTING_GEN don't work for 32-bit SMPBen Hutchings-0/+2
2017-11-10MIPS: Fix odd fp register warnings with MIPS64r2James Hogan-3/+5
2017-11-09MIPS/ptrace: Update syscall nr on register changesJames Hogan-4/+25
2017-11-09MIPS: Fix MIPS64 FP save/restore on 32-bit kernelsJames Hogan-4/+4
2017-11-09MIPS: page.h: Define virt_to_pfn()Florian Fainelli-2/+2
2017-11-08MIPS: Use SLL by 0 for 32-bit truncation in `__read_64bit_c0_split'Maciej W. Rozycki-8/+6
2017-11-07PCI: Remove redundant pci_dev, pci_bus, resource declarationsBjorn Helgaas-2/+0
2017-11-07PCI: Remove redundant pcibios_set_master() declarationsBjorn Helgaas-2/+0
2017-11-07MIPS: Octeon: Remove usage of cvmx_wait() everywhere.Steven J. Hill-14/+5
2017-11-07MIPS: Allow __cpu_number_map to be larger than NR_CPUSDavid Daney-1/+1
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar-19/+190
2017-11-04Merge tag 'mips_fixes_4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-6/+6
2017-11-03Update MIPS email addressesPaul Burton-13/+13
2017-11-03mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flagsDan Williams-0/+1
2017-11-02License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman-0/+31
2017-11-02License cleanup: add SPDX license identifier to uapi header files with no lic...Greg Kroah-Hartman-0/+8
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+132
2017-10-31MIPS: Fix CM region target definitionsPaul Burton-2/+2
2017-10-31MIPS: Fix exception entry when CONFIG_EVA enabledMatt Redfearn-4/+4
2017-10-31Update MIPS email addressesPaul Burton-13/+13
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland-1/+1
2017-10-24Merge tag 'v4.14-rc6' into locking/core, to pick up fixesIngo Molnar-2/+4
2017-10-19dma-mapping: turn dma_cache_sync into a dma_map_ops methodChristoph Hellwig-3/+0
2017-10-10locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementationsWill Deacon-3/+0
2017-10-10locking/arch: Remove dummy arch_{read,spin,write}_relax() implementationsWill Deacon-4/+0
2017-10-09MIPS: Fix cmpxchg on 32b signed ints for 64b kernel with !kernel_uses_llscPaul Burton-2/+4
2017-10-09MIPS: Add nudges to writes for bit unlocks.Chad Reese-0/+1
2017-10-09MIPS: make thread_saved_pc staticTobias Klauser-2/+0
2017-09-21MIPS: Fix input modify in __write_64bit_c0_split()James Hogan-6/+9
2017-09-19mips: switch to {get,put}_compat_sigset()Al Viro-33/+4
2017-09-15Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstrea...Linus Torvalds-591/+1500
2017-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-2/+2