summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* MIPS: SiByte: Enable ZONE_DMA32 for LittleSurMaciej W. Rozycki2018-11-151-0/+1
* MIPS: SiByte: Set 32-bit bus mask for BCM1250 PCIMaciej W. Rozycki2018-11-151-0/+53
* MIPS: Use Kconfig to select CPU_NO_EFFICIENT_FFSPaul Burton2018-11-122-11/+12
* mips: sort list of configs for MaltaMaksym Kokhan2018-11-121-7/+7
* mips: delete duplicated BUILTIN_DTB and LIBFDT configsMaksym Kokhan2018-11-121-2/+0
* MIPS: Boston: Disable EG20T prefetchPaul Burton2018-11-101-0/+6
* MIPS: Don't dump Hi & Lo regs on >= MIPSr6Paul Burton2018-11-101-2/+5
* MIPS: Fix do_ade() closing brace indentationPaul Burton2018-11-101-1/+1
* MIPS: Avoid using .set mips0 to restore ISAPaul Burton2018-11-0916-68/+121
* MIPS: Allow FP support to be disabledPaul Burton2018-11-091-1/+13
* MIPS: Remove struct task_struct fpu state when CONFIG_MIPS_FP_SUPPORT=nPaul Burton2018-11-092-6/+20
* MIPS: Don't compile math-emu when CONFIG_MIPS_FP_SUPPORT=nPaul Burton2018-11-092-2/+29
* MIPS: Avoid FCSR sanitization when CONFIG_MIPS_FP_SUPPORT=nPaul Burton2018-11-091-1/+5
* MIPS: Avoid FP ELF checks when CONFIG_MIPS_FP_SUPPORT=nPaul Burton2018-11-093-5/+27
* MIPS: signal: Remove FP context support when CONFIG_MIPS_FP_SUPPORT=nPaul Burton2018-11-091-5/+34
* MIPS: ptrace: Remove FP support when CONFIG_MIPS_FP_SUPPORT=nPaul Burton2018-11-092-154/+179
* MIPS: unaligned: Remove FP & MSA code when unsupportedPaul Burton2018-11-091-12/+24
* MIPS: branch: Remove FP branch handling when CONFIG_MIPS_FP_SUPPORT=nPaul Burton2018-11-091-6/+16
* MIPS: traps: Never enable FPU when CONFIG_MIPS_FP_SUPPORT=nPaul Burton2018-11-092-34/+68
* MIPS: cpu-probe: Avoid probing FPU when CONFIG_MIPS_FP_SUPPORT=nPaul Burton2018-11-091-13/+41
* MIPS: Stub asm/fpu.h functionsPaul Burton2018-11-091-3/+82
* MIPS: Hardcode cpu_has_fpu=0 when CONFIG_MIPS_FP_SUPPORT=nPaul Burton2018-11-091-3/+8
* MIPS: Introduce CONFIG_MIPS_FP_SUPPORTPaul Burton2018-11-092-0/+8
* MIPS: Better abstract R2300 FPU usage in KconfigPaul Burton2018-11-092-3/+6
* MIPS: Drop forward declarations of sigcontext in asm/fpu.hPaul Burton2018-11-091-3/+0
* MIPS: Ensure emulated FP sets PF_USED_MATHPaul Burton2018-11-094-10/+7
* MIPS: Simplify FP context initializationPaul Burton2018-11-099-292/+38
* MIPS: BCM5xxx: Remove dead init_fpu codePaul Burton2018-11-081-6/+0
* MIPS: Hide CONFIG_MIPS_O32_FP64_SUPPORT prompt for >= MIPSr6Paul Burton2018-11-081-1/+1
* MIPS: Hardcode cpu_has_mmips=1 for microMIPS kernelsPaul Burton2018-11-081-1/+3
* MIPS: Simplify GCC_OFF_SMALL_ASM definitionPaul Burton2018-11-081-11/+7
* MIPS: Remove GCC_IMM_ASM & GCC_REG_ACCUM macrosPaul Burton2018-11-082-10/+2
* MIPS: DEC: Add 64-bit DECstation defconfigMaciej W. Rozycki2018-11-071-0/+227
* MIPS: DEC: Add R4k DECstation defconfigMaciej W. Rozycki2018-11-071-0/+224
* MIPS: DEC: Update R3k DECstation defconfig for Y2018Maciej W. Rozycki2018-11-071-28/+135
* MIPS: r2-on-r6-emu: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li2018-11-071-27/+5
* MIPS: Enable IOREMAP_PROT config option for MIPS cpusHassan Naveed2018-11-053-0/+14
* MIPS: math-emu: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li2018-11-051-11/+1
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-11-0437-141/+148
|\
| * Merge branch 'core/urgent' into x86/urgent, to pick up objtool fixIngo Molnar2018-11-03962-8120/+40565
| |\
| * | x86/compat: Adjust in_compat_syscall() to generic code under !COMPATDmitry Safonov2018-11-016-14/+20
| * | x86/numa_emulation: Fix uniform-split numa emulationDave Jiang2018-10-301-2/+10
| * | x86/paravirt: Remove unused _paravirt_ident_32Juergen Gross2018-10-304-47/+19
| * | x86/mm/pat: Disable preemption around __flush_tlb_all()Sebastian Andrzej Siewior2018-10-292-1/+11
| * | x86/paravirt: Remove GPL from pv_ops exportJuergen Gross2018-10-291-1/+1
| * | x86/traps: Use format string with panic() callRasmus Villemoes2018-10-291-1/+1
| * | x86: Clean up 'sizeof x' => 'sizeof(x)'Jordan Borgner2018-10-2920-63/+63
| | |
| | \
| | \
| | \
| *---. \ Merge branches 'x86/early-printk', 'x86/microcode' and 'core/objtool' into x8...Ingo Molnar2018-10-292-12/+21
| |\ \ \ \
| | | * | | x86/microcode: Make revision and processor flags world-readableJacek Tomaka2018-09-021-2/+2
| | * | | | x86/earlyprintk: Add a force option for pciserial deviceFeng Tang2018-10-021-10/+19