aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-11Merge tag 'irq-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2021-07-10Merge tag 'mips_5.14_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-1/+1
2021-07-09Merge tag 'irqchip-fixes-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgentThomas Gleixner1-0/+3
2021-07-09MIPS: vdso: Invalid GIC access through VDSOMartin Fäcknitz1-1/+1
2021-07-09irqchip/mips: Fix RCU violation when using irqdomain lookup on interrupt entryMarc Zyngier1-0/+3
2021-07-08mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *Aneesh Kumar K.V1-2/+2
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V1-2/+2
2021-07-05Merge tag 'staging-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-0/+10
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-3/+3
2021-07-01Merge tag 'mips_5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds6-10/+26
2021-07-01Merge tag 'pinctrl-v5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds5-165/+7
2021-07-01Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-4/+0
2021-07-01mm/thp: define default pmd_pgtable()Anshuman Khandual1-1/+0
2021-07-01mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual2-2/+0
2021-06-30mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tablesDavid Hildenbrand1-0/+3
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-0/+2
2021-06-30MIPS: Fix PKMAP with 32-bit MIPS huge page supportWei Li1-1/+1
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-8/+2
2021-06-29Merge tag 'irq-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport2-2/+2
2021-06-29arch, mm: remove stale mentions of DISCONIGMEMMike Rapoport1-6/+0
2021-06-29MIPS: set mips32r5 for virt extensionsNick Desaulniers1-4/+4
2021-06-29MIPS: MT extensions are not available on MIPS32r1Paul Cercueil1-1/+3
2021-06-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-7/+2
2021-06-28Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-37/+40
2021-06-25Merge tag 'kvmarm-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-0/+5
2021-06-24net: retrieve netns cookie via getsocketoptMartynas Pumputis1-0/+2
2021-06-24KVM: stats: Separate generic stats from architecture specific onesJing Zhang1-7/+2
2021-06-21MIPS: add PMD table accounting into MIPS'pmd_alloc_oneHuang Pei1-3/+7
2021-06-17KVM: switch per-VM stats to u64Paolo Bonzini1-1/+1
2021-06-15MIPS: ralink: Define PCI_IOBASESergio Paracuellos1-0/+10
2021-06-10MIPS: Do not include linux/irqdomain.h from asm/irq.hMarc Zyngier1-1/+0
2021-06-08mips: ar7: convert to CONFIG_COMMON_CLKArnd Bergmann1-4/+0
2021-06-07pinctrl: ralink: move RT288X SoC pinmux config into a new 'pinctrl-rt288x.c' fileSergio Paracuellos1-9/+0
2021-06-07pinctrl: ralink: move MT7620 SoC pinmux config into a new 'pinctrl-mt7620.c' fileSergio Paracuellos1-46/+7
2021-06-07pinctrl: ralink: move RT305X SoC pinmux config into a new 'pinctrl-rt305x.c' fileSergio Paracuellos1-24/+0
2021-06-07pinctrl: ralink: move RT3883 SoC pinmux config into a new 'pinctrl-rt3883.c' fileSergio Paracuellos1-34/+0
2021-06-07pinctrl: ralink: move ralink architecture pinmux header into the driverSergio Paracuellos1-52/+0
2021-06-01mips: syscalls: define syscall offsets directly in <asm/unistd.h>Masahiro Yamada1-0/+4
2021-05-26locking/atomic: mips: move to ARCH_ATOMICMark Rutland2-37/+40
2021-05-26locking/atomic: cmpxchg: make `generic` a prefixMark Rutland1-1/+1
2021-05-25MIPS: launch.h: add include guard to prevent build errorsRandy Dunlap1-0/+5
2021-05-11hugetlb: clear huge pte during flush function on mips platformBibo Mao1-1/+7
2021-05-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-5/+0
2021-05-07mm: remove xlate_dev_kmem_ptr()David Hildenbrand1-5/+0
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-13/+4
2021-04-23mips: Do not include hi and lo in clobber list for R6Romain Naour1-5/+21
2021-04-23MIPS: Avoid handcoded DIVU in `__div64_32' altogetherMaciej W. Rozycki1-6/+2
2021-04-21mips/bootinfo:correct some comments of fw_argxiaochuan mao1-1/+1
2021-04-21MIPS: Avoid DIVU in `__div64_32' is result would be zeroMaciej W. Rozycki1-2/+4