summaryrefslogtreecommitdiff
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-137-27/+25
|\
| * MIPS&LoongArch&NIOS2: adjust prototypes of p?d_init()Feiyang Chen2022-12-116-25/+25
| * Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2022-11-301-0/+1
| |\
| * | mm: remove kern_addr_valid() completelyKefeng Wang2022-11-081-2/+0
* | | Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-131-1/+0
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-12-081-0/+1
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-178-21/+26
| |\ \ \ \
| * | | | | eth: fealnx: delete the driver for Myson MTD-800Jakub Kicinski2022-10-271-1/+0
| | |_|/ / | |/| | |
* | | | | Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-12-121-4/+5
|\ \ \ \ \
| * | | | | mips: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov2022-11-151-4/+5
| |/ / / /
* | | | | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-123-10/+3
|\ \ \ \ \
| * | | | | stackprotector: actually use get_random_canary()Jason A. Donenfeld2022-11-181-8/+1
| * | | | | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-182-2/+2
| | |/ / / | |/| | |
* | | | | 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
|\ \