summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-13MIPS: Loongson-3: Introduce CONFIG_LOONGSON3_ENHANCEMENTHuacai Chen7-8/+55
2016-05-13MIPS: Loongson-3: Fast TLB refill handlerHuacai Chen9-5/+149
2016-05-13MIPS: Loongson: Invalidate special TLBs when neededHuacai Chen3-12/+27
2016-05-13MIPS: Loongson-3: Set cache flush handlers to cache_noopHuacai Chen1-0/+14
2016-05-13MIPS: Loongson: Add Loongson-3A R2 basic supportHuacai Chen15-32/+201
2016-05-13MIPS: Loongson-3: Adjust irq dispatch to speedup processingHuacai Chen1-4/+6
2016-05-13MIPS: Loongson-3: Move chipset ACPI code from drivers to archHuacai Chen4-6/+1
2016-05-13MIPS: BCM1480: bcm1480_regs.h: strip redundant commentsAntonio Ospite1-2/+2
2016-05-13MIPS: Add and use watch register field definitionsJames Hogan3-36/+63
2016-05-13MIPS: Add and use CAUSEF_WP definitionJames Hogan2-4/+3
2016-05-13watchdog: pic32-dmt: Add PIC32 deadman timer driverPurna Chandra Mandal3-0/+271
2016-05-13dt/bindings: Add bindings for PIC32 deadman timer peripheralPurna Chandra Mandal1-0/+19
2016-05-13watchdog: pic32-wdt: Add PIC32 watchdog driverJoshua Henderson3-0/+277
2016-05-13dt/bindings: Add bindings for PIC32 watchdog peripheralJoshua Henderson1-0/+18
2016-05-13MIPS: module: fix incorrect IS_ERR_VALUE macro usagesAndrzej Hajda2-2/+2
2016-05-13MIPS: math-emu: Always propagate sNaN payload in quietingMaciej W. Rozycki2-6/+12
2016-05-13MIPS: ELF: Restructure personality macrosMaciej W. Rozycki1-7/+7
2016-05-13MIPS: Fix uapi include in exported asm/siginfo.hJames Hogan1-3/+1
2016-05-13SIGNAL: Move generic copy_siginfo() to signal.hJames Hogan2-15/+15
2016-05-13MIPS: Octeon: Mark some functions __init in smp.cYang Shi1-2/+2
2016-05-13MIPS: BMIPS: Improve BCM6368 device treeÁlvaro Fernández Rojas2-14/+22
2016-05-13MIPS: BMIPS: Improve BCM6328 device treeÁlvaro Fernández Rojas1-11/+39
2016-05-13MIPS: BMIPS: Add support for BCM63268Álvaro Fernández Rojas2-0/+2
2016-05-13MIPS: BMIPS: Add device tree example for BCM6358Álvaro Fernández Rojas5-1/+183
2016-05-13MIPS: BMIPS: Add BCM6358 supportÁlvaro Fernández Rojas2-0/+43
2016-05-13CPUFREQ: Loongson1: Replace goto out with return in ls1x_cpufreq_probe()Kelvin Cheung1-16/+13
2016-05-13CPUFREQ: Loongson1: Use devm_kzalloc() instead of global structureKelvin Cheung1-28/+35
2016-05-13CPUFREQ: Loongson1: Use dev_get_platdata() to get platform_dataKelvin Cheung1-1/+1
2016-05-13CPUFREQ: Loongson1: Replace kzalloc() with kcalloc()Kelvin Cheung1-8/+4
2016-05-13CPUFREQ: Loongson1: Rename the file to loongson1-cpufreq.cKelvin Cheung2-6/+6
2016-05-13MIPS: BMIPS: Pretty print BMIPS5200 processor nameFlorian Fainelli1-1/+4
2016-05-13MIPS: BMIPS: Add cpu-feature-overrides.hFlorian Fainelli1-0/+14
2016-05-13MIPS: BMIPS: local_r4k___flush_cache_all needs to blast S-cacheFlorian Fainelli1-0/+5
2016-05-13MIPS: BMIPS: Clear MIPS_CACHE_ALIASES earlierFlorian Fainelli1-2/+2
2016-05-13MIPS: BMIPS: BMIPS5000 has I cache filing from D cacheFlorian Fainelli1-0/+4
2016-05-13MIPS: BMIPS: Enable partition parser in defconfigFlorian Fainelli1-0/+1
2016-05-13MIPS: BCM63xx: Enable partition parser in defconfigFlorian Fainelli1-0/+1
2016-05-13MAINTAINERS: add Loongson1 architecture entryKelvin Cheung1-0/+9
2016-05-13MIPS: Loongson1B: Some updates/fixes for LS1BKelvin Cheung15-104/+340
2016-05-13ld-version: Drop the 4th and 5th version componentsMaciej W. Rozycki1-1/+1
2016-05-13MIPS: BMIPS: Fix interrupt and remove needless propertiesJaedon Shin3-10/+4
2016-05-13MIPS: BMIPS: Add support UART, I2C, SATA deviceJaedon Shin13-16/+530
2016-05-13MIPS: Kconfig: replace OPROFILE=n to !OPROFILEYang Shi1-1/+1
2016-05-13MIPS: KASLR: Print relocation Information on bootMatt Redfearn1-0/+9
2016-05-13MIPS: Kernel: Implement KASLR using CONFIG_RELOCATABLEMatt Redfearn2-0/+176
2016-05-13MIPS: Introduce plat_get_fdt a platform API to retrieve the FDTMatt Redfearn3-1/+29
2016-05-13MIPS: Add CONFIG_RELOCATABLE Kconfig optionMatt Redfearn1-0/+18
2016-05-13MIPS: bootmem: When relocatable, free memory below kernelMatt Redfearn1-0/+14
2016-05-13MIPS: Call relocate_kernel if CONFIG_RELOCATABLE=yMatt Redfearn1-0/+20
2016-05-13MIPS: Kernel: Add relocate.cMatt Redfearn2-0/+242