aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-06-28x86/cpufeatures: Add HWP highest perf change feature flagSrinivas Pandruvada1-0/+1
2024-06-26Documentation: cpufreq: amd-pstate: update doc for Per CPU boost control methodPerry Yuan1-0/+16
2024-06-26cpufreq: amd-pstate: Cap the CPPC.max_perf to nominal_perf if CPB is offPerry Yuan1-0/+5
2024-06-26cpufreq: amd-pstate: initialize core precision boost statePerry Yuan2-22/+96
2024-06-26cpufreq: acpi: move MSR_K7_HWCR_CPB_DIS_BIT into msr-index.hPerry Yuan2-2/+2
2024-06-25cpufreq: intel_pstate: Replace boot_cpu_has()Srinivas Pandruvada1-2/+2
2024-06-24cpufreq: simplify boolean parsing with kstrtobool in store functionPerry Yuan1-6/+5
2024-06-24cpufreq: intel_pstate: Use HWP to initialize ITMT if CPPC is missingRafael J. Wysocki1-7/+6
2024-06-24cpufreq: amd-pstate: Don't create attributes when registration failsMario Limonciello1-1/+5
2024-06-24cpufreq: amd-pstate: Make amd-pstate unit tests depend on amd-pstateMario Limonciello1-0/+1
2024-06-23Linux 6.10-rc5Linus Torvalds1-1/+1
2024-06-22pwm: stm32: Fix error message to not describe the previous error pathUwe Kleine-König1-1/+2
2024-06-22pwm: stm32: Fix calculation of prescalerUwe Kleine-König1-6/+12
2024-06-22docs: i2c: summary: be clearer with 'controller/target' and 'adapter/client' pairsWolfram Sang1-17/+24
2024-06-22docs: i2c: summary: document 'local' and 'remote' targetsWolfram Sang1-4/+9
2024-06-22docs: i2c: summary: document use of inclusive languageWolfram Sang2-13/+25
2024-06-22docs: i2c: summary: update speed mode descriptionWolfram Sang1-2/+2
2024-06-22docs: i2c: summary: update I2C specification linkWolfram Sang1-5/+3
2024-06-22docs: i2c: summary: start sentences consistently.Wolfram Sang1-6/+6
2024-06-21pwm: stm32: Refuse too small period requestsUwe Kleine-König1-0/+2
2024-06-21bcachefs: Move the ei_flags setting to after initializationYouling Tang1-5/+3
2024-06-21bcachefs: Fix a UAF after write_super()Kent Overstreet1-2/+2
2024-06-21bcachefs: Use bch2_print_string_as_lines for long errKent Overstreet1-5/+8
2024-06-21bcachefs: Fix I_NEW warning in race path in bch2_inode_insert()Kent Overstreet1-2/+10
2024-06-21bcachefs: Replace bare EEXIST with private error codesKent Overstreet5-8/+12
2024-06-21bcachefs: Fix missing alloc_data_type_set()Kent Overstreet1-1/+3
2024-06-21closures: Change BUG_ON() to WARN_ON()Kent Overstreet1-2/+8
2024-06-21RDMA/mana_ib: Ignore optional access flags for MRsKonstantin Taranov1-0/+1
2024-06-21RDMA/mlx5: Add check for srq max_sge attributePatrisious Haddad1-5/+8
2024-06-21RDMA/mlx5: Fix unwind flow as part of mlx5_ib_stage_init_initYishai Hadas1-2/+2
2024-06-21RDMA/mlx5: Ensure created mkeys always have a populated rb_keyJason Gunthorpe1-1/+2
2024-06-21RDMA/mlx5: Follow rb_key.ats when creating new mkeysJason Gunthorpe1-0/+1
2024-06-21RDMA/mlx5: Remove extra unlock on error pathJason Gunthorpe1-3/+1
2024-06-21i2c: Add nop fwnode operationsSakari Ailus1-2/+22
2024-06-21KVM: SEV-ES: Fix svm_get_msr()/svm_set_msr() for KVM_SEV_ES_INIT guestsMichael Roth1-2/+2
2024-06-21ALSA: hda: Use imply for suggesting CONFIG_SERIAL_MULTI_INSTANTIATETakashi Iwai1-2/+2
2024-06-21mips: fix compat_sys_lseek syscallArnd Bergmann1-1/+1
2024-06-21MIPS: mipsmtregs: Fix target register for MFTC0Jiaxun Yang1-1/+1
2024-06-21ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 14AHP9Pablo Caño1-0/+1
2024-06-20cpufreq/amd-pstate: fix setting policy current frequency valueMeng Li1-5/+12
2024-06-20cpufreq: amd-pstate: auto-load pstate driver by defaultPerry Yuan1-7/+17
2024-06-20cpufreq: amd-pstate: enable shared memory type CPPC by defaultPerry Yuan1-12/+1
2024-06-20cpufreq: amd-pstate: switch boot_cpu_has() to cpu_feature_enabled()Perry Yuan1-12/+12
2024-06-20Documentation: PM: amd-pstate: add guided mode to the Operation modePerry Yuan1-1/+1
2024-06-20cpufreq: amd-pstate: add debug message while CPPC is supported and disabled by SBIOSPerry Yuan1-0/+26
2024-06-20cpufreq: amd-pstate: show CPPC debug message if CPPC is not supportedPerry Yuan1-0/+19
2024-06-20cpufreq: amd-pstate: remove unused variable nominal_freqPerry Yuan1-4/+2
2024-06-20cpufreq: amd-pstate: optimize the initial frequency values verificationPerry Yuan1-17/+18
2024-06-20cpufreq: amd-pstate: Allow users to write 'default' EPP stringMario Limonciello2-5/+4
2024-06-21LoongArch: KVM: Remove an unneeded semicolonYang Li1-1/+1