summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
9 daysMerge tag 'staging-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds10-61/+61
10 daysMerge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+1
13 daysMerge tag 'mips_7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds56-314/+505
2026-06-17Merge tag 'bitmap-for-7.2' of https://github.com/norov/linuxLinus Torvalds1-1/+1
2026-06-17Merge tag 'net-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds22-53/+0
2026-06-17appletalk: move the protocol out of treeJakub Kicinski10-10/+0
2026-06-16Merge tag 'v7.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds7-20/+0
2026-06-15mips: select legacy gpiolib interfaces where usedArnd Bergmann3-1/+6
2026-06-15MIPS: lib: Remove '.hidden' for local symbolsNathan Chancellor2-4/+0
2026-06-15MIPS: VDSO: Avoid including .got in dynamic segmentNathan Chancellor1-0/+1
2026-06-15MIPS: smp: report dying CPU to RCU in stop_this_cpu()Jonas Jelonek1-0/+2
2026-06-15MIPS: kernel: proc: Delete unnecessary braces in show_cpuinfo()Markus Elfring1-2/+1
2026-06-15MIPS: kernel: proc: Use seq_putc() calls in show_cpuinfo()Markus Elfring1-3/+3
2026-06-15mips: sched: Fix CPUMASK_OFFSTACK memory corruptionAaron Tomlin1-13/+15
2026-06-15MIPS: mm: Fix out-of-bounds write in maar_res_walk()Yadan Fan1-4/+8
2026-06-15MIPS: ath79: reduce ARCH_DMA_MINALIGNRosen Penev1-0/+7
2026-06-15mips: dts: ar9132: fix wdt node nameRosen Penev1-1/+1
2026-06-15mips: Remove remaining defconfig references to the pktcdvd driverCatalin Iacob10-10/+0
2026-06-15MIPS: mm: remove comment referring to removed CONFIG_MIPS_CMPEthan Nelson-Moore1-5/+0
2026-06-15Merge tag 'timers-vdso-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kerne...Linus Torvalds7-47/+22
2026-06-15Merge tag 'driver-core-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/g...Linus Torvalds2-2/+1
2026-06-15Merge tag 'vfs-7.2-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-11/+11
2026-06-15Merge tag 'vfs-7.2-rc1.openat2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+2
2026-06-11bluetooth: remove all PCMCIA driversEthan Nelson-Moore1-3/+0
2026-06-10crypto: pcbc - Remove support for PCBC modeEric Biggers22-22/+0
2026-06-10crypto: fcrypt - Remove support for FCrypt block cipherEric Biggers14-14/+0
2026-06-09MIPS: VDSO: Fold MIPS_CLOCK_VSYSCALL into MIPS_GENERIC_GETTIMEOFDAYThomas Weißschuh3-25/+1
2026-06-09MIPS: VDSO: Gate microMIPS restriction on GCC versionThomas Weißschuh1-1/+1
2026-06-09MIPS: VDSO: Fold MIPS_DISABLE_VDSO into MIPS_GENERIC_GETTIMEOFDAYThomas Weißschuh4-14/+7
2026-06-09MIPS: csrc-r4k: Only use VDSO_CLOCKMODE_R4K when it is a availableThomas Weißschuh1-0/+2
2026-06-06vfs: uapi: retire octal and hex numbers in favor of (1 << n) for O_ flagsJori Koolstra1-11/+11
2026-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+108
2026-06-04MIPS: VDSO: Only map the data pages when the vDSO is usedThomas Weißschuh2-6/+8
2026-06-04MIPS: Introduce Kconfig MIPS_GENERIC_GETTIMEOFDAYThomas Weißschuh1-1/+4
2026-06-02vdso/treewide: Drop GENERIC_TIME_VSYSCALLThomas Weißschuh1-1/+0
2026-05-30Merge tag 'tty-7.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+108
2026-05-29uaccess: unify inline vs outline copy_{from,to}_user() selectionYury Norov1-2/+1
2026-05-28arch: select HAVE_ARCH_BITREVERSE conditionally on BITREVERSEYury Norov1-1/+1
2026-05-27MIPS: alchemy: db1300: switch to static device propertiesDmitry Torokhov3-71/+156
2026-05-27MIPS: alchemy: gpr: switch to static device propertiesDmitry Torokhov1-52/+75
2026-05-27MIPS: alchemy: db1000: use nodes attached to GPIO chips in propertiesDmitry Torokhov1-21/+8
2026-05-27MIPS: alchemy: mtx1: attach software nodes to GPIO chipsDmitry Torokhov3-22/+56
2026-05-27MIPS: alchemy: provide visible function prototypes to board filesBartosz Golaszewski6-10/+25
2026-05-27MIPS: alchemy: platform: add missing includeBartosz Golaszewski1-0/+2
2026-05-27MIPS: ip22-gio: do not export device release functionJohan Hovold2-8/+1
2026-05-27MIPS: ip22-gio: switch to dynamic root deviceJohan Hovold1-16/+8
2026-05-27MIPS: ip22-gio: fix device reference leak in probeJohan Hovold1-4/+0
2026-05-27MIPS: ip22-gio: fix gio device memory leakJohan Hovold1-0/+2
2026-05-27MIPS: ip22-gio: fix kfree() of static objectJohan Hovold1-1/+0
2026-05-26MIPS: Loongson64: dts: Add node for LS7A PCH LPCIcenowy Zheng1-0/+9