public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-09-13 10:46:28 to 2018-10-04 15:45:13 UTC [more...]

[PATCH RFC] mm/memory_hotplug: Introduce memory block types
 2018-10-04 15:45 UTC  (26+ messages)

[PATCH v4 0/2] PPTT handle Handle architecturally unknown cache types
 2018-10-04 15:41 UTC  (4+ messages)
` [PATCH v4 1/2] drivers: base: cacheinfo: Do not populate sysfs for "
` [PATCH v4 2/2] ACPI/PPTT: Handle architecturally "

[PATCH] PCI / ACPI: Mark expected switch fall-through
 2018-10-04 15:40 UTC 

[PATCH v6 00/18] APEI in_nmi() rework
 2018-10-04 15:15 UTC  (25+ messages)
` [PATCH v6 01/18] ACPI / APEI: Move the estatus queue code up, and under its own ifdef
` [PATCH v6 02/18] ACPI / APEI: Generalise the estatus queue's add/remove and notify code
` [PATCH v6 03/18] ACPI / APEI: don't wait to serialise with oops messages when panic()ing
` [PATCH v6 04/18] ACPI / APEI: Switch NOTIFY_SEA to use the estatus queue
` [PATCH v6 05/18] ACPI / APEI: Make estatus queue a Kconfig symbol
` [PATCH v6 06/18] KVM: arm/arm64: Add kvm_ras.h to collect kvm specific RAS plumbing
` [PATCH v6 07/18] arm64: KVM/mm: Move SEA handling behind a single 'claim' interface
` [PATCH v6 08/18] ACPI / APEI: Move locking to the notification helper
` [PATCH v6 09/18] ACPI / APEI: Let the notification helper specify the fixmap slot
` [PATCH v6 10/18] ACPI / APEI: preparatory split of ghes->estatus
` [PATCH v6 11/18] ACPI / APEI: Remove silent flag from ghes_read_estatus()
` [PATCH v6 12/18] ACPI / APEI: Don't store CPER records physical address in struct ghes
` [PATCH v6 13/18] ACPI / APEI: Don't update struct ghes' flags in read/clear estatus
` [PATCH v6 14/18] ACPI / APEI: Split ghes_read_estatus() to read CPER length
` [PATCH v6 15/18] ACPI / APEI: Only use queued estatus entry during _in_nmi_notify_one()
` [PATCH v6 16/18] ACPI / APEI: Split fixmap pages for arm64 NMI-like notifications
` [PATCH v6 17/18] mm/memory-failure: increase queued recovery work's priority
` [PATCH v6 18/18] arm64: acpi: Make apei_claim_sea() synchronise with APEI's irq work

[PATCH v3 0/2] PPTT handle Handle architecturally unknown cache types
 2018-10-03 13:47 UTC  (9+ messages)
` [PATCH v3 1/2] drivers: base: cacheinfo: Do not populate sysfs for "
` [PATCH v3 2/2] ACPI/PPTT: Handle architecturally "

[PATCH v3 0/3] arm64 SMMUv3 PMU driver with IORT support
 2018-10-03 11:28 UTC  (14+ messages)
` [PATCH v3 1/3] acpi: arm64: add iort support for PMCG
` [PATCH v3 2/3] perf: add arm64 smmuv3 pmu driver
` [PATCH v3 3/3] perf/smmuv3: Add MSI irq support

[PATCH][RFC v2] ACPI: acpi_pad: Do not launch acpi_pad threads on idle cpus
 2018-10-03  9:38 UTC  (4+ messages)

[PATCH] ACPI/sbshc: Fix rare oops when removing modules
 2018-10-03  9:26 UTC  (2+ messages)

[PATCH] ACPI/sbs: Fix GPE storm on recent MacBookPro's
 2018-10-03  9:26 UTC  (2+ messages)

[PATCH 00/22] various dynamic_debug patches
 2018-10-03  9:25 UTC  (8+ messages)
` [PATCH 15/22] ACPI: use proper DYNAMIC_DEBUG_BRANCH macro
` [PATCH 16/22] ACPI: remove unused __acpi_handle_debug macro
` [PATCH 17/22] ACPI: implement acpi_handle_debug in terms of _dynamic_func_call

[RFC 00/15] PCI: turn some __weak functions into callbacks
 2018-10-02 20:59 UTC  (2+ messages)

Bad MAINTAINERS pattern in section 'ACPI'
 2018-10-01 18:54 UTC  (4+ messages)

sdhci driver card-detect is broken because gpiolib can't fallback to _CRS?
 2018-09-28 13:13 UTC  (9+ messages)

[PATCH] ACPI / LPIT: Register attributes based on FADT
 2018-09-28  8:54 UTC 

