summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mips_6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2022-12-1219-54/+101
|\
| * MIPS: OCTEON: warn only once if deprecated link status is being usedLadislav Michl2022-12-092-2/+2
| * MIPS: BCM63xx: Add check for NULL for clk in clk_enableAnastasia Belova2022-12-091-0/+2
| * MIPS: OCTEON: cvmx-bootmem: use strscpy() to instead of strncpy()Xu Panda2022-12-081-2/+1
| * MIPS: mscc: jaguar2: Fix pca9545 i2c-mux node namesGeert Uytterhoeven2022-12-081-2/+2
| * mips/pci: use devm_platform_ioremap_resource()zhang songyi2022-12-021-3/+1
| * mips: ralink: mt7621: do not use kzalloc too earlyJohn Thomson2022-12-011-5/+9
| * mips: ralink: mt7621: soc queries and tests as functionsJohn Thomson2022-12-011-25/+61
| * mips: ralink: mt7621: define MT7621_SYSC_BASE with __iomemJohn Thomson2022-12-012-5/+6
| * MIPS: Restore symbol versions for copy_page_cpu and clear_page_cpuGenjian Zhang2022-12-011-0/+3
| * mips: dts: remove label = "cpu" from DSA dt-bindingArınç ÜNAL2022-12-012-2/+0
| * mips: ralink: mt7621: change DSA port labels to generic namingArınç ÜNAL2022-12-011-5/+5
| * mips: ralink: mt7621: fix phy-mode of external phy on GB-PC2Arınç ÜNAL2022-12-011-1/+1
| * MIPS: vpe-cmp: fix possible memory leak while module exitingYang Yingliang2022-11-221-2/+2
| * MIPS: vpe-mt: fix possible memory leak while module exitingYang Yingliang2022-11-221-2/+2
| * mips: dts: brcm: bcm7435: add "interrupt-names" for NAND controllerRafał Miłecki2022-11-211-0/+1
| * mips: dts: bcm63268: add TWD block timerRafał Miłecki2022-11-211-0/+5
| * MIPS: Use "grep -E" instead of "egrep"Tiezhu Yang2022-11-212-2/+2
| * MIPS: DTS: CI20: fix reset line polarity of the ethernet controllerDmitry Torokhov2022-11-211-1/+1
* | Merge tag 'mm-hotfixes-stable-2022-12-02' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-12-021-0/+1
|\ \ | |/ |/|
| * mm: add dummy pmd_young() for architectures not having itJuergen Gross2022-11-301-0/+1
* | MIPS: pic32: treat port as signed integerJason A. Donenfeld2022-11-113-9/+8
* | MIPS: jump_label: Fix compat branch range checkJiaxun Yang2022-11-111-1/+1
* | mips: alchemy: gpio: Include the right headerLinus Walleij2022-11-111-1/+1
* | MIPS: Loongson64: Add WARN_ON on kexec related kmalloc failedLiao Chang2022-11-111-0/+10
* | MIPS: fix duplicate definitions for exported symbolsRongwei Zhang2022-11-111-10/+5
* | mips: boot/compressed: use __NO_FORTIFYJohn Thomson2022-11-111-0/+1
|/
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-162-2/+2
|\
| * treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-112-2/+2
* | Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-1210-12/+9
|\ \ | |/ |/|
| * kernel: exit: cleanup release_thread()Kefeng Wang2022-09-111-3/+0
| * treewide: defconfig: address renamed CONFIG_DEBUG_INFO=yArnd Bergmann2022-09-119-9/+9
* | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-104-3/+3
|\ \
| * | mm: memcontrol: drop dead CONFIG_MEMCG_SWAP config symbolJohannes Weiner2022-10-032-2/+0
| * | arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDERZi Yan2022-09-111-1/+1
| * | mm/madvise: introduce MADV_COLLAPSE sync hugepage collapseZach O'Keefe2022-09-111-0/+2
| |/
* | Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2022-10-101-0/+74
|\ \
| * | crypto: Kconfig - simplify cipher entriesRobert Elliott2022-08-261-1/+6
| * | crypto: Kconfig - simplify hash entriesRobert Elliott2022-08-261-13/+21
| * | crypto: Kconfig - simplify CRC entriesRobert Elliott2022-08-261-3/+4
| * | crypto: Kconfig - move mips entries to a submenuRobert Elliott2022-08-261-0/+60
* | | Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linuxLinus Torvalds2022-10-101-1/+1
|\ \ \
| * | | smp: add set_nr_cpu_ids()Yury Norov2022-09-191-1/+1
| | |/ | |/|
* | | Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2022-10-102-4/+2
|\ \ \
| * | | kbuild: remove head-y syntaxMasahiro Yamada2022-10-021-2/+0
| * | | kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada2022-10-021-2/+2
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-10-091-4/+2
|\ \ \ \
| * | | | KVM: remove KVM_REQ_UNHALTPaolo Bonzini2022-09-261-1/+0
| * | | | KVM: mips, x86: do not rely on KVM_REQ_UNHALTPaolo Bonzini2022-09-261-4/+3
| | |/ / | |/| |
* | | | Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-081-1/+1
|\ \ \ \