linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-07 16:33:43 to 2019-07-22 23:01:58 UTC [more...]

PROBLEM: Calling ObjectType on buffer field reports type integer
 2019-07-22 23:01 UTC  (2+ messages)

[PATCH 0/3] ACPI: Remove unnecessary acpi_has_method() calls
 2019-07-22 18:29 UTC  (7+ messages)
` [PATCH 1/3] ACPI: Remove acpi_has_method() call from acpi_adxl.c
` [PATCH 2/3] ACPI: Remove acpi_has_method() call from scan.c
` [PATCH 3/3] ACPI: Remove acpi_has_method() calls from thermal.c

[PATCH] ACPI/IORT: Fix off-by-one check in iort_dev_find_its_id()
 2019-07-22 16:25 UTC 

[PATCH] ACPI/IORT: Rename arm_smmu_v3_set_proximity() 'node' local variable
 2019-07-22 16:14 UTC 

[PATCH] int340X/processor_thermal_device: Fix proc_thermal_rapl_remove()
 2019-07-22 10:22 UTC 

[PATCH 0/8] PM / ACPI: sleep: Simplify the suspend-to-idle control flow
 2019-07-22  9:46 UTC  (10+ messages)
` [PATCH 1/8] PCI: irq: Introduce rearm_wake_irq()
` [PATCH 2/8] ACPICA: Return u32 from acpi_dispatch_gpe()
` [PATCH 3/8] ACPI: EC: Return bool from acpi_ec_dispatch_gpe()
` [PATCH 4/8] PM: sleep: Fix possible overflow in pm_system_cancel_wakeup()
` [PATCH 5/8] ACPI: PM: Set s2idle_wakeup earlier and clear it later
` [PATCH 6/8] PM: sleep: Simplify suspend-to-idle control flow
` [PATCH 7/8] PM: sleep: Integrate suspend-to-idle with generig suspend flow
` [PATCH 8/8] PM: sleep: Drop dpm_noirq_begin() and dpm_noirq_end()

[PATCH AUTOSEL 4.14 086/105] PCI / ACPI: Use cached ACPI device state to get PCI device power state
 2019-07-22  0:40 UTC  (3+ messages)

MPAM branch verification (was RE: [RFC PATCH 2/2] ACPI / PPTT: cacheinfo: Label caches based on fw_token)
 2019-07-19 15:29 UTC  (4+ messages)

[PATCH v2] acpica: fix -Wnull-pointer-arithmetic warnings
 2019-07-18 19:48 UTC 

[PATCH V36 14/29] ACPI: Limit access to custom_method when the kernel is locked down
 2019-07-18 19:44 UTC  (3+ messages)
` [PATCH V36 15/29] acpi: Ignore acpi_rsdp kernel param when the kernel has been "
` [PATCH V36 16/29] acpi: Disable ACPI table override if the kernel is "

[GIT PULL] More power management updates for v5.3-rc1
 2019-07-18 16:50 UTC  (2+ messages)

[GIT PULL] Additional ACPI updates for v5.3-rc1
 2019-07-18 16:50 UTC  (2+ messages)

[PATCH] ACPI: support for NXP i2c controller
 2019-07-18  8:48 UTC  (3+ messages)
  ` [EXT] "

[PATCH] acpi: blacklist: fix clang warning for unused dmi table
 2019-07-18  8:43 UTC  (3+ messages)

[PATCH v2 1/2] ACPICA: Update table load object initialization
 2019-07-18  8:43 UTC  (2+ messages)

[PATCH] acpi: fix false-positive -Wuninitialized warning
 2019-07-18  8:42 UTC  (4+ messages)

[PATCH] ACPI / video: Add new hw_changes_brightness quirk, set it on PB Easynote MZ35
 2019-07-18  8:42 UTC  (2+ messages)

[PATCH] acpica: fix -Wnull-pointer-arithmetic warnings
 2019-07-18  0:49 UTC  (3+ messages)

[PATCH RFC 0/4] ARM Error Source Table Support
 2019-07-17 17:41 UTC  (9+ messages)
