summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2018-06-24 19:59:52 +0800
committerLinus Torvalds <torvalds@linux-foundation.org>2018-06-24 19:59:52 +0800
commitd4e860eaf0584dfcc1375e06eeb34f85f43c8d34 (patch)
tree59293af82e808841d7d11fc8d1442a4d80c0cc41 /tools/perf/scripts/python
parent177d363e720c9a940282a295acbd36c2657cc279 (diff)
parent2458e53ff74cd1063ed3e00459da1d35c559d369 (diff)
downloadkernel-d4e860eaf0584dfcc1375e06eeb34f85f43c8d34.tar.gz
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fixes from Thomas Gleixner: "A set of fixes for x86: - Make Xen PV guest deal with speculative store bypass correctly - Address more fallout from the 5-Level pagetable handling. Undo an __initdata annotation to avoid section mismatch and malfunction when post init code would touch the freed variable. - Handle exception fixup in math_error() before calling notify_die(). The reverse call order incorrectly triggers notify_die() listeners for soemthing which is handled correctly at the site which issues the floating point instruction. - Fix an off by one in the LLC topology calculation on AMD - Handle non standard memory block sizes gracefully un UV platforms - Plug a memory leak in the microcode loader - Sanitize the purgatory build magic - Add the x86 specific device tree bindings directory to the x86 MAINTAINER file patterns" * 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/mm: Fix 'no5lvl' handling Revert "x86/mm: Mark __pgtable_l5_enabled __initdata" x86/CPU/AMD: Fix LLC ID bit-shift calculation MAINTAINERS: Add file patterns for x86 device tree bindings x86/microcode/intel: Fix memleak in save_microcode_patch() x86/platform/UV: Add kernel parameter to set memory block size x86/platform/UV: Use new set memory block size function x86/platform/UV: Add adjustable set memory block size function x86/build: Remove unnecessary preparation for purgatory Revert "kexec/purgatory: Add clean-up for purgatory directory" x86/xen: Add call of speculative_store_bypass_ht_init() to PV paths x86: Call fixup_exception() before notify_die() in math_error()
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
td>Shyam Sundar S K 2024-07-19Merge tag 'sound-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds 2024-07-15PCI: Add Meta Platforms vendor IDAlexander Duyck 2024-06-25PCI: Add Edimax Vendor ID to pci_ids.hFUJITA Tomonori 2024-06-13PCI: Add INTEL_HDA_PTL to pci_ids.hPierre-Louis Bossart 2024-05-21Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds 2024-05-15Merge tag 'sound-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds 2024-05-13VFIO: Add the SPR_DSA and SPR_IAX devices to the denylistArjan van de Ven 2024-05-10x86/amd_nb: Add new PCI IDs for AMD family 0x1aShyam Sundar S K 2024-05-08PCI/CXL: Move CXL Vendor ID to pci_ids.hDave Jiang 2024-05-08ALSA: hda: Add Intel BMG PCI ID and HDMI codec vidChaitanya Kumar Borah 2024-01-12Merge tag 'sound-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds 2023-12-13PCI: Add Alibaba Vendor ID to linux/pci_ids.hShuai Xue 2023-12-07PCI: add INTEL_HDA_ARL to pci_ids.hPierre-Louis Bossart 2023-11-02Merge tag 'pci-v6.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds 2023-10-31Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds