summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-08-131-2/+2
|\
| * Merge tag 'v4.18-rc5' into x86/mm, to pick up fixesIngo Molnar2018-07-172-17/+12
| |\
| * | ioremap: Update pgtable free interfaces with addrChintan Pandya2018-07-041-2/+2
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-08-134-128/+54
|\ \ \
| * \ \ Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-08-024-6/+13
| |\ \ \
| * \ \ \ Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-07-2526-130/+163
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | perf/hw_breakpoint: Remove default hw_breakpoint_arch_parse()Frederic Weisbecker2018-06-261-1/+0
| * | | | perf/arch/arm64: Implement hw_breakpoint_arch_parse()Frederic Weisbecker2018-06-262-40/+45
| * | | | perf/hw_breakpoint: Pass arch breakpoint struct to arch_check_bp_in_kernelspa...Frederic Weisbecker2018-06-262-6/+5
| * | | | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2018-06-268-18/+50
| |\ \ \ \
| * | | | | kprobes/arm64: Fix %p uses in error messagesMasami Hiramatsu2018-06-211-1/+1
| * | | | | bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu2018-06-211-5/+5
| * | | | | arm64/kprobes: Don't call the ->break_handler() in arm64 kprobes codeMasami Hiramatsu2018-06-211-8/+0
| * | | | | arm64/kprobes: Remove jprobe implementationMasami Hiramatsu2018-06-212-69/+0
* | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-08-134-141/+5
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar2018-07-1734-148/+213
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | atomics/treewide: Make conditional inc/dec ops optionalMark Rutland2018-06-211-0/+2
| * | | | | | atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland2018-06-211-24/+0
| * | | | | | atomics/treewide: Make test ops optionalMark Rutland2018-06-211-8/+0
| * | | | | | atomics/treewide: Make atomic64_fetch_add_unless() optionalMark Rutland2018-06-211-12/+0
| * | | | | | atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland2018-06-211-1/+0
| * | | | | | atomics/treewide: Make atomic64_inc_not_zero() optionalMark Rutland2018-06-211-2/+0
| * | | | | | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland2018-06-211-1/+1
| * | | | | | locking/atomics/arm64, arm64/bitops: Include <asm-generic/bitops/ext2-atomic-...Will Deacon2018-06-211-6/+1
| * | | | | | locking/atomics/arm64: Replace our atomic/lock bitop implementations with asm...Will Deacon2018-06-213-89/+3
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-08-133-15/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'irqchip-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2018-08-0634-148/+213
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | arm64: Use the new GENERIC_IRQ_MULTI_HANDLERPalmer Dabbelt2018-08-033-15/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-08-131-0/+3
|\ \ \ \ \ \
| * | | | | | efi: Deduplicate efi_open_volume()Lukas Wunner2018-07-221-0/+3
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-08-092-146/+80
|\ \ \ \ \ \
| * | | | | | crypto: arm64 - revert NEON yield for fast AEAD implementationsArd Biesheuvel2018-08-072-146/+80
* | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2018-08-021-2/+6
|\ \ \ \ \ \ \
| * | | | | | | crypto/arm64: aes-ce-gcm - add missing kernel_neon_begin/end pairArd Biesheuvel2018-07-311-2/+6
| | |_|_|_|/ / | |/| | | | |
* / | | | | | mm: do not initialize TLB stack vma's with vma_init()Linus Torvalds2018-08-012-9/+5
|/ / / / / /
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-07-272-3/+8
|\ \ \ \ \ \
| * | | | | | mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov2018-07-262-3/+8
| | |/ / / / | |/| | | |
* | | | | | arm64: fix vmemmap BUILD_BUG_ON() triggering on !vmemmap setupsJohannes Weiner2018-07-251-1/+3
* | | | | | arm64: Check for errata before evaluating cpu featuresDirk Mueller2018-07-251-2/+2
|/ / / / /
* | | | | arm64: neon: Fix function may_use_simd() return error statusYandong Zhao2018-07-111-12/+7
* | | | | Revert "arm64: Use aarch64elf and aarch64elfb emulation mode variants"Laura Abbott2018-07-101-2/+4
* | | | | arm64: remove no-op -p linker flagGreg Hackmann2018-07-051-1/+1
* | | | | arm64: add endianness option to LDFLAGS instead of LDMasahiro Yamada2018-07-041-4/+2
* | | | | arm64: Use aarch64elf and aarch64elfb emulation mode variantsPaul Kocialkowski2018-07-041-2/+2
| |_|_|/ |/| | |
* | | | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2018-06-309-18/+37
|\ \ \ \
| * \ \ \ Merge tag 'hisi-fixes-for-4.18' of git://github.com/hisilicon/linux-hisi into...Olof Johansson2018-06-292-0/+4
| |\ \ \ \
| | * | | | arm64: dts: hikey960: Define wl1837 power capabilitiesoscardagrach2018-06-281-0/+2
| | * | | | arm64: dts: hikey: Define wl1835 power capabilitiesoscardagrach2018-06-281-0/+2
| | | |/ / | | |/| |
| * | | | Merge tag 'amlogic-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2018-06-297-18/+33
| |\ \ \ \
| | * | | | ARM64: dts: meson-gxl: fix Mali GPU compatible stringMartin Blumenstingl2018-06-271-1/+1