summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-08-1424-238/+354
|\
| * arm64: drop unused kernel_neon_begin_partial() macroArd Biesheuvel2018-07-311-7/+0
| * arm64: Add support for STACKLEAK gcc pluginLaura Abbott2018-07-261-0/+15
| * arm64: Add stack information to on_accessible_stackLaura Abbott2018-07-262-15/+67
| * arm64: acpi: fix alignment fault in accessing ACPIAKASHI Takahiro2018-07-231-7/+16
| * arm64: implement syscall wrappersMark Rutland2018-07-122-3/+81
| * arm64: convert compat wrappers to CMark Rutland2018-07-121-11/+11
| * arm64: convert native/compat syscall entry to CMark Rutland2018-07-121-0/+4
| * arm64: introduce syscall_fn_tMark Rutland2018-07-121-1/+5
| * arm64: remove sigreturn wrappersMark Rutland2018-07-121-2/+2
| * arm64: move sve_user_{enable,disable} to <asm/fpsimd.h>Mark Rutland2018-07-121-1/+16
| * arm64: kill config_sctlr_el1()Mark Rutland2018-07-121-10/+0
| * arm64: move SCTLR_EL{1,2} assertions to <asm/sysreg.h>Mark Rutland2018-07-121-10/+10
| * arm64: rseq: Implement backend rseq calls and select HAVE_RSEQWill Deacon2018-07-112-1/+3
| * arm64: numa: rework ACPI NUMA initializationLorenzo Pieralisi2018-07-091-2/+4
| * arm64: topology: rename llc_siblings to align with other struct membersSudeep Holla2018-07-061-2/+2
| * arm64: topology: add support to remove cpu topology sibling masksSudeep Holla2018-07-061-0/+2
| * arm64: numa: separate out updates to percpu nodeid and NUMA node cpumapSudeep Holla2018-07-061-0/+4
| * arm64: tlbflush: Introduce __flush_tlb_kernel_pgtableChintan Pandya2018-07-061-0/+7
| * arm64: insn: Don't fallback on nosync path for general insn patchingWill Deacon2018-07-051-2/+0
| * arm64: IPI each CPU after invalidating the I-cache for kernel mappingsWill Deacon2018-07-051-1/+26
| * arm64: remove unused COMPAT_PSR definitionsMark Rutland2018-07-051-28/+0
| * kvm/arm: use PSR_AA32 definitionsMark Rutland2018-07-051-5/+5
| * arm64: use PSR_AA32 definitionsMark Rutland2018-07-052-4/+4
| * arm64: add PSR_AA32_* definitionsMark Rutland2018-07-051-1/+56
| * arm64: Handle mismatched cache typeSuzuki K Poulose2018-07-051-1/+2
| * arm64: Fix mismatched cache line size detectionSuzuki K Poulose2018-07-051-0/+4
| * arm64: locking: Replace ticket lock implementation with qspinlockWill Deacon2018-07-053-132/+3
| * arm64: barrier: Implement smp_cond_load_relaxedWill Deacon2018-07-051-0/+13
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-08-132-3/+5
|\ \
| * \ Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-08-021-1/+3
| |\ \
| * \ \ Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-07-253-18/+14
| |\ \ \
| * | | | 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-261-1/+5
| * | | | perf/hw_breakpoint: Pass arch breakpoint struct to arch_check_bp_in_kernelspa...Frederic Weisbecker2018-06-261-1/+1
| * | | | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2018-06-262-0/+12
| |\ \ \ \
| * | | | | arm64/kprobes: Remove jprobe implementationMasami Hiramatsu2018-06-211-1/+0
* | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-08-132-64/+4
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar2018-07-175-18/+26
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | 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-211-12/+2
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-08-131-2/+0
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'irqchip-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2018-08-065-18/+26
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
OpenPOWER on IntegriCloud