Linus Torvalds
5694cecdb0
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
...
Pull arm64 festive updates from Will Deacon:
"In the end, we ended up with quite a lot more than I expected:
- Support for ARMv8.3 Pointer Authentication in userspace (CRIU and
kernel-side support to come later)
- Support for per-thread stack canaries, pending an update to GCC
that is currently undergoing review
- Support for kexec_file_load(), which permits secure boot of a kexec
payload but also happens to improve the performance of kexec
dramatically because we can avoid the sucky purgatory code from
userspace. Kdump will come later (requires updates to libfdt).
- Optimisation of our dynamic CPU feature framework, so that all
detected features are enabled via a single stop_machine()
invocation
- KPTI whitelisting of Cortex-A CPUs unaffected by Meltdown, so that
they can benefit from global TLB entries when KASLR is not in use
- 52-bit virtual addressing for userspace (kernel remains 48-bit)
- Patch in LSE atomics for per-cpu atomic operations
- Custom preempt.h implementation to avoid unconditional calls to
preempt_schedule() from preempt_enable()
- Support for the new 'SB' Speculation Barrier instruction
- Vectorised implementation of XOR checksumming and CRC32
optimisations
- Workaround for Cortex-A76 erratum #1165522
- Improved compatibility with Clang/LLD
- Support for TX2 system PMUS for profiling the L3 cache and DMC
- Reflect read-only permissions in the linear map by default
- Ensure MMIO reads are ordered with subsequent calls to Xdelay()
- Initial support for memory hotplug
- Tweak the threshold when we invalidate the TLB by-ASID, so that
mremap() performance is improved for ranges spanning multiple PMDs.
- Minor refactoring and cleanups"
* tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux: (125 commits)
arm64: kaslr: print PHYS_OFFSET in dump_kernel_offset()
arm64: sysreg: Use _BITUL() when defining register bits
arm64: cpufeature: Rework ptr auth hwcaps using multi_entry_cap_matches
arm64: cpufeature: Reduce number of pointer auth CPU caps from 6 to 4
arm64: docs: document pointer authentication
arm64: ptr auth: Move per-thread keys from thread_info to thread_struct
arm64: enable pointer authentication
arm64: add prctl control for resetting ptrauth keys
arm64: perf: strip PAC when unwinding userspace
arm64: expose user PAC bit positions via ptrace
arm64: add basic pointer authentication support
arm64/cpufeature: detect pointer authentication
arm64: Don't trap host pointer auth use to EL2
arm64/kvm: hide ptrauth from guests
arm64/kvm: consistently handle host HCR_EL2 flags
arm64: add pointer authentication register bits
arm64: add comments about EC exception levels
arm64: perf: Treat EXCLUDE_EL* bit definitions as unsigned
arm64: kpti: Whitelist Cortex-A CPUs that don't implement the CSV3 field
arm64: enable per-task stack canaries
...
2018-12-25 17:41:56 -08:00
..
2018-10-08 11:40:43 +02:00
2018-10-31 10:57:43 -07:00
2018-11-09 17:33:32 +01:00
2018-11-08 17:51:11 +01:00
2018-12-11 09:57:47 -08:00
2018-09-03 16:58:50 +05:30
2018-11-14 09:20:44 +08:00
2018-10-16 11:13:50 +02:00
2018-10-26 10:50:10 -07:00
2018-12-11 01:04:23 +00:00
2018-11-12 10:33:49 +01:00
2018-12-18 14:06:56 +00:00
2018-08-09 16:11:21 -04:00
2018-08-03 19:52:14 +05:30
2018-12-13 16:39:46 +00:00
2018-07-12 17:37:13 -07:00
2018-12-13 01:24:44 -08:00
2018-10-08 11:40:43 +02:00
2018-12-18 20:00:52 +01:00
2018-12-04 01:37:13 +01:00
2018-11-21 13:16:33 +00:00
2018-10-26 08:14:13 -07:00
2018-12-18 12:23:59 +00:00
2018-12-12 13:54:28 +01:00
2018-10-26 07:38:19 -07:00
2018-12-11 20:44:49 +00:00
2018-11-28 11:57:07 +01:00
2018-10-02 10:11:12 +02:00
2018-08-27 09:49:48 +05:30
2018-12-20 16:01:30 +00:00
2018-08-09 18:47:47 +03:00
2018-12-02 09:43:57 -05:00
2018-11-07 13:23:18 +01:00
2018-12-25 15:01:46 -08:00
2018-11-07 22:58:29 +01:00
2018-08-22 08:08:27 -07:00
2018-09-10 11:05:47 +02:00
2018-08-30 14:18:03 +01:00
2018-07-30 08:49:02 -04:00
2018-07-25 11:53:59 +02:00
2018-08-22 10:52:46 -07:00
2018-08-22 10:52:46 -07:00
2018-10-03 16:47:43 +02:00
2018-11-01 19:59:53 -06:00
2018-08-17 16:20:27 -07:00
2018-10-31 08:54:12 -07:00
2018-10-15 15:43:06 +02:00
2018-11-01 19:59:53 -06:00
2018-11-01 19:59:53 -06:00
2018-10-15 20:05:18 -06:00
2018-09-26 15:11:28 -06:00
2018-10-25 11:17:40 -06:00
2018-10-19 13:24:31 -07:00
2018-10-31 16:53:17 -07:00
2018-10-01 16:18:32 +02:00
2018-10-19 13:24:31 -07:00
2018-07-21 16:21:25 -07:00
2018-08-07 15:48:38 -07:00
2018-10-02 22:20:50 -04:00
2018-07-18 01:18:05 +09:00
2018-09-06 15:12:24 -06:00
2018-08-02 15:22:13 -06:00
2018-10-26 16:26:32 -07:00
2018-11-02 11:25:48 -07:00
2018-12-14 13:34:47 -08:00
2018-10-18 15:43:38 -07:00
2018-10-25 11:14:36 -07:00
2018-08-17 16:20:32 -07:00
2018-11-03 23:42:16 +01:00
2018-11-08 11:33:52 +01:00
2018-12-14 16:57:16 +01:00
2018-09-30 20:14:03 +02:00
2018-11-05 08:14:18 -08:00
2018-09-30 20:14:03 +02:00
2018-12-19 12:00:23 +01:00
2018-09-11 14:11:51 +02:00
2018-07-31 13:06:57 +02:00
2018-10-03 16:47:43 +02:00
2018-09-25 20:09:19 +02:00
2018-08-14 13:12:24 -07:00
2018-09-21 13:24:52 +08:00
2018-12-06 13:03:17 +00:00
2018-12-12 23:22:18 +01:00
2018-08-13 09:05:05 -07:00
2018-08-22 10:52:46 -07:00
2018-10-06 12:09:26 +02:00
2018-07-27 19:04:33 +08:00
2018-08-22 10:52:48 -07:00
2018-09-04 11:37:05 +08:00
2018-09-28 12:46:25 +08:00
2018-10-08 22:53:10 +11:00
2018-12-04 21:32:00 -08:00
2018-08-21 18:19:09 -07:00
2018-10-19 07:53:18 +02:00
2018-10-26 16:26:32 -07:00
2018-12-11 11:40:13 +09:00
2018-10-26 12:57:38 -07:00
2018-10-26 08:42:25 -07:00
2018-07-31 17:33:21 -04:00
2018-08-17 16:20:32 -07:00
2018-10-08 09:44:17 +02:00
2018-11-21 18:47:52 +01:00
2018-07-31 18:04:55 -05:00
2018-12-03 17:40:18 +01:00
2018-12-22 08:46:27 -08:00
2018-09-20 09:01:16 +02:00
2018-07-30 10:50:22 +05:30
2018-10-04 09:40:52 -07:00
2018-11-13 21:55:24 +01:00
2018-11-15 10:04:46 +01:00
2018-09-27 17:34:52 -06:00
2018-08-27 14:48:48 +02:00
2018-08-29 19:46:10 -07:00
2018-07-26 19:38:03 -07:00
2018-08-25 13:40:38 -07:00
2018-10-22 17:54:47 -07:00
2018-10-08 13:48:45 +02:00
2018-09-11 14:11:54 +02:00
2018-07-12 10:04:29 -04:00
2018-12-11 19:12:21 -08:00
2018-11-02 09:33:08 -07:00
2018-11-28 13:19:20 +00:00
2018-07-27 09:57:23 +10:00
2018-09-04 23:37:38 +02:00
2018-10-04 13:28:02 +02:00
2018-07-18 15:44:44 +02:00
2018-11-27 20:31:54 -05:00
2018-07-23 12:44:52 +02:00
2018-10-01 08:58:57 -06:00
2018-12-08 10:26:20 -08:00
2018-08-02 10:24:51 +02:00
2018-07-18 17:27:10 +00:00
2018-11-19 10:40:33 +10:00
2018-11-16 11:42:12 +00:00
2018-11-22 08:57:38 +01:00
2018-10-31 08:54:12 -07:00
2018-11-23 11:51:21 +01:00
2018-10-26 16:38:15 -07:00
2018-10-05 16:32:04 -07:00
2018-10-05 10:16:56 +08:00
2018-10-10 20:37:13 -07:00
2018-12-03 08:01:01 +01:00
2018-08-30 23:13:15 +02:00
2018-11-04 11:04:46 +01:00
2018-10-21 10:46:33 -04:00
2018-10-11 16:01:00 +02:00
2018-09-13 09:25:40 -07:00
2018-07-16 11:20:06 -07:00
2018-08-15 10:25:26 -07:00
2018-10-29 20:26:06 -07:00
2018-07-21 10:43:12 -05:00
2018-10-10 20:40:21 -07:00
2018-07-18 07:27:22 -04:00
2018-09-25 14:33:43 +02:00
2018-12-19 11:32:08 +01:00
2018-10-26 16:25:18 -07:00
2018-10-10 18:09:37 +02:00
2018-09-25 10:18:27 +02:00
2018-08-22 10:52:52 -07:00
2018-09-18 16:15:33 -05:00
2018-09-18 16:15:33 -05:00
2018-09-13 08:17:27 -07:00
2018-12-13 09:35:31 +00:00
2018-12-19 11:32:08 +01:00
2018-12-18 14:22:28 +01:00
2018-12-19 11:32:08 +01:00
2018-08-10 15:11:25 -04:00
2018-08-16 19:36:55 +02:00
2018-07-26 17:04:37 -07:00
2018-09-27 17:56:48 +02:00
2018-08-17 16:20:30 -07:00
2018-08-26 11:25:21 -07:00
2018-08-22 10:52:46 -07:00
2018-09-16 22:37:16 +02:00
2018-12-06 14:38:50 +00:00
2018-10-26 09:30:46 +01:00
2018-10-26 09:30:46 +01:00
2018-08-18 11:44:53 -07:00
2018-07-12 21:35:28 +02:00
2018-09-20 00:51:43 +02:00
2018-12-25 14:52:50 -08:00
2018-08-24 13:20:33 -07:00
2018-09-19 15:10:06 -07:00
2018-10-09 08:25:07 -06:00
2018-11-30 13:29:04 +00:00
2018-10-01 22:55:36 -07:00
2018-08-17 16:20:32 -07:00
2018-10-10 15:20:54 -05:00
2018-10-09 09:56:33 +02:00
2018-10-24 11:49:35 +01:00
2018-10-26 16:25:19 -07:00
2018-10-31 08:54:16 -07:00
2018-10-26 16:26:35 -07:00
2018-10-31 08:54:17 -07:00
2018-12-05 15:45:54 -08:00
2018-10-17 12:18:16 -05:00
2018-10-19 17:02:23 -07:00
2018-10-01 22:55:36 -07:00
2018-09-13 15:18:04 -10:00
2018-12-14 15:05:45 -08:00
2018-11-09 06:30:44 -06:00
2018-10-26 16:25:19 -07:00
2018-12-14 15:05:45 -08:00
2018-12-25 12:26:34 -08:00
2018-10-24 11:49:35 +01:00
2018-10-16 00:13:39 -07:00
2018-12-19 11:32:08 +01:00
2018-10-17 13:56:58 -07:00
2018-11-22 11:36:54 -08:00
2018-07-31 12:40:22 -07:00
2018-07-16 00:12:09 -07:00
2018-11-03 15:40:01 -07:00
2018-08-03 21:15:09 +02:00
2018-07-16 17:51:48 +02:00
2018-07-16 17:51:48 +02:00
2018-09-28 14:47:40 +02:00
2018-10-16 00:13:12 -07:00
2018-10-19 17:01:43 -07:00
2018-08-23 16:03:58 -07:00
2018-09-30 15:35:17 -04:00
2018-09-30 15:35:17 -04:00
2018-09-30 15:35:17 -04:00
2018-11-06 21:58:00 +01:00
2018-08-17 16:20:29 -07:00
2018-08-22 10:52:45 -07:00
2018-11-03 10:09:37 -07:00
2018-10-01 14:16:13 -07:00
2018-09-28 15:14:55 +02:00
2018-09-28 15:14:55 +02:00
2018-09-08 11:19:28 +02:00
2018-09-25 09:47:52 +02:00
2018-10-29 10:42:20 -07:00
2018-08-03 18:57:15 +05:30
2018-08-23 18:48:44 -07:00
2018-08-08 09:47:26 -06:00
2018-08-17 16:20:28 -07:00
2018-10-26 16:26:34 -07:00
2018-10-21 10:46:35 -04:00
2018-10-21 10:46:39 -04:00
2018-09-18 17:52:15 -05:00
2018-10-25 06:50:48 -07:00
2018-10-10 15:47:00 -05:00
2018-07-19 11:46:45 +01:00
2018-07-19 11:34:23 +01:00
2018-10-17 12:18:17 -05:00
2018-12-20 10:19:49 +01:00
2018-12-06 14:38:53 +00:00
2018-10-31 08:54:14 -07:00
2018-09-26 15:11:29 -06:00
2018-08-22 10:52:45 -07:00
2018-07-25 11:47:02 +02:00
2018-10-26 16:26:35 -07:00
2018-10-01 23:14:10 -07:00
2018-08-09 11:08:19 -07:00
2018-07-21 10:43:12 -05:00
2018-09-10 12:48:50 +02:00
2018-12-14 16:28:18 +05:30
2018-12-14 16:28:12 +05:30
2018-12-19 10:31:50 +01:00
2018-12-19 10:31:50 +01:00
2018-10-08 22:53:10 +11:00
2018-10-03 16:47:43 +02:00
2018-12-07 12:35:46 +00:00
2018-08-14 13:36:15 +02:00
2018-08-22 10:52:46 -07:00
2018-11-26 18:19:11 +01:00
2018-10-26 16:26:32 -07:00
2018-11-30 14:56:14 -08:00
2018-10-22 07:11:58 -07:00
2018-11-29 13:46:43 -08:00
2018-07-20 01:11:45 +02:00
2018-11-28 11:57:11 +01:00
2018-12-12 11:55:42 +01:00
2018-10-11 15:28:04 +01:00
2018-10-13 20:31:37 +03:00
2018-09-23 21:28:00 -07:00
2018-08-22 18:17:29 +02:00
2018-10-21 10:46:48 -04:00
2018-08-02 17:33:06 -04:00
2018-10-31 08:54:13 -07:00
2018-08-30 16:03:31 -07:00
2018-08-30 16:03:32 -07:00
2018-08-30 16:03:42 -07:00
2018-08-30 16:12:53 -07:00
2018-08-30 16:03:37 -07:00
2018-07-17 09:27:43 +02:00
2018-12-19 18:38:13 +00:00
2018-10-19 12:53:55 -07:00
2018-10-25 13:45:23 +02:00
2018-10-04 11:36:07 +02:00
2018-08-27 14:48:48 +02:00
2018-08-01 21:09:50 -04:00
2018-09-28 14:20:59 +02:00
2018-07-25 11:22:19 +02:00
2018-09-25 20:17:35 -07:00
2018-09-10 12:04:07 +02:00
2018-07-20 00:02:43 +02:00
2018-12-01 12:35:48 -08:00
2018-09-10 17:37:06 +01:00
2018-10-03 16:47:43 +02:00
2018-07-21 09:18:27 +02:00
2018-07-12 17:07:26 +02:00
2018-10-04 09:57:45 -07:00
2018-10-02 14:38:02 -07:00
2018-08-20 09:22:45 -07:00
2018-11-29 11:46:34 -08:00
2018-08-22 10:52:43 -07:00
2018-10-03 16:50:39 +02:00
2018-10-31 08:54:14 -07:00
2018-11-23 11:08:03 -08:00
2018-10-20 21:37:11 +02:00
2018-10-26 16:26:31 -07:00
2018-10-09 16:51:11 +02:00
2018-08-29 15:42:24 +02:00
2018-08-16 12:14:42 -07:00
2018-07-26 10:50:16 -04:00
2018-08-30 16:10:49 -07:00
2018-08-30 16:10:49 -07:00
2018-09-04 10:35:48 -07:00
2018-10-09 11:20:55 +02:00
2018-09-18 19:48:08 -07:00
2018-10-11 12:12:55 +02:00
2018-10-12 12:35:02 +02:00
2018-11-20 13:14:08 +02:00
2018-09-29 22:47:49 -04:00
2018-10-19 08:48:28 +02:00
2018-08-29 15:42:25 +02:00
2018-12-03 18:18:19 +02:00
2018-12-07 22:39:46 -05:00
2018-10-11 09:16:44 -07:00
2018-11-21 15:49:52 -08:00
2018-08-24 11:57:37 +02:00
2018-10-02 15:52:08 -07:00
2018-08-29 15:42:23 +02:00
2018-08-27 14:45:58 +02:00
2018-10-25 11:14:36 -07:00
2018-08-29 09:20:48 -07:00
2018-07-28 17:03:11 +03:00
2018-10-10 22:14:17 -04:00
2018-11-12 04:53:27 +01:00
2018-10-17 15:35:29 -04:00
2018-11-29 22:08:38 -05:00
2018-09-14 11:19:30 -04:00
2018-10-13 00:50:53 -04:00
2018-12-05 11:29:10 +01:00
2018-09-25 20:33:24 +02:00
2018-10-24 00:41:07 +01:00
2018-10-22 19:37:36 -07:00
2018-09-24 04:44:53 -04:00
2018-12-05 21:20:14 +01:00
2018-08-23 18:48:44 -07:00
2018-08-16 09:57:20 -07:00
2018-09-13 17:58:30 +02:00
2018-08-11 12:02:18 -07:00
2018-10-04 22:23:15 -07:00
2018-09-13 15:18:04 -10:00
2018-09-13 15:18:04 -10:00
2018-09-11 14:11:51 +02:00
2018-10-16 00:11:13 -04:00
2018-11-01 19:59:53 -06:00
2018-12-06 08:26:17 -05:00