Linux-ACPI Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-06-17 22:09:14 to 2015-06-22 12:00:24 UTC [more...]

ASoC : WM5102 Audio Codec needs ACPI support and a baytrail machine driver
 2015-06-22 12:00 UTC  (5+ messages)
  ` Fwd: "

Notice of appearance in Court #0000534122
 2015-06-22  8:47 UTC 

[PATCH 00/15] libnvdimm: ->rw_bytes(), BLK-mode, unit tests, and misc features
 2015-06-22  7:39 UTC  (40+ messages)
` [PATCH 01/15] block: introduce an ->rw_bytes() block device operation
` [PATCH 02/15] libnvdimm: infrastructure for btt devices
` [PATCH 03/15] nd_btt: atomic sector updates
` [PATCH 04/15] libnvdimm, nfit, nd_blk: driver for BLK-mode access persistent memory
` [PATCH 05/15] tools/testing/nvdimm: libnvdimm unit test infrastructure
` [PATCH 06/15] libnvdimm: Non-Volatile Devices
` [PATCH 07/15] fs/block_dev.c: skip rw_page if bdev has integrity
` [PATCH 08/15] libnvdimm, btt: add support for blk integrity
` [PATCH 09/15] libnvdimm, blk: "
` [PATCH 10/15] libnvdimm: fix up max_hw_sectors
` [PATCH 11/15] libnvdimm: pmem, blk, and btt make_request cleanups
` [PATCH 12/15] libnvdimm: enable iostat
` [PATCH 13/15] libnvdimm: flag libnvdimm block devices as non-rotational
` [PATCH 14/15] libnvdimm: support read-only btt backing devices
` [PATCH 15/15] libnvdimm, nfit: handle acpi_nfit_memory_map flags

[PATCH V3 0/4] map GHES memory region with EFI memory map
 2015-06-22  5:11 UTC  (8+ messages)
