aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-sqlite.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-06-03platform/x86: intel_speed_select_if: Switch to new Intel CPU model definesTony Luck1-1/+1
2024-06-03platform/x86: intel-uncore-freq: Switch to new Intel CPU model definesTony Luck1-28/+28
2024-06-03platform/x86: intel_ips: Switch to new Intel CPU model definesTony Luck1-1/+2
2024-06-03platform/x86: intel_turbo_max_3: Switch to new Intel CPU model definesTony Luck1-2/+2
2024-06-03platform/x86: p2sb: Switch to new Intel CPU model definesTony Luck1-1/+1
2024-06-03x86/platform/atom: Switch to new Intel CPU model definesTony Luck1-6/+5
2024-06-03platform/x86: intel_telemetry: Switch to new Intel CPU model definesTony Luck2-4/+4
2024-06-03platform/x86/intel/pmc: Switch to new Intel CPU model definesTony Luck2-31/+31
2024-05-31doc: TPMI: Add entry for Performance Limit ReasonsTero Kristo1-0/+9
2024-05-31platform/x86/intel/tpmi/plr: Add support for the plr mailboxTero Kristo1-4/+153
2024-05-31platform/x86/intel/tpmi: Add new auxiliary driver for performance limitsTero Kristo3-0/+212
2024-05-31platform/x86/intel: TPMI domain id and CPU mappingSrinivas Pandruvada4-0/+260
2024-05-31platform/x86/intel/tpmi: Add API to get debugfs rootTero Kristo2-0/+10
2024-05-31platform/x86/intel/tpmi: Add support for performance limit reasonsTero Kristo2-0/+3
2024-05-31platform/x86: ISST: Use only TPMI interface when presentSrinivas Pandruvada1-0/+3
2024-05-31platform/x86: ISST: Avoid some SkyLake server modelsSrinivas Pandruvada3-4/+14
2024-05-31platform/x86: ISST: Add model specific loading for common moduleSrinivas Pandruvada1-26/+37
2024-05-30platform/x86: dell-pc: Implement platform_profileLyndon Sanche6-0/+329
2024-05-30platform/x86: dell-smbios: Move request functions for reuseLyndon Sanche3-23/+30
2024-05-30platform/x86: dell-smbios: Add helper for checking supported classLyndon Sanche2-0/+10
2024-05-27platform/x86/amd/pmf: Use memdup_user()Thorsten Blum1-8/+3
2024-05-26Linux 6.10-rc1Linus Torvalds1-3/+3
2024-05-26mm: percpu: Include smp.h in alloc_tag.hKent Overstreet1-0/+1
2024-05-26Revert "perf parse-events: Prefer sysfs/JSON hardware events over legacy"Arnaldo Carvalho de Melo4-103/+68
2024-05-24cifs: Fix missing set of remote_i_sizeDavid Howells2-3/+4
2024-05-24cifs: Fix smb3_insert_range() to move the zero_pointDavid Howells1-0/+1
2024-05-24mm/ksm: fix possible UAF of stable_nodeChengming Zhou1-1/+2
2024-05-24mm/memory-failure: fix handling of dissolved but not taken off from buddy pagesMiaohe Lin1-2/+2
2024-05-24mm: /proc/pid/smaps_rollup: avoid skipping vma after getting mmap_lock againYuanyuan Zhong1-2/+7
2024-05-24nilfs2: fix potential hang in nilfs_detach_log_writer()Ryusuke Konishi1-3/+18
2024-05-24nilfs2: fix unexpected freezing of nilfs_segctor_sync()Ryusuke Konishi1-4/+13
2024-05-24nilfs2: fix use-after-free of timer for log writer threadRyusuke Konishi1-6/+19
2024-05-24selftests/mm: fix build warnings on ppc64Michael Ellerman2-0/+2
2024-05-24arm64: patching: fix handling of execmem addressesWill Deacon1-1/+1
2024-05-24selftests/mm: compaction_test: fix bogus test success and reduce probability of OOM-killer invocationDev Jain1-22/+49
2024-05-24selftests/mm: compaction_test: fix incorrect write of zero to nr_hugepagesDev Jain1-0/+2
2024-05-24selftests/mm: compaction_test: fix bogus test success on Aarch64Dev Jain1-7/+13
2024-05-24mailmap: update email address for Satya PriyaSatya Priya Kakitapalli1-1/+1
2024-05-24mm/huge_memory: don't unpoison huge_zero_folioMiaohe Lin1-0/+7
2024-05-24kasan, fortify: properly rename memintrinsicsAndrey Konovalov1-4/+18
2024-05-24lib: add version into /proc/allocinfo outputSuren Baghdasaryan2-17/+35
2024-05-24mm/vmalloc: fix vmalloc which may return null if called with __GFP_NOFAILHailong.Liu1-3/+2
2024-05-24genirq/irqdesc: Prevent use-after-free in irq_find_at_or_after()dicken.ding1-1/+4
2024-05-24fs/ntfs3: Break dir enumeration if directory contents errorKonstantin Komarov1-0/+1
2024-05-24fs/ntfs3: Fix case when index is reused during tree transformationKonstantin Komarov1-0/+6
2024-05-23selftest mm/mseal read-only elf memory segmentJeff Xu4-36/+275
2024-05-23mseal: add documentationJeff Xu2-0/+200
2024-05-23selftest mm/mseal memory sealingJeff Xu3-0/+1838
2024-05-23mseal: add mseal syscallJeff Xu8-1/+432
2024-05-23mseal: wire up mseal syscallJeff Xu19-2/+23