aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mips_5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2021-07-016-10/+26
|\
| * MIPS: Fix PKMAP with 32-bit MIPS huge page supportWei Li2021-06-301-1/+1
| * MIPS: set mips32r5 for virt extensionsNick Desaulniers2021-06-291-4/+4
| * MIPS: MT extensions are not available on MIPS32r1Paul Cercueil2021-06-291-1/+3
| * MIPS: add PMD table accounting into MIPS'pmd_alloc_oneHuang Pei2021-06-211-3/+7
| * mips: syscalls: define syscall offsets directly in <asm/unistd.h>Masahiro Yamada2021-06-011-0/+4
| * hugetlb: clear huge pte during flush function on mips platformBibo Mao2021-05-111-1/+7
* | Merge tag 'pinctrl-v5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-07-015-165/+7
|\ \
| * | pinctrl: ralink: move RT288X SoC pinmux config into a new 'pinctrl-rt288x.c' ...Sergio Paracuellos2021-06-071-9/+0
| * | pinctrl: ralink: move MT7620 SoC pinmux config into a new 'pinctrl-mt7620.c' ...Sergio Paracuellos2021-06-071-46/+7
| * | pinctrl: ralink: move RT305X SoC pinmux config into a new 'pinctrl-rt305x.c' ...Sergio Paracuellos2021-06-071-24/+0
| * | pinctrl: ralink: move RT3883 SoC pinmux config into a new 'pinctrl-rt3883.c' ...Sergio Paracuellos2021-06-071-34/+0
| * | pinctrl: ralink: move ralink architecture pinmux header into the driverSergio Paracuellos2021-06-071-52/+0
| |/
* | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2021-07-011-4/+0
|\ \
| * | mips: ar7: convert to CONFIG_COMMON_CLKArnd Bergmann2021-06-081-4/+0
| |/
* | Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-06-301-0/+2
|\ \
| * | net: retrieve netns cookie via getsocketoptMartynas Pumputis2021-06-241-0/+2
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-292-8/+2
|\ \ \
| * | | mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport2021-06-292-2/+2
| * | | arch, mm: remove stale mentions of DISCONIGMEMMike Rapoport2021-06-291-6/+0
| |/ /
* | | Merge tag 'irq-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-06-291-1/+0
|\ \ \
| * | | MIPS: Do not include linux/irqdomain.h from asm/irq.hMarc Zyngier2021-06-101-1/+0
| |/ /
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-06-281-7/+2
|\ \ \
| * | | Merge tag 'kvmarm-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-06-251-0/+5
| |\| |
| * | | KVM: stats: Separate generic stats from architecture specific onesJing Zhang2021-06-241-7/+2
| * | | KVM: switch per-VM stats to u64Paolo Bonzini2021-06-171-1/+1
| | |/ | |/|
* | | Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-06-282-37/+40
|\ \ \ | |_|/ |/| |
| * | locking/atomic: mips: move to ARCH_ATOMICMark Rutland2021-05-262-37/+40
| * | locking/atomic: cmpxchg: make `generic` a prefixMark Rutland2021-05-261-1/+1
| |/
* / MIPS: launch.h: add include guard to prevent build errorsRandy Dunlap2021-05-251-0/+5
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-071-5/+0
|\
| * mm: remove xlate_dev_kmem_ptr()David Hildenbrand2021-05-071-5/+0
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-05-011-13/+4
|\ \ | |/ |/|
| * KVM: Kill off the old hva-based MMU notifier callbacksSean Christopherson2021-04-171-1/+0
| * KVM: MIPS/MMU: Convert to the gfn-based MMU notifier callbacksSean Christopherson2021-04-171-0/+1
| * KVM: MIPS: let generic code call prepare_flush_shadowPaolo Bonzini2021-04-171-0/+3
| * KVM: MIPS: rework flush_shadow_* callbacks into one that prepares the flushPaolo Bonzini2021-04-171-8/+1
| * KVM: Move prototypes for MMU notifier callbacks to generic codeSean Christopherson2021-04-171-5/+0
* | mips: Do not include hi and lo in clobber list for R6Romain Naour2021-04-231-5/+21
* | MIPS: Avoid handcoded DIVU in `__div64_32' altogetherMaciej W. Rozycki2021-04-231-6/+2
* | mips/bootinfo:correct some comments of fw_argxiaochuan mao2021-04-211-1/+1
* | MIPS: Avoid DIVU in `__div64_32' is result would be zeroMaciej W. Rozycki2021-04-211-2/+4
* | MIPS: Reinstate platform `__div64_32' handlerMaciej W. Rozycki2021-04-211-16/+41
* | MIPS: Loongson64: Add kexec/kdump supportHuacai Chen2021-04-162-0/+35
* | MIPS: pci-legacy: remove busn_resource fieldIlya Lipnitskiy2021-04-161-1/+0
* | MIPS: Fix strnlen_user access checkThomas Bogendoerfer2021-04-151-2/+2
* | MIPS: Fix access_ok() for the last byte of user spacePaul Burton2021-04-131-1/+3
* | MIPS: add support for buggy MT7621S core detectionIlya Lipnitskiy2021-04-121-1/+22
* | MIPS: uaccess: Reduce number of nested macrosThomas Bogendoerfer2021-04-121-86/+68
* | MIPS: Remove get_fs/set_fsThomas Bogendoerfer2021-04-063-313/+146