summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-hotfixes-stable-2023-12-15-07-11' of git://git.kernel.org/pub/s...Linus Torvalds2023-12-159-16/+16
|\
| * mips, kexec: fix the incorrect ifdeffery and dependency of CONFIG_KEXECBaoquan He2023-12-129-16/+16
* | Merge tag 'net-6.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-12-142-4/+2
|\ \
| * | MIPS: dts: loongson: drop incorrect dwmac fallback compatibleKrzysztof Kozlowski2023-12-132-4/+2
| |/
* | MIPS: kernel: Clear FPU states when setting up kernel threadsThomas Bogendoerfer2023-12-051-12/+13
* | MIPS: Loongson64: Handle more memory types passed from firmwareJiaxun Yang2023-12-052-17/+31
* | MIPS: Loongson64: Enable DMA noncoherent supportJiaxun Yang2023-12-053-2/+13
* | MIPS: Loongson64: Reserve vgabios memory on bootJiaxun Yang2023-12-051-0/+5
* | mips/smp: Call rcutree_report_cpu_starting() earlierStefan Wiehler2023-12-051-2/+2
|/
* Merge tag 'probes-fixes-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-11-101-2/+0
|\
| * kprobes: unify kprobes_exceptions_nofify() prototypesArnd Bergmann2023-11-101-2/+0
* | Merge tag 'mips_6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2023-11-1037-2583/+5
|\ \ | |/ |/|
| * MIPS: AR7: remove platformWolfram Sang2023-10-1918-2493/+0
| * arch: mips: remove ReiserFS from defconfigPeter Lafreniere2023-10-197-27/+0
| * MIPS: lantiq: Remove unnecessary include of <linux/of_irq.h>Bjorn Helgaas2023-10-191-1/+0
| * MIPS: lantiq: Fix pcibios_plat_dev_init() "no previous prototype" warningBjorn Helgaas2023-10-191-0/+1
| * MIPS: KVM: Fix a build warning about variable set but not usedHuacai Chen2023-10-191-2/+1
| * MIPS: Remove dead code in relocate_new_kernelTiezhu Yang2023-10-061-1/+0
| * mips: dts: ralink: mt7621: rename to GnuBee GB-PC1 and GnuBee GB-PC2Arınç ÜNAL2023-10-062-2/+2
| * mips: dts: ralink: mt7621: define each reset as an itemArınç ÜNAL2023-10-061-3/+2
| * mips: dts: ingenic: Remove unneeded probe-type propertiesGeert Uytterhoeven2023-10-062-2/+0
| * MIPS: loongson32: Remove dma.h and nand.hKeguang Zhang2023-10-065-54/+0
* | Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-11-041-3/+0
|\ \
| * | kbuild: remove ARCH_POSTLINK from module buildsMasahiro Yamada2023-10-281-3/+0
| |/
* | Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-11-035-40/+29
|\ \
| * | vgacon: fix mips/sibyte build regressionArnd Bergmann2023-10-241-0/+1
| * | vgacon: clean up global screen_info instancesArnd Bergmann2023-10-174-29/+26
| * | vgacon: remove screen_info dependencyArnd Bergmann2023-10-171-1/+1
| * | vgacon, arch/*: remove unused screen_info definitionsArnd Bergmann2023-10-171-9/+0
| * | vgacon: rework screen_info #ifdef checksArnd Bergmann2023-10-173-3/+3
| |/
* | Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-021-1/+2
|\ \
| * | crash_core: change the prototype of function parse_crashkernel()Baoquan He2023-10-041-1/+2
| |/
* | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-024-2/+40
|\ \
| * | mm: delete checks for xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)2023-10-181-1/+0
| * | mips: implement xor_unlock_is_negative_byteMatthew Wilcox (Oracle)2023-10-182-1/+39
| * | mm: add statistics for PUD level pagetableBaolin Wang2023-10-061-0/+1
| * | mips: use nth_page() in place of direct struct page manipulationZi Yan2023-10-041-1/+1
| |/
* | Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-11-021-2/+0
|\ \
| * | crypto: mips/crc32 - remove redundant setting of alignmask to 0Eric Biggers2023-10-271-2/+0
* | | Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-013-3/+6
|\ \ \
| * | | arch: Reserve map_shadow_stack() syscall number for all architecturesSohil Mehta2023-10-063-0/+3
| * | | syscalls: Cleanup references to sys_lookup_dcookie()Sohil Mehta2023-10-033-3/+3
| |/ /
* | | Merge tag 'drm-next-2023-10-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-11-011-6/+5
|\ \ \
| * \ \ BackMerge tag 'v6.6-rc7' into drm-nextDave Airlie2023-10-234-2/+15
| |\ \ \
| * | | | fbdev: Replace fb_pgprotect() with pgprot_framebuffer()Thomas Zimmermann2023-10-121-6/+5
| | |/ / | |/| |
* | | | Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-10-304-11/+25
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge tag 'v6.6-rc5' into locking/core, to pick up fixesIngo Molnar2023-10-093-0/+14
| |\ \ \ | | | |/ | | |/|
| * | | locking/local, arch: Rewrite local_add_unless() as a static inline functionUros Bizjak2023-10-041-11/+16
| * | | futex: Add sys_futex_requeue()peterz@infradead.org2023-09-213-0/+3
| * | | futex: Add sys_futex_wait()peterz@infradead.org2023-09-213-0/+3