linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-12-10 03:28:52 to 2013-12-20 16:58:44 UTC [more...]

[RFC PATCH 00/14] Support timezone of ACPI TAD and EFI TIME
 2013-12-20 16:58 UTC  (15+ messages)
  ` [PATCH 01/14] rtc-efi: fix decrease day twice when computing year days
  ` [PATCH 03/14] rtc: block registration of rtc-cmos when CMOS RTC Not Present

[RFC PATCH 00/14] Support timezone of ACPI TAD and EFI TIME
 2013-12-20 16:48 UTC  (26+ messages)
` [PATCH 01/14] rtc-efi: fix decrease day twice when computing year days
  ` [PATCH 03/14] rtc: block registration of rtc-cmos when CMOS RTC Not Present
` [RFC PATCH 04/14] ACPI: Add ACPI 5.0 Time and Alarm Device driver
` [RFC PATCH 05/14] rtc: Add RTC driver of ACPI Time and Alarm Device
` [RFC PATCH 06/14] rtc-efi: register rtc-efi device when EFI enabled
` [RFC PATCH 07/14] rtc-efi: add GMTOFF support to rtc_efi
` [RFC PATCH 08/14] rtc-efi: set uie_unsupported for indicate rtc-efi doesn't support UIE mode
` [RFC PATCH 09/14] efi: move functions of access efi time to header file for sharing
` [RFC PATCH 10/14] rtc: improve and move week day computing function to rtc header
` [RFC PATCH 11/14] rtc: switch to get/set rtc time to efi functions if CMOS RTC Not Present git set
` [RFC PATCH 12/14] efi: adjust system time base on timezone from EFI time services
` [RFC PATCH 13/14] Documentation/RTC: add document of ACPI TAD and EFI TIME driver
` [TEST PATCH 14/14] acpi: add early parameter to set CMOS RTC Not Present bit for testing
    ` [PATCH 02/14] x86-64/efi: Use EFI to deal with platform wall clock (again)

ACPI errors when pressing brightness hot keys on new HP Spectre 13 x2 laptop/tablet combo
 2013-12-20 16:30 UTC 

[RFC PATCH 00/15] ACPICA: Add CONFIG_ACPI=n build support for ACPICA header files
 2013-12-20  9:15 UTC  (22+ messages)
