linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-01-09 11:21:02 to 2017-01-18 13:01:58 UTC [more...]

[PATCH v8 00/15] ACPI platform MSI support and its example mbigen
 2017-01-18 12:55 UTC  (12+ messages)
` [PATCH v8 01/15] ACPI: IORT: fix the indentation in iort_scan_node()
` [PATCH v8 02/15] ACPI: IORT: add missing comment for iort_dev_find_its_id()
` [PATCH v8 03/15] ACPI: IORT: minor cleanup for iort_match_node_callback()
` [PATCH v8 05/15] irqchip: gicv3-its: platform-msi: refactor its_pmsi_prepare()
` [PATCH v8 06/15] irqchip: gicv3-its: platform-msi: refactor its_pmsi_init() to prepare for ACPI
` [PATCH v8 07/15] irqchip: gicv3-its: platform-msi: scan MADT to create platform msi domain
` [PATCH v8 08/15] ACPI: IORT: rename iort_node_map_rid() to make it generic
` [PATCH v8 10/15] ACPI: platform-msi: retrieve dev id from IORT
` [PATCH v8 11/15] ACPI: platform: setup MSI domain for ACPI based platform device
` [PATCH v8 12/15] msi: platform: make platform_msi_create_device_domain() ACPI aware
` [PATCH v8 15/15] irqchip: mbigen: Add ACPI support

[PATCH v7 0/5] Add platform clock for BayTrail platforms
 2017-01-18 10:50 UTC  (8+ messages)
` [PATCH v7 1/5] clk: Make x86/ conditional on CONFIG_COMMON_CLK
` [PATCH v7 2/5] clk: x86: Add Atom PMC platform clocks
` [PATCH v7 3/5] arch/x86/platform/atom: Move pmc_atom to drivers/platform/x86
` [PATCH v7 4/5] platform/x86: Enable Atom PMC platform clocks
` [PATCH v7 5/5] platform/x86: fix typo in comment

Geschäftsvorschlag
 2017-01-14 23:24 UTC 

logical cpu number is discontinuity
 2017-01-18  5:55 UTC 

[PATCH v19 00/15] acpi, clocksource: add GTDT driver and GTDT support in arm_arch_timer
 2017-01-18  4:27 UTC  (19+ messages)
` [PATCH v19 05/15] clocksource/drivers/arm_arch_timer: rework PPI determination
` [PATCH v19 06/15] clocksource/drivers/arm_arch_timer: Rework counter frequency detection
` [PATCH v19 10/15] clocksource/drivers/arm_arch_timer: Refactor the timer init code to prepare for GTDT

[patch] ACPI/IORT: fix an error code
 2017-01-18  2:09 UTC  (3+ messages)

[PATCH V9 0/3] irqchip: qcom: Add IRQ combiner driver
 2017-01-18  1:40 UTC  (19+ messages)
` [PATCH V9 1/3] ACPI: Generic GSI: Do not attempt to map non-GSI IRQs during bus scan
` [PATCH V9 2/3] ACPI: Add support for ResourceSource/IRQ domain mapping
` [PATCH V9 3/3] irqchip: qcom: Add IRQ combiner driver

[PATCH v13 0/7] Enable PMUs in ACPI systems
 2017-01-17 20:50 UTC  (8+ messages)
` [PATCH v13 1/7] arm64: Rename the common MADT parse routine
` [PATCH v13 2/7] arm: arm64: Add routine to determine cpuid of other cpus
` [PATCH v13 3/7] arm64: pmu: Cache PMU interrupt numbers from MADT parse
` [PATCH v13 4/7] arm: arm64: pmu: Assign platform PMU CPU affinity
` [PATCH v13 5/7] arm64: pmu: Detect multiple generic PMUs and append counter
` [PATCH v13 6/7] arm64: pmu: Detect and enable multiple PMUs in an ACPI system
` [PATCH v13 7/7] arm: pmu: Add PMU definitions for cores not initially online

[PATCH v12 0/7] Enable PMUs in ACPI systems
 2017-01-17 19:57 UTC  (11+ messages)
` [PATCH v12 1/7] arm64: Rename the common MADT parse routine
` [PATCH v12 2/7] arm: arm64: Add routine to determine cpuid of other cpus
` [PATCH v12 3/7] arm64: pmu: Cache PMU interrupt numbers from MADT parse
` [PATCH v12 4/7] arm: arm64: pmu: Assign platform PMU CPU affinity
` [PATCH v12 5/7] arm64: pmu: Detect multiple generic PMUs and append counter
` [PATCH v12 6/7] arm64: pmu: Detect and enable multiple PMUs in an ACPI system
` [PATCH v12 7/7] arm: pmu: Add PMU definitions for cores not initially online

[PATCH] ACPI, APEI, EINJ: fix malformed newline escape
 2017-01-17 15:44 UTC  (2+ messages)

[PATCH v7 00/15] ACPI platform MSI support and its example mbigen
 2017-01-17 11:59 UTC  (37+ messages)
