linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-04-03 00:31:29 to 2015-04-14 02:30:08 UTC [more...]

[Patch Part2 v5 00/33] Clean up obsoleted x86 interrupt manangement code and interfaces
 2015-04-14  2:30 UTC  (26+ messages)
` [Patch Part2 v5 01/33] x86/irq: Kill unused old IOAPIC irqdomain interfaces
` [Patch Part2 v5 02/33] x86/irq: Kill unused struct mp_pin_info
` [Patch Part2 v5 04/33] x86/irq: Kill x86_io_apic_ops.setup_entry and related interfaces
` [Patch Part2 v5 07/33] x86/irq: Kill GENERIC_IRQ_LEGACY_ALLOC_HWIRQ
` [Patch Part2 v5 08/33] x86/irq: Clean up unused forward declarations in x86_init.h
  ` [Patch Part2 v5 03/33] x86/irq: Kill x86_io_apic_ops.print_entries and related interfaces
  ` [Patch Part2 v5 05/33] x86/irq: Kill x86_io_apic_ops.set_affinity "
  ` [Patch Part2 v5 06/33] x86/irq: Kill x86_io_apic_ops.eoi_ioapic_pin "
  ` [Patch Part2 v5 09/33] irq_remapping: Clean up unsued code to support IOAPIC
  ` [Patch Part2 v5 10/33] irq_remapping/vt-d: Clean up unsued code
  ` [Patch Part2 v5 11/33] irq_remapping/amd: "
  ` [Patch Part2 v5 12/33] irq_remapping: Clean up unused interfaces
  ` [Patch Part2 v5 13/33] x86/irq: Kill irq_cfg.irq_remapped
  ` [Patch Part2 v5 14/33] irq_remapping/vt-d: Move struct irq_2_iommu into intel_irq_remapping.c
  ` [Patch Part2 v5 15/33] irq_remapping/amd: Move struct irq_2_irte into amd_iommu.c
  ` [Patch Part2 v5 25/33] x86/irq: Move check of cfg->move_in_progress into send_cleanup_vector()
` [Patch Part2 v5 16/33] x86/irq: Move irq_cfg.irq_2_pin into io_apic.c
` [Patch Part2 v5 17/33] x86/irq: Kill struct io_apic_irq_attr
` [Patch Part2 v5 22/33] x86/irq: Kill unused alloc_irq_and_cfg_at()
` [Patch Part2 v5 24/33] x86/irq: Kill function apic_set_affinity()
` [Patch Part2 v5 26/33] x86/irq: Move private data in struct irq_cfg into dedicated data structure
` [Patch Part2 v5 28/33] x86/irq, ACPI: Kill private function mp_register_gsi()/ mp_unregister_gsi()
` [Patch Part2 v5 29/33] x86, ioapic: Use proper defines for the entry fields
` [Patch Part2 v5 30/33] x86,ioapic: Cleanup irq_trigger/polarity()
` [Patch Part2 v5 31/33] x86: Cleanup irq_domain ops

(unknown)
 2015-04-14  2:06 UTC 

[PATCH] ACPI / scan: Add a scan handler for PRP0001
 2015-04-14  2:04 UTC  (2+ messages)

[Resend][PATCH] ACPICA: Store GPE register enable masks upfront
 2015-04-13 21:10 UTC 

[PATCH] x86/ACPI: Fix regression caused by 16ee7b3dcc56 & c50f13c672df7
 2015-04-13 19:46 UTC  (3+ messages)

ACPI / scan: Simplify acpi_match_device()
 2015-04-13 19:59 UTC  (2+ messages)

[PATCH] acpica: modify a commit error in file drivers/acpi/acpica/nsxfeval.c
 2015-04-13 17:42 UTC  (3+ messages)

[PATCH] PCI / hotplug: Propagate the "ignore hotplug" setting to parent
 2015-04-13 14:23 UTC 

[V8 PATCH 0/3] Introduce ACPI support for ahci_platform driver
 2015-04-13 13:54 UTC  (4+ messages)
` [V8 PATCH 1/3] ACPICA: Add ACPI _CLS processing

