Files
kernel_arpi/include/linux
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-03-29 12:24:41 -07:00
2019-03-18 10:44:48 -06:00
2019-03-18 07:07:30 +01:00
2017-08-24 13:23:03 -07:00
2019-02-28 03:28:53 -05:00
2018-01-01 12:40:27 -07:00
2019-03-12 18:59:17 -07:00
2019-02-28 08:24:23 -07:00
2019-04-30 12:37:59 +02:00
2019-04-29 12:37:46 +02:00
2019-03-12 10:04:02 -07:00
2019-03-05 21:07:16 -08:00
2019-03-12 10:04:00 -07:00
2019-03-09 19:52:47 -08:00
2018-03-26 08:53:43 -06:00
2019-03-22 14:36:02 +01:00
2018-06-22 13:43:27 +09:00
2019-04-16 15:38:07 +02:00
2019-01-11 20:51:24 +01:00
2019-03-07 18:32:03 -08:00
2018-06-07 17:34:39 -07:00
2019-03-15 15:29:47 -07:00
2019-03-05 21:07:19 -08:00
2018-10-21 10:46:39 -04:00
2017-11-09 10:23:28 +01:00
2018-09-18 17:52:15 -05:00
2019-03-03 21:47:57 -08:00
2019-03-12 10:04:03 -07:00
2019-03-15 15:29:47 -07:00
2019-04-05 16:02:30 -10:00
2019-05-01 08:38:47 -06:00
2019-04-30 12:37:51 +02:00
2005-04-16 15:20:36 -07:00