[PATCH 0/3] acpi, nfit: Add dirty shutdown count to sysfs
 2018-09-27 19:37 UTC  (10+ messages)
  ` [PATCH 1/3] acpi, nfit: Introduce nfit_mem flags
  ` [PATCH 2/3] acpi, nfit: Collect shutdown status
  ` [PATCH 3/3] tools/testing/nvdimm: Populate dirty shutdown data

[PATCH v3 0/6] mm: online/offline_pages called w.o. mem_hotplug_lock
 2018-09-27  9:25 UTC  (7+ messages)
` [PATCH v3 1/6] mm/memory_hotplug: make remove_memory() take the device_hotplug_lock
` [PATCH v3 2/6] mm/memory_hotplug: make add_memory() "
` [PATCH v3 3/6] mm/memory_hotplug: fix online/offline_pages called w.o. mem_hotplug_lock
` [PATCH v3 4/6] powerpc/powernv: hold device_hotplug_lock when calling device_online()
` [PATCH v3 5/6] powerpc/powernv: hold device_hotplug_lock when calling memtrace_offline_pages()
` [PATCH v3 6/6] memory-hotplug.txt: Add some details about locking internals

[PATCH v2 0/6] mm: online/offline_pages called w.o. mem_hotplug_lock
 2018-09-26 10:09 UTC  (9+ messages)
` [PATCH v2 1/6] mm/memory_hotplug: make remove_memory() take the device_hotplug_lock
` [PATCH v2 2/6] mm/memory_hotplug: make add_memory() "
` [PATCH v2 3/6] mm/memory_hotplug: fix online/offline_pages called w.o. mem_hotplug_lock
` [PATCH v2 4/6] powerpc/powernv: hold device_hotplug_lock when calling device_online()
` [PATCH v2 5/6] powerpc/powernv: hold device_hotplug_lock when calling memtrace_offline_pages()
` [PATCH v2 6/6] memory-hotplug.txt: Add some details about locking internals

[PATCH RFCv2 0/6] mm: online/offline_pages called w.o. mem_hotplug_lock
 2018-09-25  1:26 UTC  (5+ messages)
` [PATCH RFCv2 3/6] mm/memory_hotplug: fix "

[PATCH v7 0/3] x86/boot/KASLR: Parse ACPI table and limit kaslr in immovable memory
 2018-09-25  1:12 UTC  (9+ messages)
` [PATCH v7 1/3] x86/boot: Add acpitb.c to parse acpi tables
` [PATCH v7 2/3] x86/boot/KASLR: Walk srat tables to filter immovable memory
` [PATCH v7 3/3] x86/boot/KASLR: Limit kaslr to choosing the "

[PATCH 0/3] x86: baytrail/cherrytrail: Rework and move P-Unit PMIC semaphore handling
 2018-09-24  9:48 UTC  (5+ messages)
` [PATCH 1/3] x86: baytrail/cherrytrail: Rework and move P-Unit PMIC bus semaphore code
` [PATCH 2/3] ACPI / PMIC: xpower: Block P-Unit I2C access during read-modify-write
` [PATCH 3/3] i2c: designware: Cleanup bus lock handling

[PATCH v8 00/16] Add support for Hygon Dhyana Family 18h processor
 2018-09-23  9:37 UTC  (2+ messages)
` [PATCH v8 13/16] ACPI, x86: Add Hygon Dhyana support

[PATCH v1 0/6] mm: online/offline_pages called w.o. mem_hotplug_lock
 2018-09-23  2:34 UTC  (12+ messages)
` [PATCH v1 1/6] mm/memory_hotplug: make remove_memory() take the device_hotplug_lock
` [PATCH v1 2/6] mm/memory_hotplug: make add_memory() "
` [PATCH v1 3/6] mm/memory_hotplug: fix online/offline_pages called w.o. mem_hotplug_lock
` [PATCH v1 4/6] powerpc/powernv: hold device_hotplug_lock when calling device_online()
` [PATCH v1 5/6] powerpc/powernv: hold device_hotplug_lock in memtrace_offline_pages()
` [PATCH v1 6/6] memory-hotplug.txt: Add some details about locking internals

[PATCH] PM / suspend: Count suspend-to-idle loop as sleep time
 2018-09-22 15:50 UTC  (12+ messages)
` [PATCH v2] "

acpi/iwlwifi: thermal thermal_zone3: failed to read out thermal zone (-61)
 2018-09-20 15:01 UTC  (4+ messages)

[PATCH v2 0/4] arm64 SMMUv3 PMU driver with IORT support
 2018-09-18 13:15 UTC  (7+ messages)
` [PATCH v2 3/4] perf: add arm64 smmuv3 pmu driver

[PATCH v2 0/2] PPTT handle Handle architecturally unknown cache types
 2018-09-17 22:59 UTC  (7+ messages)
` [PATCH v2 1/2] drivers: base: cacheinfo: Do not populate sysfs for "
` [PATCH v2 2/2] ACPI/PPTT: Handle architecturally "

[PATCH v7 00/16] Add support for Hygon Dhyana Family 18h processor
 2018-09-17 13:33 UTC  (2+ messages)
` [PATCH v7 13/16] ACPI, x86: Add Hygon Dhyana support

[REGRESSION][BISECTED] Boot stall related to drivers/pci/hotplug/acpiphp_glue.c
 2018-09-17  7:29 UTC  (3+ messages)

[PATCH] PM / suspend: Count extra iterations of s2idle loop as sleep time
 2018-09-16 15:48 UTC  (2+ messages)

[4.17 regression] Performance drop on kernel-4.17 visible on Stream, Linpack and NAS parallel benchmarks
 2018-09-14 16:50 UTC  (8+ messages)

[PATCH] mailbox: PCC: handle parse error
 2018-09-14  8:41 UTC  (3+ messages)

[PATCH] acpi: remove a meaningless null check before debugfs_remove
 2018-09-14  8:37 UTC  (2+ messages)

[PATCH] ACPI/PPTT: Handle architecturally unknown cache types
 2018-09-13 15:16 UTC  (10+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox