Linus Torvalds
d3b5d35290
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 main x86 MM changes in this cycle were:
- continued native kernel PCID support preparation patches to the TLB
flushing code (Andy Lutomirski)
- various fixes related to 32-bit compat syscall returning address
over 4Gb in applications, launched from 64-bit binaries - motivated
by C/R frameworks such as Virtuozzo. (Dmitry Safonov)
- continued Intel 5-level paging enablement: in particular the
conversion of x86 GUP to the generic GUP code. (Kirill A. Shutemov)
- x86/mpx ABI corner case fixes/enhancements (Joerg Roedel)
- ... plus misc updates, fixes and cleanups"
* 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (62 commits)
mm, zone_device: Replace {get, put}_zone_device_page() with a single reference to fix pmem crash
x86/mm: Fix flush_tlb_page() on Xen
x86/mm: Make flush_tlb_mm_range() more predictable
x86/mm: Remove flush_tlb() and flush_tlb_current_task()
x86/vm86/32: Switch to flush_tlb_mm_range() in mark_screen_rdonly()
x86/mm/64: Fix crash in remove_pagetable()
Revert "x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementation"
x86/boot/e820: Remove a redundant self assignment
x86/mm: Fix dump pagetables for 4 levels of page tables
x86/mpx, selftests: Only check bounds-vs-shadow when we keep shadow
x86/mpx: Correctly report do_mpx_bt_fault() failures to user-space
Revert "x86/mm/numa: Remove numa_nodemask_from_meminfo()"
x86/espfix: Add support for 5-level paging
x86/kasan: Extend KASAN to support 5-level paging
x86/mm: Add basic defines/helpers for CONFIG_X86_5LEVEL=y
x86/paravirt: Add 5-level support to the paravirt code
x86/mm: Define virtual memory map for 5-level paging
x86/asm: Remove __VIRTUAL_MASK_SHIFT==47 assert
x86/boot: Detect 5-level paging support
x86/mm/numa: Remove numa_nodemask_from_meminfo()
...
2017-05-01 23:54:56 -07:00
..
2016-12-14 20:42:45 -08:00
2017-02-08 11:19:43 -08:00
2017-02-06 15:13:24 +01:00
2017-03-07 14:30:38 +01:00
2017-02-20 12:16:11 +01:00
2017-01-25 11:51:39 +05:30
2017-01-09 10:04:09 +09:00
2017-02-10 15:20:44 +01:00
2016-11-29 09:17:20 +01:00
2017-03-14 10:36:41 +01:00
2017-01-24 12:37:43 -08:00
2017-03-13 20:42:34 +00:00
2017-01-31 11:31:49 -08:00
2017-05-01 16:15:18 -07:00
2017-02-13 17:02:50 -05:00
2017-03-28 23:33:30 +05:30
2017-05-01 13:12:49 -07:00
2017-03-16 20:14:51 -07:00
2017-02-23 11:27:49 -08:00
2017-04-18 19:18:07 +02:00
2017-04-20 12:09:55 -06:00
2017-02-12 14:45:11 +01:00
2016-12-14 10:49:33 -08:00
2017-04-07 01:08:08 +02:00
2017-02-27 19:59:21 -08:00
2017-04-14 01:41:34 +02:00
2017-02-19 18:10:42 -05:00
2017-03-09 17:01:09 -08:00
2017-02-06 13:49:29 -08:00
2017-04-14 10:29:40 +02:00
2017-02-23 15:57:04 -08:00
2017-02-27 18:43:46 -08:00
2017-03-02 08:42:32 +01:00
2017-05-01 23:00:21 -07:00
2016-12-06 16:57:33 +01:00
2017-05-01 16:15:18 -07:00
2016-12-05 14:31:24 -05:00
2016-12-22 22:58:37 -05:00
2016-12-01 14:45:08 +01:00
2017-02-08 14:54:12 +00:00
2017-02-16 10:08:41 +05:30
2017-04-28 18:09:59 -04:00
2016-12-15 12:13:31 +00:00
2017-03-30 09:35:54 +02:00
2017-02-21 13:25:50 -08:00
2017-03-02 08:32:46 +01:00
2017-04-20 12:09:55 -06:00
2017-04-20 12:09:55 -06:00
2017-03-03 01:45:23 +01:00
2017-03-23 08:16:11 -06:00
2017-02-10 15:52:24 -05:00
2017-04-08 11:25:38 -06:00
2017-03-29 11:25:48 -06:00
2017-02-27 20:54:05 +02:00
2017-04-28 08:11:43 -06:00
2017-05-01 10:39:57 -07:00
2017-02-02 10:20:16 -07:00
2017-01-25 13:17:47 -05:00
2016-12-08 13:31:11 -05:00
2017-02-12 21:52:19 -05:00
2017-02-17 13:40:05 -05:00
2017-02-07 13:03:10 -05:00
2017-01-27 15:08:35 -07:00
2017-02-08 15:41:43 -08:00
2017-03-30 09:37:20 +02:00
2016-12-22 09:25:45 -08:00
2016-11-22 13:21:00 -06:00
2017-03-16 17:43:08 +08:00
2017-02-14 08:29:56 -07:00
2017-01-10 11:14:27 -05:00
2017-01-10 11:14:27 -05:00
2017-04-11 09:06:17 +09:00
2017-05-01 13:52:24 -07:00
2016-12-08 16:37:33 -08:00
2017-05-01 16:15:18 -07:00
2017-04-20 14:56:58 +02:00
2017-02-24 17:46:55 -08:00
2017-04-20 12:09:55 -06:00
2017-03-20 16:10:33 +01:00
2017-03-01 20:32:25 +01:00
2017-02-27 23:09:29 -08:00
2016-12-21 10:16:05 -08:00
2017-01-25 11:54:02 +01:00
2017-01-14 19:32:40 -05:00
2017-03-16 09:51:10 +01:00
2017-03-02 08:42:40 +01:00
2017-04-17 18:37:27 +02:00
2017-03-02 13:53:13 -08:00
2017-01-31 08:32:13 +11:00
2017-04-14 19:50:47 +02:00
2017-04-11 08:57:54 +09:00
2017-03-02 08:42:31 +01:00
2016-12-17 16:00:34 -08:00
2017-02-02 11:52:14 -05:00
2017-02-24 17:46:54 -08:00
2017-03-02 08:42:24 +01:00
2017-03-07 14:15:27 -08:00
2016-12-05 19:01:16 -05:00
2017-02-23 20:33:51 -08:00
2017-01-20 14:32:39 -08:00
2017-03-03 01:45:28 +01:00
2017-03-06 22:06:59 +01:00
2016-11-23 10:07:35 +08:00
2017-04-12 12:42:14 +09:00
2017-04-08 11:25:38 -06:00
2017-03-16 16:56:19 -07:00
2016-12-30 13:34:16 +01:00
2017-02-24 17:46:55 -08:00
2017-01-09 21:13:49 +05:30
2017-02-06 13:14:10 +01:00
2017-02-25 13:45:43 -08:00
2017-01-31 09:03:20 +05:30
2017-03-02 08:42:38 +01:00
2016-12-25 11:04:12 +01:00
2017-04-10 17:15:02 +02:00
2017-04-05 12:27:25 +02:00
2017-04-05 12:27:28 +02:00
2017-04-14 14:06:57 -06:00
2017-03-02 08:42:36 +01:00
2017-03-21 18:44:17 -07:00
2017-01-29 19:24:12 -05:00
2017-02-03 08:28:25 -08:00
2017-04-04 11:22:42 +09:00
2017-02-27 10:07:47 -08:00
2017-03-03 01:45:28 +01:00
2016-12-05 19:01:16 -05:00
2017-03-12 23:51:34 -07:00
2017-03-01 20:32:25 +01:00
2017-04-20 12:09:55 -06:00
2017-01-31 13:23:09 -05:00
2017-03-15 14:15:47 -04:00
2017-02-06 23:26:43 -05:00
2017-02-06 23:26:43 -05:00
2017-02-10 15:19:48 +01:00
2016-12-05 15:13:58 +01:00
2017-02-06 08:54:01 +01:00
2017-02-20 13:51:07 +01:00
2017-02-23 20:33:51 -08:00
2016-12-05 18:58:32 -05:00
2016-12-15 13:49:34 -08:00
2016-12-25 17:21:22 +01:00
2017-03-29 00:00:29 +02:00
2017-04-21 14:17:27 -06:00
2017-02-24 17:46:55 -08:00
2016-12-03 10:06:13 +00:00
2017-01-05 13:07:24 +00:00
2016-12-14 10:12:26 +01:00
2017-04-14 21:49:56 +02:00
2017-02-24 17:46:54 -08:00
2017-03-09 11:48:47 -08:00
2016-11-21 22:50:45 +08:00
2017-04-02 07:01:53 -07:00
2017-03-16 16:42:00 +09:00
2016-11-24 16:22:06 +01:00
2017-03-02 08:42:32 +01:00
2017-04-20 12:16:10 -06:00
2017-02-13 21:44:03 -05:00
2017-02-08 10:06:24 +01:00
2016-11-27 20:38:47 -05:00
2017-02-03 15:21:21 -05:00
2017-01-27 11:32:26 -05:00
2017-02-11 20:59:41 -05:00
2017-02-11 20:59:41 -05:00
2016-11-15 12:16:13 -05:00
2016-12-20 09:48:44 -08:00
2017-04-04 09:48:23 -06:00
2017-04-04 11:44:05 +02:00
2017-02-07 12:32:52 -08:00
2017-02-10 15:13:10 +01:00
2017-02-24 17:46:54 -08:00
2017-03-22 16:16:17 +01:00
2017-02-24 17:46:56 -08:00
2017-01-05 15:01:55 -06:00
2017-01-27 10:25:34 -05:00
2017-02-20 10:52:23 -08:00
2017-03-06 14:40:04 +00:00
2016-12-24 11:46:01 -08:00
2017-02-01 09:13:45 +01:00
2017-01-12 14:33:16 +01:00
2017-03-07 09:37:28 -08:00
2017-03-31 17:13:30 -07:00
2017-02-27 18:43:47 -08:00
2016-12-14 16:04:08 -08:00
2017-02-01 09:13:58 +01:00
2017-04-18 10:37:13 +02:00
2016-12-27 14:49:03 -05:00
2016-12-16 09:26:42 -08:00
2017-03-02 10:09:00 +11:00
2017-03-02 08:42:28 +01:00
2017-01-19 12:45:33 +01:00
2017-03-22 20:11:35 -06:00
2017-03-15 17:48:37 -03:00
2017-02-10 09:04:19 +01:00
2017-03-02 08:42:28 +01:00
2016-12-12 18:55:06 -08:00
2016-12-25 17:21:23 +01:00
2017-03-23 19:02:25 +01:00
2017-04-19 20:27:50 +02:00
2017-03-08 21:10:01 +01:00
2017-02-21 17:21:32 -08:00
2017-03-01 00:49:42 -08:00
2017-04-16 10:06:25 -06:00
2017-03-09 13:27:17 -08:00
2017-02-03 16:35:42 -05:00
2017-01-23 11:37:13 -08:00
2017-03-16 09:57:07 +01:00
2017-03-02 12:17:22 -08:00
2017-02-10 10:28:49 +11:00
2017-02-24 17:46:57 -08:00
2017-02-02 22:05:28 -05:00
2017-01-14 11:31:50 +01:00
2016-11-18 13:54:21 -05:00
2016-11-29 18:02:58 +01:00
2017-01-04 13:22:38 -07:00
2017-02-07 10:51:46 -05:00
2016-12-06 11:05:46 +01:00
2017-02-24 17:46:54 -08:00
2017-03-31 17:13:30 -07:00
2017-02-03 14:13:19 -08:00
2017-02-24 17:46:56 -08:00
2016-12-12 18:55:07 -08:00
2017-01-24 12:23:35 -05:00
2017-01-27 11:10:50 -05:00
2017-02-24 17:46:55 -08:00
2017-02-23 09:54:19 -08:00
2017-02-24 17:46:54 -08:00
2017-03-03 01:45:25 +01:00
2017-03-13 14:59:22 +01:00
2017-05-01 09:15:53 +02:00
2017-04-13 18:24:21 -07:00
2017-02-24 17:46:54 -08:00
2017-02-07 10:51:46 -05:00
2017-03-16 09:57:08 +01:00
2017-02-02 04:36:12 +13:00
2017-01-18 15:43:59 -05:00
2017-01-12 16:48:26 -05:00
2017-02-23 11:53:22 -08:00
2017-02-20 13:23:30 -08:00
2017-03-09 18:23:27 -08:00
2017-02-03 17:28:29 -05:00
2017-03-01 09:50:58 -08:00
2016-12-06 21:48:21 +01:00
2016-12-06 21:42:16 +01:00
2016-11-16 18:32:02 -05:00
2017-01-24 12:50:47 -05:00
2017-04-20 12:09:55 -06:00
2017-03-02 20:51:15 -05:00
2016-12-09 23:47:10 -05:00
2017-03-03 01:43:38 +01:00
2016-12-24 11:23:24 -08:00
2017-04-21 16:41:51 +02:00
2017-04-04 09:48:23 -06:00
2017-02-22 13:34:00 -07:00
2017-04-21 16:41:47 +02:00
2017-02-22 19:23:14 -08:00
2016-12-12 18:55:07 -08:00
2017-02-15 08:53:32 -06:00
2017-02-10 14:54:37 +01:00
2016-11-29 23:17:02 -05:00
2016-11-14 15:21:14 -06:00
2017-03-29 00:00:28 +02:00
2017-02-28 09:08:33 -08:00
2017-03-02 08:42:29 +01:00
2016-12-29 11:03:15 -08:00
2017-03-28 08:23:27 +02:00
2017-02-03 16:35:42 -05:00
2016-12-06 10:17:03 +02:00
2016-11-17 18:47:58 -06:00
2017-02-09 09:13:20 -06:00
2016-12-06 13:45:48 -06:00
2016-12-06 13:45:50 -06:00
2017-03-02 08:56:04 -07:00
2017-01-28 07:49:42 -05:00
2017-01-14 11:14:35 +01:00
2017-03-16 09:57:08 +01:00
2017-03-30 09:55:35 +02:00
2017-03-02 08:42:36 +01:00
2017-02-24 17:46:54 -08:00
2017-01-25 14:40:19 -05:00
2017-04-26 14:32:00 -04:00
2017-02-24 17:46:56 -08:00
2017-03-02 08:42:38 +01:00
2017-03-29 00:11:34 +02:00
2017-02-09 22:52:17 +01:00
2017-03-03 00:43:11 +01:00
2016-12-13 11:42:18 -08:00
2016-11-29 18:02:58 +01:00
2017-02-06 11:25:55 -07:00
2017-01-14 11:14:53 +01:00
2016-12-24 11:46:01 -08:00
2017-04-14 21:49:54 +02:00
2017-04-14 21:49:56 +02:00
2017-03-03 01:43:47 +01:00
2016-12-27 12:30:56 +01:00
2017-02-08 11:07:11 +01:00
2016-12-13 16:07:55 -08:00
2017-03-29 00:00:29 +02:00
2016-11-15 16:34:26 -08:00
2016-11-15 16:34:27 -08:00
2016-12-12 19:56:15 -08:00
2017-02-20 10:27:56 -05:00
2017-03-02 08:42:29 +01:00
2017-03-10 20:55:09 +01:00
2017-01-30 09:36:42 +01:00
2017-01-04 18:36:41 +00:00
2017-01-16 23:45:04 -06:00
2016-12-19 08:23:53 -08:00
2016-12-05 19:03:06 -05:00
2017-02-13 21:44:09 -05:00
2017-01-27 14:25:06 -05:00
2017-03-28 08:54:48 +02:00
2016-12-20 09:48:47 -08:00
2017-02-24 17:46:57 -08:00
2017-03-09 13:27:17 -08:00
2017-03-02 08:42:24 +01:00
2017-03-02 08:42:24 +01:00
2017-03-02 08:42:24 +01:00
2017-02-01 09:17:51 +01:00
2017-03-13 07:41:08 +01:00
2017-02-03 12:34:59 +01:00
2017-01-30 14:18:54 -08:00
2016-12-12 07:54:43 +01:00
2017-04-04 17:36:10 +02:00
2017-03-02 08:42:38 +01:00
2016-12-02 00:52:34 +01:00
2017-02-24 17:46:55 -08:00
2016-12-12 11:26:47 -08:00
2017-02-27 18:43:48 -08:00
2017-01-18 10:43:15 -08:00
2017-04-14 14:06:52 -06:00
2017-05-01 19:36:00 -07:00
2017-02-19 18:17:59 -05:00
2017-02-23 20:33:51 -08:00
2017-02-23 11:55:41 -07:00
2017-02-27 18:43:46 -08:00
2017-02-03 10:17:02 +01:00
2016-11-16 10:59:38 +01:00
2017-01-12 11:51:24 +01:00
2017-01-19 14:17:05 +01:00
2017-02-24 17:46:56 -08:00
2017-03-03 01:43:48 +01:00
2017-03-03 01:43:48 +01:00
2017-03-02 08:42:29 +01:00
2017-01-09 13:58:57 -05:00
2017-03-02 08:42:27 +01:00
2017-02-22 16:41:27 -08:00
2017-02-22 16:41:27 -08:00
2017-03-26 15:09:45 +02:00
2017-01-09 16:07:38 -05:00
2017-01-12 09:33:39 +01:00
2017-01-12 09:33:39 +01:00
2017-01-12 09:33:39 +01:00
2017-01-25 11:48:03 +01:00
2017-01-25 12:53:20 -08:00
2017-04-03 01:06:00 -04:00
2016-11-22 17:48:04 -05:00
2017-02-08 15:11:22 -05:00
2017-01-20 03:33:57 +01:00
2017-02-22 16:41:30 -08:00
2017-02-22 16:41:30 -08:00
2017-01-06 13:00:01 -05:00
2017-03-02 20:51:15 -05:00
2017-02-13 17:00:06 +13:00
2017-03-24 20:34:39 -06:00
2017-03-02 08:42:29 +01:00
2017-02-03 11:19:34 -05:00
2017-01-04 12:47:28 +08:00
2017-03-20 16:10:34 +01:00
2017-03-23 02:12:14 +01:00
2017-03-03 01:45:25 +01:00
2016-12-25 11:04:12 +01:00
2016-12-25 11:04:12 +01:00
2017-04-14 21:49:55 +02:00
2017-03-03 01:45:39 +01:00
2017-01-10 18:31:55 -08:00
2017-02-22 16:41:26 -08:00
2016-11-22 17:40:00 -05:00
2016-12-09 09:13:30 -05:00
2016-12-09 09:13:30 -05:00
2017-02-03 10:17:02 +01:00
2016-12-25 11:04:12 +01:00
2017-04-26 12:11:01 -04:00
2016-12-09 22:12:21 -05:00
2017-04-02 12:10:47 -04:00
2016-12-11 18:01:51 -08:00
2017-03-06 15:26:37 -06:00
2017-03-09 17:01:10 -08:00
2017-02-10 16:34:17 +00:00
2016-12-01 10:40:05 -07:00
2017-02-27 20:54:05 +02:00
2017-01-20 11:01:17 -05:00
2017-03-21 14:41:46 -07:00
2017-04-07 16:38:59 +03:00
2017-03-09 17:01:10 -08:00
2017-03-02 08:42:25 +01:00
2016-12-12 18:55:08 -08:00
2017-01-11 09:21:41 +01:00
2017-02-03 11:49:06 +01:00
2017-01-14 09:54:13 +01:00
2017-03-08 10:36:03 -08:00
2017-02-24 14:00:23 -08:00
2017-04-15 12:20:53 +02:00
2017-03-22 20:11:33 -06:00
2017-01-14 12:11:59 +01:00