linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-20 18:49:26 to 2019-03-28 11:32:38 UTC [more...]

[PATCH 0/2] fix issue when acpi smmuv3 device alloc offline node memory
 2019-03-28 11:32 UTC  (7+ messages)
` [PATCH 1/2] ACPI/IORT: set online numa node for smmuv3 device

[PATCH v2 0/6] Device property improvements, add %pfw format specifier
 2019-03-28 11:31 UTC  (20+ messages)
` [PATCH v2 1/6] device property: Add functions for accessing node's parents
` [PATCH v2 2/6] device property: Add fwnode_get_name for returning the name of a node
` [PATCH v2 3/6] device property: Add a function to obtain a node's prefix
` [PATCH v2 4/6] lib/vsprintf: Remove support for %pF and %pf in favour of %pS and %ps
` [PATCH v2 5/6] lib/vsprintf: Make use of fwnode API to obtain node names and separators
` [PATCH v2 6/6] lib/vsprintf: Add %pfw conversion specifier for printing fwnode names

[PATCH 00/25] coresight: Support for ACPI bindings
 2019-03-28 11:09 UTC  (35+ messages)
` [PATCH 05/25] coresight: Merge the static and dynamic replicator drivers
` [PATCH 08/25] coresight: tmc: Clean up device specific data
` [PATCH 09/25] coresight: catu: Cleanup "
` [PATCH 10/25] coresight: tpiu: Clean up "
` [PATCH 11/25] coresight: stm: Cleanup "
` [PATCH 12/25] coresight: etm: Clean up "
` [PATCH 13/25] coresight: etb10: "
` [PATCH 14/25] coresight: Rename of_coresight to coresight-platform
` [PATCH 15/25] coresight: etm3x: Rearrange cp14 access detection
` [PATCH 16/25] coresight: stm: Rearrange probing the stimulus area
` [PATCH 17/25] coresight: tmc-etr: Rearrange probing default buffer size
` [PATCH 18/25] coresight: Introduce generic platform data helper
` [PATCH 19/25] coresight: Make device to CPU mapping generic
` [PATCH 20/25] coresight: platform: Use fwnode handle for device search
` [PATCH 21/25] coresight: Use fwnode handle instead of device names
` [PATCH 22/25] coresight: Use platform agnostic names
` [PATCH 23/25] coresight: stm: ACPI support for parsing stimulus base
` [PATCH 24/25] coresight: Support for ACPI bindings
` [PATCH 25/25] coresight: acpi: Support for components
` [TEST PATCH 26/25] edk2-platform: juno: Update ACPI CoreSight Bindings

[PATCH] ACPI / PM: Propagate KEY_POWER wakeup events to user space
 2019-03-28 10:34 UTC  (3+ messages)
  ` [PATCH v2] ACPI / PM: Propagate KEY_POWER to user space when resume

[PATCH 0/4] arm64: SPE ACPI enablement
 2019-03-28 10:04 UTC  (6+ messages)
` [PATCH 1/4] ACPI/PPTT: Add function to return ACPI 6.3 Identical tokens
` [PATCH 2/4] ACPI/PPTT: Modify node flag detection to find last IDENTICAL
` [PATCH 3/4] arm_pmu: acpi: spe: Add initial MADT/SPE probing
` [PATCH 4/4] perf: arm_spe: Enable ACPI/Platform automatic module loading

[PATCH 0/3] device property: fwnode_is_compatible() helper
 2019-03-28  9:06 UTC  (5+ messages)
` [PATCH 1/3] device property: Add fwnode_is_compatible() and device_is_compatible() helpers
` [PATCH 2/3] usb: roles: Use the "compatible" property instead of a boolean property
` [PATCH 3/3] usb: typec: mux: "

[PATCH] drivers/acpi: Clear status of an event before enabling it
 2019-03-28  8:57 UTC  (7+ messages)

[PATCH AUTOSEL 4.9 47/87] ACPI / video: Refactor and fix dmi_is_desktop()
 2019-03-27 18:20 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 87/87] ACPI / video: Extend chassis-type detection with a "Lunch Box" check

[PATCH AUTOSEL 4.14 067/123] ACPI / video: Refactor and fix dmi_is_desktop()
 2019-03-27 18:16 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 123/123] ACPI / video: Extend chassis-type detection with a "Lunch Box" check

[PATCH AUTOSEL 4.19 101/192] ACPI / video: Refactor and fix dmi_is_desktop()
 2019-03-27 18:10 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 191/192] ACPI / video: Extend chassis-type detection with a "Lunch Box" check

[PATCH AUTOSEL 5.0 146/262] ACPI / video: Refactor and fix dmi_is_desktop()
 2019-03-27 18:01 UTC  (2+ messages)
` [PATCH AUTOSEL 5.0 261/262] ACPI / video: Extend chassis-type detection with a "Lunch Box" check

[PATCH RFCv2 0/4] mm/memory_hotplug: Introduce memory block types
 2019-03-27 16:03 UTC  (4+ messages)

[PATCH 0/6] CPPC optional registers AMD support
 2019-03-27 15:47 UTC  (8+ messages)
` [PATCH 1/6] acpi/cppc: Ensure only supported CPPC sysfs entries are created
` [PATCH 2/6] acpi/cppc: Modify show_cppc_data macro
` [PATCH 3/6] acpi/cppc: Rework cppc_set_perf() to use cppc_regs index
` [PATCH 4/6] acpi/cppc: Add macros to define a R/W sysfs entry for CPPC registers
` [PATCH 5/6] acpi/cppc: Add support for optional "
` [PATCH 6/6] acpi/cppc: Add support for CPPC Enable register

