summaryrefslogtreecommitdiff
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm-current/current'Stephen Rothwell2019-05-145-18/+10
|\
| * mips: replace CONFIG_DEBUG_KERNEL with CONFIG_DEBUG_MISCSinan Kaya2019-04-281-1/+1
| * MIPS: mark __fls() and __ffs() as __always_inlineMasahiro Yamada2019-04-281-2/+2
| * MIPS: mark mult_sh_align_mod() as __always_inlineMasahiro Yamada2019-04-281-2/+2
| * mm: memblock: make keeping memblock memory opt-in rather than opt-outMike Rapoport2019-04-281-1/+0
| * initramfs: poison freed initrd memoryChristoph Hellwig2019-04-281-8/+0
| * mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-04-281-5/+6
* | Merge remote-tracking branch 'thermal/next'Stephen Rothwell2019-05-142-2/+2
|\ \
| * | thermal/drivers/core: Remove the module Kconfig's optionDaniel Lezcano2019-05-062-2/+2
* | | Merge remote-tracking branch 'mips/mips-next'Stephen Rothwell2019-05-1416-651/+795
|\ \ \
| * | | MIPS: SGI-IP22: provide missing dma_mask/coherent_dma_maskThomas Bogendoerfer2019-05-131-0/+13
| * | | generic: fix appended dtb supportMarcin Nowakowski2019-05-131-2/+2
| * | | MIPS: SGI-IP27: abstract chipset irq from bridgeThomas Bogendoerfer2019-05-095-119/+265
| * | | MIPS: SGI-IP27: use generic PCI driverThomas Bogendoerfer2019-05-099-275/+266
| * | | MIPS: Fix Ingenic SoCs sometimes reporting wrong ISAPaul Cercueil2019-05-091-0/+8
| * | | MIPS: perf: Fix build with CONFIG_CPU_BMIPS5000 enabledFlorian Fainelli2019-05-091-18/+3
* | | | Merge remote-tracking branch 'asm-generic/master'Stephen Rothwell2019-05-141-1/+0
|\ \ \ \
| * | | | arch: mostly remove <asm/segment.h>Christoph Hellwig2019-04-231-1/+0
* | | | | Merge tag 'mtd/for-5.2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-1211-14/+14
|\ \ \ \ \
| * \ \ \ \ Merge tag 'nand/for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Richard Weinberger2019-05-0511-14/+14
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | mtd: rawnand: Clarify Kconfig entry MTD_NANDMiquel Raynal2019-04-1811-11/+11
| | * | | | mtd: nand: Clarify Kconfig entry for software Hamming ECC entriesMiquel Raynal2019-04-181-1/+1
| | * | | | mtd: nand: Clarify Kconfig entry for software BCH ECC algorithmMiquel Raynal2019-04-182-2/+2
| | |/ / /
* | | | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2019-05-091-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge branch 'clk-ti' into clk-nextStephen Boyd2019-05-071-1/+1
| |\ \ \ \ \
| | * | | | | clk: Remove CLK_IS_BASIC clk flagStephen Boyd2019-04-261-1/+1
| | | |/ / / | | |/| | |
* | | | | | Merge tag 'mips_5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2019-05-0822-1825/+341
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | mips: Manually call fdt_init_reserved_mem() methodSerge Semin2019-05-051-0/+3
| * | | | | mips: Make sure dt memory regions are validSerge Semin2019-05-051-1/+13
| * | | | | mips: Perform early low memory testSerge Semin2019-05-031-0/+2
| * | | | | mips: Dump memblock regions for debuggingSerge Semin2019-05-031-0/+2
| * | | | | mips: Add reserve-nomap memory type supportSerge Semin2019-05-023-1/+12
| * | | | | mips: Use memblock to reserve the __nosave memory rangeSerge Semin2019-05-021-2/+3
| * | | | | mips: Discard post-CMA-init foreach loopSerge Semin2019-05-021-5/+0
| * | | | | mips: Reserve memory for the kernel image resourcesSerge Semin2019-05-021-27/+3
| * | | | | MIPS: Remove duplicate EBase configurationPaul Burton2019-05-021-17/+3
| * | | | | MIPS: Sync icache for whole exception vectorPaul Burton2019-05-021-1/+1
| * | | | | MIPS: Always allocate exception vector for MIPSr2+Paul Burton2019-05-021-20/+15
| * | | | | MIPS: Use memblock_phys_alloc() for exception vectorPaul Burton2019-05-021-4/+4
| * | | | | mips: Combine memblock init and memory reservation loopsSerge Semin2019-04-241-41/+7
| * | | | | mips: Discard rudiments from bootmem_initSerge Semin2019-04-241-20/+5
| * | | | | mips: Make sure kernel .bss exists in boot mem poolSerge Semin2019-04-241-0/+3
| * | | | | mips: vdso: drop unnecessary cc-ldoptionNick Desaulniers2019-04-231-3/+1
| * | | | | Revert "MIPS: ralink: fix cpu clock of mt7621 and add dt clk devices"Paul Burton2019-04-123-93/+33
| * | | | | MIPS: generic: Enable CONFIG_JUMP_LABELPaul Burton2019-04-091-0/+1
| * | | | | MIPS: jump_label: Use compact branches for >= r6Paul Burton2019-04-092-8/+34
| * | | | | MIPS: jump_label: Remove redundant nopsPaul Burton2019-04-091-2/+1
| * | | | | Merge tag 'mips_fixes_5.1_1' into mips-nextPaul Burton2019-04-095-17/+13
| |\ \ \ \ \
| * | | | | | MIPS: ralink: fix cpu clock of mt7621 and add dt clk devicesChuanhong Guo2019-04-043-33/+93
| * | | | | | MIPS: KVM: Use prandom_u32_max() to generate tlbwr indexPaul Burton2019-03-251-3/+1