Show patches with: State = Action Required       |    Archived = No       |   1298 patches
« 1 2 ... 10 11 12 13 »
Patch Series S/W/F Date Submitter Delegate State
[v2,18/23] FADT: add compliance test for the CST_CNT field --- 2016-02-19 Al Stone New
[v2,17/23] FADT: enhance compliance tests for GPE blocks --- 2016-02-19 Al Stone New
[v2,16/23] FADT: extend and add PM address block compliance tests --- 2016-02-19 Al Stone New
[v2,15/23] FADT: add compliance tests for S4BIOS_REQ and PSTATE_CNT fields --- 2016-02-19 Al Stone New
[v2,14/23] FADT: add compliance tests for the ACPI_ENABLE and ACPI_DISABLE fields --- 2016-02-19 Al Stone New
[v2,13/23] FADT: expand compliance tests for the SMI_CMD field --- 2016-02-19 Al Stone New
[v2,12/23] FADT: restructure test sequence around reduced hardware mode --- 2016-02-19 Al Stone New
[v2,11/23] FADT: add compliance tests for reserved fields, PM profile, reduced hardware --- 2016-02-19 Al Stone New
[v2,10/23] FADT: expand compliance checks for DSDT and X_DSDT fields --- 2016-02-19 Al Stone New
[v2,09/23] FADT: expand the compliance test for FIRMWARE_CTRL fields --- 2016-02-19 Al Stone New
[v2,08/23] FADT: minor cleanup and initial compliance tests --- 2016-02-19 Al Stone New
[v2,07/23] ACPI: Add hypervisor ID field to FADT. --- 2016-02-19 Al Stone New
[v2,06/23] FADT: move log info out of test2, will provide it elsewhere --- 2016-02-19 Al Stone New
[v2,05/23] Add in bit masks for FACS flags. --- 2016-02-19 Al Stone New
[v2,04/23] FADT: add in code to log basic info about the various FADT flag fields --- 2016-02-19 Al Stone New
[v2,03/23] FADT: disable SCI_EN and RESET_REG tests when in reduced hardware mode --- 2016-02-19 Al Stone New
[v2,02/23] FADT: non-x86 machines need an FADT but x86 can survive without one --- 2016-02-19 Al Stone New
[v2,01/23] FADT: enable compiling on non-x86 architectures --- 2016-02-19 Al Stone New
[3/3] rasdaemon: make sure daemon does not start until after logging does --- 2016-02-10 Al Stone New
[2/3] rasdaemon: the man page should be section 8 not 1 --- 2016-02-10 Al Stone New
[1/3] rasdaemon: correct a printf that was missing a field to print to --- 2016-02-10 Al Stone New
ACK: [PATCH 21/21] FADT: remove no longer useful variables from test1 --- 2016-02-09 Al Stone New
[v2,5/5] Update regression test rsdp-0001/test-0001.sh --- 2016-02-09 Al Stone New
[v2,4/5] ACPI RSDP: flesh out the tests to check for full spec compliance. --- 2016-02-09 Al Stone New
[v2,3/5] ACPI tables: when bodging up an RSDP, do the right thing for the arch --- 2016-02-09 Al Stone New
[v2,2/5] utilities: add a helper function for printing out architecture names --- 2016-02-09 Al Stone New
[v2,1/5] RSDP: minor cleanups to rsdp.c for checkpatch issues --- 2016-02-09 Al Stone New
[10/21] FADT: expand compliance checks for DSDT and X_DSDT fields --- 2016-02-09 Al Stone New
[08/21] FADT: minor cleanup and initial compliance tests --- 2016-02-09 Al Stone New
[2/2] dts: hikey: Add pl031 RTC support to hi6220 dtsi --- 2016-02-03 John Stultz New
[1/2] hikey: clk: Add RTC clock for pl031 hi6220 --- 2016-02-03 John Stultz New
[Xen-devel] xen/arm: drop hip04 support --- 2016-02-02 Zoltan Kiss New
[Xen-devel,v6,3/3] acpi: Refactor acpi_os_map_memory to be architecturally independent --- 2016-01-30 Shannon Zhao New
[Xen-devel,v6,2/3] ACPI: add config for BIOS table scan --- 2016-01-30 Shannon Zhao New
[Xen-devel,v6,1/3] Kconfig: import kconfig.h from Linux 4.3 --- 2016-01-30 Shannon Zhao New
[Xen-devel,v6,6/8] arm/gic-v3: Refactor gicv3_init into generic and dt specific parts --- 2016-01-28 Shannon Zhao New
[Xen-devel,v4,19/21] arm/acpi: Initialize serial port from ACPI SPCR table --- 2016-01-23 Shannon Zhao New
[Xen-devel,v4,18/21] arm/acpi: Add a new ACPI initialized function for UART --- 2016-01-23 Shannon Zhao New
[Xen-devel,v4,17/21] arm/acpi: Parse GTDT to initialize timer --- 2016-01-23 Shannon Zhao New
[Xen-devel,v4,15/21] arm/gic: Add ACPI support for GIC preinit --- 2016-01-23 Shannon Zhao New
[Xen-devel,v4,09/21] arm/acpi: Add ACPI support for SMP initialization --- 2016-01-23 Shannon Zhao New
[Xen-devel,v4,06/21] arm/acpi: Parse FADT table and get PSCI flags --- 2016-01-23 Shannon Zhao New
[Xen-devel,v4,05/21] arm/acpi: Add basic ACPI initialization --- 2016-01-23 Shannon Zhao New
[Xen-devel,v4,04/21] arm/acpi: Move end_boot_allocator after acpi_boot_table_init --- 2016-01-23 Shannon Zhao New
[Xen-devel,v4,03/21] arm/acpi: Add __acpi_map_table function for ARM --- 2016-01-23 Shannon Zhao New
[Xen-devel,v4,02/21] arm/acpi: Add arm specific acpi header file --- 2016-01-23 Shannon Zhao New
[Xen-devel,v4,01/21] arm/acpi: Emulate io ports for arm --- 2016-01-23 Shannon Zhao New
[Xen-devel,v5,8/8] pl011: Refactor pl011 driver to dt and common initialization parts --- 2016-01-23 Shannon Zhao New
[Xen-devel,v5,7/8] arm/uart: Rename dt-uart.c to arm-uart.c --- 2016-01-23 Shannon Zhao New
[Xen-devel,v5,6/8] arm/gic-v3: Refactor gicv3_init into generic and dt specific parts --- 2016-01-23 Shannon Zhao New
[Xen-devel,v5,5/8] arm/gic-v2: Refactor gicv2_init into generic and dt specific parts --- 2016-01-23 Shannon Zhao New
[Xen-devel,v5,4/8] arm/smpboot: Move dt specific code in smp to seperate functions --- 2016-01-23 Shannon Zhao New
[Xen-devel,v5,2/8] ACPI: add config for BIOS table scan --- 2016-01-23 Shannon Zhao New
[Xen-devel,v5,1/8] Kconfig: import kconfig.h from Linux 4.3 --- 2016-01-23 Shannon Zhao New
[7/7] Update the regression test madt-0001/test-0002.sh --- 2016-01-22 Al Stone New
[6/7] Update the regression test madt-0001/test-0001.sh --- 2016-01-22 Al Stone New
[5/7] Update the regression test arg-table-path-0001/test-0001.sh --- 2016-01-22 Al Stone New
[4/7] Update regression test arg-show-tests-full-0001/test-0001.sh --- 2016-01-22 Al Stone New
[3/7] Update regression test for arg-show-tests-0001/test-0001.sh --- 2016-01-22 Al Stone New
[2/7] Update regression test for arg-help-0001/test-0002.sh --- 2016-01-22 Al Stone New
[2/2] Documentation: add --arch to the man page --- 2016-01-19 Al Stone New
[1/2] Documentation: add --acpicompliance to man page --- 2016-01-19 Al Stone New
[v3,6/6] ACPI: MADT: add in compliance checks for the GIC ITS subtable --- 2016-01-19 Al Stone New
[v3,5/6] ACPI: Add in MADT subtable description for GIC ITS subtable --- 2016-01-19 Al Stone New
[v3,4/6] ACPI: MADT: add in compliance tests for the MADT and subtables --- 2016-01-19 Al Stone New
[v3,3/6] Add mechanism to tell FWTS what architecture is being tested --- 2016-01-19 Al Stone New
[v3,2/6] Define some utility functions for using the fwts_architecture enum --- 2016-01-19 Al Stone New
[v3,1/6] Start defining FWTS architectures as variables --- 2016-01-19 Al Stone New
[Xen-devel,v4,09/10] arm/uart: Rename dt-uart.c to arm-uart.c --- 2016-01-16 Shannon Zhao New
[Xen-devel,v4,05/10] acpi: Refactor acpi_os_map_memory to be architecturally independent --- 2016-01-16 Shannon Zhao New
[Xen-devel,v4,04/10] acpi: Don't do traditional BIOS table scan for ARM64 --- 2016-01-16 Shannon Zhao New
[Xen-devel,v4,02/10] ACPI / table: Add new function to get table entries --- 2016-01-16 Shannon Zhao New
[v2,1/3] ACPI: MADT: add in compliance tests for the MADT and subtables --- 2016-01-11 Al Stone New
[RFC] arm-trusted-firmware: Fixup fastboot getvar hang on unknown var --- 2016-01-07 John Stultz New
[Xen-devel,v4,7/8] ACPICA: Headers: Add GTDT flag definitions for the timer subtable. --- 2016-01-07 Shannon Zhao New
[Xen-devel,v4,5/8] ACPICA/ARM: ACPI 5.1: Update for FADT changes. --- 2016-01-07 Shannon Zhao New
[Xen-devel,v4,4/8] ACPICA: ACPI 6.0: Add values for MADT GIC version field --- 2016-01-07 Shannon Zhao New
[2/2] hikey: dts: Add pstore support for HiKey --- 2016-01-06 John Stultz New
[RFC] hikey: Add pstore platform driver for HiKey board --- 2016-01-06 John Stultz New
[8/8,arm64] Extending ARM64 support --- 2016-01-06 Ricardo Salveti New
[7/8,arm64] config: enable CRYPTO_CRC32_ARM64 by default --- 2016-01-06 Ricardo Salveti New
[6/8,arm64] config: enable PCI generic host bridge by default --- 2016-01-06 Ricardo Salveti New
[5/8,arm64] config: enable multi-core scheduler support by default --- 2016-01-06 Ricardo Salveti New
[4/8,arm64] config: enabling the cpuidle ARM driver --- 2016-01-06 Ricardo Salveti New
[3/8,arm64] sata-modules: adding ahci_platform, required by AMD Overdrive --- 2016-01-06 Ricardo Salveti New
[2/8,arm64] nic-modules: adding amd-xgbe --- 2016-01-06 Ricardo Salveti New
[1/8,arm64] config: enabling support for the AMD Seattle platform --- 2016-01-06 Ricardo Salveti New
[2/2] dts: hikey: Add reboot reason support --- 2015-12-15 John Stultz New
[1/2] firmware: Introduce reboot_reason driver --- 2015-12-15 John Stultz New
[RFC] linaro-edk2: Enable "adb reboot bootloader" support --- 2015-12-15 John Stultz New
[PRESEND] timekeeping: Cap adjustments so they don't exceede the maxadj value --- 2015-12-03 John Stultz New
[1/7] trace/events: Add gup trace events --- 2015-12-01 Yang Shi New
boot_fat.mk: Rework boot partition creation to use mtools --- 2015-11-09 John Stultz New
[5/5] netfilter: xt_qtaguid: xt_socket: build fixes --- 2015-10-28 John Stultz New
[4/5] xt_qtaguid: use sock_gen_put() instead of xt_socket_put_sk() --- 2015-10-28 John Stultz New
[3/5] xt_qtaguid: Use sk_callback_lock read locks before reading sk->sk_socket --- 2015-10-28 John Stultz New
[2/5] xt_qtaguid: fix broken uid/gid range check --- 2015-10-28 John Stultz New
[1/5] netfilter: Build fixups - kuid/kguid changes & xt_socket_get/put_sk --- 2015-10-28 John Stultz New
« 1 2 ... 10 11 12 13 »