messages from 2015-12-16 15:16:19 to 2015-12-25 10:36:26 UTC [more...]
ACPI-fan: Another source code review around null pointer handling?
2015-12-25 10:35 UTC
Static check result
2015-12-25 5:07 UTC
[patch 2/2] ACPI / debugger: copy_to_user doesn't return errors
2015-12-25 3:25 UTC (4+ messages)
[RFC PATCH v2 0/5] ACPICA / debugger: Add in-kernel AML debugger support
2015-12-25 3:22 UTC (15+ messages)
` [PATCH v4 0/7] "
` [PATCH v4 7/7] ACPI / x86: introduce acpi_os_readable() support
` [PATCH] ACPI / debugger: Fix an issue a flag is modified without locking
` [PATCH] ACPI / debugger: Fix a redundant mutex unlock issue in acpi_aml_open()
[PATCH v4 0/5] ACPI based PCI support for arm64
2015-12-24 13:03 UTC (7+ messages)
` [PATCH v4 1/5] APCI: MCFG: Move mmcfg_list management to drivers/acpi
` [PATCH v4 2/5] PCI: Handle ACPI companion and domain number
` [PATCH v4 3/5] ACPI: PCI: Support platforms that need pci_remap_iospace
` [PATCH v4 4/5] arm64: pci: Add ACPI support
` [PATCH v4 5/5] PCI: ACPI: Add a generic ACPI based host controller
[PATCH v2 0/2] Expose known poison in SPA ranges to the block layer
2015-12-25 2:21 UTC (3+ messages)
` [PATCH v2 1/2] nfit_test: Enable DSMs for all test NFITs
` [PATCH v2 2/2] libnvdimm: Add a poison list and export badblocks
ACPI / debugger: Add IO interface to access debugger functionalities
2015-12-25 0:21 UTC (3+ messages)
[PATCH 0/5] acpi-video and platform/x86 driver fixes
2015-12-24 10:04 UTC (10+ messages)
` [PATCH 1/5] acpi-video: Add a acpi_video_handles_brightness_key_presses() helper
` [PATCH 2/5] dell-wmi: Use acpi_video_handles_brightness_key_presses()
` [PATCH 3/5] thinkpad_acpi: "
` [PATCH 4/5] acpi-video: Add a module option to disable the reporting of keypresses
` [PATCH 5/5] acpi-video: Add quirks for the Dell Vostro V131
[patch 1/2] ACPI / debugger: remove some unneeded conditions
2015-12-24 7:23 UTC
[PATCH v8 0/3] ACPI: Add irq_type to gpio interrupt
2015-12-23 22:25 UTC (4+ messages)
` [PATCH v8 1/3] acpi: Rename acpi_gsi_get_irq_type to acpi_dev_get_irq_type and export symbol
` [PATCH v8 2/3] ACPI / gpio: Add irq_type when a gpio is used as an interrupt
` [PATCH v8 3/3] ACPI / spi: attach gpio irq from acpi description to spi device
[PATCH 0/3] Expose known poison in SPA ranges to the block layer
2015-12-23 20:38 UTC (13+ messages)
` [PATCH 1/3] nfit_test: Enable DSMs for all test NFITs
` [PATCH 2/3] libnvdimm: Add a poison list
` [PATCH 3/3] pmem: Use the poison list to expose badblocks
[PATCH v4 0/3] Add AMBA bus probing support to ACPI
2015-12-23 18:49 UTC (5+ messages)
` [PATCH v4 1/3] ACPI: amba bus probing support
` [PATCH v4 2/3] ACPI: scan add in amba probing
` [PATCH v4 3/3] serial: amba-pl011: add ACPI support to AMBA probe
[PATCH v3] i2c: designware: Do not require clock when SSCN and FFCN are provided
2015-12-23 18:27 UTC (2+ messages)
[PATCH v2 0/3] device property: post merge fixes
2015-12-23 13:34 UTC (4+ messages)
` [PATCH v2 1/3] device property: add spaces to PROPERTY_ENTRY_STRING macro
` [PATCH v2 2/3] device property: the secondary fwnode needs to depend on the primary
` [PATCH v2 3/3] device property: avoid allocations of 0 length
[PATCH v2 0/2] i2c:dw: Add APM X-Gene ACPI I2C device support
2015-12-23 11:40 UTC (13+ messages)
[PATCH v1 1/1] device property: add spaces to PROPERTY_ENTRY_STRING macro
2015-12-23 10:46 UTC
[PATCH V2 00/23] MMCONFIG refactoring and support for ARM64 PCI hostbridge init based on ACPI
2015-12-23 9:38 UTC (48+ messages)
` [PATCH V2 04/23] x86, pci: mmconfig_{32,64}.c code refactoring - remove code duplication
` [PATCH V2 06/23] XEN / PCI: Remove the dependence on arch x86 when PCI_MMCONFIG=y
` [PATCH V2 08/23] arm64, acpi: Use empty PCI config space accessors from mcfg.c file
` [PATCH V2 09/23] pci, acpi, ecam: Add flag to indicate whether ECAM region was hot added or not
` [PATCH V2 10/23] x86, pci: Cleanup platform specific MCFG data using previously added ECAM hot_added flag
` [PATCH V2 11/23] arm64, pci: Remove useless boot time IRQ assignment when booting with DT
` [PATCH V2 12/23] pci, acpi: Move ACPI host bridge device companion assignment to core code
` [PATCH V2 13/23] x86, ia64, pci: Remove ACPI companion device from platform specific data
` [PATCH V2 14/23] pci, acpi: Provide generic way to assign bus domain number
` [PATCH V2 15/23] x86, ia64, pci: Convert arches to use PCI_DOMAINS_GENERIC
` [PATCH V2 16/23] x86, ia64: Include acpi_pci_{add|remove}_bus to the default pcibios_{add|remove}_bus implementation
` [PATCH V2 17/23] acpi, mcfg: Implement two calls that might be used to inject/remove MCFG region
` [PATCH V2 18/23] x86, acpi, pci: Use equivalent function introduced in previous patch
` [PATCH V2 19/23] acpi, mcfg: Add default PCI config accessors implementation and initial support for related quirks
` [PATCH V2 20/23] ACPI, PCI: Refine the way to handle translation_offset for ACPI resources
` [PATCH V2 21/23] pci, acpi: Support for ACPI based PCI hostbridge init
` [PATCH V2 22/23] pci, acpi: Match PCI config space accessors against platfrom specific quirks
` [PATCH V2 23/23] arm64, pci, acpi: Start using ACPI based PCI host bridge driver for ARM64
[PATCH v2] i2c: designware: Do not require clock when SSCN and FFCN are provided
2015-12-23 8:44 UTC (6+ messages)
[PATCH] gicv2m: Miscellaneous fixes for V2m resources and SPI ranges
2015-12-23 0:24 UTC
[PATCH v7 0/4] gicv2m: acpi: Add ACPI support for GICv2m MSI
2015-12-22 23:04 UTC (12+ messages)
` [PATCH v7 1/4] acpi: pci: Setup MSI domain for ACPI based pci devices
` [PATCH v7 3/4] gicv2m: Refactor to prepare for ACPI support
` [PATCH v7 4/4] gicv2m: acpi: Introducing GICv2m "
[PATCH v2 1/1] ACPI / LPSS: change 'does not have' to 'has' in comment
2015-12-22 20:04 UTC (2+ messages)
[PATCH] ACPI/APEI: correct/extend pgprot_t retrieval to map GHES memory
2015-12-22 15:50 UTC
[PATCH v2 0/4] ACPI based NUMA support for ARM64
2015-12-22 13:08 UTC (5+ messages)
` [PATCH v2 3/4] arm64, acpi, numa: NUMA support based on SRAT and SLIT
[PATCH v3 0/3] Add AMBA bus probing support to ACPI
2015-12-22 9:47 UTC (8+ messages)
` [PATCH v3 1/3] ACPI: amba bus probing support
` [PATCH v3 2/3] ACPI: scan add in amba probing
` [PATCH v3 3/3] serial: amba-pl011: add ACPI support to AMBA probe
[PATCH v2 0/3] Add AMBA bus probing support to ACPI
2015-12-21 21:02 UTC (7+ messages)
` [PATCH v2 1/3] ACPI: amba bus probing support
` [PATCH v2 2/3] ACPI: scan add in amba probing
` [PATCH v2 3/3] serial: amba-pl011: add ACPI support to AMBA probe
[PATCH v1 1/1] ACPI / LPSS: change 'does not' to 'does' in comment
2015-12-21 19:09 UTC (3+ messages)
overriding ACPI _CRS method
2015-12-21 7:59 UTC (4+ messages)
[GIT PULL] Power management fixes for v4.4-rc6
2015-12-19 3:45 UTC
[PATCH V2 00/10] Introduce ACPI world to GICv3 & ITS irqchip
2015-12-18 12:11 UTC (19+ messages)
` [PATCH V2 01/10] irqchip / GICv3: Refactor gic_of_init() for GICv3 driver
` [PATCH V2 02/10] irqchip / GICv3: Add ACPI support for GICv3+ initialization
` [PATCH V2 03/10] irqchip,GICv3,ACPI: Add redistributor support via GICC structures
` [PATCH V2 04/10] irqchip / GICv3: remove gic root node in ITS
` [PATCH V2 05/10] irqchip, gicv3, its: Mark its_init() and its children as __init
` [PATCH V2 06/10] irqchip/GICv3/ITS: Refator ITS dt init code to prepare for ACPI
` [PATCH V2 07/10] ARM64, ACPI, PCI: I/O Remapping Table (IORT) initial support
` [PATCH V2 08/10] irqchip, gicv3, its: Probe ITS in the ACPI way
` [PATCH V2 09/10] acpi, gicv3, msi: Factor out code that might be reused for ACPI equivalent
` [PATCH V2 10/10] acpi, gicv3, its: Use MADT ITS subtable to do PCI/MSI domain initialization
[RFC PATCH v3 0/5] Simple ACPI based PCI support for arm64
2015-12-18 10:35 UTC (3+ messages)
` [RFC PATCH v3 5/5] PCI: ACPI: Add a generic ACPI based host controller
[PATCH v7 0/3] ACPI: Add irq_type to gpio interrupt
2015-12-18 9:17 UTC (8+ messages)
` [PATCH v7 1/3] acpi: Rename acpi_gsi_get_irq_type to acpi_dev_get_irq_type and export symbol
` [PATCH v7 2/3] ACPI / gpio: Add irq_type when a gpio is used as an interrupt
` [PATCH v7 3/3] ACPI / spi: attach gpio irq from acpi description to spi device
[acpi:release 1/7] arch/x86/kernel/cpu/aperfmperf.c:38:6: error: implicit declaration of function 'time_before'
2015-12-18 6:12 UTC (2+ messages)
[PATCH 1/1] drivers:pci:hotplug Fix all whitespace issues
2015-12-17 21:57 UTC (3+ messages)
Darlehen bieten
2015-12-18 6:59 UTC
Incorrect ACPI error on Dell XPS 13 9350?
2015-12-17 2:50 UTC (3+ messages)
[PATCH] i2c: designware: Do not require clock when SSCN and FFCN are provided
2015-12-17 0:55 UTC (2+ messages)
[PATCH] i2c: designware: Add support for AMD Seattle I2C
2015-12-17 0:49 UTC (6+ messages)
[PATCH v2 0/3] ACPI, clocksource: add GTDT and ARM memory-mapped timer support
2015-12-16 23:18 UTC (4+ messages)
question on possible functionality
2015-12-16 20:47 UTC (4+ messages)
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).