aboutsummaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2023-11-10Merge tag 'probes-fixes-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+0
2023-11-10Merge tag 'mips_6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxGravatar Linus Torvalds 37-2583/+5
2023-11-10kprobes: unify kprobes_exceptions_nofify() prototypesGravatar Arnd Bergmann 1-2/+0
2023-11-04Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-3/+0
2023-11-03Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 5-40/+29
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-1/+2
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 4-2/+40
2023-11-02Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Gravatar Linus Torvalds 1-2/+0
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-3/+6
2023-11-01Merge tag 'drm-next-2023-10-31-1' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-6/+5
2023-10-30Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 4-11/+25
2023-10-28kbuild: remove ARCH_POSTLINK from module buildsGravatar Masahiro Yamada 1-3/+0
2023-10-27crypto: mips/crc32 - remove redundant setting of alignmask to 0Gravatar Eric Biggers 1-2/+0
2023-10-24vgacon: fix mips/sibyte build regressionGravatar Arnd Bergmann 1-0/+1
2023-10-23BackMerge tag 'v6.6-rc7' into drm-nextGravatar Dave Airlie 4-2/+15
2023-10-19MIPS: AR7: remove platformGravatar Wolfram Sang 18-2493/+0
2023-10-19arch: mips: remove ReiserFS from defconfigGravatar Peter Lafreniere 7-27/+0
2023-10-19MIPS: lantiq: Remove unnecessary include of <linux/of_irq.h>Gravatar Bjorn Helgaas 1-1/+0
2023-10-19MIPS: lantiq: Fix pcibios_plat_dev_init() "no previous prototype" warningGravatar Bjorn Helgaas 1-0/+1
2023-10-19MIPS: KVM: Fix a build warning about variable set but not usedGravatar Huacai Chen 1-2/+1
2023-10-18mm: delete checks for xor_unlock_is_negative_byte()Gravatar Matthew Wilcox (Oracle) 1-1/+0
2023-10-18mips: implement xor_unlock_is_negative_byteGravatar Matthew Wilcox (Oracle) 2-1/+39
2023-10-17vgacon: clean up global screen_info instancesGravatar Arnd Bergmann 4-29/+26
2023-10-17vgacon: remove screen_info dependencyGravatar Arnd Bergmann 1-1/+1
2023-10-17vgacon, arch/*: remove unused screen_info definitionsGravatar Arnd Bergmann 1-9/+0
2023-10-17vgacon: rework screen_info #ifdef checksGravatar Arnd Bergmann 3-3/+3
2023-10-12KVM: MIPS: fix -Wunused-but-set-variable warningGravatar Paolo Bonzini 1-2/+1
2023-10-12fbdev: Replace fb_pgprotect() with pgprot_framebuffer()Gravatar Thomas Zimmermann 1-6/+5
2023-10-09Merge tag 'v6.6-rc5' into locking/core, to pick up fixesGravatar Ingo Molnar 3-0/+14
2023-10-06mm: add statistics for PUD level pagetableGravatar Baolin Wang 1-0/+1
2023-10-06arch: Reserve map_shadow_stack() syscall number for all architecturesGravatar Sohil Mehta 3-0/+3
2023-10-06MIPS: Remove dead code in relocate_new_kernelGravatar Tiezhu Yang 1-1/+0
2023-10-06mips: dts: ralink: mt7621: rename to GnuBee GB-PC1 and GnuBee GB-PC2Gravatar Arınç ÜNAL 2-2/+2
2023-10-06mips: dts: ralink: mt7621: define each reset as an itemGravatar Arınç ÜNAL 1-3/+2
2023-10-06mips: dts: ingenic: Remove unneeded probe-type propertiesGravatar Geert Uytterhoeven 2-2/+0
2023-10-06MIPS: loongson32: Remove dma.h and nand.hGravatar Keguang Zhang 5-54/+0
2023-10-04crash_core: change the prototype of function parse_crashkernel()Gravatar Baoquan He 1-1/+2
2023-10-04mips: use nth_page() in place of direct struct page manipulationGravatar Zi Yan 1-1/+1
2023-10-04locking/local, arch: Rewrite local_add_unless() as a static inline functionGravatar Uros Bizjak 1-11/+16
2023-10-03syscalls: Cleanup references to sys_lookup_dcookie()Gravatar Sohil Mehta 3-3/+3
2023-09-25MIPS: Alchemy: only build mmc support helpers if au1xmmc is enabledGravatar Christoph Hellwig 3-0/+14
2023-09-21futex: Add sys_futex_requeue()Gravatar peterz@infradead.org 3-0/+3
2023-09-21futex: Add sys_futex_wait()Gravatar peterz@infradead.org 3-0/+3
2023-09-21futex: Add sys_futex_wake()Gravatar peterz@infradead.org 3-0/+3
2023-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 3-12/+5
2023-09-07Merge tag 'mips_6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxGravatar Linus Torvalds 43-252/+147
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-1/+1
2023-09-01Merge tag 'usb-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 3-553/+0
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-3/+3
2023-08-31Merge tag 'kvm-x86-generic-6.6' of https://github.com/kvm-x86/linux into HEADGravatar Paolo Bonzini 1-1/+1