` [PATCH V3 4/4] acpi, apei: use EFI memmap to map GHES memory

Hello
 2015-06-22  7:47 UTC 

ACPI regression? Was Re: Ethernet chip disappeared from lspci
 2015-06-21 19:59 UTC  (11+ messages)

Hello
 2015-06-21 17:05 UTC 

Debugging spurious wakeup
 2015-06-20 21:54 UTC  (2+ messages)

[PATCH v7 00/16] libnvdimm: non-volatile memory devices
 2015-06-20 12:40 UTC  (18+ messages)
` [PATCH v7 01/16] e820, efi: add ACPI 6.0 persistent memory types
` [PATCH v7 02/16] libnvdimm, nfit: initial libnvdimm infrastructure and NFIT support
` [PATCH v7 03/16] libnvdimm: control character device and nvdimm_bus sysfs attributes
` [PATCH v7 04/16] libnvdimm, nfit: dimm/memory-devices
` [PATCH v7 05/16] libnvdimm: control (ioctl) messages for nvdimm_bus and nvdimm devices
` [PATCH v7 06/16] libnvdimm, nvdimm: dimm driver and base libnvdimm device-driver infrastructure
` [PATCH v7 07/16] libnvdimm, nfit: regions (block-data-window, persistent memory, volatile memory)
` [PATCH v7 08/16] libnvdimm: support for legacy (non-aliasing) nvdimms
` [PATCH v7 09/16] libnvdimm, pmem: move pmem to drivers/nvdimm/
` [PATCH v7 10/16] libnvdimm, pmem: add libnvdimm support to the pmem driver
` [PATCH v7 11/16] libnvdimm, nfit: add interleave-set state-tracking infrastructure
` [PATCH v7 12/16] libnvdimm: namespace indices: read and validate
` [PATCH v7 13/16] libnvdimm: pmem label sets and namespace instantiation
` [PATCH v7 14/16] libnvdimm: blk labels "
` [PATCH v7 15/16] libnvdimm: write pmem label set
` [PATCH v7 16/16] libnvdimm: write blk "

ACPI / video: Run _BCL before deciding registering backlight
 2015-06-20 12:34 UTC  (2+ messages)

[PATCH 00/32] ACPICA: 20150619 Release
 2015-06-19 23:46 UTC  (37+ messages)
` [PATCH 01/32] ACPICA: Linuxize: Reduce divergences for 20150616 release
` [PATCH 02/32] ACPICA: Linuxize: Replace __FUNCTION__ with __func__
` [PATCH 03/32] ACPICA: Hardware: Enable 64-bit firmware waking vector for selected FACS
` [PATCH 04/32] ACPI: sleep: Update acpi_set_firmware_waking_vector() invocations to favor 32-bit firmware waking vector
` [PATCH 06/32] ACPICA: Hardware: Enable firmware waking vector for both 32-bit and 64-bit FACS
` [PATCH 07/32] ACPICA: Hardware: Cleanup the return values in acpi_set_waking_vector()
` [PATCH 08/32] ACPICA: Tables: Fix an issue that FACS initialization is performed twice
` [PATCH 09/32] ACPICA: Tables: Fix an issue that ACPI initialization is blocked due to no FACS
` [PATCH 10/32] ACPICA: Remove a prototype for the reduced hardware case
` [PATCH 11/32] ACPICA: Tables: Enable default 64-bit FADT addresses favor
` [PATCH 12/32] ACPICA: MSVC6: Fix build issue for variable argument macros
` [PATCH 13/32] ACPICA: EFI: Add EFI interface definitions to eliminate dependency of GNU EFI
` [PATCH 14/32] ACPICA: Add dragon_fly support to unix file mapping file
` [PATCH 15/32] ACPICA: Utilities: Add _CLS processing
` [PATCH 16/32] ACPICA: ACPI 6.0: Add values for MADT GIC version field
` [PATCH 17/32] ACPICA: Namespace: Add support to allow overriding objects
` [PATCH 18/32] ACPICA: Namespace: Add support of OSDT table
` [PATCH 19/32] ACPICA: Namespace: Change namespace override to avoid node deletion
` [PATCH 20/32] ACPICA: Update for acpi_install_table memory types
` [PATCH 21/32] ACPICA: Cleanup output for the ASL Debug object
` [PATCH 22/32] ACPICA: acpidump: Allow customized tables to be dumped without accessing /dev/mem
` [PATCH 23/32] ACPICA: acpidump: Convert the default behavior to dump from /sys/firmware/acpi/tables
` [PATCH 24/32] ACPI / acpidump: Update acpidump manual
` [PATCH 25/32] ACPICA: De-macroize calls to standard C library functions
` [PATCH 26/32] ACPICA: Clib: Correct memset() declarations
` [PATCH 27/32] ACPICA: Finish C library name transition
` [PATCH 28/32] ACPICA: Split C library prototypes to new header
` [PATCH 29/32] ACPICA: Update definitions for the TCPA and TPM2 ACPI tables
` [PATCH 30/32] ACPICA: Update TPM2 ACPI table
` [PATCH 31/32] ACPICA: Comment update, no functional change
` [PATCH 32/32] ACPICA: Update version to 20150619
` [PATCH 05/32] ACPICA: Tables: Enable both 32-bit and 64-bit FACS

[PATCH v3-UPDATE 1/3] acpi: Add acpi_map_pxm_to_online_node()
 2015-06-19 23:14 UTC 

[PATCH v3 0/3] Add NUMA support for NVDIMM devices
 2015-06-19 23:26 UTC  (8+ messages)
` [PATCH v3 1/3] acpi: Add acpi_map_pxm_to_online_node()
` [PATCH v3 2/3] libnvdimm: Set numa_node to NVDIMM devices
` [PATCH v3 3/3] libnvdimm: Add sysfs "

[PATCH v2 0/3] Correct for ACPI 5.1->6.0 spec changes in MADT GICC entries
 2015-06-19 20:05 UTC  (13+ messages)
