linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-03 17:38:12 to 2020-06-10 14:02:06 UTC [more...]

[PATCHv2 0/7] Support inhibiting input devices
 2020-06-10 14:01 UTC  (48+ messages)
                                  ` [PATCH v3 "
                                    ` [PATCH v3 1/7] Input: add input_device_enabled()
                                    ` [PATCH v3 2/7] Input: use input_device_enabled()
                                    ` [PATCH v3 3/7] ACPI: button: Access input device's users under appropriate mutex
                                    ` [PATCH v3 4/7] ACPI: button: Use input_device_enabled() helper
                                    ` [PATCH v3 5/7] iio: adc: exynos: Use input_device_enabled()
                                    ` [PATCH v3 6/7] platform/x86: thinkpad_acpi: "
                                    ` [PATCH v3 7/7] Input: Add "inhibited" property
                                        ` [PATCH v4 0/7] Support inhibiting input devices
                                          ` [PATCH v4 1/7] Input: add input_device_enabled()
                                          ` [PATCH v4 2/7] Input: use input_device_enabled()
                                          ` [PATCH v4 3/7] ACPI: button: Access input device's users under appropriate mutex
                                          ` [PATCH v4 4/7] ACPI: button: Use input_device_enabled() helper
                                          ` [PATCH v4 5/7] iio: adc: exynos: Use input_device_enabled()
                                              ` [FIXED PATCH "
                                          ` [PATCH v4 6/7] platform/x86: thinkpad_acpi: "
                                          ` [PATCH v4 7/7] Input: Add "inhibited" property

[PATCH v3 0/7] Venus dynamic debug
 2020-06-10 13:37 UTC  (34+ messages)
` [PATCH v3 1/7] Documentation: dynamic-debug: Add description of level bitmask
` [PATCH v3 2/7] dynamic_debug: Group debug messages by "
` [PATCH v3 3/7] dev_printk: Add dev_dbg_level macro over dynamic one
` [PATCH v3 4/7] printk: Add pr_debug_level "
` [PATCH v3 5/7] venus: Add debugfs interface to set firmware log level
` [PATCH v3 6/7] venus: Make debug infrastructure more flexible
` [PATCH v3 7/7] venus: Add a debugfs file for SSR trigger

[PATCH v2] ACPI: Drop rcu usage for MMIO mappings
 2020-06-10 12:22 UTC  (17+ messages)
` [RFT][PATCH] ACPI: OSL: Use rwlock instead of RCU for memory management
` [RFT][PATCH 0/3] ACPI: ACPICA / OSL: Avoid unmapping ACPI memory inside of the AML interpreter
  ` [RFT][PATCH 1/3] ACPICA: Defer unmapping of memory used in memory opregions
  ` [RFT][PATCH 2/3] ACPICA: Remove unused memory mappings on interpreter exit
  ` [RFT][PATCH 3/3] ACPI: OSL: Define ACPI_OS_MAP_MEMORY_FAST_PATH()

[GIT PULL] virtio: features, fixes
 2020-06-10  4:44 UTC 

[PATCH 0/2] Introduce PCI_FIXUP_IOMMU
 2020-06-09 16:49 UTC  (8+ messages)

[PATCH v2 00/15] pwm/i915: Convert pwm-crc and i915 driver's PWM code to use the atomic PWM API
 2020-06-09 13:50 UTC  (30+ messages)
` [PATCH v2 01/15] ACPI / LPSS: Resume Cherry Trail PWM controller in no-irq phase
` [PATCH v2 02/15] ACPI / LPSS: Save Cherry Trail PWM ctx registers only once (at activation)
` [PATCH v2 03/15] pwm: lpss: Add range limit check for the base_unit register value
` [PATCH v2 04/15] pwm: lpss: Fix off by one error in base_unit math in pwm_lpss_prepare()
` [PATCH v2 05/15] pwm: lpss: Set SW_UPDATE bit when enabling the PWM
` [PATCH v2 06/15] pwm: crc: Fix period / duty_cycle times being off by a factor of 256
` [PATCH v2 07/15] pwm: crc: Fix off-by-one error in the clock-divider calculations
` [PATCH v2 08/15] pwm: crc: Fix period changes not having any effect
` [PATCH v2 09/15] pwm: crc: Enable/disable PWM output on enable/disable
` [PATCH v2 10/15] pwm: crc: Implement apply() method to support the new atomic PWM API
` [PATCH v2 11/15] pwm: crc: Implement get_state() method
` [PATCH v2 12/15] drm/i915: panel: Add get_vbt_pwm_freq() helper
` [PATCH v2 13/15] drm/i915: panel: Honor the VBT PWM frequency for devs with an external PWM controller
` [PATCH v2 14/15] drm/i915: panel: Honor the VBT PWM min setting "
` [PATCH v2 15/15] drm/i915: panel: Use atomic PWM API "

[PATCH] ACPI / property: use cached name in acpi_fwnode_get_named_child_node()
 2020-06-09 13:22 UTC 

[PATCH AUTOSEL 5.7 039/274] ACPICA: Dispatcher: add status checks
 2020-06-08 23:05 UTC  (3+ messages)
