summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* MIPS: SGI-IP27: use generic PCI driverThomas Bogendoerfer2019-05-109-275/+266
* MIPS: Fix Ingenic SoCs sometimes reporting wrong ISAPaul Cercueil2019-05-101-0/+8
* MIPS: perf: Fix build with CONFIG_CPU_BMIPS5000 enabledFlorian Fainelli2019-05-101-18/+3
* mips: Manually call fdt_init_reserved_mem() methodSerge Semin2019-05-061-0/+3
* mips: Make sure dt memory regions are validSerge Semin2019-05-061-1/+13
* mips: Perform early low memory testSerge Semin2019-05-041-0/+2
* mips: Dump memblock regions for debuggingSerge Semin2019-05-041-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-251-41/+7
* mips: Discard rudiments from bootmem_initSerge Semin2019-04-251-20/+5
* mips: Make sure kernel .bss exists in boot mem poolSerge Semin2019-04-251-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-101-0/+1
* MIPS: jump_label: Use compact branches for >= r6Paul Burton2019-04-102-8/+34
* MIPS: jump_label: Remove redundant nopsPaul Burton2019-04-101-2/+1
* Merge tag 'mips_fixes_5.1_1' into mips-nextPaul Burton2019-04-105-17/+13
|\
| * MIPS: Remove custom MIPS32 __kernel_fsid_t typePaul Burton2019-03-141-7/+0
| * mips: bcm47xx: Enable USB power on Netgear WNDR3400v2Petr Štetiar2019-03-111-0/+1
| * MIPS: Fix kernel crash for R6 in jump label branch functionArcher Yan2019-03-111-4/+4
| * MIPS: Ensure ELF appended dtb is relocatedYasha Cherikovsky2019-03-111-5/+7
| * mips: loongson64: lemote-2f: Add IRQF_NO_SUSPEND to "cascade" irqaction.Yifeng Li2019-03-111-1/+1
* | 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
* | arch: mips: Kconfig: pedantic formattingEnrico Weigelt, metux IT consult2019-03-194-40/+39
* | MIPS: eBPF: Initial eBPF support for MIPS32 architecture.Hassan Naveed2019-03-195-1602/+70
* | MIPS: eBPF: Provide eBPF support for MIPS64R6Hassan Naveed2019-03-191-9/+69
* | MIPS: uasm: Add div, mul and sel instructions for mipsr6Hassan Naveed2019-03-194-18/+49
* | MIPS: entry: Remove unneeded need_resched() loopValentin Schneider2019-03-191-3/+2
* | Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2019-03-1739-70/+4
|\ \
| * | kbuild: force all architectures except um to include mandatory-yMasahiro Yamada2019-03-1724-43/+0
| * | kbuild: warn redundant generic-yMasahiro Yamada2019-03-1711-13/+0
| * | unicore32: simplify linker script generation for decompressorMasahiro Yamada2019-03-132-4/+1
| * | h8300: use cc-cross-prefix instead of hardcoding h8300-unknown-linux-Masahiro Yamada2019-03-131-1/+1
| * | kbuild: move archive command to scripts/Makefile.libMasahiro Yamada2019-03-131-3/+0
| * | ia64: prefix header search path with $(srctree)/Masahiro Yamada2019-03-134-6/+2
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-03-173-125/+0
|\ \ \
| * | | x86/asm: Remove unused __constant_c_x_memset() macro and inlinesRasmus Villemoes2019-01-121-84/+0
| * | | x86/asm: Remove dead __GNUC__ conditionalsRasmus Villemoes2019-01-123-41/+0
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-172-4/+4
|\ \ \ \
| * | | | perf/x86/intel: Make dev_attr_allow_tsx_force_abort statickbuild test robot2019-03-171-1/+1
| * | | | perf/x86: Fixup typo in stub functionsPeter Zijlstra2019-03-151-2/+2
| * | | | perf/x86/intel: Fix memory corruptionPeter Zijlstra2019-03-151-1/+1