| Commit message (Expand) | Author | Age | Files | Lines |
* | ACPI/IORT: Enable SMMUv3/PMCG IORT MSI domain set-up | Lorenzo Pieralisi | 2017-10-16 | 1 | -0/+45 |
* | ACPI/IORT: Add SMMUv3 specific special index mapping handling | Hanjun Guo | 2017-10-16 | 1 | -1/+38 |
* | ACPI/IORT: Enable special index ITS group mappings for IORT nodes | Hanjun Guo | 2017-10-16 | 1 | -4/+28 |
* | ACPI/IORT: Look up IORT node through struct fwnode_handle pointer | Hanjun Guo | 2017-10-16 | 1 | -1/+42 |
* | ACPI/IORT: Make platform devices initialization code SMMU agnostic | Lorenzo Pieralisi | 2017-10-16 | 1 | -33/+30 |
* | ACPI/IORT: Improve functions return type/storage class specifier indentation | Lorenzo Pieralisi | 2017-10-16 | 1 | -19/+17 |
* | ACPI/IORT: Remove leftover ACPI_IORT_SMMU_V3_PXM_VALID guard | Lorenzo Pieralisi | 2017-10-16 | 1 | -1/+1 |
* | acpi/arm64: pr_err() strings should end with newlines | Arvind Yadav | 2017-10-16 | 1 | -1/+1 |
* | Merge branch 'acpi-apei' | Rafael J. Wysocki | 2017-09-28 | 1 | -7/+9 |
|\ |
|
| * | ACPI / APEI: clear error status before acknowledging the error | Tyler Baicar | 2017-09-27 | 1 | -7/+9 |
| | | |
| \ | |
| \ | |
| \ | |
*---. \ | Merge branches 'acpi-pmic', 'acpi-bus', 'acpi-wdat' and 'acpi-properties' | Rafael J. Wysocki | 2017-09-22 | 2 | -6/+20 |
|\ \ \ \ |
|
| | | * | | ACPI: properties: Return _DSD hierarchical extension (data) sub-nodes correctly | Sakari Ailus | 2017-09-19 | 1 | -5/+6 |
| |_|/ /
|/| | | |
|
| | * | | ACPI / watchdog: properly initialize resources | Arnd Bergmann | 2017-09-19 | 1 | -1/+1 |
| |/ /
|/| | |
|
| * | | ACPI / bus: Make ACPI_HANDLE() work for non-GPL code again | John Hubbard | 2017-09-19 | 1 | -0/+13 |
|/ / |
|
* | | dmi: Mark all struct dmi_system_id instances const | Christoph Hellwig | 2017-09-14 | 9 | -11/+11 |
* | | Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2017-09-11 | 2 | -7/+45 |
|\ \ |
|
| * | | libnvdimm, nfit: move the check on nd_reserved2 to the endpoint | Meng Xu | 2017-09-04 | 1 | -0/+4 |
| * | | Merge branch 'for-4.14/fs' into libnvdimm-for-next | Dan Williams | 2017-08-31 | 8 | -9/+103 |
| |\ \ |
|
| * | | | libnvdimm, nd_blk: remove mmio_flush_range() | Robin Murphy | 2017-08-31 | 2 | -2/+2 |
| * | | | libnvdimm, nfit: export an 'ecc_unit_size' sysfs attribute | Dan Williams | 2017-08-31 | 1 | -0/+11 |
| * | | | nfit: cleanup long de-reference chains in acpi_nfit_init_interleave_set | Dan Williams | 2017-08-07 | 1 | -12/+11 |
| * | | | nfit, libnvdimm, region: export 'position' in mapping info | Dan Williams | 2017-08-04 | 1 | -0/+24 |
* | | | | Merge tag 'devprop-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-09-05 | 2 | -92/+142 |
|\ \ \ \ |
|
| * | | | | ACPI: device property: Switch to use new generic UUID API | Andy Shevchenko | 2017-07-26 | 1 | -25/+25 |
| * | | | | device property: Introduce fwnode_property_get_reference_args | Sakari Ailus | 2017-07-22 | 1 | -0/+27 |
| * | | | | device property: Constify fwnode property API | Sakari Ailus | 2017-07-22 | 1 | -21/+31 |
| * | | | | ACPI: Constify internal fwnode arguments | Sakari Ailus | 2017-07-22 | 1 | -16/+18 |
| * | | | | ACPI: Prepare for constifying acpi_get_next_subnode() fwnode argument | Sakari Ailus | 2017-07-22 | 1 | -10/+13 |
| * | | | | device property: Get rid of struct fwnode_handle type field | Sakari Ailus | 2017-07-22 | 2 | -21/+29 |
* | | | | | Merge tag 'acpi-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 2017-09-05 | 72 | -893/+2112 |
|\ \ \ \ \ |
|
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| *---. \ \ \ \ | Merge branches 'acpi-sysfs', 'acpi-apei' and 'acpi-blacklist' | Rafael J. Wysocki | 2017-09-03 | 7 | -83/+145 |
| |\ \ \ \ \ \ \
| | | | |_|_|_|/
| | | |/| | | | |
|
| | | | * | | | | ACPI / blacklist: add acpi_match_platform_list() | Toshi Kani | 2017-08-29 | 2 | -69/+50 |
| | | * | | | | | ACPI / APEI: Suppress message if HEST not present | Punit Agrawal | 2017-08-30 | 2 | -7/+13 |
| | | * | | | | | ACPI, APEI, EINJ: Subtract any matching Register Region from Trigger resources | Yazen Ghannam | 2017-08-29 | 1 | -1/+1 |
| | | * | | | | | ACPI: APEI: fix the wrong iteration of generic error status block | gengdongjiu | 2017-08-24 | 1 | -5/+0 |
| | | * | | | | | ACPI: APEI: Enable APEI multiple GHES source to share a single external IRQ | Loc Ho | 2017-07-31 | 1 | -1/+2 |
| | * | | | | | | ACPI / sysfs: Extend ACPI sysfs to provide access to boot error region | Tony Luck | 2017-08-24 | 1 | -0/+79 |
| | | |_|_|_|/
| | |/| | | | |
|
| | | | | | | | |
| | \ \ \ \ \ | |
| | \ \ \ \ \ | |
| | \ \ \ \ \ | |
| | \ \ \ \ \ | |
| | \ \ \ \ \ | |
| *-----. \ \ \ \ \ | Merge branches 'acpi-video', 'acpi-battery', 'acpi-spcr' and 'acpi-misc' | Rafael J. Wysocki | 2017-09-03 | 6 | -12/+41 |
| |\ \ \ \ \ \ \ \ \ |
|
| | | | | * | | | | | | ACPI / dock: constify attribute_group structure | Amitoj Kaur Chawla | 2017-08-03 | 1 | -1/+1 |
| | | | | * | | | | | | ACPI / lpat: Fix typos in comments and kerneldoc style | Sumeet Pawnikar | 2017-07-24 | 1 | -3/+3 |
| | | | | | |_|_|_|/
| | | | | |/| | | | |
|
| | | | * | | | | | | ACPI: SPCR: work around clock issue on xgene UART | Graeme Gregory | 2017-08-16 | 1 | -3/+11 |
| | | | * | | | | | | ACPI: SPCR: extend XGENE 8250 workaround to m400 | Graeme Gregory | 2017-08-15 | 1 | -3/+10 |
| | | | | |/ / / /
| | | | |/| | | | |
|
| | | * | | | | | | ACPI: make device_attribute const | Bhumika Goyal | 2017-08-24 | 2 | -2/+2 |
| | | |/ / / / / |
|
| | * | | | | | | ACPI / video: Add force_none quirk for Dell OptiPlex 9020M | Alex Hung | 2017-07-16 | 1 | -0/+14 |
| | | |_|_|_|/
| | |/| | | | |
|
| | | | | | | | |
| | \ \ \ \ \ | |
| | \ \ \ \ \ | |
| | \ \ \ \ \ | |
| | \ \ \ \ \ | |
| | \ \ \ \ \ | |
| *-----. \ \ \ \ \ | Merge branches 'acpi-x86', 'acpi-soc', 'acpi-pmic' and 'acpi-apple' | Rafael J. Wysocki | 2017-09-03 | 10 | -58/+193 |
| |\ \ \ \ \ \ \ \ \
| | | |_|_|_|_|/ / /
| | |/| | | | | | | |
|
| | | | | * | | | | | ACPI / scan: Recognize Apple SPI and I2C slaves | Lukas Wunner | 2017-08-03 | 1 | -0/+7 |
| | | | | * | | | | | ACPI / property: Support Apple _DSM properties | Lukas Wunner | 2017-08-03 | 4 | -0/+151 |
| | | | | * | | | | | ACPI / property: Don't evaluate objects for devices w/o handle | Lukas Wunner | 2017-08-03 | 1 | -0/+3 |
| | | | | * | | | | | treewide: Consolidate Apple DMI checks | Lukas Wunner | 2017-08-03 | 3 | -54/+12 |
| | | | | | |_|/ /
| | | | | |/| | | |
|
| | | | * | | | | | ACPI / PMIC: xpower: Do pinswitch magic when reading GPADC | Hans de Goede | 2017-07-24 | 1 | -3/+18 |
| | | |/ / / / /
| | |/| | | | | |
|