[PATCH 0/5] Device property improvements, add %pfw format specifier
 2019-03-27 14:10 UTC  (24+ messages)
` [PATCH 1/5] device property: Add functions for accessing node's parents
` [PATCH 2/5] device property: Add fwnode_get_name for returning the name of a node
` [PATCH 3/5] device property: Add a function to obtain a node's prefix
` [PATCH 4/5] lib/vsprintf: Make use of fwnode API to obtain node names and separators
` [PATCH 5/5] lib/vsprintf: Add %pfw conversion specifier for printing fwnode names

[PATCH V31 13/25] ACPI: Limit access to custom_method when the kernel is locked down
 2019-03-26 18:27 UTC  (3+ messages)
` [PATCH V31 14/25] acpi: Ignore acpi_rsdp kernel param when the kernel has been "
` [PATCH V31 15/25] acpi: Disable ACPI table override if the kernel is "

[PATCH v2 0/2] PCI/AER: Consistently use _OSC to determine who owns AER
 2019-03-26 17:23 UTC  (3+ messages)
` [PATCH v2 1/2] PCI/AER: Do not use APEI/HEST to disable AER services globally
` [PATCH v2 2/2] PCI/AER: Determine AER ownership based on _OSC instead of HEST

[PATCH v7 0/4] arm64 SMMUv3 PMU driver with IORT support
 2019-03-26 17:02 UTC  (7+ messages)
` [PATCH v7 1/4] ACPI/IORT: Add support for PMCG
` [PATCH v7 2/4] perf/smmuv3: Add arm64 smmuv3 pmu driver
` [PATCH v7 3/4] perf/smmuv3: Add MSI irq support
` [PATCH v7 4/4] perf/smmuv3: Enable HiSilicon Erratum 162001800 quirk

[PATCH v2 1/1] treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
 2019-03-26 13:35 UTC  (3+ messages)

[PATCH v2 0/2] Correct the processing for base_frequency
 2019-03-26 11:38 UTC  (4+ messages)
` [PATCH v2 1/2] ACPI / CPPC: Fix processing for guaranteed performance
` [PATCH v2 2/2] cpufreq: intel_pstate: Also use cppc nominal_perf for base_frequency

[PATCH v3] Documentation: acpi: Add an example for PRP0001
 2019-03-26  9:48 UTC  (3+ messages)

[PATCH 13/27] ACPI: Limit access to custom_method when the kernel is locked down
 2019-03-25 22:09 UTC  (4+ messages)
` [PATCH 14/27] acpi: Ignore acpi_rsdp kernel param when the kernel has been "
` [PATCH 15/27] acpi: Disable ACPI table override if the kernel is "
` [PATCH 16/27] acpi: Disable APEI error injection "

[PATCH 0/4] ACPI: Trivial cleanups
 2019-03-25 18:34 UTC  (5+ messages)
` [PATCH 1/4] ACPI: Fix comment typos
` [PATCH 2/4] ACPI / tables: Cleanup whitespace
` [PATCH 3/4] ACPI / scan: Simplify acpi_bus_extract_wakeup_device_power_package()
` [PATCH 4/4] ACPI / scan: Add labels for PNP button devices

[PATCH v2] Documentation: acpi: Add an example for PRP0001
 2019-03-25 16:52 UTC  (5+ messages)

[PATCH 0/2] Remove support for deprecated %pf and %pF in vsprintf
 2019-03-25 15:24 UTC  (15+ messages)
  ` [PATCH 1/2] treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
  ` [PATCH 2/2] vsprintf: Remove support for %pF and %pf in favour of %pS and %ps

[PATCH] Documentation: acpi: Add an example for PRP0001
 2019-03-25 15:04 UTC  (8+ messages)

[PATCH 0/4] Add PCI ATS support to Arm SMMUv3
 2019-03-25 15:02 UTC  (7+ messages)
` [PATCH 1/4] ACPI/IORT: Check ATS capability in root complex nodes
` [PATCH 3/4] iommu/arm-smmu-v3: Add support for PCI ATS

[PATCH 0/2] Correct the processing for base_frequency
 2019-03-25 12:04 UTC  (5+ messages)
` [PATCH 1/2] ACPI / CPPC: Fix processing for guaranteed performance
` [PATCH 2/2] cpufreq: intel_pstate: Also use cppc nominal_perf for base_frequency

[PATCH v6 0/4] arm64 SMMUv3 PMU driver with IORT support
 2019-03-25  9:14 UTC  (6+ messages)
` [PATCH v6 2/4] perf: add arm64 smmuv3 pmu driver
` [PATCH v6 4/4] perf/smmuv3_pmu: Enable HiSilicon Erratum 162001800 quirk

[PATCH] Skip deferred request irqs for devices known to fail
 2019-03-23  3:39 UTC  (4+ messages)

[GIT PULL] ACPI fix for v5.1-rc2
 2019-03-22 19:15 UTC  (2+ messages)

[GIT PULL] Device properties framework fix for v5.1-rc2
 2019-03-22 19:15 UTC  (2+ messages)

[PATCH 3.18 068/134] x86/kexec: Dont setup EFI info if EFI runtime is not enabled
 2019-03-22 11:14 UTC 

[PATCH 4.4 098/230] x86/kexec: Dont setup EFI info if EFI runtime is not enabled
 2019-03-22 11:13 UTC 

KASAN: slab-out-of-bounds Read in _decode_session6 (2)
 2019-03-21 23:21 UTC  (2+ 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).