` [RFC PATCH 01/15] ACPICA: OSL: Add configurability mechanism for global variables
` [RFC PATCH 02/15] ACPICA: Linux: Add configurability for external globals
` [RFC PATCH 03/15] ACPICA: Linux: Add configurability for OSL APIs
` [RFC PATCH 04/15] ACPICA: OSL: Cleanup external macros and add stubs for macros
` [RFC PATCH 05/15] ACPICA: OSL: Add configurability to error message functions
` [RFC PATCH 06/15] ACPICA: OSL: Add configurability to debug output functions
` [RFC PATCH 07/15] ACPICA: OSL: Add configurability mechanism for external APIs
` [RFC PATCH 08/15] ACPICA: OSL: Updates ACPI_EXTERNAL_RETURN_x usages "
` [RFC PATCH 09/15] ACPICA: Linux: Add stub support for Linux specific variables and functions
` [RFC PATCH 10/15] ACPICA: Linux: Add architecture specific ACPICA headers in Linux
` [RFC PATCH 11/15] ACPICA: Linux: Add stub implementation of ACPICA 64-bit mathematics
` [RFC PATCH 12/15] ACPICA: Linux: Add configuration item to indicate the architecture specific support
` [RFC PATCH 13/15] ACPICA: Linux: Remove <asm/acpi.h> inclusion from ACPICA headers
` [RFC PATCH 14/15] ACPI/SFI: Fix wrong <acpi/acpi.h> inclusion in SFI/ACPI wrapper - table definitions
` [RFC DBG PATCH] ACPICA: Add CONFIG_ACPI=n build test support
  ` [RFC PATCH 15/15] ACPI/thinkpad: Fix wrong <acpi/acpi.h> inclusion in Thinkpad ACPI users
    ` [alsa-devel] "
` [UPDATE RFC "

[Medion P8610] 13.10: Kernel panic - not syncing (on system start)
 2013-12-20  8:09 UTC  (3+ messages)

[Patch v2 02/13] ACPI, extlog: replace open-coded _DSM specific code with helper functions
 2013-12-20  7:03 UTC  (2+ messages)

[PATCH] ACPI / video: Use native backlight control interface by default
 2013-12-20  6:32 UTC  (4+ messages)

[Patch v2 00/13] Introduce ACPI _DSM helper functions to simplify code
 2013-12-20  2:01 UTC  (15+ messages)
` [Patch v2 01/13] ACPI: introduce helper interfaces to support ACPI _DSM method
` [Patch v2 03/13] PCI, pci-label: release allocated ACPI object on error recovery path
` [Patch v2 04/13] ACPI, PCI: replace open-coded _DSM specific code with helper functions
` [Patch v2 05/13] PCI, pci-label: treat PCI label with index 0 as valid label
` [Patch v2 06/13] ACPI, TPM: fix memory leak when walking ACPI namespace
` [Patch v2 07/13] ACPI, TPM: matching node name instead of full path when searching for TPM device
` [Patch v2 08/13] ACPI, TPM: replace open-coded _DSM specific code with helper functions
` [Patch v2 09/13] ACPI, TPM: detecting PPI features by checking availability of _DSM functions
` [Patch v2 10/13] ACPI, i2c-hid: replace open-coded _DSM specific code with helper functions
` [Patch v2 11/13] ACPI, i915: "
` [Patch v2 12/13] nouveau: fix memory leak in ACPI _DSM related code
` [Patch v2 13/13] ACPI, nouveau: replace open-coded _DSM specific code with helper functions

[PATCH] ACPI: Blacklist Win8 OSI for some HP laptop 2013 models
 2013-12-19 16:09 UTC 

[PATCH] [trivial] acpi: Fix typo in video_detect.c
 2013-12-19 15:51 UTC 

[RFC part1 PATCH 0/7] Make ACPI core running on ARM64
 2013-12-19 15:43 UTC  (24+ messages)
` [Linaro-acpi] [RFC part1 PATCH 1/7] ACPI: Make ACPI core running without PCI "

[PATCH V2] ACPI, APEI: Cleanup alignment related codes for APEI
 2013-12-18 21:13 UTC  (12+ messages)
` [PATCH v3] "
          ` [PATCH v4] "

[RFC Patch v1 01/13] ACPI: introduce helper interfaces to support ACPI _DSM method
 2013-12-18  6:58 UTC  (2+ messages)
` [RFC Patch v1 02/13] ACPI, extlog: replace open-coded _DSM specific code with helper functions

[PATCH] drivers: firmware: Move prototype declartions to header file cper.h
 2013-12-18  6:51 UTC 

[PATCH 02/11] drivers: acpi: Include appropriate header file in nvs.c
 2013-12-18  6:31 UTC  (15+ messages)
` [PATCH 03/11] drivers: acpi: Mark the function acpi_ec_add_debugfs() as static in ec_sys.c
` [PATCH 04/11] drivers: acpi: Include appropriate header file in pci_slot.c
` [PATCH 05/11] drivers: acpi: Include appropriate header file in utstate.c
` [PATCH 06/11] drivers: acpi: Add appropriate ifdef conditions in exdump.c
` [PATCH 07/11] drivers: acpi: Include appropriate header file in pci_link.c
` [PATCH 08/11] drivers: acpi: Include appropriate header file in dock.c
` [PATCH 09/11] drivers: acpi: Remove unused function in ec.c and add prototype declaration in header file internal.h
` [PATCH 10/11] drivers: acpi: Include appropriate header file in proc.c
` [PATCH 11/11] drivers: acpi: Include header file in debugfs.c and rectify prototype declaration in internal.h

[PATCH 0/5] hooking udev to SW_TABLET_MODE changes
 2013-12-17 19:16 UTC  (9+ messages)
` [PATCH 1/5] thinkpad_acpi: Send uevent when "
` [PATCH 2/5] hp-wmi: "
` [PATCH 3/5] xo15-ebook: "
` [PATCH 4/5] classmate-laptop: "
` [PATCH 5/5] fujitsu-tablet: "

Removal of EXPORT_SYMBOL(acpi_os_wait_events_complete) in 3.13
 2013-12-17 17:07 UTC  (2+ messages)

[PATCH 01/11] drivers: acpi: Mark the function acpi_table_checksum() as static in osl.c
 2013-12-17  9:13 UTC 

[PATCH v4 0/5] Hardware Reduced Mode Cleanup for ACPI
 2013-12-17  0:16 UTC  (6+ messages)
` [PATCH v4 1/5] ACPI: introduce CONFIG_ACPI_REDUCED_HARDWARE to enable this ACPI mode
` [PATCH v4 2/5] ACPI: bus master reload not supported in reduced HW mode
` [PATCH v4 3/5] ACPI: HW reduced mode does not allow use of the FADT sci_interrupt field
` [PATCH v4 4/5] ACPI: in HW reduced mode, using FADT PM information is not allowed
` [PATCH v4 5/5] ACPI: do not map/unmap memory regions for FADT entries in reduced HW mode

[PATCH] ACPI: explicitly initialize a value to silence compiler warning
 2013-12-17  0:01 UTC 

vunmap() on large regions may trigger soft lockup warnings
 2013-12-16 22:57 UTC  (6+ messages)

[PATCH] PCI AER: Handle non-AER HEST error sources in aer_hest_parse()
 2013-12-16 19:12 UTC  (6+ messages)

[PATCH v2 1/2] ACPI, APEI, GHES: Remove strict check for memory error handling
 2013-12-16 14:51 UTC  (11+ messages)
` [PATCH v2 2/2] ACPI, APEI, GHES: Cleanup ghes codes "

[PATCH] PNPACPI: check return value of pnp_add_device()
 2013-12-15 12:10 UTC 

[PATCH 0/10] ACPI: Device objects for all namespace nodes and PCI root hotplug integration
 2013-12-14  5:07 UTC  (8+ messages)
` [PATCH 7/10] ACPI / hotplug: Move container-specific code out of the core

[PATCH] gpio / ACPI: return -ENOENT when no mapping exists
 2013-12-12 20:57 UTC  (4+ messages)

[PATCH v3 0/5] Hardware Reduced Mode Cleanup for ACPI
 2013-12-12 20:31 UTC  (13+ messages)
  ` [PATCH v3 1/5] ACPI: introduce CONFIG_ACPI_REDUCED_HARDWARE to enable this ACPI mode
    ` [Linaro-acpi] "
  ` [PATCH v3 2/5] ACPI: bus master reload not supported in reduced HW mode
    ` [Linaro-acpi] "
  ` [PATCH v3 5/5] ACPI: do not map/unmap memory regions for FADT entries "
    ` [Linaro-acpi] "

[PATCH 1/1] acpi_pad: call schedule() when need_resched is true
 2013-12-12 15:50 UTC 

Question about cookerspot.tuxfamily.org
 2013-12-12  6:12 UTC 

[PATCH] ACPI/EC: disable gpe before removing gpe handler
 2013-12-12 10:08 UTC 

[PATCH V2] ACPI/Button: Fix enable Button GPEs twice
 2013-12-12 10:08 UTC 

[PATCH 0/4] ACPI: Cleanup header inclusions
 2013-12-12  1:38 UTC  (4+ messages)
` [PATCH v3 5/6] ACPI/SFI: Fix wrong <acpi/acpi.h> inclusion in SFI/ACPI wrapper - acpi_disabled linkage

[PATCH v3 0/6] gpio / ACPI: convert users to gpiod_* and drop acpi_gpio.h
 2013-12-11 12:00 UTC  (3+ messages)
` [PATCH v3 2/6] net: rfkill: gpio: convert to descriptor-based GPIO interface

[RFC part2 PATCH 2/9] ARM64 / ACPI: Prefill cpu possible/present maps and map logical cpu id to APIC id
 2013-12-11  7:02 UTC  (6+ messages)
    ` [RFC part2 PATCH 4/9] ARM64 / ACPI: Use Parked Address in GIC structure for spin table SMP initialisation
    ` [RFC part2 PATCH 8/9] ACPI / ARM64: Update acpi_register_gsi to register with the core IRQ subsystem

[PATCH] ACPI / blacklist: disable Win8 mode for ThinkPad X201 and Latitude E6230
 2013-12-11  0:26 UTC  (5+ messages)

[PATCH v2] SFI: fix compilation warnings
 2013-12-11  0:22 UTC  (5+ messages)

Bug Report: [Acer Aspire E1-572] Freezes at shutdown screen when attempting to shutdown
 2013-12-10 12:56 UTC 

[PATCH v2 0/6] Hardware Reduced Mode cleanup for ACPI
 2013-12-10 12:45 UTC  (4+ messages)
      ` [PATCH v2 4/6] ACPI: ARM: exclude DMI calls

[RFC part2 PATCH 0/9] Using ACPI MADT table to initialise SMP and GIC
 2013-12-10 10:06 UTC  (5+ messages)
` [RFC part2 PATCH 7/9] irqdomain: Add a new API irq_create_acpi_mapping()


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