summaryrefslogtreecommitdiff
path: root/arch/mips/include/asm
AgeCommit message (Expand)AuthorFilesLines
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds7-64/+90
2023-08-29Merge tag 'perf-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2023-08-25mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)1-6/+0
2023-08-25mips: implement the new page table range APIMatthew Wilcox (Oracle)5-44/+73
2023-08-21mips: convert various functions to use ptdescsVishal Moola (Oracle)1-14/+18
2023-08-18asm-generic/iomap.h: remove ARCH_HAS_IOREMAP_xx macrosBaoquan He1-3/+2
2023-08-12locking: remove spin_lock_prefetchMateusz Guzik1-2/+0
2023-07-10locking/arch: Avoid variable shadowing in local_try_cmpxchg()Uros Bizjak1-2/+2
2023-07-09Merge tag 'mips_6.5_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/...Linus Torvalds1-3/+3
2023-07-03MIPS: KVM: Fix NULL pointer dereferenceHuacai Chen1-3/+3
2023-06-30Merge tag 'mips_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds10-93/+6
2023-06-29Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-4/+24
2023-06-29Merge tag 'gpio-updates-for-v6.5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-10/+0
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds2-4/+0
2023-06-28Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-11/+0
2023-06-27Merge tag 'timers-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux...Linus Torvalds2-26/+0
2023-06-26Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2023-06-23MIPS: dec: prom: Address -Warray-bounds warningGustavo A. R. Silva1-1/+1
2023-06-21mips: ralink: mt7620: remove clock related codeSergio Paracuellos1-35/+0
2023-06-21mips: ralink: rt3883: remove clock related codeSergio Paracuellos1-8/+0
2023-06-21mips: ralink: rt305x: remove clock related codeSergio Paracuellos1-21/+0
2023-06-21mips: ralink: rt288x: remove clock related codeSergio Paracuellos1-10/+0
2023-06-19MIPS: Loongson32: Remove deprecated PWM timer clocksourceKeguang Zhang2-26/+0
2023-06-16mips/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner1-17/+0
2023-06-13gpiolib: remove unused gpio_cansleep()Andy Shevchenko2-10/+0
2023-06-10init: consolidate prototypes in linux/init.hArnd Bergmann1-1/+0
2023-06-10add intptr_tAlexey Dobriyan1-3/+0
2023-06-09MIPS: Rework smt cmdline parametersJiaxun Yang1-0/+2
2023-06-09MIPS: cpu-features: Use boot_cpu_type for CPU type based featuresJiaxun Yang1-2/+2
2023-06-09mips: provide unxlate_dev_mem_ptr() in asm/io.hArnd Bergmann1-0/+1
2023-06-05locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland1-11/+0
2023-05-23MIPS: Loongson32: Remove reset.cKeguang Zhang2-16/+0
2023-05-18fbdev: Move framebuffer I/O helpers into <asm/fb.h>Thomas Zimmermann1-0/+22
2023-05-15MIPS: SMP_CPS: Switch to hotplug core state synchronizationThomas Gleixner1-0/+1
2023-05-09Merge drm/drm-next into drm-misc-nextMaxime Ripard29-259/+63
2023-05-05Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-4/+13
2023-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2023-04-30Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-1/+0
2023-04-29locking/arch: Wire up local_try_cmpxchg()Uros Bizjak1-2/+11
2023-04-29locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda1-2/+2
2023-04-29Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-04-29Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2023-04-28Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+3
2023-04-24MIPS: Don't clear _PAGE_SPECIAL in _PAGE_CHG_MASKHenry Willard1-1/+2
2023-04-23MIPS: Sink body of check_bugs_early() into its only call siteNathan Chancellor1-6/+0
2023-04-23MIPS: Mark check_bugs() as __initNathan Chancellor1-1/+1
2023-04-20arch/mips: Implement <asm/fb.h> with generic helpersThomas Zimmermann1-6/+4
2023-04-12MIPS: Remove deprecated CONFIG_MIPS_CMPThomas Bogendoerfer3-21/+0
2023-04-06mips: fix comment about pgtable_init()Mike Rapoport (IBM)1-1/+1
2023-04-05MIPS: lantiq: remove unused function declarationAleksander Jan Bajkowski1-3/+0