aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-04timekeeping/vsyscall: Update VDSO data unconditionallyHuacai Chen1-7/+0
2019-10-23MIPS: bmips: mark exception vectors as char arraysJonas Gorski1-5/+5
2019-10-18mips: vdso: Fix __arch_get_hw_counter()Vincenzo Frascino1-1/+3
2019-10-09MIPS: include: Mark __xchg as __always_inlineThomas Bogendoerfer1-2/+2
2019-10-07MIPS: include: Mark __cmpxchg as __always_inlineThomas Bogendoerfer1-2/+3
2019-10-02MIPS: Wire up clone3 syscallPaul Burton1-0/+1
2019-10-02MIPS: octeon: Include required header; fix octeon ethernet buildPaul Burton1-0/+1
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland1-1/+1
2019-09-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-12/+0
2019-09-24mips: use generic mmap top-down layout and brk randomizationAlexandre Ghiti1-5/+0
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport1-5/+0
2019-09-24mm: remove quicklist page table cachesNicholas Piggin1-2/+0
2019-09-23Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+0
2019-09-22Merge tag 'mips_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds42-384/+561
2019-09-20MIPS: Disable pte_special() for MIPS32 with RiXiPaul Burton1-1/+13
2019-09-03mips: compat: vdso: Use legacy syscalls as fallbackVincenzo Frascino1-0/+45
2019-09-03MIPS: Drop Loongson _CACHE_* definitionsPaul Burton1-7/+0
2019-09-03MIPS: tlbex: Remove cpu_has_local_ebasePaul Burton3-5/+0
2019-09-03MIPS: Select R3k-style TLB in KconfigPaul Burton3-7/+7
2019-08-31mips: remove ioremap_cachableChristoph Hellwig1-4/+3
2019-08-31mips/atomic: Fix smp_mb__{before,after}_atomic()Peter Zijlstra4-29/+45
2019-08-31mips/atomic: Fix loongson_llsc_mb() wreckagePeter Zijlstra4-16/+31
2019-08-31mips/atomic: Fix cmpxchg64 barriersPeter Zijlstra1-2/+5
2019-08-30MIPS: SGI-IP27: restructure ioc3 register accessThomas Bogendoerfer1-214/+143
2019-08-26MIPS: Treat Loongson Extensions as ASEsJiaxun Yang2-0/+20
2019-08-24mips: avoid explicit UB in assignment of mips_io_port_baseNick Desaulniers1-12/+2
2019-08-23MIPS: init: Drop boot_mem_mapJiaxun Yang1-16/+0
2019-08-20MIPS: Octeon: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-08-19MIPS: Octeon: Fix a typo in #define OCTOEN_SERIAL_LENChristophe JAILLET1-2/+2
2019-08-11MIPS/ptrace: Update mips_get_syscall_arg's return typeNathan Chancellor1-14/+7
2019-08-08PCI: Convert pci_resource_to_user() to a weak functionDenis Efremov1-1/+0
2019-08-06mips: fix vdso32 build, againArnd Bergmann1-10/+0
2019-08-06MIPS: octeon: Remove ARCH_HAS_IRQ_PER_CPUPaul Burton1-1/+0
2019-08-06MIPS: octeon: Remove cpu_has_saaPaul Burton1-8/+0
2019-08-05MIPS: Ingenic: Disable broken BTB lookup optimization.Zhou Yanjie1-0/+4
2019-07-30MIPS: jz4740: Drop dead codePaul Cercueil4-111/+0
2019-07-30MIPS: X1000: Add X1000 system type.Zhou Yanjie2-1/+2
2019-07-25MIPS: BCM47XX: Add support for Netgear R6200 V1Edward Matijević1-0/+1
2019-07-25mips: Add clock_getres entry pointVincenzo Frascino1-0/+26
2019-07-25mips: Add support for generic vDSOVincenzo Frascino4-76/+281
2019-07-23MIPS: Remove unused R8000 CPU supportPaul Burton4-20/+0
2019-07-23MIPS: Remove unused R5432_CP0_INTERRUPT_WARPaul Burton13-25/+0
2019-07-23MIPS: Remove unused R5432 CPU supportPaul Burton3-7/+1
2019-07-23MIPS: Remove unused R4300 CPU supportPaul Burton3-8/+1
2019-07-21MIPS: pte_special()/pte_mkspecial() supportDmitry Korotin2-2/+19
2019-07-21MIPS: Rename JZRISC to XBURSTPaul Cercueil2-3/+3
2019-07-21MIPS: Undefine PMD_ORDER for 32-bit buildsDaniel Silsby1-1/+1
2019-07-21MIPS: Add partial 32-bit huge page supportDaniel Silsby2-7/+53
2019-07-17Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-22/+0
2019-07-17Merge tag 'mips_5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds3-66/+71