]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 3 Jul 2017 20:40:38 +0000 (13:40 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 3 Jul 2017 20:40:38 +0000 (13:40 -0700)
commitc86d73b42563d2c12c984046cd74eb2b5a616207
tree405d1a8387cf1df44c9e42f17d83b060d42a098f
parent811c28dc6e4d3e6ff9c9c69580f96c95155b2c53
parent2497bac31b739e374544e0dea7fb73e75562f441
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull x86 boot updates from Ingo Molnar:
 "The main changes in this cycle were KASLR improvements for rare
  environments with special boot options, by Baoquan He. Also misc
  smaller changes/cleanups"

* 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/debug: Extend the lower bound of crash kernel low reservations
  x86/boot: Remove unused copy_*_gs() functions
  x86/KASLR: Use the right memcpy() implementation
  Documentation/kernel-parameters.txt: Update 'memmap=' boot option description
  x86/KASLR: Handle the memory limit specified by the 'memmap=' and 'mem=' boot options
  x86/KASLR: Parse all 'memmap=' boot option entries
Documentation/admin-guide/kernel-parameters.txt
arch/x86/boot/compressed/kaslr.c
arch/x86/kernel/setup.c