summaryrefslogtreecommitdiffstats
path: root/arch/mips/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | y2038: fix socket.h header inclusionArnd Bergmann2019-03-111-1/+1
* | | | Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-03-101-10/+0
|\ \ \ \
| * | | | dma-mapping: add a kconfig symbol for arch_setup_dma_ops availabilityChristoph Hellwig2019-02-131-10/+0
* | | | | Merge tag 'asm-generic-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-061-3/+1
|\ \ \ \ \
| * | | | | arch: move common mmap flags to linux/mman.hMichael S. Tsirkin2019-02-181-3/+1
* | | | | | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-051-15/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/...Thomas Gleixner2019-02-101-2/+2
| |\ \ \ \ \
| | * | | | | y2038: rename old time and utime syscallsArnd Bergmann2019-02-071-2/+2
| * | | | | | Merge tag 'y2038-syscall-cleanup' of git://git.kernel.org:/pub/scm/linux/kern...Thomas Gleixner2019-02-101-13/+0
| |\| | | | | | | |_|/ / / | |/| | | |
| | * | | | syscalls: remove obsolete __IGNORE_ macrosArnd Bergmann2019-02-071-13/+0
| | |/ / /
* | | | | Merge tag 'mips_5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2019-03-0525-615/+400
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | MIPS: SGI-IP27: rework HUB interruptsThomas Bogendoerfer2019-02-193-17/+8
| * | | | MIPS: SGI-IP27: do boot CPU init laterThomas Bogendoerfer2019-02-191-0/+1
| * | | | MIPS: SGI-IP27: clean up bridge access and header filesThomas Bogendoerfer2019-02-192-118/+89
| * | | | MIPS: SGI-IP27: get rid of volatile and hubreg_tThomas Bogendoerfer2019-02-193-66/+10
| * | | | MIPS: OCTEON: program rx/tx-delay always from DTAaro Koskinen2019-02-071-12/+0
| * | | | MIPS: Delete unused flush_cache_sigtramp()Paul Burton2019-02-071-2/+0
| * | | | MIPS: Fix set_pte() for Netlogic XLR using cmpxchg64()Paul Burton2019-02-062-6/+102
| * | | | MIPS: Remove open-coded cmpxchg() in set_pte()Paul Burton2019-02-041-43/+2
| * | | | MIPS: MemoryMapID (MMID) SupportPaul Burton2019-02-045-5/+73
| * | | | MIPS: Add GINVT instruction helpersPaul Burton2019-02-043-0/+82
| * | | | MIPS: mm: Add set_cpu_context() for ASID assignmentsPaul Burton2019-02-041-3/+13
| * | | | MIPS: mm: Unify ASID version checksPaul Burton2019-02-041-5/+3
| * | | | MIPS: mm: Un-inline get_new_mmu_contextPaul Burton2019-02-041-19/+1
| * | | | MIPS: mm: Remove local_flush_tlb_mm()Paul Burton2019-02-041-2/+3
| * | | | MIPS: mm: Move drop_mmu_context() comment into appropriate blockPaul Burton2019-02-041-5/+5
| * | | | MIPS: mm: Consolidate drop_mmu_context() has-ASID checksPaul Burton2019-02-041-1/+3
| * | | | MIPS: mm: Avoid HTW stop/start when dropping an inactive mmPaul Burton2019-02-041-2/+3
| * | | | MIPS: mm: Remove redundant get_new_mmu_context() cpu argumentPaul Burton2019-02-041-4/+8
| * | | | MIPS: mm: Remove redundant drop_mmu_context() cpu argumentPaul Burton2019-02-041-1/+3
| * | | | MIPS: mm: Define activate_mm() using switch_mm()Paul Burton2019-02-041-27/+1
| * | | | MIPS: OCTEON: delete unused cvmx-smix-defs.hAaro Koskinen2019-01-281-276/+0
| * | | | MIPS: remove meaningless generic-(CONFIG_GENERIC_CSUM) += checksum.hMasahiro Yamada2019-01-221-1/+0
| * | | | MIPS: Loongson32: workaround di issueJiaxun Yang2019-01-221-1/+1
| * | | | MIPS: ath79: drop legacy IRQ codeJohn Crispin2019-01-221-4/+0
| * | | | MIPS: Loongson32: Remove unused platform devicesJiaxun Yang2019-01-221-4/+0
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-03-051-9/+40
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-155-0/+52
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | sock: Add SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEWDeepa Dinamani2019-02-031-2/+9
| * | | | socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixesDeepa Dinamani2019-02-031-2/+4
| * | | | socket: Add SO_TIMESTAMPING_NEWDeepa Dinamani2019-02-031-2/+3
| * | | | socket: Add SO_TIMESTAMP[NS]_NEWDeepa Dinamani2019-02-031-2/+12
| * | | | sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLDDeepa Dinamani2019-02-031-7/+16
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-212-4/+0
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | net: introduce SO_BINDTOIFINDEX sockoptDavid Herrmann2019-01-171-0/+2
| | |_|/ | |/| |
* | | | Merge tag 'spi-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2019-03-041-19/+0
|\ \ \ \
| * \ \ \ Merge branch 'spi-5.1' into spi-nextMark Brown2019-03-041-19/+0
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | spi: ath79: Enable support for compile testAlban Bedel2019-01-171-19/+0
| | |/ /
* | / / get rid of legacy 'get_ds()' functionLinus Torvalds2019-03-041-1/+0
|/ / /
* | / MIPS: Loongson: Introduce and use loongson_llsc_mb()Huacai Chen2019-02-045-0/+52
| |/ |/|