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
[2/5] uefirtvariable: Add new test for UEFI runtime SetVariable, subtest 2 2012-12-05 IvanHu Accepted
[3/5] uefirtvariable: Add new test for UEFI runtime SetVariable, subtest 3 2012-12-05 IvanHu Accepted
[4/5] uefirtvariable: Add new test for UEFI runtime SetVariable, subtest 4 2012-12-05 IvanHu Accepted
[5/5,Resend] uefirtvariable: Add new test for UEFI runtime SetVariable, subtest 5 2012-12-05 IvanHu Accepted
[1/2] oem: wireless: add tests for toggling the states of wireless device, including WIFI, Bluetooth and WWAN (3G), via a kernel interface that will be created for different OEM systems (i.e. ASUS, Dell, HP, and so on). 2012-12-10 Alex Hung Rejected
kernel: version: make test infoonly rather than pass/fail tests 2012-12-07 Colin King Accepted
cpu: cpufreq: spell Ghz as GHz and Mhz and MHz 2012-12-07 Colin King Accepted
cpu: cpufreq: Make this test no longer experimental. 2012-12-07 Colin King Accepted
lib: fwts_pipeio: fwts_pipe_exec() should return FWTS_ERROR instead of -1 2012-12-07 Colin King Accepted
lib + tests: modify fwts_pipe_exec to return the child exit status 2012-12-07 Colin King Accepted
acpi: apicinstance: make this an Intel x86 only test 2012-12-07 Colin King Accepted
acpi: method: handle ACPI failures a little more gracefully 2012-12-07 Colin King Accepted
apci: aspm: clean up messages 2012-12-07 Colin King Accepted
acpi: acpidump: print a message if no ACPI tables could be found. 2012-12-07 Colin King Accepted
lib: fwts_dump_data: tidy up code, ensure we limit nbytes to 16 2012-12-10 Colin King Accepted
data: klog.json: Add next 20 or so ACPI_ERROR messages 2012-12-03 Colin King Accepted
data/klog.json: Scan for all the ACPI_ERROR_METHOD kernel errors 2012-12-03 Colin King Accepted
utilities: kernelscan: Add check for ACPI_ERROR_METHOD kernel errors 2012-12-03 Colin King Accepted
acpi: acpidump: fix formatting of bit fields 2012-12-03 Colin King Accepted
acpi: acpiinfo: Complete reworking to bring it up to date. 2012-12-03 Colin King Accepted
data/klog.json: Update a parse/execution failure advice line 2012-12-04 Colin King Accepted
acpi: fadt: only perform port read on valid port widths 2012-12-06 Colin King Accepted
pci: aspm: make pcie_capability a packed struct type 2012-12-07 Colin King Accepted
bios: mtrr: remove unused VGA region check 2012-12-07 Colin King Accepted
bios: mtrr: move buffer memset() to after failed is declared. 2012-12-07 Colin King Accepted
bios: mtrr: make the failed flag a boolean 2012-12-07 Colin King Accepted
bios: mtrr: make is_prefetchable() return a bool type 2012-12-07 Colin King Accepted
bios: mtrr: make skiperror a boolean 2012-12-07 Colin King Accepted
acpi: dmar: Make this test no longer experimental. 2012-12-07 Colin King Accepted
[1/2] lib: fwts_cmos: fix build error with non-Intel architectures 2012-12-07 Colin King Accepted
[2/2] lib: fwts_smbios: fix build error with non-Intel architectures 2012-12-07 Colin King Accepted
lib: fwts_virt: fix non-Intel build errors 2012-12-07 Colin King Accepted
lib, tests: remove fwts common test, merge into fwts klog 2012-12-06 Colin King Accepted
[1/9,FWTS-TEST] acpidump-0001: fixup test to match new acpidump output 2012-12-17 Colin King Accepted
[2/9,FWTS-TEST] arg-log-format-0001: sync up logs with changes in the klog tests 2012-12-17 Colin King Accepted
[3/9,FWTS-TEST] arg-show-progress-dialog-0001: remove dmesg_common, replace with klog test 2012-12-17 Colin King Accepted
[4/9,FWTS-TEST] arg-show-tests-0001: keep in sync with tests in fwts 2012-12-17 Colin King Accepted
[5/9,FWTS-TEST] arg-show-tests-full-0001: keep in sync with tests in fwts 2012-12-17 Colin King Accepted
[6/9,FWTS-TEST] arg-table-path-0001: fixup test to match new acpidump output 2012-12-17 Colin King Accepted
[7/9,FWTS-TEST] klog-0001: Update klog test to reflect changes in fwts klog database 2012-12-17 Colin King Accepted
[8/9,FWTS-TEST] dmesg_common-0001: remove test as dmesg_common no longer exists in fwts 2012-12-17 Colin King Accepted
[9/9,FWTS-TEST] klog-0002: Add in the old dmesg_common tests into a new klog test 2012-12-17 Colin King Accepted
uefi: uefirtvariable: use sizeof() for finding the bit size of long integer 2012-12-20 Keng-Yu Lin Accepted
lib: fwts_list: make list creation and initialisation more optimal. 2012-12-10 Colin King Accepted
[1/4] lib: cpu: add common CPU performance measuring code to fwts library 2012-12-11 Colin King Accepted
[2/4] lib: Makefile: Link in math library because we need sqrt() 2012-12-11 Colin King Accepted
[3/4] acpi: cstates: use new fwts_cpu_performance() helper function 2012-12-11 Colin King Accepted
[4/4] cpu: cpufreq: Use new fwts_cpu_performance() helper function 2012-12-11 Colin King Accepted
bios: pciirq: make table dump more compact, fix formatting 2012-12-12 Colin King Accepted
acpi: method: ignore _WAK return values 2012-12-12 Colin King Accepted
acpi: method: don't bother dumping _WAK package, it's just noise 2012-12-12 Colin King Accepted
acpi: cstates: cater for different kernel C-state info 2012-12-11 Colin King Accepted
uefirtvariable: add function test for SetVariable with invalid attributes 2012-12-18 IvanHu Accepted
fwts_uefi:uefirtvariable:use sizeof() for defining long integer for fixing build failure on 32 bit systems 2012-12-21 IvanHu Accepted
uefirtvariable: remove the invalid attribute tests after ExitBootServices() is performed 2012-12-14 IvanHu Accepted
uefirtvariable: restore the environment when errors occur after the test variables have been set 2012-12-24 IvanHu Accepted
uefirtvariable: add new test for UEFI runtime QueryVariableInfo 2012-12-27 IvanHu Accepted
[1/2] uefirtvariable: add stress test for UEFI runtime interface GetVariable 2012-12-27 IvanHu Accepted
[2/2] uefirtvariable: add stress test for UEFI runtime interface GetNextVariableName 2012-12-27 IvanHu Accepted
[1/2] oem: add fwts-hp-wmi module for testing hp wireless control interfaces. 2013-01-02 Alex Hung New
[2/2] oem: wireless: add tests for 1) toggling the state of wireless devices, including WIFI, Bluetooth and WWAN (3G), via a kernel interfaces, and 2) detect hardware block of wireless devices. 2013-01-02 Alex Hung New
[1/3] lib: update copyright year to 2013 2012-12-28 Colin King Accepted
[2/3] tests: update copyright year to 2013 2012-12-28 Colin King Accepted
[3/3] misc: update copyright year to 2013 2012-12-28 Colin King Accepted
lib + tests: don't stringify the test name in FWTS_REGISTER 2012-12-30 Colin King Accepted
[1/2] oem: the kernel module creates an ioctl sys nodes for testing hp's WMI interface. This interface currently supports WMI command 0x1b, including get and set functions. 2012-12-10 Alex Hung New
acpi: method: Add better _CRS resource checking 2013-01-04 Colin King Rejected
[RESEND] acpi: method: Add better _CRS resource checking 2013-01-14 Colin King Accepted
lib: fwts_acpi_tables: speed up table loading on 64 bit systems 2013-01-04 Colin King Accepted
acpica: fwts_acpica: optimise semaphore tracking 2013-01-04 Colin King Accepted
acpica + acpi: method test: remove fwts_acpica_simulate_sem_timeout() 2013-01-04 Colin King Accepted
acpica: fwts_acpica: force indefinite AML Wait() to timeout 2013-01-04 Colin King Accepted
[2/2] uefirtmisc: add stress test for UEFI runtime GetNextHighMonotonicCount interface 2013-01-14 IvanHu Accepted
uefirtvariable: add stress test for the UEFI runtime QueryVariableInfo interface 2013-01-14 IvanHu Accepted
[1/2] uefirtmisc: add the test for UEFI runtime GetNextHighMonotonicCount interface 2013-01-14 IvanHu Accepted
[1/5,FWTS-TEST] arg-help-0001: update test logs to keep in sync with copyright year change 2013-01-15 Colin King Accepted
[2/5,FWTS-TEST] arg-show-tests-0001: update log to keep in sync with fwts 2013-01-15 Colin King Accepted
[3/5,FWTS-TEST] arg-show-tests-full-0001: update log to keep in sync with fwts 2013-01-15 Colin King Accepted
[4/5,FWTS-TEST] method-0001: update method test log to keep in sync with fwts 2013-01-15 Colin King Accepted
[5/5,FWTS-TEST] arg-log-format-0001: fixup klog logs due to changes in fwts klog test 2013-01-15 Colin King Accepted
data: klog.json: fix spelling mistake 2013-01-15 Colin King Accepted
data: klog.json: fix spelling mistake 2013-01-16 Colin King Accepted
[FWTS-TEST] klog-0001: update test results to sync with fwts klog updates 2013-01-16 Colin King Accepted
[1/2,FWTS-TEST] test: ensure we have a well defined sort default 2013-01-17 Colin King Accepted
[2/2,FWTS-TEST] arg-table-path-0001: sort the source log to ensure LC_ALL=C sort ordering 2013-01-17 Colin King Accepted
[2/2] lib: fwts_uefi: fix a couple of spelling mistakes that crept in 2013-01-18 Colin King Accepted
[1/2] lib: fwts_uefi: fix build error when using gcc 4.6.3 2013-01-18 Colin King Accepted
acpi: method: format _TSS states into a table 2013-01-08 Colin King Rejected
acpi: acpidump: fix ACPI FPDT dump 2013-01-01 Colin King Accepted
doc/fwts: remove debug options from fwts man page (LP: #1100955) 2013-01-18 Colin King Accepted
acpi: method: add helper to check for package contents 2013-01-10 Colin King Rejected
data: klog.json: add better advice for a common firmware issue 2013-01-25 Colin King Accepted
acpi: method: format _TSS states into a table 2013-01-08 Colin King Accepted
acpi: method: Show the name of the _PSS control 2013-01-08 Colin King Accepted
acpi: method: implement _CST sanity checks 2013-01-08 Colin King Accepted
acpi: method: refactor some of the passed messages 2013-01-08 Colin King Accepted
acpi: method: tidy up passed/failure messages 2013-01-08 Colin King Accepted
apci: method: update comments on implemented tests 2013-01-08 Colin King Accepted
acpi: method: use a helper function for MethodReturnNullObj errors 2013-01-08 Colin King Accepted
data: klog.json: Make PnP BIOS message into an info message 2013-01-22 Colin King Accepted