summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MIPS: Add CONFIG_RELOCATABLE Kconfig optionMatt Redfearn2016-05-131-0/+18
* MIPS: bootmem: When relocatable, free memory below kernelMatt Redfearn2016-05-131-0/+14
* MIPS: Call relocate_kernel if CONFIG_RELOCATABLE=yMatt Redfearn2016-05-131-0/+20
* MIPS: Kernel: Add relocate.cMatt Redfearn2016-05-132-0/+242
* MIPS: Generate relocation table when CONFIG_RELOCATABLEMatt Redfearn2016-05-131-0/+16
* MIPS: Reserve space for relocation tableMatt Redfearn2016-05-132-0/+37
* MIPS: tools: Build relocs toolMatt Redfearn2016-05-132-0/+5
* MIPS: tools: Add relocs toolMatt Redfearn2016-05-136-0/+861
* secomp: Constify mode1 syscall whitelistMatt Redfearn2016-05-131-2/+2
* MIPS: seccomp: Support compat with both O32 and N32Matt Redfearn2016-05-131-21/+26
* seccomp: Get compat syscalls from asm-generic headerMatt Redfearn2016-05-132-8/+15
* MIPS: scall: Handle seccomp filters which redirect syscallsMatt Redfearn2016-05-134-18/+24
* MIPS: Support sending SIG_SYS to 32bit userspace from 64bit kernelMatt Redfearn2016-05-131-0/+6
* selftests/seccomp: add MIPS self-test supportMatt Redfearn2016-05-131-2/+28
* pinctrl/lantiq: update devicetree binding in dts fileMartin Schiller2016-05-131-1/+1
* crash_dump: Add vmcore_elf32_check_archDaniel Wagner2016-05-132-3/+7
* irqchip: Add brcm, bcm6345-l1-intc device tree bindingSimon Arlott2016-05-131-0/+57
* MIPS: defconfigs: Remove CONFIG_IPV6_PRIVACYBorislav Petkov2016-05-1311-11/+0Star
* MIPS: Use generic clkdev.h headerStephen Boyd2016-05-132-27/+1Star
* MIPS: Sync icache & dcache in set_pte_atPaul Burton2016-05-133-27/+24Star
* MIPS: Handle highmem pages in __update_cachePaul Burton2016-05-131-1/+9
* MIPS: Flush highmem pages in __flush_dcache_pagePaul Burton2016-05-131-3/+9
* MIPS: Flush dcache for flush_kernel_dcache_pagePaul Burton2016-05-131-0/+1
* MIPS: OCTEON: cavium_octeon_defconfig: enable all OCTEON SoC driversAaro Koskinen2016-05-131-5/+10
* MIPS: Detect DSP v3 supportZubair Lutfullah Kakakhel2016-05-134-1/+10
* serial: pic32_uart: Add PIC32 UART driverAndrei Pistirica2016-05-135-0/+1111
* dt/bindings: Add bindings for PIC32 UART driverAndrei Pistirica2016-05-131-0/+29
* MIPS: cpu: Convert MIPS_CPU_* defs to (1ull << x)James Hogan2016-05-131-41/+48
* MIPS: cpu: Alter MIPS_CPU_* definitions to fill gapJames Hogan2016-05-131-8/+8
* MIPS: BMIPS: Add early CPU initialization codeFlorian Fainelli2016-05-133-0/+89
* MIPS: math-emu: dsemul: Remove an unused bit in ADDIUPC emulationMaciej W. Rozycki2016-05-131-1/+1
* BUS: brcmstb_gisb: Hook to MIPS board_be_handlerFlorian Fainelli2016-05-131-0/+30
* MIPS: Octeon: Add Octeon III CN7xxx interface detectionZubair Lutfullah Kakakhel2016-05-131-0/+43
* MIPS: Make flush_threadRalf Baechle2016-05-132-4/+4
* MIPS: Support R_MIPS_PC{16,21,26} rel-style relocsPaul Burton2016-05-131-1/+50
* MIPS: Support R_MIPS_PC{21,26} rela-style relocsPaul Burton2016-05-132-1/+52
* MIPS: module: Make consistent use of pr_*()Steven J. Hill2016-05-132-9/+6Star
* MIPS: Probe the M6250 CPUPaul Burton2016-05-131-0/+4
* MIPS: Add M6250 cases to CPU switch statementsPaul Burton2016-05-132-0/+5
* MIPS: Add M6250 PRID & cpu_type_enum valuesPaul Burton2016-05-131-1/+2
* MIPS: Probe the P6600 corePaul Burton2016-05-131-0/+4
* MIPS: Add P6600 cases to CPU switch statementsPaul Burton2016-05-137-0/+12
* MIPS: Add P6600 PRID & cpu_type_enum valuesPaul Burton2016-05-131-1/+2
* MIPS: <asm/cpu.h>: Reformat to 80 columns.Ralf Baechle2016-05-131-2/+2
* MIPS: SEAD3 can support MIPS32r6 CPUsPaul Burton2016-05-131-0/+1
* MIPS: smp-cps: Stop printing EJTAG exceptions to UARTPaul Burton2016-05-131-1/+0Star
* MIPS: smp-cps: Add nothreads kernel parameterPaul Burton2016-05-131-0/+11
* MIPS: smp-cps: Support MIPSr6 Virtual ProcessorsPaul Burton2016-05-134-9/+85
* MIPS: smp-cps: Skip core setup if coherentPaul Burton2016-05-131-15/+24
* MIPS: smp-cps: Pull boot config retrieval out of mips_cps_boot_vpesPaul Burton2016-05-133-31/+52