summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* mmap locking API: convert mmap_sem API commentsMichel Lespinasse2020-06-091-1/+1
* mmap locking API: convert mmap_sem call sites missed by coccinelleMichel Lespinasse2020-06-091-5/+5
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-092-4/+4
* mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-094-65/+11
* mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport2020-06-095-28/+7
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-094-4/+4
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-095-6/+4
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-0929-29/+0
* kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-091-7/+1
* mips: add show_stack_loglvl()Dmitry Safonov2020-06-091-17/+24
* kallsyms/printk: add loglvl to print_ip_sym()Dmitry Safonov2020-06-091-2/+2
* Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-06-071-1/+1
|\
| * MIPS: constify sysrq_key_opEmil Velikov2020-05-151-1/+1
* | kmap: consolidate kmap_prot definitionsIra Weiny2020-06-041-2/+0
* | arch/kmap: define kmap_atomic_prot() for all arch'sIra Weiny2020-06-041-3/+3
* | arch/kmap: don't hard code kmap_prot valuesIra Weiny2020-06-041-1/+1
* | arch/kunmap_atomic: consolidate duplicate codeIra Weiny2020-06-043-11/+5
* | arch/kmap_atomic: consolidate duplicate codeIra Weiny2020-06-043-18/+3
* | arch/kunmap: remove duplicate kunmap implementationsIra Weiny2020-06-042-12/+0
* | arch/kmap: remove redundant arch specific kmapsIra Weiny2020-06-042-13/+5
* | arch/kmap: remove BUG_ON()Ira Weiny2020-06-041-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-036-16/+4
|\ \
| * | mm/thp: rename pmd_mknotpresent() as pmd_mkinvalid()Anshuman Khandual2020-06-031-1/+1
| * | mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()Anshuman Khandual2020-06-031-4/+0
| * | mm/hugetlb: define a generic fallback for is_hugepage_only_range()Anshuman Khandual2020-06-031-7/+0
| * | mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport2020-06-033-3/+3
| * | mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport2020-06-031-1/+0
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-06-032-36/+38
|\ \ \
| * \ \ Merge tag 'noinstr-x86-kvm-2020-05-16' of git://git.kernel.org/pub/scm/linux/...Paolo Bonzini2020-05-202-61/+66
| |\ \ \ | | | |/ | | |/|
| * | | kvm: add halt-polling cpu usage statsDavid Matlack2020-05-152-0/+4
| * | | kvm: Replace vcpu->swait with rcuwaitDavidlohr Bueso2020-05-131-4/+2
| * | | Merge branch 'kvm-amd-fixes' into HEADPaolo Bonzini2020-05-1325-44/+46
| |\ \ \
| * | | | KVM: Remove redundant argument to kvm_arch_vcpu_ioctl_runTianjia Zhang2020-04-211-1/+2
| * | | | kvm_host: unify VM_STAT and VCPU_STAT definitions in a single placeEmanuele Giuseppe Esposito2020-04-211-31/+30
* | | | | Merge tag 'mips_5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2020-06-03320-13161/+4205
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | MIPS: ralink: drop ralink_clk_init for mt7621Chuanhong Guo2020-05-311-43/+0
| * | | | MIPS: ralink: bootrom: mark a function as __init to save some memoryChristophe JAILLET2020-05-311-1/+1
| * | | | MIPS: Loongson64: Reorder CPUCFG model match armsWANG Xuerui2020-05-311-16/+16
| * | | | MIPS: Expose Loongson CPUCFG availability via HWCAPWANG Xuerui2020-05-312-1/+9
| * | | | MIPS: Loongson64: Guard against future cores without CPUCFGWANG Xuerui2020-05-313-17/+35
| * | | | MIPS: Fix build warning about "PTR_STR" redefinitionThomas Bogendoerfer2020-05-304-779/+781
| * | | | MIPS: Loongson64: Remove not used pci.cTiezhu Yang2020-05-281-49/+0
| * | | | MIPS: Loongson64: Define PCI_IOBASEJiaxun Yang2020-05-282-2/+48
| * | | | MIPS: CPU_LOONGSON2EF need software to maintain cache consistencyLichao Liu2020-05-281-0/+1
| * | | | MIPS: DTS: Fix build errors used with various configsTiezhu Yang2020-05-281-0/+2
| * | | | MIPS: Loongson64: select NO_EXCEPT_FILLJiaxun Yang2020-05-271-0/+1
| * | | | MIPS: Fix IRQ tracing when call handle_fpe() and handle_msa_fpe()YuanJunQing2020-05-271-3/+3
| * | | | MIPS: mm: add page valid judgement in function pte_modifyBibo Mao2020-05-271-2/+5
| * | | | mm/memory.c: Add memory read privilege on page fault handlingBibo Mao2020-05-271-0/+2
| * | | | mm/memory.c: Update local TLB if PTE entry existsBibo Mao2020-05-271-0/+23