summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-13MIPS: Generate relocation table when CONFIG_RELOCATABLEMatt Redfearn1-0/+16
2016-05-13MIPS: Reserve space for relocation tableMatt Redfearn2-0/+37
2016-05-13MIPS: tools: Build relocs toolMatt Redfearn2-0/+5
2016-05-13MIPS: tools: Add relocs toolMatt Redfearn6-0/+861
2016-05-13secomp: Constify mode1 syscall whitelistMatt Redfearn1-2/+2
2016-05-13MIPS: seccomp: Support compat with both O32 and N32Matt Redfearn1-21/+26
2016-05-13seccomp: Get compat syscalls from asm-generic headerMatt Redfearn2-8/+15
2016-05-13MIPS: scall: Handle seccomp filters which redirect syscallsMatt Redfearn4-18/+24
2016-05-13MIPS: Support sending SIG_SYS to 32bit userspace from 64bit kernelMatt Redfearn1-0/+6
2016-05-13selftests/seccomp: add MIPS self-test supportMatt Redfearn1-2/+28
2016-05-13pinctrl/lantiq: update devicetree binding in dts fileMartin Schiller1-1/+1
2016-05-13crash_dump: Add vmcore_elf32_check_archDaniel Wagner2-3/+7
2016-05-13irqchip: Add brcm, bcm6345-l1-intc device tree bindingSimon Arlott1-0/+57
2016-05-13MIPS: defconfigs: Remove CONFIG_IPV6_PRIVACYBorislav Petkov11-11/+0
2016-05-13MIPS: Use generic clkdev.h headerStephen Boyd2-27/+1
2016-05-13MIPS: Sync icache & dcache in set_pte_atPaul Burton3-27/+24
2016-05-13MIPS: Handle highmem pages in __update_cachePaul Burton1-1/+9
2016-05-13MIPS: Flush highmem pages in __flush_dcache_pagePaul Burton1-3/+9
2016-05-13MIPS: Flush dcache for flush_kernel_dcache_pagePaul Burton1-0/+1
2016-05-13MIPS: OCTEON: cavium_octeon_defconfig: enable all OCTEON SoC driversAaro Koskinen1-5/+10
2016-05-13MIPS: Detect DSP v3 supportZubair Lutfullah Kakakhel4-1/+10
2016-05-13serial: pic32_uart: Add PIC32 UART driverAndrei Pistirica5-0/+1111