` [PATCH AUTOSEL 5.7 059/274] ACPI/IORT: Fix PMCG node single ID mapping handling
` [PATCH AUTOSEL 5.7 234/274] ACPI: video: Use native backlight on Acer TravelMate 5735Z

[PATCH AUTOSEL 5.6 008/606] pnp: Use list_for_each_entry() instead of open coding
 2020-06-08 23:03 UTC  (2+ messages)
` [PATCH AUTOSEL 5.6 087/606] ACPI: EC: PM: Avoid flushing EC work when EC GPE is inactive

[PATCH AUTOSEL 5.4 029/175] ACPICA: Dispatcher: add status checks
 2020-06-08 23:16 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 042/175] ACPI/IORT: Fix PMCG node single ID mapping handling

[PATCH] ACPICA: fix UBSAN warning using __builtin_offsetof
 2020-06-08 23:20 UTC  (6+ messages)

pwm/i915: Convert pwm-crc and i915 driver's PWM code to use the atomic PWM API
 2020-06-08 14:35 UTC  (21+ messages)
` [PATCH 01/16] ACPI / LPSS: Resume Cherry Trail PWM controller in no-irq phase
` [PATCH 02/16] ACPI / LPSS: Save Cherry Trail PWM ctx registers only once (at activation)
` [PATCH 03/16] pwm: lpss: Add range limit check for the base_unit register value
` [PATCH 04/16] pwm: lpss: Fix off by one error in base_unit math in pwm_lpss_prepare()
` [PATCH 05/16] pwm: lpss: Set SW_UPDATE bit when enabling the PWM
` [PATCH 06/16] pwm: lpss: Add debug prints, test patch for moving i915 to atomic PWM
` [PATCH 07/16] pwm: crc: Fix period / duty_cycle times being off by a factor of 256
` [PATCH 08/16] pwm: crc: Fix off-by-one error in the clock-divider calculations
` [PATCH 09/16] pwm: crc: Fix period changes not having any effect
` [PATCH 10/16] pwm: crc: Enable/disable PWM output on enable/disable
` [PATCH 11/16] pwm: crc: Implement apply() method to support the new atomic PWM API
` [PATCH 12/16] pwm: crc: Implement get_state() method
` [PATCH 13/16] drm/i915: panel: Add get_vbt_pwm_freq() helper
` [PATCH 14/16] drm/i915: panel: Honor the VBT PWM frequency for devs with an external PWM controller
` [PATCH 15/16] drm/i915: panel: Honor the VBT PWM min setting "
` [PATCH 16/16] drm/i915: panel: Use atomic PWM API "

slub freelist issue / BUG: unable to handle page fault for address: 000000003ffe0018
 2020-06-08 10:51 UTC  (16+ messages)

[PATCH v4] platform: x86: Add ACPI driver for ChromeOS
 2020-06-06 18:04 UTC  (7+ messages)

[PATCH] ACPI / PM: Do not infer power-state if there are no D0 power-resources
 2020-06-06 15:45 UTC  (6+ messages)
    ` [PATCH] ACPI: PM: Avoid using power resources if there are none for D0

[PATCH v3 0/7] mm: Get rid of vmalloc_sync_(un)mappings()
 2020-06-06 12:50 UTC  (6+ messages)
` [PATCH v3 1/7] mm: Add functions to track page directory modifications

[PATCH v4 00/12] PCI: brcmstb: enable PCIe for STB chips
 2020-06-05 21:26 UTC 

[pm:bleeding-edge] BUILD SUCCESS 1e4a104be0a3afafbafc13bacc5f42007db8d43e
 2020-06-05 20:29 UTC 

[PATCH] acpi: battery: Always read fresh battery state on update
 2020-06-05 18:01 UTC  (3+ messages)

[PATCH 0/3] ACPICA release 20200528
 2020-06-05 11:36 UTC  (5+ messages)
` [PATCH 1/3] ACPICA: acpidump: Removed dead code from oslinuxtbl.c
` [PATCH 2/3] ACPICA: iASL: add new OperationRegion subtype keyword PlatformRtMechanism
` [PATCH 3/3] ACPICA: Update version to 20200528 Version 20200528

[PATCH] kobject: Avoid premature parent object freeing in kobject_cleanup()
 2020-06-04 17:46 UTC 

[PATCH 00/12] ACPI/OF: Upgrade MSI/IOMMU ID mapping APIs
 2020-06-04 15:08 UTC  (10+ messages)
` [PATCH 06/12] of/iommu: Make of_map_rid() PCI agnostic
` [PATCH 07/12] of/device: Add input id to of_dma_configure()
` [PATCH 10/12] of/irq: Make of_msi_map_rid() PCI bus agnostic

WICHTIG BITTE SCH
 2020-06-04  3:21 UTC 

[PATCH v2] ACPICA: Replace one-element array with flexible-array
 2020-06-03 23:12 UTC  (3+ messages)

[PATCH v3 00/13] PCI: brcmstb: enable PCIe for STB chips
 2020-06-03 19:20 UTC 


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