summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-071-2/+2
|\
| * syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin2019-03-201-2/+2
* | Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-072-3/+3
|\ \
| * | acpi: Create subtable parsing infrastructureKeith Busch2019-04-042-3/+3
* | | Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2019-05-071-1/+0
|\ \ \
| * | | Make anon_inodes unconditionalDavid Howells2019-04-191-1/+0
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-05-0615-39/+56
|\ \ \ \
| * | | | crypto: arm64/aes-neonbs - don't access already-freed walk.ivEric Biggers2019-04-181-0/+2
| * | | | crypto: arm64/cbcmac - handle empty messages in same way as templateEric Biggers2019-04-081-1/+1
| * | | | crypto: arm64 - convert to use crypto_simd_usable()Eric Biggers2019-03-2215-34/+47
| * | | | crypto: arm64/gcm-aes-ce - fix no-NEON fallback codeEric Biggers2019-03-221-4/+6
| | |_|/ | |/| |
* | | | Merge tag 'edac_for_5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2019-05-061-12/+13
|\ \ \ \
| * | | | arm64: dts: stratix10: Use new Stratix10 EDAC bindingsThor Thayer2019-04-101-12/+13
| |/ / /
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-05-0667-610/+1201
|\ \ \ \
| * \ \ \ Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git...Will Deacon2019-05-031-2/+2
| |\ \ \ \
| | * | | | arm64: perf_event: Remove wrongfully used inlineRaphael Gault2019-04-111-2/+2
| | | |_|/ | | |/| |
| * | | | Merge branch 'for-next/timers' of git://git.kernel.org/pub/scm/linux/kernel/g...Will Deacon2019-05-016-31/+105
| |\ \ \ \
| | * | | | clocksource/arm_arch_timer: Use arch_timer_read_counter to access stable coun...Marc Zyngier2019-04-301-2/+14
| | * | | | clocksource/arm_arch_timer: Remove use of workaround static keyMarc Zyngier2019-04-301-4/+0
| | * | | | clocksource/arm_arch_timer: Drop use of static key in arch_timer_reg_read_stableMarc Zyngier2019-04-301-14/+28
| | * | | | clocksource/arm_arch_timer: Direcly assign set_next_event workaroundMarc Zyngier2019-04-301-0/+16
| | * | | | arm64: Use arch_timer_read_counter instead of arch_counter_get_cntvctMarc Zyngier2019-04-301-2/+2
| | * | | | arm64: Apply ARM64_ERRATUM_1188873 to Neoverse-N1Marc Zyngier2019-04-302-7/+17
| | * | | | arm64: Add part number for Neoverse N1Marc Zyngier2019-04-301-0/+2
| | * | | | arm64: Make ARM64_ERRATUM_1188873 depend on COMPATMarc Zyngier2019-04-301-0/+1
| | * | | | arm64: Restrict ARM64_ERRATUM_1188873 mitigation to AArch32Marc Zyngier2019-04-301-2/+17
| | |/ / /
| * | | | Merge branch 'for-next/mitigations' of git://git.kernel.org/pub/scm/linux/ker...Will Deacon2019-05-014-85/+229
| |\ \ \ \
| | * | | | arm64/speculation: Support 'mitigations=' cmdline optionJosh Poimboeuf2019-05-012-2/+12
| | * | | | arm64: ssbs: Don't treat CPUs with SSBS as unaffected by SSBWill Deacon2019-05-011-4/+6
| | * | | | arm64: enable generic CPU vulnerabilites supportMian Yousaf Kaukab2019-05-011-0/+1
| | * | | | arm64: add sysfs vulnerability show for speculative store bypassJeremy Linton2019-05-011-0/+42
| | * | | | arm64: Always enable ssb vulnerability detectionJeremy Linton2019-04-262-8/+5
| | * | | | arm64: add sysfs vulnerability show for spectre-v2Jeremy Linton2019-04-261-1/+26
| | * | | | arm64: Always enable spectre-v2 vulnerability detectionJeremy Linton2019-04-261-7/+8
| | * | | | arm64: Use firmware to detect CPUs that are not affected by Spectre-v2Marc Zyngier2019-04-261-9/+23
| | * | | | arm64: Advertise mitigation of Spectre-v2, or lack thereofMarc Zyngier2019-04-261-53/+56
| | * | | | arm64: add sysfs vulnerability show for meltdownJeremy Linton2019-04-261-14/+44
| | * | | | arm64: Add sysfs vulnerability show for spectre-v1Mian Yousaf Kaukab2019-04-261-0/+6
| | * | | | arm64: Provide a command line to disable spectre_v2 mitigationJeremy Linton2019-04-261-0/+13
| | |/ / /
| * | | | Merge branch 'for-next/futex' of git://git.kernel.org/pub/scm/linux/kernel/gi...Will Deacon2019-05-011-24/+39
| |\ \ \ \
| | * | | | arm64: futex: Avoid copying out uninitialised stack in failed cmpxchg()Will Deacon2019-04-261-1/+3
| | * | | | arm64: futex: Bound number of LDXR/STXR loops in FUTEX_WAKE_OPWill Deacon2019-04-261-21/+34
| | * | | | arm64: futex: Fix FUTEX_WAKE_OP atomic ops with non-zero result valueWill Deacon2019-04-261-8/+8
| | |/ / /
| * | | | arm64: Fix size of __early_cpu_boot_statusArun KS2019-05-011-1/+1
| * | | | arm64: mm: Remove pte_unmap_nested()Qian Cai2019-04-301-2/+0
| * | | | arm64: Fix compiler warning from pte_unmap() with -Wunused-but-set-variableQian Cai2019-04-301-1/+2
| * | | | arm64: compat: Reduce address limit for 64K pagesVincenzo Frascino2019-04-301-1/+1
| * | | | arm64: arch_timer: Ensure counter register reads occur with seqlock heldWill Deacon2019-04-302-6/+42
| * | | | arm64: mmap: Ensure file offset is treated as unsignedBoyang Zhou2019-04-291-1/+1
| * | | | arm64: Kconfig: Tidy up errata workaround help textWill Deacon2019-04-291-16/+13