Patchwork Firmware Test Suite development

login
register
mail settings

Incoming patches

« Previous 1 2 3 4 5 6 7 8 9 10 Next »
Filters: Archived = No remove filter
Patch Date Submitter Delegate State
[11/22] data: klog.json: Add support for the ACPI device power handler 2012-11-02 Colin King Accepted
[10/22] data: klog.json: Add support for the ACPI thermal zone handler. 2012-11-02 Colin King Accepted
[09/22] data: klog.json: Add support for the ACPI EC handler 2012-11-02 Colin King Accepted
[08/22] data: klog.json: Add support for the ACPI Docking handler 2012-11-02 Colin King Accepted
[07/22] data: klog.json: Add support for the ACPI Lid errors 2012-11-02 Colin King Accepted
[06/22] data: klog.json: Add support for the ACPI container handler 2012-11-02 Colin King Accepted
[05/22] data: klog.json: Add support for the ACPI arch x86 kernel sleep 2012-11-02 Colin King Accepted
[04/22] data: klog.json: Add support for the ACPI processor_idle kernel error messages 2012-11-02 Colin King Accepted
[03/22] data: klog.json: Add support for the ACPI utils kernel error messages 2012-11-02 Colin King Accepted
[02/22] data: klog.json: Add support for the ACPI SMBUS driver 2012-11-02 Colin King Accepted
[01/22] data: klog.json: Add support for ACPI fan and ACPI processor throttling 2012-11-02 Colin King Accepted
[5/6] utilities: kernelscan: fix comment that explains how to use this tool 2012-11-02 Colin King Accepted
[4/6] utlities: kernelscan: make some regex optimisations 2012-11-02 Colin King Accepted
[3/6] utilities: kernelscan.sh: scan various directories for kernel error messages 2012-11-02 Colin King Accepted
[2/6] utilities: kernelscan: tidy up the formatting of output messages. 2012-11-02 Colin King Accepted
[1/6] utilities: kernelscan: Tool to scan kernel for error messages 2012-11-02 Colin King Accepted
[12/12] lib: fwts_framework: use strncat instead of strcat 2012-11-04 Colin King Rejected
[11/12] lib: fwts_log_html: use strncat instead of strcat 2012-11-04 Colin King Rejected
[10/12] lib: fwts_tagc: use strncat instead of strcat 2012-11-04 Colin King Rejected
[09/12] lib: fwts_acpica: use strncpy, strncat instead of strcpy, strcat 2012-11-04 Colin King Rejected
[08/12] lib: fwts_acpi_acpid: use strncpy instead of strcpy 2012-11-04 Colin King Rejected
[07/12] lib: fwts_acpi_tables: use strncpy instead of strcpy 2012-11-04 Colin King Rejected
[06/12] lib: fwts_battery: use strncpy instead of strcpy 2012-11-04 Colin King Rejected
[05/12] lib: fwts_klog: use strncpy instead of strcpy 2012-11-04 Colin King Rejected
[04/12] lib: fwts_log: use strncpy, strncat instead of strcpy, strcat 2012-11-04 Colin King Rejected
[03/12] lib: fwts_args: use strncpy, strncat instead of strcpy, strcat 2012-11-04 Colin King Rejected
[02/12] lib: fwts_stringextras: use strncpy, strncat instead of strcpy, strcat 2012-11-04 Colin King Rejected
[01/12] lib: fwts_tag: use strncpy instead of strcpy 2012-11-04 Colin King Rejected
[4/4] lib: klog: tidy up the code a little 2012-10-31 Colin King Accepted
[3/4] data: klog.json: add in label for each error message 2012-10-31 Colin King Accepted
[2/4] lib: klog: load labels from json data file rather than auto-generate 2012-10-31 Colin King Accepted
[1/4] lib: include: fwts_log, add in new label field 2012-10-31 Colin King Accepted
[1/2] tests: use FWTS_UNUSED on unused func args 2012-10-25 Colin King Accepted
[2/2] Makefile.am: enable -Wextra 2012-10-25 Colin King Accepted
dmi: dmi_decode: remove some redundant range changes on uint8_t values 2012-10-25 Colin King Accepted
[1/3] lib: fwts: add FWTS_UNUSED() macro for unused func arguments 2012-10-25 Colin King Accepted
[3/3] lib: Makefile.am: enable -Wextra 2012-10-25 Colin King Accepted
[2/3] lib: fwts_*: use FWTS_UNUSED on unused func args in fwts library 2012-10-25 Colin King Accepted
fwts_mmap: fwts_page_size fix comparing size_t against -1 2012-10-25 Colin King Accepted
klog: change the MSR_IA32_ENERGY_PERF_BIAS test from fauilure to info 2012-10-25 IvanHu Accepted
acpi: mcfg: Set MCFGMMIONotReserved error to low 2012-10-25 Alex Hung Accepted
[6/6] method-0001: update method test, fwts has added 45 more tests 2012-10-25 Colin King Accepted
[5/6] arg-table-path-0001: output from acpidump test has changed, update this test 2012-10-25 Colin King Accepted
[4/6] arg-show-tests-full-0001: update test since we've added more tests 2012-10-25 Colin King Accepted
[3/6] arg-show-tests-0001: update output due to new tests and test classifications 2012-10-25 Colin King Accepted
[2/6] acpitables-0003: Update test because of a typo fix in fwts 2012-10-25 Colin King Accepted
[1/6] acpidump-0001: update acpidump-0001.log to sync with acpidump changes 2012-10-25 Colin King Accepted
[4/4] acpi: mcfg: split into two distinct tests 2012-10-20 Colin King Accepted
[3/4] acpi: mcfg: more code tidying. 2012-10-20 Colin King Accepted
[2/4] acpi: mcfg: use fwts_acpi_mcfg_configuration as defined in fwts_acpi.h 2012-10-20 Colin King Accepted
[1/4] acpi: acpidump: correctly dump out MCFG configuration 2012-10-20 Colin King Accepted
[RESEND] lib: fwts_mmap: add fwts_page_size() 2012-10-21 Colin King Accepted
cpu: cpufreq: add init function to determine number of CPUs 2012-10-20 Colin King Accepted
[2/2,RESEND] uefirttime: add fwts tests for the UEFI get/set time runtime services 2012-10-18 IvanHu Accepted
[1/2,RESEND] lib: fwts_efi_module: add fwts library helper fuctions for efi_runtime module 2012-10-22 IvanHu Accepted
lib: fwts_mmap: add fwts_page_size() 2012-10-20 Colin King Rejected
[1/2] fwts_efi_module: add fwts library helper fuctions for efi_runtime module 2012-10-18 IvanHu Rejected
[11/11] lib: fwts_summary: constify function arguments where appropriate 2012-10-16 Colin King Accepted
[10/11] lib: fwts_memorymap: constify function arguments where appropriate 2012-10-16 Colin King Accepted
[09/11] lib: fwts_log: constify function arguments where appropriate 2012-10-16 Colin King Accepted
[08/11] lib: fwts_hwinfo: constify function arguments where appropriate 2012-10-16 Colin King Accepted
[07/11] lib: fwts_checkeuid: constify function arguments where appropriate 2012-10-16 Colin King Accepted
[06/11] lib: fwts_button: constify function arguments where appropriate 2012-10-16 Colin King Accepted
[05/11] lib: fwts_battery: constify func arguments where appropriate 2012-10-16 Colin King Accepted
[04/11] lib: fwts_args: constify func arguments where appropriate 2012-10-16 Colin King Accepted
[03/11] lib: fwts_acpi_tables: constify func arguments where appropriate 2012-10-16 Colin King Accepted
bios: hdaaudio: fix user pin configurations (user_pin_configs) is not checked. 2012-10-15 Alex Hung Accepted
hotkey: remove redundant framework parameter from hotkey_find_keyboard 2012-10-15 Alex Hung Accepted
[01/26] lib: fwts_acpid: fix checking of return from read() 2012-10-14 Colin King Accepted
[1/2,v3] efi_runtime: add checking the efi environment 2012-10-02 IvanHu Accepted
[RESEND,1/2] efi_runtime: add checking the efi enviroment 2012-09-28 IvanHu Rejected
[07/18] bios: bios32: print format using inttypes 2012-09-23 Colin King Accepted
[06/18] acpi: s3power: print format using inttypes 2012-09-23 Colin King Accepted
[04/18] acpi: fadt: print format using inttypes 2012-09-23 Colin King Accepted
[02/18] acpi: acpitables: print format using inttypes 2012-09-23 Colin King Accepted
[08/18] bios: ebda_region: print format using inttypes 2012-09-23 Colin King Accepted
[03/18] acpi: checksum: print format using inttypes 2012-09-23 Colin King Accepted
[01/18,RESEND] acpi: acpidump: print format using inttypes 2012-09-25 Colin King Accepted
[2/2] acpi: method: Add CPC, CSD, PCT, PDL, PPC, TDL, TSD and TSS checks 2012-09-20 Colin King Changes Requested
[1/2] efi_runtime: add checking the efi enviroment 2012-09-28 IvanHu Rejected
pcie: aspm: add more information for L0s and L1 warnings. w 2012-09-26 Alex Hung Accepted
pcie: aspm: add more information for L0s and L1 warnings. 2012-09-26 Alex Hung Rejected
[9/9] acpi: acpitables: fix typo managment ==> management 2012-09-22 Colin King Accepted
[8/9] acpi: wakealarm: fix typo existance ==> existence 2012-09-22 Colin King Accepted
[7/9] example: blank test: fix typos ommitted ==> omitted 2012-09-22 Colin King Accepted
[6/9] lib: fwts_checkeuid: fix typo priviledges ==> privileges 2012-09-22 Colin King Accepted
[5/9] lib: fwts_log_html: fix typo convertion ==> conversion 2012-09-22 Colin King Accepted
[4/9] lib: fwts_formatting: fix typo upto ==> up to 2012-09-22 Colin King Accepted
[3/9] cpu: virt: fix typo originall ==> originally 2012-09-22 Colin King Accepted
[2/9] cpu: virt fix typo extentions ==> extensions 2012-09-22 Colin King Accepted
[1/9] bios: smbios: fix typo Stucture ==> Structure 2012-09-22 Colin King Accepted
[1/2] acpi: method: Add _S0_ .. _S5_, _SWS checks 2012-09-20 Colin King Accepted
[8/8] acpi: method: fix typo SWP --> SWS 2012-09-19 Colin King Accepted
[7/8] acpi: method: Add PRx, SxD, SxW checks 2012-09-19 Colin King Accepted
[6/8] acpi: method: Add check for SEG 2012-09-19 Colin King Accepted
[5/8] acpi: method: Add check for GSB 2012-09-19 Colin King Accepted
[4/8] acpi: method: add checks for GCP, GRT, GWS 2012-09-19 Colin King Accepted
[3/8] acpi: method: add BCT test 2012-09-19 Colin King Accepted
[2/8] acpi: method: add checks for EDL, RMV, STA 2012-09-19 Colin King Accepted
utilities: kernelscan.sh: add arch/x86/platform/efi for scanning 2013-05-17 Colin King New