` [PATCH v7 01/15] ACPI: IORT: fix the indentation in iort_scan_node()
` [PATCH v7 02/15] ACPI: IORT: add missing comment for iort_dev_find_its_id()
` [PATCH v7 03/15] ACPI: IORT: minor cleanup for iort_match_node_callback()
` [PATCH v7 04/15] irqchip: gic-v3-its: keep the head file include in alphabetic order
` [PATCH v7 05/15] irqchip: gicv3-its: platform-msi: refactor its_pmsi_prepare()
` [PATCH v7 06/15] irqchip: gicv3-its: platform-msi: refactor its_pmsi_init() to prepare for ACPI
` [PATCH v7 07/15] irqchip: gicv3-its: platform-msi: scan MADT to create platform msi domain
` [PATCH v7 08/15] ACPI: IORT: rename iort_node_map_rid() to make it generic
` [PATCH v7 09/15] ACPI: platform-msi: retrieve dev id from IORT
` [PATCH v7 10/15] ACPI: IORT: move over to iort_node_map_platform_id()
` [PATCH v7 11/15] ACPI: platform: setup MSI domain for ACPI based platform device
` [PATCH v7 12/15] msi: platform: make platform_msi_create_device_domain() ACPI aware
` [PATCH v7 13/15] irqchip: mbigen: drop module owner
` [PATCH v7 14/15] irqchip: mbigen: introduce mbigen_of_create_domain()
` [PATCH v7 15/15] irqchip: mbigen: Add ACPI support

[PATCH V7 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2017-01-17 10:31 UTC  (18+ messages)
` [PATCH V7 01/10] acpi: apei: read ack upon ghes record consumption
` [PATCH V7 02/10] ras: acpi/apei: cper: generic error data entry v3 per ACPI 6.1
` [PATCH V7 03/10] efi: parse ARM processor error
` [PATCH V7 04/10] arm64: exception: handle Synchronous External Abort
` [PATCH V7 05/10] acpi: apei: handle SEA notification type for ARMv8
` [PATCH V7 06/10] acpi: apei: panic OS with fatal error status block
` [PATCH V7 07/10] efi: print unrecognized CPER section
` [PATCH V7 08/10] ras: acpi / apei: generate trace event for "
` [PATCH V7 09/10] trace, ras: add ARM processor error trace event
` [PATCH V7 10/10] arm/arm64: KVM: add guest SEA support

[GIT PULL] Thermal SoC updates for v4.10-rc5
 2017-01-17  5:07 UTC 

[PATCH v18 00/15] acpi, clocksource: add GTDT driver and GTDT support in arm_arch_timer
 2017-01-16 11:59 UTC  (5+ messages)

[PATCH] ACPI: save NVS memory for Lenovo G50-45
 2017-01-16  2:55 UTC 

[PATCH 00/14] Big WMI driver rework
 2017-01-13  1:42 UTC  (8+ messages)
` [PATCH 08/14] wmi: Probe data objects for read and write capabilities

USB ExpressCard makes kworker process utilise 72-75% CPU infinitely
 2017-01-12 20:36 UTC 

LOCATE YOUR INHERITANCE
 2017-01-12 15:13 UTC 

[PATCH 0/2] [PATCH] ACPI / button: Change default behavior to avoid lid bug reports
 2017-01-12  7:47 UTC  (3+ messages)
` [PATCH 1/2] ACPI / button: Change default behavior to lid_init_state=open
` [PATCH 2/2] ACPI / button: Remove lid_init_state=method mode

174cc7187e6f ACPICA: Tables: Back port acpi_get_table_with_size() and early_acpi_os_unmap_memory() from Linux kernel
 2017-01-12  3:38 UTC  (4+ messages)
  ` [PATCH v2] ACPI / OSL: Fix rcu synchronization logic

[PATCH] ACPI/PCI: Fix bus range comparation in pci_mcfg_lookup
 2017-01-12  0:21 UTC  (6+ messages)

[PATCH] PCI: acpiphp_ibm: add __ro_after_init to ibm_apci_table_attr
 2017-01-11 21:00 UTC  (2+ messages)

[PATCH v6 00/14] ACPI platform MSI support and its example mbigen
 2017-01-11 14:16 UTC  (14+ messages)
` [PATCH v6 02/14] irqchip: gic-v3-its: keep the head file include in alphabetic order
` [PATCH v6 04/14] irqchip: gicv3-its: platform-msi: refactor its_pmsi_prepare()
` [PATCH v6 05/14] ACPI: platform-msi: retrieve dev id from IORT

(unknown),
 2017-01-11 12:54 UTC 

174cc7187e6f ACPICA: Tables: Back port acpi_get_table_with_size() and early_acpi_os_unmap_memory() from Linux kernel
 2017-01-11 10:22 UTC  (36+ messages)

[Notifice] ACPI/PM maintenance in travel mode Jan 11 - Jan 24
 2017-01-11  3:44 UTC 

ILK ACPI boot-up problem on HP 8100 SFF, bisected
 2017-01-11  3:09 UTC  (2+ messages)

(unknown),
 2017-01-11  2:43 UTC 

[PATCH V6 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2017-01-10 17:50 UTC  (6+ messages)
` [PATCH V6 05/10] acpi: apei: handle SEA notification type for ARMv8

[PATCH v2] ACPI/IORT: Fix iort_node_get_id() mapping entries indexing
 2017-01-10 15:53 UTC  (2+ messages)

[PATCH 2/2] acpi:ipmi: Make IPMI user handler const
 2017-01-10 13:40 UTC 

ILK ACPI boot-up problem on HP 8100 SFF, bisected
 2017-01-10  8:46 UTC  (4+ messages)

[PATCH] ACPI / OSL: Fix rcu synchronization logic
 2017-01-10  5:46 UTC  (5+ messages)

Outlook Security Team Micorosof
 2017-01-09 11:21 UTC 

[PATCH] ACPI/IORT: Fix iort_node_get_id() mapping entries indexing
 2017-01-09 11:20 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).