summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2018-06-23Merge tag 'qcom-fixes-for-4.18-rc1' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2-3/+3
2018-06-23Merge tag 'arm-soc/for-4.18/devicetree-arm64-fixes' of https://github.com/Bro...Olof Johansson4-6/+14
2018-06-23Merge tag 'mvebu-fixes-4.17-2' of git://git.infradead.org/linux-mvebu into fixesOlof Johansson1-1/+1
2018-06-23Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds4-8/+10
2018-06-23arm64: dts: msm8916: fix Coresight ETF graph connectionsRob Herring1-2/+2
2018-06-22arm64: dts: apq8096-db820c: disable uart0 by defaultSrinivas Kandagatla1-1/+1
2018-06-22arm64: mm: Ensure writes to swapper are ordered wrt subsequent cache maintenanceWill Deacon1-2/+3
2018-06-22arm64: kpti: Use early_param for kpti= command-line optionWill Deacon1-1/+1
2018-06-21kprobes/arm64: Fix %p uses in error messagesMasami Hiramatsu1-1/+1
2018-06-21atomics/treewide: Make conditional inc/dec ops optionalMark Rutland1-0/+2
2018-06-21atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland1-24/+0
2018-06-21atomics/treewide: Make test ops optionalMark Rutland1-8/+0
2018-06-21atomics/treewide: Make atomic64_fetch_add_unless() optionalMark Rutland1-12/+0
2018-06-21atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland1-1/+0
2018-06-21atomics/treewide: Make atomic64_inc_not_zero() optionalMark Rutland1-2/+0
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland1-1/+1
2018-06-21locking/atomics/arm64, arm64/bitops: Include <asm-generic/bitops/ext2-atomic-...Will Deacon1-6/+1
2018-06-21locking/atomics/arm64: Replace our atomic/lock bitop implementations with asm...Will Deacon3-89/+3
2018-06-21bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu1-5/+5
2018-06-21arm64/kprobes: Don't call the ->break_handler() in arm64 kprobes codeMasami Hiramatsu1-8/+0
2018-06-21arm64/kprobes: Remove jprobe implementationMasami Hiramatsu2-69/+0
2018-06-21KVM: arm64: Avoid mistaken attempts to save SVE state for vcpusDave Martin1-3/+3
2018-06-21KVM: arm64/sve: Fix SVE trap restoration for non-current tasksDave Martin2-4/+21
2018-06-21KVM: arm64: Don't mask softirq with IRQs disabled in vcpu_put()Dave Martin1-3/+5
2018-06-21arm64: Introduce sysreg_clear_set()Mark Rutland1-0/+11
2018-06-19arm64: make secondary_start_kernel() notraceZhizhou Zhang1-1/+1
2018-06-19arm64: dma-mapping: clear buffers allocated with FORCE_CONTIGUOUS flagMarek Szyprowski1-4/+5
2018-06-18arm64: dts: Stingray: Fix I2C controller interrupt typeRay Jui1-2/+2
2018-06-18arm64: dts: ns2: Fix PCIe controller interrupt typeRay Jui1-2/+2
2018-06-18arm64: dts: ns2: Fix I2C controller interrupt typeRay Jui1-2/+2
2018-06-18arm64: dts: specify 1.8V EMMC capabilities for bcm958742tScott Branden1-0/+4
2018-06-18arm64: dts: specify 1.8V EMMC capabilities for bcm958742kScott Branden1-0/+4
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab1-1/+1
2018-06-15crypto: arm64/aes-blk - fix and move skcipher_walk_done out of kernel_neon_be...Jia He1-1/+1
2018-06-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+3
2018-06-15treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAXStefan Agner1-3/+3
2018-06-15Kbuild: rename HAVE_CC_STACKPROTECTOR config variableMasahiro Yamada1-1/+1
2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds1-1/+1
2018-06-13Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2-6/+1
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-3/+3
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook2-3/+3
2018-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds20-255/+392
2018-06-11Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds25-2828/+6083
2018-06-11Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Linus Torvalds80-598/+4491
2018-06-11Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds1-1/+42
2018-06-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds37-106/+784
2018-06-08arm64: Fix syscall restarting around signal suppressed by tracerDave Martin1-2/+3
2018-06-08arm64: move GCC version check for ARCH_SUPPORTS_INT128 to KconfigMasahiro Yamada2-6/+1
2018-06-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+1
2018-06-07mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour2-2/+1