[PATCH] ACPI / HOTPLUG: fix device->physical_node_lock deadlock
 2015-04-13 13:48 UTC  (7+ messages)
    ` [PATCH] ACPI / scan: Annotate physical_node_lock in acpi_scan_is_offline()

[Patch Part1 v8 00/37] Convert x86 to hierarchy irqdomain and stacked irqchip
 2015-04-13 12:09 UTC  (42+ messages)
` [Patch Part1 v8 01/37] x86/irq: Save destination CPU ID in irq_cfg
` [Patch Part1 v8 02/37] x86/irq: Use hierarchy irqdomain to manage CPU interrupt vectors
` [Patch Part1 v8 03/37] x86/hpet: Use new irqdomain interfaces to allocate/free IRQ
` [Patch Part1 v8 04/37] x86/MSI: "
` [Patch Part1 v8 05/37] x86/uv: "
` [Patch Part1 v8 06/37] x86/htirq: "
  ` [Patch Part1 v8 07/37] x86/dmar: "
  ` [Patch Part1 v8 08/37] irq_remapping: Introduce new interfaces to support hierarchy irqdomain
  ` [Patch Part1 v8 09/37] irq_remapping/vt-d: Change prototypes to prepare for enabling "
  ` [Patch Part1 v8 10/37] irq_remapping/vt-d: Enhance Intel IR driver to support "
  ` [Patch Part1 v8 11/37] irq_remapping/amd: Enhance AMD "
  ` [Patch Part1 v8 13/37] x86/MSI: Use hierarchy irqdomain to manage MSI interrupts
  ` [Patch Part1 v8 15/37] irq_remapping/vt-d: Clean up unused MSI related code
  ` [Patch Part1 v8 16/37] irq_remapping/amd: "
  ` [Patch Part1 v8 17/37] irq_remapping: "
  ` [Patch Part1 v8 19/37] iommu/vt-d: Refine the interfaces to create IRQ for DMAR unit
  ` [Patch Part1 v8 28/37] irq_remapping: Kill unused function irq_remapping_print_chip()
` [Patch Part1 v8 12/37] x86/hpet: Enhance HPET IRQ to support hierarchy irqdomain
` [Patch Part1 v8 14/37] x86/irq: Directly call native_compose_msi_msg() for DMAR IRQ
` [Patch Part1 v8 18/37] x86/MSI: Clean up unused MSI related code and interfaces
` [Patch Part1 v8 20/37] x86/irq: Use hierarchy irqdomain to manage DMAR interrupts
` [Patch Part1 v8 21/37] x86/htirq: Use hierarchy irqdomain to manage Hypertransport interrupts
` [Patch Part1 v8 22/37] x86/uv: Use hierarchy irqdomain to manage UV interrupts
` [Patch Part1 v8 23/37] x86/irq: Normalize x86 irq_chip name
` [Patch Part1 v8 24/37] x86/MSI: Simplify the way to deal with remapped MSI interrupts
` [Patch Part1 v8 25/37] x86/MSI: Replace msi_update_msg() with irq_chip_compose_msi_msg()
` [Patch Part1 v8 26/37] x86/irq: Implement irq_chip.irq_write_msi_msg for MSI/DMAR/HPET irq_chips
` [Patch Part1 v8 27/37] x86/irq: Simplify MSI/DMAR/HPET implementation by using common code
` [Patch Part1 v8 29/37] x86/intel-mid: Delay initialization of APB timer
` [Patch Part1 v8 30/37] x86/intel-mid, trivial: Refine code syntax for sfi_parse_mtmr()
` [Patch Part1 v8 31/37] x86/irq: Kill unused pre_init_apic_IRQ0()
` [Patch Part1 v8 32/37] x86/irq: Prepare IOAPIC interfaces to support hierarchy irqdomain
` [Patch Part1 v8 33/37] x86/irq: Implement callbacks to enable hierarchy irqdomain on IOAPICs
` [Patch Part1 v8 34/37] x86/irq: Refine the way to allocate irq_cfg for legacy IRQs
` [Patch Part1 v8 35/37] x86/irq: Simplify the way to print IOAPIC entry
` [Patch Part1 v8 36/37] x86/irq: Introduce helper functions to support hierarchy irqdomain for IOAPIC
` [Patch Part1 v8 37/37] x86/irq: Convert IOAPIC to use hierarchy irqdomain interfaces

