summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2020-03-07 08:12:47 -0600
committerLinus Torvalds <torvalds@linux-foundation.org>2020-03-07 08:12:47 -0600
commit9d588f63602778716921bb638cda412cdeacabc8 (patch)
treed72587deb0810dd00a8817bcb64959eea32f34cd /tools/perf/scripts/python/bin/stackcollapse-report
parent5236647adbae2d4cfc11eda20a38e0a300b97e73 (diff)
parentdf057c914a9c219ac8b8ed22caf7da2f80c1fe26 (diff)
downloadkernel-9d588f63602778716921bb638cda412cdeacabc8.tar.gz
Merge tag 's390-5.6-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Pull s390 fixes from Vasily Gorbik: - Fix panic in gup_fast on large pud by providing an implementation of pud_write. This has been overlooked during migration to common gup code. - Fix unexpected write combining on PCI stores. * tag 's390-5.6-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux: s390/pci: Fix unexpected write combine on resource s390/mm: fix panic in gup_fast on large pud
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
ndex explicit argument of for_each_memblock_typeGioh Kim 2017-08-18mm: discard memblock data laterPavel Tatashin 2017-07-06mm, memory_hotplug: move movable_node to the hotplug properMichal Hocko 2017-07-06mm, memory_hotplug: drop CONFIG_MOVABLE_NODEMichal Hocko 2017-06-02mm: consider memblock reservations for deferred memory initialization sizingMichal Hocko 2017-04-05memblock: add memblock_cap_memory_range()AKASHI Takahiro 2017-04-05memblock: add memblock_clear_nomap()AKASHI Takahiro 2017-02-24memblock: embed memblock type name within struct memblock_typeHeiko Carstens 2017-02-22mm: page_alloc: skip over regions of invalid pfns where possiblePaul Burton