Age | Commit message (Expand) | Author |
2020-07-19 | Merge tag 'irq-urgent-2020-07-19' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2020-07-14 | irqdomain/treewide: Keep firmware node unconditionally allocated | Thomas Gleixner |
2020-07-10 | mips: Remove compiler check in unroll macro | Nathan Chancellor |
2020-07-10 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2020-07-10 | KVM: MIPS: Fix build errors for 32bit kernel | Huacai Chen |
2020-07-09 | Restore gcc check in mips asm/unroll.h | Cesar Eduardo Barros |
2020-07-08 | Raise gcc version requirement to 4.9 | Linus Torvalds |
2020-07-05 | Merge tag 'mips_fixes_5.8_1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2020-07-05 | MIPS: Do not use smp_processor_id() in preemptible code | Xingxing Su |
2020-07-05 | MIPS: Add missing EHB in mtc0 -> mfc0 sequence for DSPen | Hauke Mehrtens |
2020-06-25 | MIPS: ingenic: gcw0: Fix HP detection GPIO. | João H. Spies |
2020-06-23 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2020-06-17 | maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault | Christoph Hellwig |
2020-06-15 | MIPS: lantiq: xway: sysctrl: fix the GPHY clock alias names | Martin Blumenstingl |
2020-06-15 | KVM: MIPS: Fix a build error for !CPU_LOONGSON64 | Huacai Chen |
2020-06-13 | Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds |
2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada |
2020-06-12 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2020-06-10 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds |
2020-06-09 | mmap locking API: convert mmap_sem API comments | Michel Lespinasse |
2020-06-09 | mmap locking API: convert mmap_sem call sites missed by coccinelle | Michel Lespinasse |
2020-06-09 | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse |
2020-06-09 | mm: consolidate pte_index() and pte_offset_*() definitions | Mike Rapoport |
2020-06-09 | mm: pgtable: add shortcuts for accessing kernel PMD and PTE | Mike Rapoport |
2020-06-09 | mm: reorder includes after introduction of linux/pgtable.h | Mike Rapoport |
2020-06-09 | mm: introduce include/linux/pgtable.h | Mike Rapoport |
2020-06-09 | mm: don't include asm/pgtable.h if linux/mm.h is already included | Mike Rapoport |
2020-06-09 | kernel: rename show_stack_loglvl() => show_stack() | Dmitry Safonov |
2020-06-09 | mips: add show_stack_loglvl() | Dmitry Safonov |
2020-06-09 | kallsyms/printk: add loglvl to print_ip_sym() | Dmitry Safonov |
2020-06-07 | Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds |
2020-06-04 | kmap: consolidate kmap_prot definitions | Ira Weiny |
2020-06-04 | arch/kmap: define kmap_atomic_prot() for all arch's | Ira Weiny |
2020-06-04 | arch/kmap: don't hard code kmap_prot values | Ira Weiny |
2020-06-04 | arch/kunmap_atomic: consolidate duplicate code | Ira Weiny |
2020-06-04 | arch/kmap_atomic: consolidate duplicate code | Ira Weiny |
2020-06-04 | arch/kunmap: remove duplicate kunmap implementations | Ira Weiny |
2020-06-04 | arch/kmap: remove redundant arch specific kmaps | Ira Weiny |
2020-06-04 | arch/kmap: remove BUG_ON() | Ira Weiny |
2020-06-04 | KVM: MIPS: Enable KVM support for Loongson-3 | Huacai Chen |
2020-06-04 | KVM: MIPS: Add more MMIO load/store instructions emulation | Huacai Chen |
2020-06-04 | KVM: MIPS: Add CONFIG6 and DIAG registers emulation | Huacai Chen |
2020-06-04 | KVM: MIPS: Add CPUCFG emulation for Loongson-3 | Huacai Chen |
2020-06-04 | KVM: MIPS: Add Loongson-3 Virtual IPI interrupt support | Huacai Chen |
2020-06-04 | KVM: MIPS: Add more types of virtual interrupts | Huacai Chen |
2020-06-04 | KVM: MIPS: Let indexed cacheops cause guest exit on Loongson-3 | Huacai Chen |
2020-06-04 | KVM: MIPS: Use root tlb to control guest's CCA for Loongson-3 | Huacai Chen |
2020-06-04 | KVM: MIPS: Introduce and use cpu_guest_has_ldpte | Huacai Chen |
2020-06-04 | KVM: MIPS: Use lddir/ldpte instructions to lookup gpa_mm.pgd | Huacai Chen |
2020-06-04 | KVM: MIPS: Add EVENTFD support which is needed by VHOST | Huacai Chen |