summaryrefslogtreecommitdiff
path: root/arch/mips/include
AgeCommit message (Expand)AuthorFilesLines
2018-02-01Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2018-02-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+3
2018-02-01mips: use generic_pmdp_establish as pmdp_establishKirill A. Shutemov1-0/+3
2018-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+4
2018-01-31Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds6-25/+17
2018-01-31Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+18
2018-01-31Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-158/+1
2018-01-16signal: Unify and correct copy_siginfo_to_user32Eric W. Biederman1-2/+0
2018-01-16signal: unify compat_siginfo_tAl Viro1-71/+0
2018-01-15mips/netlogic: remove swiotlb supportChristoph Hellwig1-3/+0
2018-01-12signal/mips: switch mips to generic siginfoAl Viro1-85/+1
2018-01-10dma-mapping: move dma_mark_clean to dma-direct.hChristoph Hellwig1-2/+0
2018-01-10dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig5-20/+17
2018-01-10mips: fix an off-by-one in dma_capableChristoph Hellwig1-1/+1
2018-01-10Construct init thread stack in the linker script rather than by unionDavid Howells1-3/+0
2017-12-19bcm63xx_enet: use platform data for dma channel numbersJonas Gorski1-0/+4
2017-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+1
2017-12-05Merge tag 'tty-4.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-1/+22
2017-12-05bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner1-0/+1
2017-12-05asm-prototypes.h: use linux/uaccess.h, not asm/uaccess.hAl Viro1-1/+1
2017-11-30mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITEDan Williams1-1/+1
2017-11-30make kernel-side POLL... arch-independentAl Viro1-0/+17
2017-11-28MIPS: Add custom serial.h with BASE_BAUD override for generic kernelMatt Redfearn2-1/+22
2017-11-28define __poll_t, annotate constantsAl Viro1-1/+1
2017-11-18Merge tag 'locks-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds1-1/+0
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-33/+4
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2017-11-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-7/+1
2017-11-16mm, arch: remove empty_bad_page*Michal Hocko1-7/+1
2017-11-16Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+0
2017-11-15Merge tag 'mips_4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds10-38/+51
2017-11-15fcntl: don't cap l_start and l_end values for F_GETLK64 in compat syscallJeff Layton1-1/+0
2017-11-15Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-3/+0
2017-11-13MIPS: cmpxchg64() and HAVE_VIRT_CPU_ACCOUNTING_GEN don't work for 32-bit SMPBen Hutchings1-0/+2
2017-11-10MIPS: Fix odd fp register warnings with MIPS64r2James Hogan1-3/+5
2017-11-09MIPS/ptrace: Update syscall nr on register changesJames Hogan1-4/+25
2017-11-09MIPS: Fix MIPS64 FP save/restore on 32-bit kernelsJames Hogan1-4/+4
2017-11-09MIPS: page.h: Define virt_to_pfn()Florian Fainelli1-2/+2
2017-11-09MIPS: Use SLL by 0 for 32-bit truncation in `__read_64bit_c0_split'Maciej W. Rozycki1-8/+6
2017-11-08PCI: Remove redundant pci_dev, pci_bus, resource declarationsBjorn Helgaas1-2/+0
2017-11-08PCI: Remove redundant pcibios_set_master() declarationsBjorn Helgaas1-2/+0
2017-11-07MIPS: Octeon: Remove usage of cvmx_wait() everywhere.Steven J. Hill2-14/+5
2017-11-07MIPS: Allow __cpu_number_map to be larger than NR_CPUSDavid Daney1-1/+1
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar185-19/+190
2017-11-04Merge tag 'mips_fixes_4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-6/+6
2017-11-03Update MIPS email addressesPaul Burton13-13/+13
2017-11-03mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flagsDan Williams1-0/+1
2017-11-02License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman31-0/+31
2017-11-02License cleanup: add SPDX license identifier to uapi header files with no lic...Greg Kroah-Hartman8-0/+8
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman132-0/+132