` [PATCH RFC 1/4] ACPI/AEST: Initial AEST driver
` [PATCH RFC 2/4] arm64: mm: Add RAS extension system register check to SEA handling

[PATCH v4 13/15] docs: ABI: testing: make the files compatible with ReST output
 2019-07-17 16:13 UTC 

[PATCH v1] ACPI / APEI: Get rid of NULL_UUID_LE constant
 2019-07-17 10:55 UTC 

[PATCH 0/9] Harden list_for_each_entry_rcu() and family
 2019-07-17  0:07 UTC  (26+ messages)
` [PATCH 1/9] rcu/update: Remove useless check for debug_locks (v1)
` [PATCH 2/9] rcu: Add support for consolidated-RCU reader checking (v3)
` [PATCH 3/9] rcu/sync: Remove custom check for reader-section (v2)
` [PATCH 4/9] ipv4: add lockdep condition to fix for_each_entry (v1)
` [PATCH 5/9] driver/core: Convert to use built-in RCU list checking (v1)
` [PATCH 6/9] workqueue: Convert for_each_wq to use built-in list check (v2)
` [PATCH 7/9] x86/pci: Pass lockdep condition to pcm_mmcfg_list iterator (v1)
` [PATCH 8/9] acpi: Use built-in RCU list checking for acpi_ioremaps list (v1)
` [PATCH 9/9] doc: Update documentation about list_for_each_entry_rcu (v1)

[RFC] acpi: Ignore acpi_rsdp kernel param when the kernel has been locked down
 2019-07-16 22:15 UTC  (2+ messages)

[PATCH V35 14/29] ACPI: Limit access to custom_method when the kernel is locked down
 2019-07-16 20:34 UTC  (5+ messages)
` [PATCH V35 15/29] acpi: Ignore acpi_rsdp kernel param when the kernel has been "
` [PATCH V35 16/29] acpi: Disable ACPI table override if the kernel is "

[PATCH v2 0/9] Harden list_for_each_entry_rcu() and family
 2019-07-16 18:50 UTC  (30+ messages)
` [PATCH v2 1/9] rcu/update: Remove useless check for debug_locks
` [PATCH v2 2/9] rcu: Add support for consolidated-RCU reader checking
` [PATCH v2 3/9] rcu/sync: Remove custom check for reader-section
` [PATCH v2 4/9] ipv4: add lockdep condition to fix for_each_entry
` [PATCH v2 5/9] driver/core: Convert to use built-in RCU list checking
` [PATCH v2 6/9] workqueue: Convert for_each_wq to use built-in list check
` [PATCH v2 7/9] x86/pci: Pass lockdep condition to pcm_mmcfg_list iterator
` [PATCH v2 8/9] acpi: Use built-in RCU list checking for acpi_ioremaps list
` [PATCH v2 9/9] doc: Update documentation about list_for_each_entry_rcu

[PATCH] ARM64/irqchip: Make ACPI_IORT depend on PCI again
 2019-07-16 11:16 UTC  (3+ messages)

[PATCH 00/10] cpufreq: Migrate users of policy notifiers to QoS requests
 2019-07-16 10:27 UTC  (4+ messages)

[PATCH 08/10] ACPI: cpufreq: Switch to QoS requests instead of cpufreq notifier
 2019-07-16  9:54 UTC 

[RFC PATCH v2 0/3] Support CPU hotplug for ARM64
 2019-07-16  8:32 UTC  (9+ messages)

[PATCH] rculist: Add build check for single optional list argument
 2019-07-16  4:07 UTC 

[PATCHv3 0/6] CPPC optional registers AMD support
 2019-07-15 17:57 UTC  (13+ messages)
` [PATCHv3 1/6] acpi/cppc: Add macros for CPPC register checks
` [PATCHv3 2/6] acpi/cppc: Ensure only supported CPPC sysfs entries are created
` [PATCHv3 3/6] acpi/cppc: Rework cppc_set_perf() to use cppc_regs index
` [PATCHv3 4/6] acpi/cppc: Add support for optional CPPC registers
` [PATCHv3 5/6] acpi/cppc: Add support for CPPC Enable register
` [PATCHv3 6/6] drivers/cpufreq: Add a CPUFreq driver for AMD processors (Fam17h and later)

