messages from 2015-01-23 06:47:58 to 2015-02-03 07:42:08 UTC [more...]
[PATCH 0/6] PCI: MMCONFIG clean up
2015-02-03 7:42 UTC (3+ messages)
[Patch Part2 v4 00/33] Clean up obsoleted x86 interrupt manangement code and interfaces
2015-02-03 2:52 UTC (2+ messages)
[Patch Part1 v7 00/38] Convert x86 to hierarchy irqdomain and stacked irqchip
2015-02-03 2:51 UTC (2+ messages)
[PATCH V3] acpi:apd:add AMD ACPI2Platform device support for x86 system
2015-02-03 1:54 UTC
[PATCH V2] acpi:apd:add AMD ACPI2Platform device support for x86 system
2015-02-03 1:04 UTC (3+ messages)
[PATCH v8 00/21] Introduce ACPI for ARM64 based on ACPI 5.1
2015-02-02 22:23 UTC (30+ messages)
` [PATCH v8 01/21] acpi: add arm64 to the platforms that use ioremap
` [PATCH v8 02/21] acpi: fix acpi_os_ioremap for arm64
` [PATCH v8 03/21] arm64: allow late use of early_ioremap
` [PATCH v8 04/21] ARM64 / ACPI: Get RSDP and ACPI boot-time tables
` [PATCH v8 05/21] ACPI / sleep: Introduce sleep_arm.c
` [PATCH v8 06/21] ARM64 / ACPI: Introduce PCI stub functions for ACPI
` [PATCH v8 07/21] ARM64 / ACPI: Introduce early_param for "acpi" and pass acpi=force to enable ACPI
` [PATCH v8 08/21] dt / chosen: Add linux,uefi-stub-generated-dtb property
` [PATCH v8 09/21] ARM64 / ACPI: Disable ACPI if FADT revision is less than 5.1
` [PATCH v8 10/21] ARM64 / ACPI: If we chose to boot from acpi then disable FDT
` [PATCH v8 11/21] ARM64 / ACPI: Get PSCI flags in FADT for PSCI init
` [PATCH v8 12/21] ACPI / table: Print GIC information when MADT is parsed
` [PATCH v8 13/21] ARM64 / ACPI: Parse MADT for SMP initialization
` [PATCH v8 14/21] ACPI / processor: Make it possible to get CPU hardware ID via GICC
` [PATCH v8 15/21] ARM64 / ACPI: Introduce ACPI_IRQ_MODEL_GIC and register device's gsi
` [PATCH v8 16/21] irqchip: Add GICv2 specific ACPI boot support
` [PATCH v8 17/21] clocksource / arch_timer: Parse GTDT to initialize arch timer
` [PATCH v8 18/21] ARM64 / ACPI: Select ACPI_REDUCED_HARDWARE_ONLY if ACPI is enabled on ARM64
` [PATCH v8 19/21] ARM64 / ACPI: Enable ARM64 in Kconfig
` [PATCH v8 20/21] Documentation: ACPI for ARM64
` [PATCH v8 21/21] arm64: ACPI: additions of ACPI documentation for arm64
[PATCH v3 00/20] power_supply: Allow safe usage of power supply
2015-02-02 8:58 UTC (22+ messages)
` [PATCH v3 01/20] power_supply: Add driver private data
` [PATCH v3 02/20] power_supply: Move run-time configuration to separate structure
` [PATCH v3 17/20] power_supply: 88pm860x_charger: Decrement the power supply's device reference counter
` [PATCH v3 03/20] power_supply: Add API for safe access of power supply function attrs
` [PATCH v3 04/20] power_supply: sysfs: Use power_supply_*() API for accessing "
` [PATCH v3 05/20] power_supply: 88pm860x_charger: "
` [PATCH v3 06/20] power_supply: ab8500: "
` [PATCH v3 07/20] mfd: "
` [PATCH v3 08/20] power_supply: apm_power: "
` [PATCH v3 09/20] power_supply: bq2415x_charger: "
` [PATCH v3 10/20] power_supply: charger-manager: "
` [PATCH v3 11/20] power_supply: Change ownership from driver to core
` [PATCH v3 12/20] power_supply: Add power_supply_put for decrementing device reference counter
` [PATCH v3 13/20] power_supply: Increment power supply use counter when obtaining references
` [PATCH v3 14/20] power_supply: charger-manager: Decrement the power supply's device reference counter
` [PATCH v3 15/20] x86/olpc/xo1/sci: Use newly added power_supply_put API
` [PATCH v3 16/20] x86/olpc/xo15/sci: "
` [PATCH v3 18/20] power_supply: bq2415x_charger: Decrement the power supply's device reference counter
` [PATCH v3 19/20] mfd: ab8500: "
` [PATCH v3 20/20] arm: mach-pxa: "
[Patch v2 00/23] Improve ACPI resource parsing interfaces and enable IOAPIC hotplug
2015-02-02 3:15 UTC (25+ messages)
` [Patch v2 01/23] ACPICA: Resources: Provide common part for struct acpi_resource_address structures
` [Patch v2 02/23] ACPI: Remove redundant check in function acpi_dev_resource_address_space()
` [Patch v2 03/23] ACPI: Implement proper length checks for mem resources
` [Patch v2 04/23] ACPI: Use the length check for io resources as well
` [Patch v2 05/23] ACPI: Let the parser return false for disabled resources
` [Patch v2 06/23] ACPI: Unify the parsing of address_space and ext_address_space
` [Patch v2 07/23] ACPI: Move the window flag logic to the combined parser
` [Patch v2 08/23] ACPI: Add prefetch decoding to the address space parser
` [Patch v2 09/23] ACPI: Fix a bug in parsing ACPI Memory24 resource
` [Patch v2 10/23] ACPI: Normalize return value of resource parser functions
` [Patch v2 11/23] ACPI: Set flag IORESOURCE_UNSET for unassigned resources
` [Patch v2 12/23] ACPI: Enforce stricter checks for address space descriptors
` [Patch v2 13/23] ACPI: Return translation offset when parsing ACPI address space resources
` [Patch v2 14/23] ACPI: Translate resource into master side address for bridge window resources
` [Patch v2 15/23] ACPI: Add field offset to struct resource_list_entry
` [Patch v2 16/23] ACPI: Introduce helper function acpi_dev_filter_resource_type()
` [Patch v2 17/23] resources: Move struct resource_list_entry from ACPI into resource core
` [Patch v2 18/23] PCI: Use common resource list management code instead of private implementation
` [Patch v2 19/23] x86/PCI: Fix the range check for IO resources
` [Patch v2 20/23] x86/PCI/ACPI: Use common ACPI resource interfaces to simplify implementation
` [Patch v2 21/23] x86/PCI: Refine the way to release PCI IRQ resources
` [Patch v2 22/23] ACPI: Add interfaces to parse IOAPIC ID for IOAPIC hotplug
` [Patch v2 23/23] x86/irq, ACPI: Implement ACPI driver to support "
Hello B !! !!
2015-01-31 13:23 UTC
[RFC PATCH] gpio: support for GPIO forwarding
2015-01-30 16:17 UTC (10+ messages)
[PATCH v7 00/17] Introduce ACPI for ARM64 based on ACPI 5.1
2015-01-30 15:12 UTC (31+ messages)
` [PATCH v7 04/17] ARM64 / ACPI: Introduce early_param for "acpi" and pass acpi=force to enable ACPI
` [Linaro-acpi] "
` [PATCH v7 13/17] ARM64 / ACPI: Add GICv2 specific ACPI boot support
[PATCH 1/3 V3] acpi:soc: merge common codes for creating platform device
2015-01-30 15:08 UTC (4+ messages)
[PATCH 0/4] dln2: add support for ACPI
2015-01-30 0:03 UTC (11+ messages)
` [PATCH 1/4] ACPICA: take ACPI_MTX_INTERPRETER in acpi_unload_table_id
` [RFC PATCH] ACPI: Introduce acpi_unload_parent_table() usages in Linux kernel
` [PATCH 3/4] mfd: dln2: add support for ACPI
[PATCH] PNP: Switch from __check_region() to __request_region()
2015-01-30 0:01 UTC (4+ messages)
[PATCH] ACPI/sleep: mark acpi_sleep_dmi_check() __init
2015-01-30 0:09 UTC (2+ messages)
[PATCH] ACPI / LPSS: Remove non-existing clock control from Intel Lynxpoint I2C
2015-01-30 0:08 UTC (3+ messages)
[PATCH v2] acpi-video: Add disable_native_backlight quirk for Samsung 730U3E/740U3E
2015-01-30 0:08 UTC (2+ messages)
[PATCH] ACPI / LPSS: check the result of ioremap
2015-01-30 0:06 UTC (4+ messages)
[PATCH] acpi: remove pointless checks for NULL pointer
2015-01-30 0:05 UTC (2+ messages)
[PATCH 0/5] ACPI / cpuidle: More driver cleanups
2015-01-29 18:30 UTC (6+ messages)
` [PATCH 1/5] ACPI / cpuidle: Drop unnecessary calls from ->enter callback routines
` [PATCH 2/5] ACPI / cpuidle: Clean up fallback to C1 checks
` [PATCH 3/5] ACPI / cpuidle: Drop irrelevant comment from acpi_idle_enter_simple()
` [PATCH 4/5] ACPI / cpuidle: Clean up white space in a switch statement
` [PATCH 5/5] ACPI / cpuidle: Drop flags.bm_check tests from acpi_idle_enter_bm()
[PATCH 1/4] ACPI / LPAT: Common table processing functions
2015-01-29 17:38 UTC (5+ messages)
` [PATCH 2/4] ACPI / PMIC: Use common LPAT table handling functions
` [PATCH 3/4] Thermal/int340x: LPAT conversion for temperature
` [PATCH 4/4] Thermal/int340x/int3403: Support for thermistor and IR sensor
[Patch v2 00/22] Improve ACPI resource parsing interfaces and enable IOAPIC hotplug
2015-01-29 3:11 UTC (31+ messages)
` [Patch v2 01/22] ACPICA: Resources: Provide common part for struct acpi_resource_address structures
` [Patch v2 02/22] ACPI: Remove redundant check in function acpi_dev_resource_address_space()
` [Patch v2 03/22] ACPI: Implement proper length checks for mem resources
` [Patch v2 04/22] ACPI: Use the length check for io resources as well
` [Patch v2 05/22] ACPI: Let the parser return false for disabled resources
` [Patch v2 06/22] ACPI: Unify the parsing of address_space and ext_address_space
` [Patch v2 07/22] ACPI: Move the window flag logic to the combined parser
` [Patch v2 08/22] ACPI: Add prefetch decoding to the address space parser
` [Patch v2 09/22] ACPI: Fix a bug in parsing ACPI Memroy24 resource
` [Patch v2 10/22] ACPI: Normalize return value of resource parser functions
` [Patch v2 11/22] ACPI: Set flag IORESOURCE_UNSET for unassigned resources
` [Patch v2 12/22] ACPI: Enforce stricter checks for address space descriptors
` [Patch v2 13/22] ACPI: Return translation offset when parsing ACPI address space resources
` [Patch v2 14/22] ACPI: Translate resource into master side address for bridge window resources
` [Patch v2 15/22] ACPI: Add field offset to struct resource_list_entry
` [Patch v2 16/22] ACPI: Introduce helper function acpi_dev_filter_resource_type()
` [Patch v2 17/22] resources: Move struct resource_list_entry from ACPI into resource core
` [Patch v2 18/22] PCI: Use common resource list management code instead of private implementation
` [Patch v2 19/22] x86/PCI/ACPI: Use common ACPI resource interfaces to simplify implementation
` [Patch v2 20/22] x86/PCI: Refine the way to release PCI IRQ resources
` [Patch v2 21/22] ACPI: Add interfaces to parse IOAPIC ID for IOAPIC hotplug
` [Patch v2 22/22] x86/irq, ACPI: Implement ACPI driver to support "
[PATCH] ACPI / cpuidle: Drop unnecessary calls from acpi_idle_do_entry()
2015-01-29 2:13 UTC
[PATCH] Documentation/acpi: add the missing '='
2015-01-29 1:57 UTC (5+ messages)
Overriding DSDT and ignored resources
2015-01-28 10:21 UTC (3+ messages)
[Patch Part2 v4 06/33] x86/irq: Kill x86_io_apic_ops.eoi_ioapic_pin and related interfaces
2015-01-28 1:56 UTC (2+ messages)
` [Patch Part2 v4] "
About Goodix-TS on Bay Trail, and ACPI and interrupts
2015-01-27 14:45 UTC (6+ messages)
[Clevo W253EUQ] Turn on bluetooth with Fn+F12 not working
2015-01-26 13:37 UTC
[PATCH 0/4] int to bool conversion
2015-01-26 13:32 UTC (4+ messages)
[resend PATCH] driver core: property: support for generic property
2015-01-26 13:17 UTC
[PATCH 0/2] ACPICA: 201501xx fast path patches
2015-01-26 13:18 UTC (5+ messages)
` [RFC PATCH 1/2] ACPI: Introduce acpi_unload_parent_table() usages in Linux kernel
` [PATCH 2/2] ACPICA: Resources: Provide common part for struct acpi_resource_address structures
HP Proliant Servers + intel_idle = NMI on MWAIT instructions
2015-01-26 12:45 UTC
[PATCH v2 0/4] x86: pmc_atom: Add Cherrytrail support
2015-01-26 2:30 UTC (5+ messages)
` [PATCH v2 4/4] PMC driver: Add Cherrytrail PMC interface
[RFC Patch 00/19] Improve ACPI resource parsing interfaces and data structures
2015-01-26 1:35 UTC (5+ messages)
` [RFC PATCH] ACPICA: Resources: Provide common part for struct acpi_resource_address structures
[PATCH][v3] PCI / PM: Avoid resuming PCI devices during system suspend
2015-01-24 0:40 UTC (3+ messages)
[PATCH 0/7] Start deprecating _OSI on new architectures
2015-01-23 16:34 UTC (6+ messages)
` [PATCH 7/7] ACPI: use Linux as ACPI_OS_NAME for _OS on ARM64
[RFC PATCH 0/6] ACPI/EC: Enhance EC driver state machine
2015-01-23 15:22 UTC (4+ messages)
` [PATCH 1/6] ACPI/EC: Cleanup transaction wakeup code
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).