summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | MIPS: Loongson64: Bump ISA level to MIPSR2Jiaxun Yang2020-01-232-4/+6
| * | | | | MIPS: Make DIEI support as a config optionJiaxun Yang2020-01-233-5/+14
| * | | | | MIPS: OCTEON: octeon-irq: fix spelling mistake "to" -> "too"Colin Ian King2020-01-231-1/+1
| * | | | | MIPS: asm: local: add barriers for LoongsonWang Xuerui2020-01-231-0/+4
| * | | | | MIPS: Loongson64: Select mac2008 only featureJiaxun Yang2020-01-221-0/+1
| * | | | | MIPS: Add MAC2008 SupportJiaxun Yang2020-01-229-44/+141
| * | | | | Revert "MIPS: Add custom serial.h with BASE_BAUD override for generic kernel"Alexander Lobakin2020-01-222-18/+1
| * | | | | MIPS: sort MIPS and MIPS_GENERIC Kconfig selects alphabetically (again)Alexander Lobakin2020-01-221-10/+10
| * | | | | MIPS: make CPU_HAS_LOAD_STORE_LR opt-outAlexander Lobakin2020-01-224-60/+40
| * | | | | MIPS: generic: don't unconditionally select PINCTRLAlexander Lobakin2020-01-222-1/+1
| * | | | | MIPS: don't explicitly select LIBFDT in KconfigAlexander Lobakin2020-01-221-5/+0
| * | | | | MIPS: sync-r4k: do slave counter synchronization with disabled HW interruptsSergey Korolev2020-01-221-0/+5
| * | | | | MIPS: SGI-IP30: Check for valid pointer before using itThomas Bogendoerfer2020-01-221-2/+3
| * | | | | MIPS: syscalls: fix indentation of the 'SYSNR' messageAlexander Lobakin2020-01-201-1/+1
| * | | | | MIPS: boot: fix typo in 'vmlinux.lzma.its' targetAlexander Lobakin2020-01-201-1/+1
| * | | | | MIPS: fix indentation of the 'RELOCS' messageAlexander Lobakin2020-01-201-1/+1
| * | | | | MIPS: CU1000-Neo: Refresh defconfig to support HWMON and WiFi.周琰杰 (Zhou Yanjie)2020-01-151-1/+7
| * | | | | MIPS: Ingenic: Add missing nodes for X1000 and CU1000-Neo.周琰杰 (Zhou Yanjie)2020-01-152-0/+116
| * | | | | mips/vdso: Support mremap() for vDSOGuoyun Sun2020-01-151-0/+13
| * | | | | MIPS: ralink: dts: gardena_smart_gateway_mt7688: Limit UART1Reto Schneider2020-01-141-0/+3
| * | | | | MIPS: ralink: dts: gardena_smart_gateway_mt7688: Enable WMACReto Schneider2020-01-141-0/+5
| * | | | | MIPS: ralink: dts: mt7628a.dtsi: Add WMAC DT nodeReto Schneider2020-01-141-0/+10
| * | | | | MIPS: ip22-gio: Make gio_match_device() staticGeert Uytterhoeven2020-01-132-5/+3
| * | | | | MIPS: Loongson: Fix potential NULL dereference in loongson3_platform_init()Tiezhu Yang2020-01-101-0/+3
| * | | | | MIPS: BPF: Use sizeof_field() instead of FIELD_SIZEOF()Kees Cook2020-01-101-9/+9
| * | | | | MIPS: use resource_sizeJulia Lawall2020-01-101-4/+2
| * | | | | mfd: ioc3: Add driver for SGI IOC3 chipThomas Bogendoerfer2020-01-091-20/+0
| * | | | | MIPS: SGI-IP27: fix readb/writeb addressingThomas Bogendoerfer2020-01-092-21/+21
| * | | | | MIPS: PCI: Support mapping of INTB/C/D for pci-xtalk-bridgeThomas Bogendoerfer2020-01-092-5/+26
| * | | | | MIPS: SGI-IP27: No need for slice_mapThomas Bogendoerfer2020-01-092-6/+0
| * | | | | MIPS: SGI-IP27: Store cpu speed when scanning for CPUs and use it laterThomas Bogendoerfer2020-01-095-21/+5
| * | | | | MIPS: SGI-IP27: Only reserve interrupts used in LinuxThomas Bogendoerfer2020-01-092-20/+1
| * | | | | MIPS: SGI-IP27: Move all shared IP27 declarations to ip27-common.hThomas Bogendoerfer2020-01-098-26/+19
| * | | | | MIPS: SGI-IP27: Use specific get_region_shiftThomas Bogendoerfer2020-01-092-24/+20
| * | | | | MIPS: SGI-IP27: Use structs for decoding error status registersThomas Bogendoerfer2020-01-091-18/+20
| * | | | | MIPS: SGI-IP27: Use union instead of typedefThomas Bogendoerfer2020-01-091-2/+2
| * | | | | MIPS: SGI-IP27: Split kldir.h into generic SN and IP27 partsThomas Bogendoerfer2020-01-092-187/+192
| * | | | | MIPS: SGI-IP27: Move get_nasid() to a IP27 specific fileThomas Bogendoerfer2020-01-093-16/+10
| * | | | | MIPS: SGI-IP27: move IP27 specific macro to IP27 specific header fileThomas Bogendoerfer2020-01-092-10/+12
| * | | | | MIPS: SGI-IP27: get rid of asm/sn/sn0/ip27.hThomas Bogendoerfer2020-01-095-88/+3
| * | | | | MIPS: SGI-IP27: use asm/sn/agent.h for including HUB related stuffThomas Bogendoerfer2020-01-0919-40/+22
| * | | | | MIPS: SGI-IP27: use cpu physid already present while scanning for CPUsThomas Bogendoerfer2020-01-094-74/+8
| * | | | | MIPS: SGI-IP27: use nodemask instead of cpumaskThomas Bogendoerfer2020-01-091-6/+6
| * | | | | MIPS: BPF: Restore MIPS32 cBPF JITPaul Burton2020-01-094-0/+1557
| * | | | | MIPS: Loongson2ef: drop pointless static qualifier in loongson_suspend_enter()Mao Wenan2020-01-091-1/+1
| * | | | | MIPS: mm: Place per_cpu on different nodes, if NUMA is enabledThomas Bogendoerfer2020-01-092-0/+53
| * | | | | MIPS: Loongson64: Fix node_distance()Thomas Bogendoerfer2020-01-091-1/+1
| * | | | | MIPS: SGI-IP27: Fix node_distanceThomas Bogendoerfer2020-01-091-9/+9
| * | | | | MIPS: X1830: Add X1830 system type.周琰杰 (Zhou Yanjie)2020-01-094-31/+44
| * | | | | MIPS: Ingenic: Add YSH & ATIL CU Neo board support.周琰杰 (Zhou Yanjie)2020-01-094-0/+215