Show patches with: Archived = No       |   4312 patches
« 1 2 ... 11 12 1343 44 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
data/klog.json: Fix spelling mistakes found using codespell data/klog.json: Fix spelling mistakes found using codespell 1 - - - --- 2023-07-11 Colin Ian King Accepted
cpufreq: use qsort to sort frequencies 2 - - - --- 2013-04-20 Colin Ian King Accepted
cpufreq: the calibration is taking a long time, make it faster 2 - - - --- 2015-10-07 Colin Ian King Accepted
cpufreq: skip frequency performance test if cpufreq_settable is false 2 - - - --- 2016-04-15 Alex Hung Accepted
cpufreq: skip frequency claimed maximum test with intel_pstate 2 - - - --- 2016-04-15 Alex Hung Accepted
cpufreq: make stat failure message a little more human friendly 2 - - - --- 2016-04-25 Colin Ian King Accepted
cpufreq: change from abort to skip when cpufreq cannot run cpufreq: change from abort to skip when cpufreq cannot run 2 - - - --- 2019-05-04 Alex Hung Accepted
cpufreq: Dont free a NULL pointer cpufreq: Dont free a NULL pointer 2 - - - --- 2018-04-11 Shilpasri G Bhat Accepted
cpufreq: Add test cases to validate the frequency and pstate table - - - - --- 2016-04-22 Shilpasri G Bhat Superseded
cpufreq: Add support to read boost frequencies cpufreq: Add support to read boost frequencies - - - - --- 2018-04-04 Shilpasri G Bhat Superseded
cpu:msr: fixed errors for checking SMRR MSR registers 2 - - - --- 2012-01-31 Alex Hung Accepted
cpu:msr: fixed SMRR_PHYSBASE boundry check and incorrect offset for SMRR_PHYSMASK - - - - --- 2012-01-30 Alex Hung Rejected
cpu: virt: remove unused marco "CPUID_FAM_REV" cpu: virt: remove unused marco "CPUID_FAM_REV" 2 - - - --- 2020-06-09 Alex Hung Accepted
cpu: virt: fix the assumption that fwts_cpu_readmsr returns 0 = FWTS_OK 2 - - - --- 2016-07-15 Alex Hung Accepted
cpu: virt: correctly return true if SVM is enabled 2 - - - --- 2013-05-07 Colin Ian King Accepted
cpu: nx: free fwts_nx_cpuinfo on error 2 - - - --- 2013-05-06 Colin Ian King Accepted
cpu: msr: tidy up output and tidy up source (LP: #1253684) 2 - - - --- 2013-11-21 Colin Ian King Accepted
cpu: msr: do not check SYSENTER_* MSRs (LP: #1582005) 2 - - - --- 2016-05-16 Colin Ian King Accepted
cpu: msr: do not check SYSENTER_* MSRs cpu: msr: do not check SYSENTER_* MSRs 2 - - - --- 2018-04-06 Alex Hung Accepted
cpu: msr: do not check SYSCALL MSRs cpu: msr: do not check SYSCALL MSRs 2 - - - --- 2018-04-06 Alex Hung Accepted
cpu: msr: change SMRR_PHYSBASE from 8MB boundary to 4KB boundary 2 - - - --- 2016-09-06 Alex Hung Accepted
cpu: msr: GPF avoidance on BOCHs QEMU systems (LP: #925001) 1 - - 1 --- 2012-02-02 Colin Ian King Accepted
cpu: microcode: test should skip if no microcound found (LP: #1259900) 2 - - - --- 2013-12-11 Colin Ian King Accepted
cpu: microcode: remove redundant check on pointer entry cpu: microcode: remove redundant check on pointer entry 1 - - - --- 2019-12-07 Colin Ian King Accepted
cpu: microcode: remove failures when kernel does not have newer version (LP: #1322534) - - - - --- 2014-06-16 Alex Hung Rejected
cpu: microcode: fix a couple of warnings found by cppcheck: 2 - - - --- 2016-01-30 Colin Ian King Accepted
cpu: maxfreq: skip when "model name" is not available cpu: maxfreq: skip when "model name" is not available 2 - - - --- 2020-12-17 Alex Hung Accepted
cpu: maxfreq: report maxfreq and tidy up the test (LP: #1253658) 2 - - - --- 2013-11-21 Colin Ian King Accepted
cpu: maxfreq: free cpufreq on error 2 - - - --- 2013-05-06 Colin Ian King Accepted
cpu: maxfreq: fix leak of cpuinfo 2 - - - --- 2013-05-06 Colin Ian King Accepted
cpu: maxfreq: fix build errors on arm32 + gcc10 cpu: maxfreq: fix build errors on arm32 + gcc10 - - - - --- 2021-01-08 Alex Hung Superseded
cpu: cpufreq: use correct printf format specifiers 2 - - - --- 2014-01-09 Colin Ian King Accepted
cpu: cpufreq: tidy up information message formatting 2 - - - --- 2013-02-19 Colin Ian King Accepted
cpu: cpufreq: tidy code, show advice when cpu scaling unavailable (LP: #1267959) 2 - - - --- 2014-02-11 Colin Ian King Accepted
cpu: cpufreq: spell Ghz as GHz and Mhz and MHz 2 - - - --- 2012-12-07 Colin Ian King Accepted
cpu: cpufreq: remove the time to run from the description 2 - - - --- 2013-06-15 Colin Ian King Accepted
cpu: cpufreq: reduce scope of variables 2 - - - --- 2015-08-05 Colin Ian King Accepted
cpu: cpufreq: reduce scope of variable 'i' 2 - - - --- 2016-08-17 Colin Ian King Accepted
cpu: cpufreq: re-phrase P-state coordination message 2 - - - --- 2013-06-15 Colin Ian King Accepted
cpu: cpufreq: make test more generic for non-x86 systems 2 - - - --- 2013-05-21 Colin Ian King Accepted
cpu: cpufreq: make small one-line helper functions inline 2 - - - --- 2017-05-10 Colin Ian King Accepted
cpu: cpufreq: make read-only function args and variables const cpu: cpufreq: make read-only function args and variables const 2 - - - --- 2021-04-12 Colin Ian King Accepted
cpu: cpufreq: initialize online_cpus in for loop cpu: cpufreq: initialize online_cpus in for loop 2 - - - --- 2021-01-19 Colin Ian King Accepted
cpu: cpufreq: fix leak of file if fgets returns NULL 2 - - - --- 2013-05-06 Colin Ian King Accepted
cpu: cpufreq: fix leak of dir before we return 2 - - - --- 2013-05-06 Colin Ian King Accepted
cpu: cpufreq: fix a bunch of 32 bit build errors 2 - - - --- 2013-01-04 Colin Ian King Accepted
cpu: cpufreq: check CPU freq max limits (LP: #1253047) 2 - - - --- 2013-11-20 Colin Ian King Accepted
cpu: cpufreq: avoid division by zero by initializing cpu_top_perf to 1 cpu: cpufreq: avoid division by zero by initializing cpu_top_perf to 1 2 - - - --- 2019-06-10 Colin Ian King Accepted
cpu: cpufreq: avoid division by zero 2 - - - --- 2013-05-06 Colin Ian King Accepted
cpu: cpufreq: add init function to determine number of CPUs 2 - - - --- 2012-10-20 Colin Ian King Accepted
cpu: cpufreq: Make this test no longer experimental. 2 - - - --- 2012-12-07 Colin Ian King Accepted
cpu/msr: skip read-only MCG_CAP MSR cpu/msr: skip read-only MCG_CAP MSR 2 - - - --- 2019-06-20 Alex Hung Accepted
cpu/msr: skip MSR MCG_CTL (0x17b) for AMD CPUS cpu/msr: skip MSR MCG_CTL (0x17b) for AMD CPUS 2 - - - --- 2020-10-09 Alex Hung Accepted
cpu/msr: remove General Performance Counters cpu/msr: remove General Performance Counters 2 - - - --- 2020-06-10 Alex Hung Accepted
cpu/cpufreq: Iterate over the correct number of CPUs in _test_sw_any 2 - - - --- 2015-07-24 Ricardo Neri Accepted
cppcheck: fix the cppcheck source link error cppcheck: fix the cppcheck source link error - - - - --- 2023-06-01 Ivan Hu Accepted
copy-acpica.sh: update to use the correct ACPICA git repo 2 - - - --- 2013-04-26 Colin Ian King Accepted
configure.ac: update email address, use fwts-devel instead 2 - - - --- 2016-05-16 Colin Ian King Accepted
configure.ac: fix automake warnings reported with recent automake updates: 1 - - - --- 2013-06-03 Colin Ian King Rejected
configure.ac: Use AM_PROG_AR when it exists 2 - - - --- 2013-06-03 Keng-Yu Lin Accepted
compiler: fwts_iasl_interface: free original string on failed realloc 2 - - - --- 2017-04-13 Colin Ian King Accepted
cmos: just print drives + 1 with %d, fixes clang warning 2 - - - --- 2014-11-27 Colin Ian King Accepted
cmos: cmosdump: constify several char * arrays cmos: cmosdump: constify several char * arrays 2 - - - --- 2017-09-04 Colin Ian King Accepted
cmos: cmosdump: add in some previously unknown RTC settings 2 - - - --- 2012-12-12 Colin Ian King Accepted
clean up missing whitespaces - - - - --- 2017-01-24 Colin Ian King Superseded
checksum-0001: fix tests to ignore RSDP 2 - - - --- 2012-04-20 Colin Ian King Accepted
checksum-0001: fix diff return check 2 - - - --- 2013-07-08 Colin Ian King Accepted
build: Improve linking build: Improve linking - - - - --- 2022-05-31 Ivan Hu Accepted
bios: smm: remove redundant variable n bios: smm: remove redundant variable n 2 - - - --- 2021-09-22 Colin Ian King Accepted
bios: smm: fix indentation bios: smm: fix indentation 2 - - - --- 2021-08-23 Alex Hung Accepted
bios: smm: add a test to check SMM lock bits bios: smm: add a test to check SMM lock bits 2 - - - --- 2021-03-09 Alex Hung Accepted
bios: smbios: minor re-structure of test1 2 - - - --- 2013-06-20 Colin Ian King Accepted
bios: smbios: add more sanity checks to SMBIOS information 2 - - - --- 2013-06-15 Colin Ian King Accepted
bios: s0idle: constify read-only pointer bios: s0idle: constify read-only pointer 2 - - - --- 2021-04-12 Colin Ian King Accepted
bios: romdump: constify read-only function args, add some white spaces bios: romdump: constify read-only function args, add some white spaces 2 - - - --- 2021-04-12 Colin Ian King Accepted
bios: pnp move pnp_control_field into pnp_test1 and add constifications bios: pnp move pnp_control_field into pnp_test1 and add constifications 3 - - - --- 2021-04-12 Colin Ian King Accepted
bios: pciirq: make table dump more compact, fix formatting 2 - - - --- 2012-12-12 Colin Ian King Accepted
bios: pciirq: fix printf format and tidy some variable scopes 2 - - - --- 2014-01-09 Colin Ian King Accepted
bios: pciirq: constify read-only function argument bios: pciirq: constify read-only function argument 2 - - - --- 2021-04-12 Colin Ian King Accepted
bios: os2gap: remove ancient legacy test (LP:#1470573) 2 - - - --- 2015-07-01 Colin Ian King Accepted
bios: multiproc: constify array bus_types bios: multiproc: constify array bus_types 2 - - - --- 2017-09-04 Colin Ian King Accepted
bios: mtrr: remove unused VGA region check 2 - - - --- 2012-12-07 Colin Ian King Accepted
bios: mtrr: remove mtrr_test4 because we're removed FWTS_TEST_VGA_REGION 2 - - - --- 2012-12-07 Colin Ian King Accepted
bios: mtrr: print out actual default type of MTRR 2 - - - --- 2017-06-06 Ivan Hu Accepted
bios: mtrr: move buffer memset() to after failed is declared. 2 - - - --- 2012-12-07 Colin Ian King Accepted
bios: mtrr: make the failed flag a boolean 2 - - - --- 2012-12-07 Colin Ian King Accepted
bios: mtrr: make skiperror a boolean 2 - - - --- 2012-12-07 Colin Ian King Accepted
bios: mtrr: make prefetchable checks handle lspci exec failures 2 - - - --- 2012-12-07 Colin Ian King Accepted
bios: mtrr: make is_prefetchable() return a bool type 2 - - - --- 2012-12-07 Colin Ian King Accepted
bios: mtrr: handle out of memory failures 2 - - - --- 2012-03-02 Colin Ian King Accepted
bios: mtrr: free mtrr_list on file open error 2 - - - --- 2013-05-06 Colin Ian King Accepted
bios: mtrr: fix stupid typos 2 - - - --- 2012-07-23 Colin Ian King Accepted
bios: mtrr: fix overlaped MTRR (LP: #1694710) 2 - - - --- 2017-06-05 Ivan Hu Accepted
bios: mtrr: fix memory leak on mtrr entries 2 - - - --- 2015-05-14 Colin Ian King Accepted
bios: mtrr: fix compile error in ubuntu trusty 2 - - - --- 2017-06-09 Alex Hung Accepted
bios: mtrr: clean up blank lines, make some arguments const bios: mtrr: clean up blank lines, make some arguments const 2 - - - --- 2021-04-12 Colin Ian King Accepted
bios: mtrr: add uncached string for DEFAULT type 2 - - - --- 2013-04-17 Alex Hung Accepted
bios: mpdump: fix trivial indentation issue 2 - - - --- 2016-03-04 Colin Ian King Accepted
bios: mpdump: fix indexing outside of mpdump_sys_addr_type array 2 - - - --- 2013-06-16 Colin Ian King Accepted
bios: mpdump: constify some read-only function arguments and variables bios: mpdump: constify some read-only function arguments and variables 2 - - - --- 2021-04-12 Colin Ian King Accepted
« 1 2 ... 11 12 1343 44 »