[Bugfix v3] x86/PCI/ACPI: Fix regression caused by commit 63f1789ec716
 2015-04-13 12:05 UTC  (17+ messages)
                    ` [Bugfix v5] "

[PATCH 00/31] ACPICA: 20150410 Release
 2015-04-13  3:51 UTC  (32+ messages)
` [PATCH 01/31] ACPICA: Linuxize: Reduce divergences for 20150410 release
` [PATCH 02/31] ACPICA: Tables: Change acpi_find_root_pointer() to use acpi_physical_address
` [PATCH 03/31] ACPICA: Unix: Cleanup to use ACPI_TO_INTEGER() to calc page offset
` [PATCH 04/31] ACPICA: Executer: Cleanup to remove an unnecessary conversion
` [PATCH 05/31] ACPICA: Utilities: Cleanup to enforce ACPI_PHYSADDR_TO_PTR()/ACPI_PTR_TO_PHYSADDR()
` [PATCH 06/31] ACPICA: Utilities: Cleanup to convert physical address printing formats
` [PATCH 07/31] ACPICA: Utilities: Cleanup to remove useless ACPI_PRINTF/FORMAT_xxx helpers
` [PATCH 08/31] ACPICA: Utilities: split IO address types from data type models
` [PATCH 09/31] ACPICA: Tables: Don't release ACPI_MTX_TABLES in acpi_tb_install_standard_table()
` [PATCH 10/31] ACPICA: Events: Add support to return both enable/status register values for GPE and fixed event
` [PATCH 11/31] ACPICA: Applications: Remove use of __DATE__ macro
` [PATCH 12/31] ACPICA: Utilities: Remove unused acpi_ut_create_pkg_state_and_push()
` [PATCH 13/31] ACPICA: Tables: Move an iasl specific table function to iasl source file
` [PATCH 14/31] ACPICA: Utilities: Correct conditional compilation definitions
` [PATCH 15/31] ACPICA: Resources: "
` [PATCH 16/31] ACPICA: Casting changes around acpi_physical_address/acpi_size
` [PATCH 17/31] ACPICA: Fix a sscanf format string
` [PATCH 18/31] ACPICA: Update Resource descriptor dump module
` [PATCH 19/31] ACPICA: Update AML Debugger global variables
` [PATCH 20/31] ACPICA: iASL/Disassembler: Add option to assume table contains valid AML
` [PATCH 21/31] ACPICA: iASL: Enhancement for constant folding
` [PATCH 22/31] ACPICA: Add infrastructure for External() opcode
` [PATCH 23/31] ACPICA: Add "Windows 2015" string to _OSI support
` [PATCH 24/31] ACPICA: Permanently set _REV to the value '2'
` [PATCH 25/31] ACPICA: Remove unused internal AML opcode
` [PATCH 26/31] ACPICA: Add "//" before ascii output of buffers
` [PATCH 27/31] ACPICA: Update for SLIC ACPI table
` [PATCH 28/31] ACPICA: iASL: Add support for MSDM "
` [PATCH 29/31] ACPICA: Disassembler: Some cleanup of the table dump module
` [PATCH 30/31] ACPICA: Fix a couple issues with the local printf module
` [PATCH 31/31] ACPICA: Update version to 20150410

[GIT PULL] Last minutes thermal-SoC management updates for v4.0
 2015-04-12  2:46 UTC 

[PATCH] mailbox: add ACPI support for mailbox framework
 2015-04-10 23:42 UTC  (10+ messages)

[PATCH 0/4] ACPI / scan: Clean up the handling of the PRP0001 device ID
 2015-04-10 14:20 UTC  (13+ messages)
