aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-02-04MIPS: Loongson32: Fix config brokenness; select SYS_SUPPORTS_32BIT_KERNELPaul Burton2-4/+13
2019-02-04MIPS: Don't select ARCH_HAS_SYNC_DMA_FOR_CPU when DMA is coherentPaul Burton1-4/+4
2019-02-04MIPS: Enable hugepage support for MIPS64r6Paul Burton1-0/+1
2019-02-04MIPS: Remove open-coded cmpxchg() in set_pte()Paul Burton1-43/+2
2019-02-04MIPS: MemoryMapID (MMID) SupportPaul Burton15-31/+509
2019-02-04MIPS: Add GINVT instruction helpersPaul Burton4-0/+84
2019-02-04MIPS: mm: Add set_cpu_context() for ASID assignmentsPaul Burton5-13/+24
2019-02-04MIPS: mm: Unify ASID version checksPaul Burton4-26/+28
2019-02-04MIPS: mm: Un-inline get_new_mmu_contextPaul Burton3-19/+21
2019-02-04MIPS: mm: Split obj-y to a file per linePaul Burton1-3/+12
2019-02-04MIPS: mm: Remove local_flush_tlb_mm()Paul Burton5-28/+5
2019-02-04MIPS: mm: Remove redundant preempt_disable in local_flush_tlb_mm()Paul Burton1-2/+0
2019-02-04MIPS: mm: Move drop_mmu_context() comment into appropriate blockPaul Burton1-5/+5
2019-02-04MIPS: mm: Consolidate drop_mmu_context() has-ASID checksPaul Burton5-22/+10
2019-02-04MIPS: mm: Avoid HTW stop/start when dropping an inactive mmPaul Burton1-2/+3
2019-02-04MIPS: mm: Remove redundant get_new_mmu_context() cpu argumentPaul Burton4-11/+15
2019-02-04MIPS: mm: Remove redundant drop_mmu_context() cpu argumentPaul Burton5-8/+10
2019-02-04MIPS: mm: Define activate_mm() using switch_mm()Paul Burton1-27/+1
2019-01-28MIPS: OCTEON: delete unused cvmx-smix-defs.hAaro Koskinen1-276/+0
2019-01-28MIPS: OCTEON: delete SMI/MDIO enableAaro Koskinen1-20/+0
2019-01-22MIPS: remove meaningless generic-(CONFIG_GENERIC_CSUM) += checksum.hMasahiro Yamada1-1/+0
2019-01-22MIPS: Loongson32: Revert ISA level to MIPS32R2Jiaxun Yang2-2/+2
2019-01-22MIPS: Loongson32: workaround di issueJiaxun Yang1-1/+1
2019-01-22MIPS: Loongson32: Set load address to 0x80200000Jiaxun Yang1-1/+1
2019-01-22MIPS: Loongson32: clarify we don't support MIPS16 and merge configsJiaxun Yang2-15/+4
2019-01-22MIPS: ath79: drop !OF clock codeJohn Crispin2-59/+0
2019-01-22MIPS: ath79: drop platform device registration codeJohn Crispin15-835/+0
2019-01-22MIPS: ath79: drop legacy pci codeJohn Crispin5-309/+22
2019-01-22MIPS: ath79: drop machfilesJohn Crispin12-919/+9
2019-01-22MIPS: ath79: drop legacy IRQ codeJohn Crispin4-174/+7
2019-01-22MIPS: ath79: export switch MDIO reference clockFelix Fietkau2-1/+10
2019-01-22MIPS: ath79: support setting up clock via DT on all SoC typesFelix Fietkau1-17/+22
2019-01-22MIPS: ath79: make specifying the reference clock in DT optionalFelix Fietkau1-44/+40
2019-01-22MIPS: ath79: pass PLL base to clock init functionsFelix Fietkau1-30/+30
2019-01-22MIPS: ath79: move legacy "wdt" and "uart" clock aliases out of soc initFelix Fietkau1-21/+17
2019-01-22MIPS: ath79: add helpers for setting clocks and expose the ref clockFelix Fietkau2-63/+68
2019-01-22MIPS: Loongson32: Remove unused platform devicesJiaxun Yang2-67/+0
2019-01-22mips: kernel: no need to check return value of debugfs_create functionsGreg Kroah-Hartman5-64/+16
2019-01-22mips: math-emu: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-19/+4
2019-01-22mips: mm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-12/+3
2019-01-22mips: ralink: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-7/+1
2019-01-22mips: cavium: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-28/+4
2019-01-18MIPS: Compile post DMA flush only when neededHauke Mehrtens2-1/+7
2019-01-14Linux 5.0-rc2Linus Torvalds1-1/+1
2019-01-14kernel/sys.c: Clarify that UNAME26 does not generate unique versions anymoreJonathan Neuschäfer1-1/+2
2019-01-14Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds26-93/+321
2019-01-14Merge tag 'for-5.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds3-13/+64
2019-01-14Merge tag 'driver-core-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds6-10/+17
2019-01-14Merge tag 'staging-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds3-4/+9
2019-01-14Merge tag 'tty-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-24/+32