Linus Torvalds
0bc40e549a
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
...
Pull x86 mm updates from Ingo Molnar:
"The changes in here are:
- text_poke() fixes and an extensive set of executability lockdowns,
to (hopefully) eliminate the last residual circumstances under
which we are using W|X mappings even temporarily on x86 kernels.
This required a broad range of surgery in text patching facilities,
module loading, trampoline handling and other bits.
- tweak page fault messages to be more informative and more
structured.
- remove DISCONTIGMEM support on x86-32 and make SPARSEMEM the
default.
- reduce KASLR granularity on 5-level paging kernels from 512 GB to
1 GB.
- misc other changes and updates"
* 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (36 commits)
x86/mm: Initialize PGD cache during mm initialization
x86/alternatives: Add comment about module removal races
x86/kprobes: Use vmalloc special flag
x86/ftrace: Use vmalloc special flag
bpf: Use vmalloc special flag
modules: Use vmalloc special flag
mm/vmalloc: Add flag for freeing of special permsissions
mm/hibernation: Make hibernation handle unmapped pages
x86/mm/cpa: Add set_direct_map_*() functions
x86/alternatives: Remove the return value of text_poke_*()
x86/jump-label: Remove support for custom text poker
x86/modules: Avoid breaking W^X while loading modules
x86/kprobes: Set instruction page as executable
x86/ftrace: Set trampoline pages as executable
x86/kgdb: Avoid redundant comparison of patched code
x86/alternatives: Use temporary mm for text poking
x86/alternatives: Initialize temporary mm for patching
fork: Provide a function for copying init_mm
uprobes: Initialize uprobes earlier
x86/mm: Save debug registers when loading a temporary mm
...
2019-05-06 16:13:31 -07:00
..
2018-11-14 10:56:33 -08:00
2019-02-06 09:36:36 -08:00
2018-03-31 01:33:09 +08:00
2018-11-09 17:33:32 +01:00
2019-03-20 16:27:40 +01:00
2019-02-15 17:17:57 +01:00
2019-03-06 09:41:12 -08:00
2019-02-02 09:28:51 +00:00
2019-03-21 12:30:54 +01:00
2019-03-06 20:34:20 -06:00
2019-03-08 10:02:58 -08:00
2019-03-29 12:24:41 -07:00
2019-02-25 09:28:54 +01:00
2019-03-01 14:28:43 +01:00
2019-04-13 14:33:56 -07:00
2019-03-03 23:45:27 +00:00
2018-06-03 17:37:15 -07:00
2019-05-06 16:13:31 -07:00
2019-04-11 15:41:14 -04:00
2019-03-01 20:53:41 +01:00
2019-03-16 13:05:32 -07:00
2015-08-05 13:38:07 +01:00
2018-06-15 18:10:01 -03:00
2019-01-31 14:20:54 +01:00
2019-03-15 11:25:48 -07:00
2019-02-13 08:07:31 +01:00
2018-11-01 11:00:46 +01:00
2012-03-16 10:38:24 -04:00
2016-10-11 15:06:31 -07:00
2019-03-05 21:07:21 -08:00
2018-07-04 10:32:48 +01:00
2019-03-05 21:07:14 -08:00
2017-11-02 11:10:55 +01:00
2019-04-08 08:19:41 -06:00
2019-03-07 18:32:00 -08:00
2019-04-05 16:02:30 -10:00
2019-03-18 10:44:48 -06:00
2019-04-10 09:57:33 -06:00
2019-04-19 11:31:42 -06:00
2019-03-13 12:04:35 -07:00
2019-03-08 21:17:07 +01:00
2019-04-25 17:20:06 -07:00
2019-03-26 11:24:47 -07:00
2018-10-02 22:20:50 -04:00
2017-11-17 16:10:01 -08:00
2019-03-07 18:31:59 -08:00
2019-04-19 11:32:14 -06:00
2017-11-02 11:10:55 +01:00
2019-03-07 12:20:11 -08:00
2019-03-07 10:11:41 -08:00
2019-04-25 08:19:15 -07:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2019-03-05 21:07:20 -08:00
2019-02-07 00:13:27 +01:00
2019-01-09 11:36:41 +01:00
2019-04-03 09:36:27 +02:00
2018-01-08 17:30:45 +01:00
2019-02-19 13:20:35 +01:00
2008-04-30 08:29:54 -07:00
2018-07-31 13:06:57 +02:00
2018-04-11 10:28:38 -07:00
2017-11-02 11:10:55 +01:00
2019-05-06 14:44:49 -07:00
2015-11-16 09:27:32 +05:30
2019-03-07 18:32:01 -08:00
2016-09-06 13:08:40 +09:00
2018-12-11 11:40:13 +09:00
2019-03-05 14:53:50 -05:00
2019-03-18 07:07:30 +01:00
2017-08-24 13:23:03 -07:00
2019-01-04 09:02:17 +01:00
2019-03-10 12:47:57 -07:00
2018-07-30 10:50:22 +05:30
2019-03-29 07:35:00 +01:00
2019-03-07 18:32:00 -08:00
2017-11-15 11:56:19 -08:00
2017-11-02 11:10:55 +01:00
2019-04-16 10:01:24 +02:00
2019-04-13 19:08:22 -06:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2019-02-28 03:28:53 -05:00
2018-01-12 17:33:38 -08:00
2018-01-01 12:40:27 -07:00
2019-04-23 21:15:15 -07:00
2019-02-24 17:33:59 -08:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2019-03-12 18:59:17 -07:00
2017-11-02 11:10:55 +01:00
2018-12-19 09:40:13 +01:00
2019-02-28 08:24:23 -07:00
2019-04-30 12:37:59 +02:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-05-14 16:44:41 +02:00
2017-11-02 11:10:55 +01:00
2019-03-05 21:07:18 -08:00
2019-02-28 03:29:37 -05:00
2019-02-28 03:28:53 -05:00
2019-04-06 07:01:55 -10:00
2019-04-29 12:37:46 +02:00
2017-11-02 11:10:55 +01:00
2019-01-04 13:13:46 -08:00
2019-03-12 10:04:02 -07:00
2018-12-20 09:51:31 -07:00
2017-11-02 11:10:55 +01:00
2019-03-05 21:07:16 -08:00
2017-11-02 11:10:55 +01:00
2019-01-29 12:09:11 +01:00
2019-03-12 10:04:00 -07:00
2018-11-23 11:51:21 +01:00
2019-03-29 10:01:37 -07:00
2012-10-13 10:46:48 +01:00
2019-01-31 08:25:09 -07:00
2019-03-09 19:52:47 -08:00
2019-02-04 17:36:01 -05:00
2018-03-26 08:53:43 -06:00
2018-10-29 20:26:06 -07:00
2019-01-14 11:42:18 +01:00
2014-05-14 16:40:04 -07:00
2019-01-22 13:37:25 +01:00
2019-03-22 14:36:02 +01:00
2017-11-02 11:10:55 +01:00
2019-03-01 11:24:51 +01:00
2014-09-23 23:13:13 -07:00
2018-06-22 13:43:27 +09:00
2019-03-03 21:05:10 -08:00
2019-03-21 11:52:37 +01:00
2019-03-08 10:09:53 -08:00
2019-04-29 08:29:20 +02:00
2019-03-05 21:07:13 -08:00
2019-03-28 10:58:28 +01:00
2017-11-02 11:10:55 +01:00
2019-03-04 13:42:05 +01:00
2017-11-02 11:10:55 +01:00
2019-04-03 11:43:49 +02:00
2019-03-12 14:08:19 -07:00
2018-10-26 09:30:46 +01:00
2017-11-02 11:10:55 +01:00
2019-04-19 14:26:05 +02:00
2019-03-05 21:07:15 -08:00
2019-03-06 08:14:05 -08:00
2019-04-16 15:38:07 +02:00
2017-11-02 11:10:55 +01:00
2019-02-08 17:33:00 -05:00
2018-01-11 14:39:07 -06:00
2019-03-16 13:05:32 -07:00
2019-03-07 18:31:59 -08:00
2018-03-26 15:56:42 +02:00
2019-03-29 10:01:37 -07:00
2019-01-11 20:51:24 +01:00
2019-05-06 13:50:15 -07:00
2017-11-02 11:10:55 +01:00
2019-03-12 14:08:19 -07:00
2019-03-07 18:32:03 -08:00
2018-12-21 22:31:26 -06:00
2017-11-02 11:10:55 +01:00
2019-03-12 10:04:02 -07:00
2019-04-05 16:02:31 -10:00
2019-03-11 17:08:14 -07:00
2018-06-21 16:14:45 +02:00
2019-03-27 22:49:06 -07:00
2019-04-05 16:02:31 -10:00
2019-04-30 12:37:57 +02:00
2019-03-05 21:07:21 -08:00
2019-03-10 13:16:37 -07:00
2019-03-09 09:56:17 -08:00
2017-11-02 11:10:55 +01:00
2018-06-07 17:34:39 -07:00
2019-03-15 15:29:47 -07:00
2019-02-16 13:45:01 -08:00
2019-04-10 22:12:26 -07:00
2018-10-19 17:01:43 -07:00
2019-03-01 16:20:16 -05:00
2019-03-01 16:20:16 -05:00
2019-03-01 16:20:16 -05:00
2019-03-05 21:07:20 -08:00
2019-04-11 17:28:30 +02:00
2018-01-08 08:22:45 -06:00
2019-02-28 11:40:49 -06:00
2017-10-07 12:10:32 +08:00
2019-03-05 21:07:19 -08:00
2019-03-29 10:01:37 -07:00
2019-03-15 11:21:25 -07:00
2018-10-21 10:46:39 -04:00
2019-03-25 14:49:00 -07:00
2017-11-09 10:23:28 +01:00
2018-09-18 17:52:15 -05:00
2019-02-28 11:09:29 +01:00
2019-03-10 12:29:52 -07:00
2018-09-26 15:11:29 -06:00
2018-08-22 10:52:45 -07:00
2019-05-06 14:16:36 -07:00
2019-02-07 18:11:58 -08:00
2019-03-03 21:47:57 -08:00
2019-03-07 18:31:59 -08:00
2019-04-26 11:09:55 -07:00
2019-03-08 10:09:53 -08:00
2019-03-06 12:59:46 -08:00
2019-03-12 09:43:00 +01:00
2019-03-07 11:23:17 +01:00
2019-03-12 10:04:03 -07:00
2017-11-02 11:10:55 +01:00
2019-03-09 09:22:42 -08:00
2019-03-05 17:03:53 +01:00
2019-04-04 09:17:15 -04:00
2017-11-02 11:10:55 +01:00
2018-02-12 11:43:25 -05:00
2019-03-26 14:38:38 -07:00
2019-04-03 12:34:31 +02:00
2019-01-23 15:52:15 +00:00
2019-01-03 18:57:57 -08:00
2019-03-07 18:32:03 -08:00
2018-03-27 10:39:47 +02:00
2017-11-02 11:10:55 +01:00
2018-06-15 13:37:07 +02:00
2019-03-13 09:46:10 -04:00
2018-06-03 17:37:11 -07:00
2019-04-10 10:56:06 +02:00
2019-03-22 11:01:02 -06:00
2019-04-19 12:39:32 +02:00
2019-03-12 14:08:19 -07:00
2018-11-27 19:44:21 +01:00
2012-10-13 10:46:48 +01:00
2019-04-30 12:37:56 +02:00
2019-04-19 09:46:04 -07:00
2018-08-22 10:52:43 -07:00
2018-05-17 12:46:54 -04:00
2019-03-11 08:54:01 -07:00
2018-12-20 23:47:09 +01:00
2019-03-29 10:01:37 -07:00
2019-03-05 21:07:14 -08:00
2019-04-24 12:17:08 +02:00
2019-03-15 15:29:47 -07:00
2017-11-02 11:10:55 +01:00
2019-03-26 14:39:24 -07:00
2019-04-29 12:37:57 +02:00
2018-06-14 12:21:18 +09:00
2019-04-29 12:37:57 +02:00
2017-11-02 11:10:55 +01:00
2019-04-05 16:02:30 -10:00
2019-03-14 14:36:20 -07:00
2019-03-10 12:47:57 -07:00
2019-02-11 07:36:13 -05:00
2019-03-16 13:47:14 -07:00
2018-12-03 18:18:19 +02:00
2017-08-17 16:29:19 -07:00
2017-11-02 11:10:55 +01:00
2019-02-28 13:49:29 +01:00
2019-03-23 18:26:43 +01:00
2019-03-28 13:41:06 +01:00
2017-11-02 11:10:55 +01:00
2018-04-29 08:45:53 -07:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-12-04 07:14:30 -05:00
2018-11-12 04:53:27 +01:00
2019-03-07 18:31:59 -08:00
2019-04-03 11:02:19 +02:00
2019-05-01 08:38:47 -06:00
2019-04-30 12:37:51 +02:00
2019-04-19 21:15:13 +02:00
2005-04-16 15:20:36 -07:00
2019-03-28 01:55:18 +09:00
2019-03-07 10:34:37 +01:00
2019-03-06 11:19:57 -05:00
2019-04-08 17:05:52 -04:00
2019-03-06 11:19:15 -05:00
2019-04-30 12:37:58 +02:00
2018-05-03 09:25:47 -06:00
2019-03-07 08:46:07 -08:00
2019-03-06 14:52:48 -08:00