` [PATCH 1/4] ACPI / scan: Generalize of_compatible matching
` [PATCH 2/4] ACPI / scan: Simplify acpi_match_device()
` [PATCH 3/4] ACPI / scan: Take PRP0001 in _CID lists into account too
  ` [Update][PATCH 3/4] ACPI / scan: Take the PRP0001 position in the list of IDs into account
` [PATCH 4/4] ACPI / scan: Rework modalias creation when "compatible" is present
  ` [update][PATCH "

Re
 2015-04-10  7:24 UTC 

[GIT PULL] Power management and ACPI fixes for 4.0-rc8
 2015-04-09 23:09 UTC 

[RFC PATCH] ACPI / scan: Introduce _CCA parsing logic and setting up device coherency
 2015-04-09 21:43 UTC  (3+ messages)

[PATCH] PCI: Don't clear ASPM bits when the FADT declares it's unsupported
 2015-04-09 19:21 UTC  (2+ messages)

[PATCH V2 RESEND] mailbox: add ACPI support for mailbox framework
 2015-04-08 23:58 UTC 

[PATCH] PCI / ACPI: PCI delay optimization from ACPI
 2015-04-08 21:32 UTC  (3+ messages)
` [PATCH v3 0/3] "

[PATCH v2] Documentation: gpio: Update ACPI part of the document to mention _DSD
 2015-04-08 14:47 UTC  (3+ messages)

[PATCH V2] mailbox: add ACPI support for mailbox framework
 2015-04-08  0:35 UTC  (2+ messages)

[Bugfix v4] x86/PCI/ACPI: Fix regression caused by commit 63f1789ec716
 2015-04-07 14:53 UTC  (3+ messages)

[RFC 0/7] Consolidate common ACPI PCI host bridge code into ACPI core
 2015-04-07 13:35 UTC  (10+ messages)
` [RFC 1/7] ACPI/PCI: Enhance ACPI core to support sparse IO space
` [RFC 2/7] ia64/PCI/ACPI: Use common ACPI resource parsing interface for host bridge
` [RFC 3/7] ia64/PCI: Use common struct resource_entry to replace struct iospace_resource
` [RFC 4/7] x86/PCI: Rename struct pci_sysdata as struct pci_controller
` [RFC 5/7] PCI/ACPI: Consolidate common PCI host bridge code into ACPI core
` [RFC 6/7] x86/PCI/ACPI: Use common interface to support PCI host bridge
` [RFC 7/7] ia64/PCI/ACPI: "

[PATCH 0/2] dynamic table unload fixes
 2015-04-07 11:58 UTC  (4+ messages)
` [PATCH 1/2] Remove extra release mutex call
` [PATCH 2/2] Acutally unload a table

3.19-rc1 errors when opening LID
 2015-04-06 10:02 UTC  (4+ messages)
    ` 4.0-rc6 "

Charity Project
 2015-04-05 20:28 UTC 

[PATCH v4 0/9] PCI: MMCONFIG clean up
 2015-04-03 15:20 UTC  (3+ messages)

[resend PATCH] driver core: property: support for generic property
 2015-04-03 14:06 UTC  (11+ messages)
  ` [PATCH 0/3] device property: support for "built-in" properties
    ` [PATCH 0/2] device property: firmware node type for platform data
      ` [PATCH 1/2] device property: Make it possible to use secondary firmware nodes
      ` [PATCH 2/2] device property: Introduce firmware node type for platform data
` [PATCH 3/3][RFD] device property: Implement fallback to built-in properties

[PATCH 00/20] clockevents_notify() removal
 2015-04-03  6:45 UTC  (8+ messages)
  ` [v2][PATCH 00/21] "
    ` [v2][PATCH 15/21] ARM: OMAP: Use explicit broadcast oneshot control function
    ` [v2][PATCH 16/21] ARM: tegra: "
    ` [v2][PATCH 18/21] clockevents: Remove broadcast oneshot control leftovers


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