summaryrefslogtreecommitdiff
path: root/tools/lib/python
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2023-09-17 11:13:37 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2023-09-17 11:13:37 -0700
commite789286468a9ea7acb5aae09a11bdfc7d46874ec (patch)
tree4384de117d5fed773e6df2ace6eee6ed53b26829 /tools/lib/python
parente5a710d13247975444c9a18e28413e566c334271 (diff)
parent75b2f7e4c9e0fd750a5a27ca9736d1daa7a3762a (diff)
Merge tag 'x86-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fixes from Ingo Molnar: "Misc fixes: - Fix an UV boot crash - Skip spurious ENDBR generation on _THIS_IP_ - Fix ENDBR use in putuser() asm methods - Fix corner case boot crashes on 5-level paging - and fix a false positive WARNING on LTO kernels" * tag 'x86-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/purgatory: Remove LTO flags x86/boot/compressed: Reserve more memory for page tables x86/ibt: Avoid duplicate ENDBR in __put_user_nocheck*() x86/ibt: Suppress spurious ENDBR x86/platform/uv: Use alternate source for socket to node data
Diffstat (limited to 'tools/lib/python')
0 files changed, 0 insertions, 0 deletions
x-arm.git/commit/include/linux/balloon_compaction.h?h=aarch64/hotplug-vcpu/v6.5&id=926e5d1cb525ec4faa66ddb24ac3b61c0102cb5c'>include/linux/balloon_compaction.h: drop unused function stubsDavid Hildenbrand 2019-03-05mm: convert PG_balloon to PG_offlineDavid Hildenbrand 2019-03-05mm: balloon: update comment about isolation/migration/compactionDavid Hildenbrand 2017-11-14virtio_balloon: fix deadlock on OOMMichael S. Tsirkin 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2016-07-26mm: fix build warnings in <linux/compaction.h>Minchan Kim 2016-07-26mm: balloon: use general non-lru movable page featureMinchan Kim 2014-10-09mm/balloon_compaction: add vmstat counters and kpageflags bitKonstantin Khlebnikov 2014-10-09mm/balloon_compaction: remove balloon mapping and flag AS_BALLOON_MAPKonstantin Khlebnikov 2014-10-09mm/balloon_compaction: redesign ballooned pages managementKonstantin Khlebnikov 2013-09-30mm: avoid reinserting isolated balloon pages into LRU listsRafael Aquini 2012-12-11mm: introduce a common interface for balloon pages mobilityRafael Aquini