summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-071-11/+7
* MIPS: Remove GCC_IMM_ASM & GCC_REG_ACCUM macrosPaul Burton2018-11-072-10/+2
* MIPS: DEC: Add 64-bit DECstation defconfigMaciej W. Rozycki2018-11-061-0/+227
* MIPS: DEC: Add R4k DECstation defconfigMaciej W. Rozycki2018-11-061-0/+224
* MIPS: DEC: Update R3k DECstation defconfig for Y2018Maciej W. Rozycki2018-11-061-28/+135
* MIPS: r2-on-r6-emu: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li2018-11-061-27/+5
* MIPS: Enable IOREMAP_PROT config option for MIPS cpusHassan Naveed2018-11-054-1/+15
* MIPS: math-emu: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li2018-11-051-11/+1
* Linux 4.20-rc1v4.20-rc1Linus Torvalds2018-11-041-2/+2
* Merge tag 'tags/upstream-4.20-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2018-11-0425-292/+2418
|\
| * ubifs: Remove unneeded semicolonDing Xiang2018-10-231-1/+1
| * Documentation: ubifs: Add authentication whitepaperSascha Hauer2018-10-231-0/+426
| * ubifs: Enable authentication supportSascha Hauer2018-10-233-1/+52
| * ubifs: Do not update inode size in-place in authenticated modeSascha Hauer2018-10-233-38/+113
| * ubifs: Add hashes and HMACs to default filesystemSascha Hauer2018-10-231-7/+27
| * ubifs: authentication: Authenticate super block nodeSascha Hauer2018-10-231-1/+69
| * ubifs: Create hash for default LPTSascha Hauer2018-10-233-3/+23
| * ubfis: authentication: Authenticate master nodeSascha Hauer2018-10-233-10/+61
| * ubifs: authentication: Authenticate LPTSascha Hauer2018-10-233-0/+134
| * ubifs: Authenticate replayed journalSascha Hauer2018-10-231-2/+144
| * ubifs: Add auth nodes to garbage collector journal headSascha Hauer2018-10-231-3/+43
| * ubifs: Add authentication nodes to journalSascha Hauer2018-10-236-18/+153
| * ubifs: authentication: Add hashes to index nodesSascha Hauer2018-10-237-14/+81
| * ubifs: Add hashes to the tree node cacheSascha Hauer2018-10-234-30/+135
| * ubifs: Create functions to embed a HMAC in a nodeSascha Hauer2018-10-232-6/+70
| * ubifs: Add helper functions for authentication supportSascha Hauer2018-10-234-0/+722
| * ubifs: Add separate functions to init/crc a nodeSascha Hauer2018-10-232-15/+29
| * ubifs: Format changes for authentication supportSascha Hauer2018-10-233-3/+50
| * ubifs: Store read superblock nodeSascha Hauer2018-10-233-22/+8
| * ubifs: Drop write_nodeSascha Hauer2018-10-231-34/+5