summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
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-13MIPS: seccomp: Support compat with both O32 and N32Matt Redfearn1-21/+26
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-13pinctrl/lantiq: update devicetree binding in dts fileMartin Schiller1-1/+1
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-13MIPS: cpu: Convert MIPS_CPU_* defs to (1ull << x)James Hogan1-41/+48
2016-05-13MIPS: cpu: Alter MIPS_CPU_* definitions to fill gapJames Hogan1-8/+8
2016-05-13MIPS: BMIPS: Add early CPU initialization codeFlorian Fainelli3-0/+89
2016-05-13MIPS: math-emu: dsemul: Remove an unused bit in ADDIUPC emulationMaciej W. Rozycki1-1/+1
2016-05-13MIPS: Octeon: Add Octeon III CN7xxx interface detectionZubair Lutfullah Kakakhel1-0/+43
2016-05-13MIPS: Make flush_threadRalf Baechle2-4/+4
2016-05-13MIPS: Support R_MIPS_PC{16,21,26} rel-style relocsPaul Burton1-1/+50
2016-05-13MIPS: Support R_MIPS_PC{21,26} rela-style relocsPaul Burton2-1/+52
2016-05-13MIPS: module: Make consistent use of pr_*()Steven J. Hill2-9/+6
2016-05-13MIPS: Probe the M6250 CPUPaul Burton1-0/+4
2016-05-13MIPS: Add M6250 cases to CPU switch statementsPaul Burton2-0/+5
2016-05-13MIPS: Add M6250 PRID & cpu_type_enum valuesPaul Burton1-1/+2
2016-05-13MIPS: Probe the P6600 corePaul Burton1-0/+4
2016-05-13MIPS: Add P6600 cases to CPU switch statementsPaul Burton7-0/+12
2016-05-13MIPS: Add P6600 PRID & cpu_type_enum valuesPaul Burton1-1/+2
2016-05-13MIPS: <asm/cpu.h>: Reformat to 80 columns.Ralf Baechle1-2/+2
2016-05-13MIPS: SEAD3 can support MIPS32r6 CPUsPaul Burton1-0/+1
2016-05-13MIPS: smp-cps: Stop printing EJTAG exceptions to UARTPaul Burton1-1/+0
2016-05-13MIPS: smp-cps: Add nothreads kernel parameterPaul Burton1-0/+11
2016-05-13MIPS: smp-cps: Support MIPSr6 Virtual ProcessorsPaul Burton4-9/+85
2016-05-13MIPS: smp-cps: Skip core setup if coherentPaul Burton1-15/+24
2016-05-13MIPS: smp-cps: Pull boot config retrieval out of mips_cps_boot_vpesPaul Burton3-31/+52
2016-05-13MIPS: smp-cps: Pull cache init into a functionPaul Burton1-67/+76
2016-05-13MIPS: smp-cps: Ensure our VP ident calculation is correctPaul Burton1-0/+11