[PATCH AUTOSEL 5.2 130/249] ACPICA: Clear status of GPEs on first direct enable
 2019-07-15 13:45 UTC  (2+ messages)
` [PATCH AUTOSEL 5.2 185/249] PCI / ACPI: Use cached ACPI device state to get PCI device power state

[PATCH AUTOSEL 4.9 62/73] PCI / ACPI: Use cached ACPI device state to get PCI device power state
 2019-07-15 14:36 UTC 

[PATCH AUTOSEL 4.19 083/158] ACPICA: Clear status of GPEs on first direct enable
 2019-07-15 14:17 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 120/158] PCI / ACPI: Use cached ACPI device state to get PCI device power state

[PATCH AUTOSEL 5.1 114/219] ACPICA: Clear status of GPEs on first direct enable
 2019-07-15 14:02 UTC  (2+ messages)
` [PATCH AUTOSEL 5.1 163/219] PCI / ACPI: Use cached ACPI device state to get PCI device power state

Nachricht
 2019-07-15 10:48 UTC 

[PATCH 0/3] device property: fwnode_is_compatible() helper
 2019-07-15 10:17 UTC  (3+ messages)
` [PATCH 3/3] usb: typec: mux: Use the "compatible" property instead of a boolean property

[PATCH v4] ACPI / APEI: release resources if gen_pool_add fails
 2019-07-15  6:58 UTC 

[PATCH v1 0/6] Harden list_for_each_entry_rcu() and family
 2019-07-12 23:27 UTC  (22+ messages)
` [PATCH v1 1/6] rcu: Add support for consolidated-RCU reader checking
` [PATCH v1 2/6] ipv4: add lockdep condition to fix for_each_entry
` [PATCH v1 3/6] driver/core: Convert to use built-in RCU list checking
` [PATCH v1 4/6] workqueue: Convert for_each_wq to use built-in list check
` [PATCH v1 5/6] x86/pci: Pass lockdep condition to pcm_mmcfg_list iterator
` [PATCH v1 6/6] acpi: Use built-in RCU list checking for acpi_ioremaps list

[PATCH v3 0/2] arm64/PPTT ACPI 6.3 thread flag support
 2019-07-12  7:21 UTC  (8+ messages)
` [PATCH v3 1/2] ACPI/PPTT: Add support for ACPI 6.3 thread flag

[PATCH 1/1] efi: cper: print AER info of PCIe fatal error
 2019-07-12  2:20 UTC 

[GIT PULL] ACPI fix for v5.3-rc1
 2019-07-11 18:35 UTC  (2+ messages)

FW: Kontakt
 2019-07-11  8:12 UTC 

[GIT PULL] ACPI updates for v5.3-rc1
 2019-07-09 18:05 UTC  (2+ messages)

[GIT PULL] Power management updates for v5.3-rc1
 2019-07-09 18:05 UTC  (2+ messages)

[GIT PULL] Device properties framework updates for v5.3-rc1
 2019-07-09 18:05 UTC  (2+ messages)

[PATCH 0/8] thunderbolt: Intel Ice Lake support
 2019-07-09 15:11 UTC  (7+ messages)
` [PATCH 2/8] thunderbolt: Move NVM upgrade support flag to struct icm
` [PATCH 8/8] ACPI / property: Add two new Thunderbolt property GUIDs to the list

drivers/acpi: Change the lpit function call flow
 2019-07-08 19:44 UTC  (6+ messages)

Kernel panic and ACPI errors with recent update to 4.15.53 ( Ubuntu 18.04 LTS distro )
 2019-07-08  8:01 UTC  (2+ messages)

[PATCH v15 0/7] virtio pmem driver
 2019-07-07 16:34 UTC  (3+ messages)
` [PATCH v15 6/7] ext4: disable map_sync for async flush


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).