aboutsummaryrefslogtreecommitdiff
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* crypto: arm - replace memset by memzero_explicitJulia Lawall2019-07-081-1/+1
* crypto: arm/sha256 - Use memzero_explicit to fill memory with 0elektroschmock2019-07-081-1/+1
* Fix "BACKPORT: ARM: wire up getrandom syscall"Michael Bestas2019-07-071-1/+1
* BACKPORT: ARM: wire up getrandom syscall Clean cherry pick of eb6452537b28065...Russell King2019-07-073-6/+13
* ARM: 7933/1: rename ioremap_cached to ioremap_cacheRob Herring2019-05-033-3/+3
* ARM: spectre-v1: fix syscall entryRussell King2019-05-032-11/+32
* ARM: spectre-v1: add array_index_mask_nospec() implementationRussell King2019-05-031-0/+19
* ARM: spectre-v1: add speculation barrier (csdb) macrosRussell King2019-05-032-0/+21
* ARM: spectre-v2: harden branch predictor on context switchesRussell King2019-05-032-0/+46
* ARM: spectre: add Kconfig symbol for CPUs vulnerable to SpectreRussell King2019-05-031-0/+4
* mm: Update is_vmalloc_addr to account for vmalloc savingsLaura Abbott2019-05-021-1/+1
* arm, pm, vmpressure: add missing slab.h includesTejun Heo2018-12-111-0/+1
* ARM: 8584/1: floppy: avoid gcc-6 warningArnd Bergmann2018-11-301-1/+1
* Revert "GCC: Fix up for gcc 5+"Moyster2018-11-301-1/+0
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2018-11-297-7/+7
* Fix for build error no support ARM mode 'smc #1'demicro2018-11-291-1/+3
* ARM: 8328/1: remove empty preprocessor #else branchUwe Kleine-König2018-11-291-3/+1
* ARM: 8171/1: Use current_stack_pointer for return_addressBehan Webster2018-11-291-2/+1
* ARM: 8160/1: drop warning about return_address not using unwind tablesUwe Kleine-König2018-11-291-4/+0
* ARM: 8158/1: LLVMLinux: use static inline in ARM ftrace.hBehan Webster2018-11-292-6/+1
* GCC: Fix up for gcc 5+mydongistiny2018-11-291-0/+1
* ARM: fix put_user() for gcc-8Arnd Bergmann2018-11-291-1/+1
* Finally eradicate CONFIG_HOTPLUGStephen Rothwell2017-12-224-14/+1
* log: Initial dmesg pruningNathan Chancellor2017-12-181-1/+1
* arm: don't force DMA_API_DEBUG on arm/arm64Mister Oyster2017-12-141-1/+0
* arm: don't force IRQ_DOMAIN_DEBUG on mt67xx archMister Oyster2017-12-141-5/+0
* UPSTREAM: crypto: arm/chacha20 - implement NEON version based on SSE3 codeArd Biesheuvel2017-12-143-0/+661
* Fix arch/arm/crypto/sha256_glue.cSami Tolvanen2017-12-141-1/+1
* seccomp,x86,arm,mips,s390: Remove nr parameter from secure_computingAndy Lutomirski2017-12-051-1/+6
* format-security: move static strings to constKees Cook2017-12-051-1/+1
* ARM: mm: Don't force swp_emulateChad Cormier Roussel2017-09-041-1/+1
* Apply CFLAGS, -Os to decompress.o to improve decompress performance during bo...flar22017-08-311-0/+3
* mm: larger stack guard gap, between vmasHugh Dickins2017-07-041-2/+2
* ARM: dts: da850-evm: fix read access to SPI flashFabien Parent2017-07-041-0/+1
* ARM: 8634/1: hw_breakpoint: blacklist Scorpion CPUsMark Rutland2017-07-042-0/+19
* arm/xen: Use alloc_percpu rather than __alloc_percpuJulien Grall2017-07-041-2/+1
* ARM: dma-mapping: don't allow DMA mappings to be marked executableRussell King2017-06-251-2/+2
* ARM: dts: imx31: fix AVIC base addressVladimir Zapolskiy2017-06-171-2/+2
* ARM: dts: imx31: move CCM device node to AIPS2 bus devicesVladimir Zapolskiy2017-06-171-7/+7
* ARM: 8643/3: arm/ptrace: Preserve previous registers for short regset writeDave Martin2017-06-171-1/+1
* ARM: ux500: fix prcmu_is_cpu_in_wfi() calculationArnd Bergmann2017-06-171-2/+2
* ARM: dts: imx31: fix clock control module interrupts descriptionVladimir Zapolskiy2017-06-171-1/+1
* UPSTREAM: arm: perf: Fix callchain parse error with kernel tracepoint eventsHou Pengyang2017-05-241-0/+7
* UPSTREAM: ARM: 8170/1: Add global named register current_stack_pointer for ARMBehan Webster2017-05-241-0/+5
* locking/mcs: Allow architecture specific asm files to be used for contended caseTim Chen2017-05-031-0/+1
* BACKPORT: FROMLIST: mm: ASLR: use get_random_long()dcashman2017-04-111-1/+1
* arm, kbuild: make "make install" not depend on vmlinuxRobert Richter2017-04-113-10/+29
* Get rid of __cpuinitMoyster2017-04-1130-58/+58
* crypto: arm - ignore generated SHA2 assembly filesBaruch Siach2017-04-111-0/+2
* ARM: sa1111: fix pcmcia suspend/resumeRussell King2017-04-111-9/+13