summaryrefslogtreecommitdiffstats
path: root/arch/arm/vfp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-02-26ARM: 8843/1: use unified assembler in headersStefan Agner3-14/+14
2019-02-26ARM: 8841/1: use unified assembler in macrosStefan Agner3-4/+4
2019-02-26ARM: 8837/1: coresight: etmv4: Update ID register table to add UCI supportMike Leach2-9/+20
2019-02-26ARM: 8836/1: drivers: amba: Update component matching to use the CoreSight UC...Mike Leach2-8/+43
2019-02-26ARM: 8838/1: drivers: amba: Updates to component identification for driver ma...Mike Leach5-63/+90
2019-02-12ARM: 8833/1: Ensure that NEON code always compiles with ClangNathan Chancellor4-5/+5
2019-02-01ARM: avoid Cortex-A9 livelock on tight dmb loopsRussell King5-4/+17
2019-02-01ARM: 8832/1: NOMMU: Limit visibility for CONFIG_FLASH_{MEM_BASE,SIZE}Vladimir Murzin1-0/+2
2019-02-01ARM: 8831/1: NOMMU: pmsa-v8: remove unneeded semicolonPeng Hao1-2/+2
2019-02-01ARM: 8830/1: NOMMU: Toggle only bits in EXC_RETURN we are really care ofVladimir Murzin4-2/+10
2019-02-01ARM: 8829/1: spinlock: use unified assembler language syntaxStefan Agner1-1/+2
2019-02-01ARM: 8828/1: uaccess: use unified assembler language syntaxStefan Agner1-1/+2
2019-02-01ARM: 8827/1: fix argument count to match macro definitionStefan Agner1-1/+1
2019-02-01ARM: 8826/1: mm: initialize pfn limits with find_limits()Doug Berger1-16/+4
2019-02-01ARM: 8823/1: Implement pgprot_device()Vincent Whitchurch1-0/+3
2019-02-01ARM: 8822/1: smp_twd: Remove legacy TWD registrationGeert Uytterhoeven3-83/+0
2019-02-01ARM: 8821/1: Correct meaning of SCU in HAVE_ARM_SCU help txtGeert Uytterhoeven1-1/+1
2019-02-01ARM: 8820/1: mm: Stop printing the virtual memory layoutGeert Uytterhoeven1-49/+0
2019-02-01ARM: 8819/1: Remove '-p' from LDFLAGSNathan Chancellor3-4/+2
2019-02-01ARM: 8818/1: dma-mapping: update comment about handling dma_ops when detachin...Wolfram Sang (Renesas)1-1/+1
2019-02-01ARM: 8817/1: mm: skip cleaning of idmap page tables on LPAE capable coresArd Biesheuvel1-1/+3
2019-01-07Linux 5.0-rc1v5.0-rc1Linus Torvalds1-3/+3
2019-01-06Change mincore() to count "mapped" pages rather than "cached" pagesLinus Torvalds1-81/+13
2019-01-06Fix 'acccess_ok()' on alpha and SHLinus Torvalds2-5/+10
2019-01-06fscrypt: add Adiantum supportEric Biggers7-188/+468
2019-01-06kconfig: rename generated .*conf-cfg to *conf-cfgMasahiro Yamada2-18/+19
2019-01-06kbuild: remove unnecessary stubs for archheader and archscriptsMasahiro Yamada1-5/+1
2019-01-06kbuild: use assignment instead of define ... endef for filechk_* rulesMasahiro Yamada6-26/+12
2019-01-06arch: remove redundant UAPI generic-y definesMasahiro Yamada24-408/+0
2019-01-06kbuild: generate asm-generic wrappers if mandatory headers are missingMasahiro Yamada3-10/+10
2019-01-06arch: remove stale comments "UAPI Header export list"Masahiro Yamada24-25/+0
2019-01-06riscv: remove redundant kernel-space generic-yMasahiro Yamada1-25/+0
2019-01-06kbuild: change filechk to surround the given command with { }Masahiro Yamada7-12/+14
2019-01-06kbuild: remove redundant target cleaning on failureMasahiro Yamada9-25/+16
2019-01-06kbuild: clean up rule_dtc_dt_yamlMasahiro Yamada1-2/+2
2019-01-06kbuild: remove UIMAGE_IN and UIMAGE_OUTMasahiro Yamada1-4/+2
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada42-119/+65
2019-01-06kallsyms: lower alignment on ARMMathias Krause1-2/+2
2019-01-06scripts: coccinelle: boolinit: drop warnings on named constantsJulia Lawall1-0/+5
2019-01-06scripts: coccinelle: check for redeclarationJulia Lawall1-0/+3
2019-01-06kconfig: remove unused "file" field of yylval unionMasahiro Yamada1-1/+0
2019-01-06nds32: remove redundant kernel-space generic-yMasahiro Yamada1-10/+0
2019-01-06nios2: remove unneeded HAS_DMA defineMasahiro Yamada1-3/+0
2019-01-05lib/genalloc.c: include vmalloc.hOlof Johansson1-0/+1
2019-01-05dma-direct: fix DMA_ATTR_NO_KERNEL_MAPPING for remapped allocationsChristoph Hellwig1-6/+7
2019-01-05x86/amd_gart: fix unmapping of non-GART mappingsChristoph Hellwig1-1/+9
2019-01-05ia64: fix compile without swiotlbChristoph Hellwig2-1/+3
2019-01-05x86: re-introduce non-generic memcpy_{to,from}ioLinus Torvalds4-18/+51
2019-01-05Use __put_user_goto in __put_user_size() and unsafe_put_user()Linus Torvalds1-31/+22
2019-01-05x86 uaccess: Introduce __put_user_gotoLinus Torvalds1-11/+17