summaryrefslogtreecommitdiffstats
path: root/arch/mips/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-20170904' of git://git.infradead.org/linux-mtdLinus Torvalds2017-09-091-1/+1
|\
| * Merge tag 'nand/for-4.14' of git://git.infradead.org/l2-mtd into mtd/nextBoris Brezillon2017-09-011-1/+1
| |\
| | * mtd: nand: Rename nand.h into rawnand.hBoris Brezillon2017-08-131-1/+1
* | | vga: optimise console scrollingMatthew Wilcox2017-09-091-0/+7
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-071-11/+3Star
|\ \ \
| * | | mm,fork: introduce MADV_WIPEONFORKRik van Riel2017-09-071-0/+3
| * | | mm: arch: consolidate mmap hugetlb size encodingsMike Kravetz2017-09-071-11/+0Star
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-061-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-021-5/+0Star
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-165-1/+102
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge tag 'mlx5-shared-2017-08-07' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2017-08-071-0/+2
| |\ \ \ \
| * | | | | sock: add SOCK_ZEROCOPY sockoptWillem de Bruijn2017-08-041-0/+2
* | | | | | Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar2017-09-041-5/+0Star
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | KVM: update to new mmu_notifier semantic v2Jérôme Glisse2017-09-011-5/+0Star
| | |_|/ / | |/| | |
* / | | | futex: Remove duplicated code and fix undefined behaviourJiri Slaby2017-08-251-21/+4Star
|/ / / /
* | | | MIPS: Introduce cpu_tcache_line_sizeMatt Redfearn2017-08-081-0/+3
* | | | Revert "MIPS: Don't unnecessarily include kmalloc.h into <asm/cache.h>."Paul Burton2017-08-071-0/+2
* | | | MIPS: Octeon: Fix broken EDAC driver.Steven J. Hill2017-08-073-1/+97
| |/ / |/| |
* | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2017-08-061-0/+2
|\ \ \ | |/ / |/| |
| * | MIPS: ralink: Fix build error due to missing headerHarvey Hunt2017-07-181-0/+2
| |/
* / tty: Fix TIOCGPTPEER ioctl definitionGleb Fotengauer-Malinovskiy2017-07-171-1/+1
|/
* Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-07-151-277/+0Star
|\
| * kill {__,}{get,put}_user_unaligned()Al Viro2017-07-041-277/+0Star
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2017-07-1535-636/+367Star
|\ \
| * | MIPS: Fix minimum alignment requirement of IRQ stackMatt Redfearn2017-07-111-1/+1
| * | MIPS: Correct forced syscall errorsJames Hogan2017-07-111-1/+1
| * | MIPS16e2: Provide feature overrides for non-MIPS16 systemsMaciej W. Rozycki2017-07-1116-0/+16
| * | MIPS: MIPS16e2: Identify ASE presenceMaciej W. Rozycki2017-07-053-0/+5
| * | MIPS: VDSO: Fix conversions in do_monotonic()/do_monotonic_coarse()Goran Ferenc2017-06-291-2/+2
| * | MIPS: Add CPU shared FTLB feature detectionPaul Burton2017-06-292-0/+45
| * | MIPS: Fix unaligned PC interpretation in `compute_return_epc'Maciej W. Rozycki2017-06-291-4/+1Star
| * | MIPS: Use queued spinlocks (qspinlock)Paul Burton2017-06-293-232/+3Star
| * | MIPS: Use queued read/write locks (qrwlock)Paul Burton2017-06-293-224/+3Star
| * | MIPS: cmpxchg: Rearrange __xchg() arguments to match xchg()Paul Burton2017-06-291-2/+3
| * | MIPS: cmpxchg: Implement 1 byte & 2 byte cmpxchg()Paul Burton2017-06-291-0/+7
| * | MIPS: cmpxchg: Implement 1 byte & 2 byte xchg()Paul Burton2017-06-291-2/+7
| * | MIPS: cmpxchg: Implement __cmpxchg() as a functionPaul Burton2017-06-291-27/+32
| * | MIPS: cmpxchg: Drop __xchg_u{32,64} functionsPaul Burton2017-06-291-31/+17Star
| * | MIPS: cmpxchg: Error out on unsupported xchg() callsPaul Burton2017-06-291-15/+17
| * | MIPS: cmpxchg: Use __compiletime_error() for bad cmpxchg() pointersPaul Burton2017-06-291-3/+10
| * | MIPS: cmpxchg: Pull xchg() asm into a macroPaul Burton2017-06-291-48/+33Star
| * | MIPS: cmpxchg: Unify R10000_LLSC_WAR & non-R10000_LLSC_WAR casesPaul Burton2017-06-291-58/+22Star
| * | MIPS: unaligned: Add DSP lwx & lhx missaligned access supportMiodrag Dinic2017-06-291-0/+11
| * | MIPS: Loogson: Make enum loongson_cpu_type more clearHuacai Chen2017-06-291-6/+16
| * | MIPS: Loongson: Add Loongson-3A R3 basic supportHuacai Chen2017-06-281-0/+1
| * | MIPS: generic: Set RTC_ALWAYS_BCD to 0Paul Burton2017-06-281-1/+1
| * | MIPS: generic: Abstract FDT fixup applicationPaul Burton2017-06-281-0/+31
| * | MIPS: generic/yamon-dt: Support > 256MB of RAMPaul Burton2017-06-281-3/+19
| * | MIPS: generic/yamon-dt: Pull YAMON DT shim code out of SEAD-3 boardPaul Burton2017-06-281-0/+48
| * | MIPS: Probe the I6500 CPUPaul Burton2017-06-282-1/+3