` [PATCH v2 1/3] ACPI : introduce macros for using the ACPI specification version
` [PATCH v2 2/3] ACPI: add BAD_MADT_GICC_ENTRY() macro
` [PATCH v2 3/3] ACPI / ARM64 : use the new BAD_MADT_GICC_ENTRY macro

[PATCH 00/22] FUJITSU Extended Socket network device driver
 2015-06-19 19:37 UTC  (33+ messages)
` [PATCH 01/22] fjes: Introduce FUJITSU Extended Socket Network Device driver
  ` [PATCH 02/22] fjes: Hardware initialization routine
  ` [PATCH 03/22] fjes: Hardware cleanup routine
  ` [PATCH 04/22] fjes: platform_driver's .probe and .remove routine
  ` [PATCH 05/22] fjes: ES information acquisition routine
  ` [PATCH 06/22] fjes: buffer address regist/unregistration routine
  ` [PATCH 07/22] fjes: net_device_ops.ndo_open and .ndo_stop
  ` [PATCH 08/22] fjes: net_device_ops.ndo_start_xmit
  ` [PATCH 09/22] fjes: raise_intr_rxdata_task
  ` [PATCH 10/22] fjes: tx_stall_task
  ` [PATCH 11/22] fjes: NAPI polling function
  ` [PATCH 12/22] fjes: net_device_ops.ndo_get_stats64
  ` [PATCH 13/22] fjes: net_device_ops.ndo_change_mtu
  ` [PATCH 14/22] fjes: net_device_ops.ndo_tx_timeout
  ` [PATCH 15/22] fjes: net_device_ops.ndo_vlan_rx_add/kill_vid
  ` [PATCH 16/22] fjes: interrupt_watch_task
  ` [PATCH 17/22] fjes: force_close_task
  ` [PATCH 18/22] fjes: unshare_watch_task
  ` [PATCH 19/22] fjes: update_zone_task
  ` [PATCH 20/22] fjes: epstop_task
  ` [PATCH 21/22] fjes: handle receive cancellation request interrupt
  ` [PATCH 22/22] fjes: ethtool support

[Patch v3 0/4] Introduce a mechanism to allocate PCI IRQ on demand
 2015-06-19 16:10 UTC  (2+ messages)

[PATCH 00/11] Add self-probe infrastructure and stacked irqdomain support for ACPI based GICv2/3 init
 2015-06-19  9:49 UTC  (10+ messages)
` [PATCH 05/11] irqchip / gic: Add stacked irqdomain support for ACPI based GICv2 init
` [PATCH 06/11] ACPI / gsi: Add gsi_mutex to synchronize acpi_register_gsi()/acpi_unregister_gsi()

[PATCH 1/2] ACPI, APEI, Boot Error Record Table (BERT) support
 2015-06-19  8:48 UTC  (2+ messages)

[PATCH v2 0/9] Add self-probe infrastructure and stacked irqdomain support for ACPI based GICv2/3 init
 2015-06-19  8:46 UTC  (10+ messages)
` [PATCH v2 1/9] ACPICA: ACPI 6.0: Add changes for MADT table
` [PATCH v2 2/9] ACPICA: ACPI 6.0: Add values for MADT GIC version field
` [PATCH v2 3/9] irqchip / GIC: Add GIC version support in ACPI MADT
` [PATCH v2 4/9] ACPI / irqchip: Add self-probe infrastructure to initialize IRQ controller
` [PATCH v2 5/9] irqchip / GIC / ACPI: Use IRQCHIP_ACPI_DECLARE to simplify GICv2 init code
` [PATCH v2 6/9] irqchip / gic: Add stacked irqdomain support for ACPI based GICv2 init
` [PATCH v2 7/9] irqchip / GICv3: Refactor gic_of_init() for GICv3 driver
` [PATCH v2 8/9] irqchip / GICv3: Add ACPI support for GICv3+ initialization
` [PATCH v2 9/9] irqchip / GICv3: Add stacked irqdomain support for ACPI based init

Loan
 2015-06-19  7:14 UTC 

[PATCH v2 0/3] Add NUMA support for NVDIMM devices
 2015-06-19  1:16 UTC  (6+ messages)
` [PATCH v2 1/3] acpi: Add acpi_map_pxm_to_online_node()

[PATCH 00/44] kernel: Add support for poweroff handler call chain
 2015-06-18 21:40 UTC  (8+ messages)
` [PATCH 01/44] "

[PATCH] ACPI / enumeration: Document the rules regarding the PRP0001 device ID
 2015-06-18 21:27 UTC  (4+ messages)

[PATCH v2 00/32] acpi-video: Rewrite backlight interface selection logic
 2015-06-18 21:05 UTC  (5+ messages)

[PATCH v3 00/35] acpi-video: Rewrite backlight interface selection logic
 2015-06-18  5:59 UTC  (3+ messages)
` [PATCH v3 28/35] msi-laptop: Port to new backlight interface selection API

[PATCH v6 00/21] libnvdimm: non-volatile memory devices
 2015-06-17 22:09 UTC  (3+ messages)
` [PATCH v6 19/21] libnvdimm, nfit, nd_blk: driver for BLK-mode access persistent memory


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 read-only IMAP folder(s) and NNTP newsgroup(s).