Linux ACPI
[Prev Page][Next Page]
[PATCH V9 00/11] Support for ARM64 ACPI based PCI host controller,
Tomasz Nowicki
- [PATCH V9 05/11] ACPI/PCI: Add generic MCFG table handling, Tomasz Nowicki
- [PATCH V9 09/11] ARM64/PCI: ACPI support for legacy IRQs parsing and consolidation with DT code, Tomasz Nowicki
- [PATCH V9 11/11] ARM64/PCI: Support for ACPI based PCI host controller, Tomasz Nowicki
- [PATCH V9 10/11] ARM64/PCI: Implement ACPI low-level calls to access PCI_Config region from AML, Tomasz Nowicki
- [PATCH V9 08/11] ARM64/PCI: Add ACPI hook to assign domain number, Tomasz Nowicki
- [PATCH V9 07/11] PCI: Factor DT specific pci_bus_find_domain_nr() code out, Tomasz Nowicki
- [PATCH V9 04/11] ACPI/PCI: Support IO resources when parsing PCI host bridge resources, Tomasz Nowicki
- [PATCH V9 06/11] PCI: Refactor generic bus domain assignment, Tomasz Nowicki
- [PATCH V9 01/11] PCI/ECAM: Move ecam.h to linux/include/pci-ecam.h, Tomasz Nowicki
- [PATCH V9 03/11] PCI: Add new function to unmap IO resources, Tomasz Nowicki
- [PATCH V9 02/11] PCI/ECAM: Add parent device field to pci_config_window, Tomasz Nowicki
- Re: [PATCH V9 00/11] Support for ARM64 ACPI based PCI host controller, Bjorn Helgaas
[GIT PULL] ACPI fix for v4.7-rc3, Rafael J. Wysocki
Re: linux-next boots then hangs...,
Rafael J. Wysocki
Re: [RESEND PATCH v2 1/2] device property: Add function to search for named child of device,
Rafael J. Wysocki
[PATCH 0/8] arm64: pmu: Detect multiple PMU types in an ACPI system,
Jeremy Linton
[PATCH v6] i2c: i801: Allow ACPI SystemIO OpRegion to conflict with PCI BAR,
Mika Westerberg
[RFC v2 0/2] Match i2c_device_id when using DT ids through ACPI,
Crestez Dan Leonard
[pm:bleeding-edge 49/50] kernel/power/hibernate.c:668:3: error: expected ';' before 'goto', kbuild test robot
Tr : Bug with acpi to boot, M P
[PATCH V2 0/3] ioapic hot-removal bugs,
Rui Wang
[PATCH 1/1 linux-next] ACPI / extlog: avoid null pointer dereference, Fabian Frederick
[RFC PATCH v2 00/15] ACPI IORT ARM SMMU v3 support,
Lorenzo Pieralisi
- [RFC PATCH v2 05/15] drivers: acpi: iort: add support for named component look-up, Lorenzo Pieralisi
- [RFC PATCH v2 14/15] drivers: acpi: iort: add function to retrieve IOMMU platform devices, Lorenzo Pieralisi
- [RFC PATCH v2 15/15] drivers: iommu: arm-smmu-v3: allow ACPI based streamid translation, Lorenzo Pieralisi
- [RFC PATCH v2 12/15] drivers: acpi: implement acpi_dma_configure, Lorenzo Pieralisi
- [RFC PATCH v2 13/15] drivers: acpi: iort: introduce iort_iommu_configure, Lorenzo Pieralisi
- [RFC PATCH v2 11/15] drivers: iommu: arm-smmu-v3: add IORT iommu configuration, Lorenzo Pieralisi
- [RFC PATCH v2 10/15] drivers: iommu: arm-smmu-v3: enable ACPI driver initialization, Lorenzo Pieralisi
- [RFC PATCH v2 07/15] drivers: acpi: iort: add node match function, Lorenzo Pieralisi
- [RFC PATCH v2 09/15] drivers: iommu: arm-smmu-v3: split probe functions into DT/generic portions, Lorenzo Pieralisi
- [RFC PATCH v2 08/15] drivers: acpi: iort: add support for ARM SMMU platform devices creation, Lorenzo Pieralisi
- [RFC PATCH v2 03/15] arm64: mm: change IOMMU notifier action to attach DMA ops, Lorenzo Pieralisi
- [RFC PATCH v2 06/15] drivers: acpi: iort: enhance device identifiers mappings, Lorenzo Pieralisi
- [RFC PATCH v2 04/15] drivers: acpi: iort: add support for IOMMU registration, Lorenzo Pieralisi
- [RFC PATCH v2 02/15] drivers: irqchip: its: fix its_acpi_probe() prototype, Lorenzo Pieralisi
- [RFC PATCH v2 01/15] drivers: acpi: iort: fix struct pci_dev compiler warnings, Lorenzo Pieralisi
- Re: [RFC PATCH v2 00/15] ACPI IORT ARM SMMU v3 support, Hanjun Guo
[PATCH 0/2] ioapic hot-removal bugs,
Rui Wang
[PATCH] acpi: thermal: Remove create_workqueue,
Bhaktipriya Shridhar
[RFC 0/2] Match i2c_device_id when using DT ids through ACPI,
Crestez Dan Leonard
[PATCH] power: Add support for LTC1760 Dual Smart Battery System Manager,
Karl-Heinz Schneider
Re: [PATCH v2 2/2] lib/uuid.c: eliminate uuid_[bl]e_index arrays,
Joe Perches
re: ACPICA: ACPI 2.0, Interpreter: Fix MLC issues by switching to new TermList grammar for table loading,
Dan Carpenter
[GIT PULL] Power management fixes for v4.7-rc2, Rafael J. Wysocki
[GIT PULL] ACPI fixes for v4.7-rc2, Rafael J. Wysocki
[PATCH] libnvdimm, nfit: treat volatile virtual CD region as read-only pmem,
Lee, Chun-Yi
[PATCH v4 net-next 00/13] net: hns: add support of ACPI,
Yisen Zhuang
- [PATCH v4 net-next 06/13] net: hns: use platform_get_irq instead of irq_of_parse_and_map, Yisen Zhuang
- [PATCH v4 net-next 11/13] net: hns: register phy device in each mac initial sequence, Yisen Zhuang
- [PATCH v4 net-next 05/13] net: hns: use device_* APIs instead of of_* APIs, Yisen Zhuang
- [PATCH v4 net-next 02/13] ACPI: bus: add stub acpi_evaluate_dsm() to linux/acpi.h, Yisen Zhuang
- [PATCH v4 net-next 08/13] net: hns: add uniform interface for phy connection, Yisen Zhuang
- [PATCH v4 net-next 10/13] net: hns: dsaf adds support of acpi, Yisen Zhuang
- [PATCH v4 net-next 13/13] net: hns: net: hns: enet adds support of acpi, Yisen Zhuang
- [PATCH v4 net-next 01/13] ACPI: bus: add stub acpi_dev_found() to linux/acpi.h, Yisen Zhuang
- [PATCH v4 net-next 07/13] net: hns: enet specify a reference to dsaf by fwnode_handle, Yisen Zhuang
- [PATCH v4 net-next 04/13] net: hisilicon: add support of acpi for hns-mdio, Yisen Zhuang
- [PATCH v4 net-next 03/13] net: hisilicon: cleanup to prepare for other cases, Yisen Zhuang
- [PATCH v4 net-next 09/13] net: hns: add dsaf misc operation method, Yisen Zhuang
- [PATCH v4 net-next 12/13] net: hns: implement the miscellaneous operation by asl, Yisen Zhuang
- Re: [PATCH v4 net-next 00/13] net: hns: add support of ACPI, Rafael J. Wysocki
- Re: [PATCH v4 net-next 00/13] net: hns: add support of ACPI, David Miller
[PATCH 01/20] [v2] x86, intel: Introduce macros for Intel family numbers,
Dave Hansen
Regression with commit c3bc26d4b4e3,
Jan Kara
[RFC PATCH 0/3] ECAM quirks handling for ARM64 platforms,
Tomasz Nowicki
[PATCH] pstore: set ecc_notice_size to zero,
Geliang Tang
[PATCH] ACPI / EC: Fix a boot EC regresion by restoring boot EC support for the DSDT EC,
Lv Zheng
[PATCH 01/20] x86, intel: Introduce macros for Intel family numbers,
Dave Hansen
Re: [PATCH 1/1] leds: LED driver for TI LP3952 6-Channel Color LED, Jacek Anaszewski
[PATCH v3] ACPICA / Hardware: Fix old register check in acpi_hw_get_access_bit_width(), Lv Zheng
Regression in IO resource allocation,
Roland Dreier
[PATCH V5 0/7] Introduce ACPI world to ITS irqchip,
Tomasz Nowicki
- [PATCH V5 2/7] acpi, pci: Setup MSI domain on a per-devices basis., Tomasz Nowicki
- [PATCH V5 3/7] irqchip, GICv3, ITS: Cleanup for ITS domain initialization., Tomasz Nowicki
- [PATCH V5 7/7] acpi, gicv3, its: Use MADT ITS subtable to do PCI/MSI domain initialization., Tomasz Nowicki
- [PATCH V5 6/7] its, pci, msi: Factor out code that might be reused for ACPI., Tomasz Nowicki
- [PATCH V5 5/7] irqchip, gicv3, its: Probe ITS in the ACPI way., Tomasz Nowicki
- [PATCH V5 4/7] irqchip, GICv3, ITS: Refator ITS DT init code to prepare for ACPI., Tomasz Nowicki
- [PATCH V5 1/7] ARM64, ACPI, PCI: I/O Remapping Table (IORT) initial support., Tomasz Nowicki
[RFC PATCH v2] ACPICA / Hardware: Fix old register check in acpi_hw_get_access_bit_width(),
Lv Zheng
[PATCH V8 0/9] Support for ARM64 ACPI based PCI host controller,
Tomasz Nowicki
- [PATCH V8 8/9] arm64, pci, acpi: Provide ACPI-specific prerequisites for PCI bus enumeration., Tomasz Nowicki
- [PATCH V8 9/9] pci, acpi: ARM64 support for ACPI based generic PCI host controller, Tomasz Nowicki
- [PATCH V8 7/9] acpi: Add generic MCFG table handling, Tomasz Nowicki
- [PATCH V8 6/9] arm64, pci, acpi: ACPI support for legacy IRQs parsing and consolidation with DT code., Tomasz Nowicki
- [PATCH V8 5/9] pci, acpi: add acpi hook to assign domain number., Tomasz Nowicki
- [PATCH V8 1/9] PCI: ecam: move ecam.h to linux/include/pci-ecam.h, Tomasz Nowicki
- [PATCH V8 4/9] acpi, pci: Support IO resources when parsing PCI host bridge resources., Tomasz Nowicki
- [PATCH V8 2/9] PCI: ecam: Add parent device field to pci_config_window, Tomasz Nowicki
- [PATCH V8 3/9] pci: Add new function to unmap IO resources., Tomasz Nowicki
- RE: [PATCH V8 0/9] Support for ARM64 ACPI based PCI host controller, Gabriele Paoloni
- Re: [PATCH V8 0/9] Support for ARM64 ACPI based PCI host controller, Jon Masters
- Re: [PATCH V8 0/9] Support for ARM64 ACPI based PCI host controller, Bjorn Helgaas
- Re: [PATCH V8 0/9] Support for ARM64 ACPI based PCI host controller, Dongdong Liu
- Re: [PATCH V8 0/9] Support for ARM64 ACPI based PCI host controller, Suravee Suthikulanit
[PATCH v3 net-next 00/13] net: hns: add support of ACPI,
Yisen Zhuang
- [PATCH v3 net-next 12/13] net: hns: implement the miscellaneous operation by asl, Yisen Zhuang
- [PATCH v3 net-next 03/13] net: hisilicon: cleanup to prepare for other cases, Yisen Zhuang
- [PATCH v3 net-next 09/13] net: hns: add dsaf misc operation method, Yisen Zhuang
- [PATCH v3 net-next 07/13] net: hns: enet specify a reference to dsaf by fwnode_handle, Yisen Zhuang
- [PATCH v3 net-next 06/13] net: hns: use platform_get_irq instead of irq_of_parse_and_map, Yisen Zhuang
- [PATCH v3 net-next 01/13] ACPI: bus: add stub acpi_dev_found() to linux/acpi.h, Yisen Zhuang
- [PATCH v3 net-next 11/13] net: hns: register phy device in each mac initial sequence, Yisen Zhuang
- [PATCH v3 net-next 05/13] net: hns: use device_* APIs instead of of_* APIs, Yisen Zhuang
- [PATCH v3 net-next 10/13] net: hns: dsaf adds support of acpi, Yisen Zhuang
- [PATCH v3 net-next 02/13] ACPI: bus: add stub acpi_evaluate_dsm() to linux/acpi.h, Yisen Zhuang
- [PATCH v3 net-next 13/13] net: hns: net: hns: enet adds support of acpi, Yisen Zhuang
- [PATCH v3 net-next 04/13] net: hisilicon: add support of acpi for hns-mdio, Yisen Zhuang
- [PATCH v3 net-next 08/13] net: hns: add uniform interface for phy connection, Yisen Zhuang
linux-4.7-rc1/drivers/acpi/acpica/dbinput.c:484]: (style) Redundant condition, David Binderman
[patch v2 net-next 00/13] net: hns: add support of ACPI,
Kejian Yan
- [patch v2 net-next 02/13] ACPI: bus: add stub acpi_evaluate_dsm() to linux/acpi.h, Kejian Yan
- [patch v2 net-next 07/13] net: hns: enet specify a reference to dsaf by fwnode_handle, Kejian Yan
- [patch v2 net-next 11/13] net: hns: register phy device in each mac initial sequence, Kejian Yan
- [patch v2 net-next 08/13] net: hns: add uniform interface for phy connection, Kejian Yan
- [patch v2 net-next 01/13] ACPI: bus: add stub acpi_dev_found() to linux/acpi.h, Kejian Yan
- [patch v2 net-next 03/13] net: hisilicon: cleanup to prepare for other cases, Kejian Yan
- [patch v2 net-next 10/13] net: hns: dsaf adds support of acpi, Kejian Yan
- [patch v2 net-next 06/13] net: hns: use platform_get_irq instead of irq_of_parse_and_map, Kejian Yan
- [patch v2 net-next 05/13] net: hns: use device_* APIs instead of of_* APIs, Kejian Yan
- [patch v2 net-next 09/13] net: hns: add dsaf misc operation method, Kejian Yan
- [patch v2 net-next 04/13] net: hisilicon: add support of acpi for hns-mdio, Kejian Yan
- [patch v2 net-next 12/13] net: hns: implement the miscellaneous operation by asl, Kejian Yan
- [patch v2 net-next 13/13] net: hns: net: hns: enet adds support of acpi, Kejian Yan
- Re: [patch v2 net-next 00/13] net: hns: add support of ACPI, Andy Shevchenko
[PATCH V6 0/8] vfio, platform: add ACPI support,
Sinan Kaya
- [PATCH V6 8/8] vfio: platform: check reset call return code during release, Sinan Kaya
- [PATCH V6 6/8] vfio, platform: make reset driver a requirement by default, Sinan Kaya
- [PATCH V6 7/8] vfio: platform: check reset call return code during open, Sinan Kaya
- [PATCH V6 5/8] vfio: platform: call _RST method when using ACPI, Sinan Kaya
- [PATCH V6 2/8] vfio: platform: determine reset capability, Sinan Kaya
- [PATCH V6 1/8] vfio: platform: move reset call to a common function, Sinan Kaya
- [PATCH V6 4/8] vfio: platform: add extra debug info argument to call reset, Sinan Kaya
- [PATCH V6 3/8] vfio: platform: add support for ACPI probe, Sinan Kaya
- Re: [PATCH V6 0/8] vfio, platform: add ACPI support, Auger Eric
[PATCH] remove lots of IS_ERR_VALUE abuses,
Arnd Bergmann
IS_ERR_VALUE misuses,
Linus Torvalds
[PATCH] acpi: pci_slot: Use generic pr_debug utility,
Joe Perches
[PATCH] acpi: pci_slot: Use more common logging style,
Joe Perches
[PATCH] ACPI:video: skip evaluating _DOD when it does not exist,
Alex Hung
[PATCH] ACPICA / hardware: Fix address check in acpi_hw_get_access_bit_width(),
Lv Zheng
[PATCH] nfit: add Microsoft NVDIMM DSM command set to white list,
Stuart Hayes
[GIT PULL] Additional ACPI update for v4.7-rc1, Rafael J. Wysocki
[PATCH] acpi: cppc: Prevent cpc_desc_ptr points to the invalid data,
Hoan Tran
Re: [PATCH V3 2/2] irqchip: qcom: Add IRQ combiner driver, agustinv
Re: [PATCH V3 1/2] ACPI: Add support for ResourceSource/IRQ domain mapping,
agustinv
Re: [PATCH V3 0/2] irqchip: qcom: Add IRQ combiner driver, agustinv
[PATCH v7 00/15] ACPI NUMA support for ARM64,
David Daney
- [PATCH v7 12/15] acpi, numa, srat: Improve SRAT error detection and add messages., David Daney
- [PATCH v7 14/15] arm64, acpi, numa: NUMA support based on SRAT and SLIT, David Daney
- [PATCH v7 15/15] acpi, numa: Enable ACPI based NUMA on ARM64, David Daney
- [PATCH v7 13/15] ACPI / processor: Add acpi_map_madt_entry()., David Daney
- [PATCH v7 11/15] acpi, numa: Move acpi_numa_memory_affinity_init() to drivers/acpi/numa.c, David Daney
- [PATCH v7 09/15] acpi, numa: move bad_srat() and srat_disabled() to drivers/acpi/numa.c, David Daney
- [PATCH v7 10/15] acpi, numa: remove unneeded acpi_numa=1, David Daney
- [PATCH v7 08/15] x86, acpi, numa: cleanup acpi_numa_processor_affinity_init(), David Daney
- [PATCH v7 05/15] acpi, numa: move acpi_numa_slit_init() to drivers/acpi/numa.c, David Daney
- [PATCH v7 02/15] acpi, numa: Replace ACPI_DEBUG_PRINT() with pr_debug(), David Daney
- [PATCH v7 07/15] arm64, numa: Cleanup NUMA disabled messages., David Daney
- [PATCH v7 06/15] arm64, numa: rework numa_add_memblk(), David Daney
- [PATCH v7 01/15] acpi, numa: Use pr_fmt() instead of printk, David Daney
- [PATCH v7 04/15] acpi, numa: Move acpi_numa_arch_fixup() to ia64 only, David Daney
- [PATCH v7 03/15] acpi, numa: remove duplicate NULL check, David Daney
- Re: [PATCH v7 00/15] ACPI NUMA support for ARM64, Rafael J. Wysocki
[PATCH v5 0/6] acpi, clocksource: add GTDT driver and GTDT support in arm_arch_timer,
fu . wei
[PATCH v5 2/6] clocksource/drivers/arm_arch_timer: Add a new enum for spi type, fu . wei
[PATCH v5 3/6] clocksource/drivers/arm_arch_timer: Improve printk relevant code, fu . wei
Patch Thinkpad X201T backlight,
Ralf Gerbig
[PATCH 1/2] acpi/einj: Convert EINJ_PFX to proper pr_fmt,
Borislav Petkov
[PATCH v5] i2c: i801: Allow ACPI SystemIO OpRegion to conflict with PCI BAR,
Mika Westerberg
[GIT PULL] libnvdimm for 4.7, Williams, Dan J
[PATCH 0008/1529] Fix typo,
Andrea Gelmini
[PATCH v8 0/4] ACPI: parse the SPCR table,
Aleksey Makarov
[PATCH v3] mailbox: pcc: Support HW-Reduced Communication Subspace type 2,
Hoan Tran
[PATCH] ACPI / tables: Return error from table parse handler,
Matthias Brugger
[PATCH v2 0/5] ACPI: ARM64: support for ACPI_TABLE_UPGRADE,
Aleksey Makarov
Re: [PATCH v2 2/2] ASoC: da7219: Convert driver to use generic device/fwnode functions,
Andy Shevchenko
[PATCH 1/2] ACPI / PM: Export acpi_device_fix_up_power(),
Ulf Hansson
[PATCH v7 0/5] Make cpuid <-> nodeid mapping persistent,
Zhu Guihua
- [PATCH v7 2/5] x86, acpi, cpu-hotplug: Enable acpi to register all possible cpus at boot time., Zhu Guihua
- [PATCH v7 4/5] x86, acpi, cpu-hotplug: Enable MADT APIs to return disabled apicid., Zhu Guihua
- [PATCH v7 5/5] x86, acpi, cpu-hotplug: Set persistent cpuid <-> nodeid mapping when booting., Zhu Guihua
- [PATCH v7 3/5] x86, acpi, cpu-hotplug: Introduce cpuid_to_apicid[] array to store persistent cpuid <-> apicid mapping., Zhu Guihua
- Re: [PATCH v7 0/5] Make cpuid <-> nodeid mapping persistent, Zhu Guihua
- [PATCH v7 1/5] x86, memhp, numa: Online memory-less nodes at boot time., Zhu Guihua
- Re: [PATCH v7 0/5] Make cpuid <-> nodeid mapping persistent, Peter Zijlstra
[PATCH] acpi/battery: Correctly serialise with the pending async probe, Chris Wilson
[PATCH v3] Force cppc_cpufreq to report values in KHz to fix user space reporting,
Al Stone
ACPI device using sub-resource of PCI device,
Aaron Durbin
- Re: ACPI device using sub-resource of PCI device, Rafael J. Wysocki
- Re: ACPI device using sub-resource of PCI device, Aaron Durbin
- Re: ACPI device using sub-resource of PCI device, Aaron Durbin
- Re: ACPI device using sub-resource of PCI device, Aaron Durbin
- Re: ACPI device using sub-resource of PCI device, Aaron Durbin
- Re: ACPI device using sub-resource of PCI device, Bjorn Helgaas
- Re: ACPI device using sub-resource of PCI device, Aaron Durbin
- Re: ACPI device using sub-resource of PCI device, Rafael J. Wysocki
- Re: ACPI device using sub-resource of PCI device, Aaron Durbin
- Re: ACPI device using sub-resource of PCI device, Rafael J. Wysocki
- Re: ACPI device using sub-resource of PCI device, Aaron Durbin
- Re: ACPI device using sub-resource of PCI device, Rafael J. Wysocki
- Re: ACPI device using sub-resource of PCI device, Aaron Durbin
- Re: ACPI device using sub-resource of PCI device, Rafael J. Wysocki
- Re: ACPI device using sub-resource of PCI device, Aaron Durbin
- Re: ACPI device using sub-resource of PCI device, Rafael J. Wysocki
- Re: ACPI device using sub-resource of PCI device, Aaron Durbin
- Re: ACPI device using sub-resource of PCI device, Aaron Durbin
- Re: ACPI device using sub-resource of PCI device, Mika Westerberg
- Re: ACPI device using sub-resource of PCI device, Andy Shevchenko
- Re: ACPI device using sub-resource of PCI device, Rafael J. Wysocki
- Re: ACPI device using sub-resource of PCI device, Mika Westerberg
- Re: ACPI device using sub-resource of PCI device, Aaron Durbin
- Re: ACPI device using sub-resource of PCI device, Aaron Durbin
- Re: ACPI device using sub-resource of PCI device, Aaron Durbin
- Re: ACPI device using sub-resource of PCI device, Mika Westerberg
- Re: ACPI device using sub-resource of PCI device, Rafael J. Wysocki
- [PATCH 1/2] PCI: Add pci_find_resource(), Mika Westerberg
- [PATCH 2/2] ACPI / platform: Pay attention to parent device's resources, Mika Westerberg
- Re: [PATCH 1/2] PCI: Add pci_find_resource(), Andy Shevchenko
- Re: [PATCH 1/2] PCI: Add pci_find_resource(), Mika Westerberg
- Re: [PATCH 1/2] PCI: Add pci_find_resource(), Bjorn Helgaas
- Re: [PATCH 1/2] PCI: Add pci_find_resource(), Rafael J. Wysocki
- [PATCH v2 1/2] PCI: Add pci_find_resource(), Mika Westerberg
- [PATCH v2 2/2] ACPI / platform: Pay attention to parent device's resources, Mika Westerberg
- Re: ACPI device using sub-resource of PCI device, Bjorn Helgaas
Re: S3 resume regression [1cf4f629d9d2 ("cpu/hotplug: Move online calls to hotplugged cpu")],
Rafael J. Wysocki
linux-next 20160512 - ACPI issue with screen brightness,
Valdis Kletnieks
ACPI related warnings during boot,
Augusto Mecking Caringi
[GIT PULL v2] Thermal SoC management updates for v4.7, Eduardo Valentin
[PATCH 0/3] ACPI: ARM64: support for ACPI_TABLE_UPGRADE,
Aleksey Makarov
[RFC PATCH 2/2] logind: Allow lid status remains "closed", Lv Zheng
[RFC PATCH 1/2] ACPI / button: Send "open" state after boot/resume,
Lv Zheng
[Index of Archives]
[Linux IBM ACPI]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]