| Commit message (Expand) | Author | Age | Files | Lines |
* | ACPICA: CLib: Add short multiply/shift support | Lv Zheng | 2017-08-03 | 5 | -16/+228 |
* | ACPICA: Add a comment, no functional change | Bob Moore | 2017-08-03 | 1 | -0/+7 |
* | ACPICA: Namespace: Update/fix an error message | Bob Moore | 2017-08-03 | 1 | -6/+16 |
* | ACPICA: Divergences: reduce access size definitions | Lv Zheng | 2017-08-03 | 2 | -5/+6 |
* | ACPICA: Update resource descriptor handling | Bob Moore | 2017-07-20 | 1 | -5/+9 |
* | ACPICA: Disassembler: skip parsing of incorrect external declarations | Erik Schmauss | 2017-07-20 | 1 | -0/+26 |
* | ACPICA: iASL: Ensure that the target node is valid in acpi_ex_create_alias | Alex James | 2017-07-20 | 1 | -0/+5 |
* | ACPICA: Tables: Add deferred table verification support | Lv Zheng | 2017-07-20 | 2 | -11/+50 |
* | ACPICA: Tables: Combine checksum/duplication verification together | Lv Zheng | 2017-07-20 | 3 | -110/+169 |
* | ACPICA: Tables: Change table duplication check to be related to acpi_gbl_veri... | Lv Zheng | 2017-07-20 | 5 | -8/+13 |
* | ACPICA: Tables: Do not validate signature for dynamic table load | Lv Zheng | 2017-07-20 | 2 | -29/+1 |
* | ACPICA: Tables: Cleanup table handler invokers | Lv Zheng | 2017-07-20 | 3 | -20/+33 |
* | ACPICA: Tables: Add sanity check in acpi_put_table() | Lv Zheng | 2017-07-20 | 1 | -0/+4 |
* | ACPICA: linuxize: cleanup typedef definitions | Lv Zheng | 2017-07-20 | 1 | -3/+9 |
* | Back port of "ACPICA: Use designated initializers" | Kees Cook | 2017-07-20 | 1 | -3/+6 |
* | ACPICA: iASL compiler: allow compilation of externals with paths that refer t... | Erik Schmauss | 2017-07-20 | 2 | -0/+7 |
* | ACPICA: Tools: Deallocate memory allocated by ac_get_all_tables_from_file via... | Erik Schmauss | 2017-07-20 | 1 | -0/+2 |
* | ACPICA: Small indentation changes, no functional change | Bob Moore | 2017-07-20 | 1 | -2/+2 |
* | Merge tag 'acpi-fixes-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2017-07-15 | 3 | -26/+40 |
|\ |
|
| *---. | Merge branches 'acpi-ec', 'acpi-irq' and 'acpi-quirks' | Rafael J. Wysocki | 2017-07-14 | 3 | -26/+40 |
| |\ \ \ |
|
| | | | * | ACPI / x86: Add KIOX000A accelerometer on GPD win to always_present_ids array | Hans de Goede | 2017-07-12 | 1 | -0/+13 |
| | | | * | ACPI / x86: Add Dell Venue 11 Pro 7130 touchscreen to always_present_ids | Hans de Goede | 2017-07-12 | 1 | -0/+9 |
| | | | * | ACPI / x86: Allow matching always_present_id array entries by DMI | Hans de Goede | 2017-07-12 | 1 | -4/+15 |
| | | * | | ACPI / irq: Fix return code of acpi_gsi_to_irq() | Mark Salter | 2017-07-12 | 1 | -2/+2 |
| | | |/ |
|
| | * | | Revert "ACPI / EC: Enable event freeze mode..." to fix a regression | Lv Zheng | 2017-07-12 | 1 | -1/+1 |
| | * | | ACPI / EC: Drop EC noirq hooks to fix a regression | Lv Zheng | 2017-07-12 | 1 | -19/+0 |
* | | | | Merge tag 'iommu-updates-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2017-07-12 | 1 | -20/+63 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin... | Joerg Roedel | 2017-06-28 | 1 | -20/+63 |
| |\ \ \ \
| | |_|_|/
| |/| | | |
|
| | * | | | iommu/arm-smmu-v3: Add workaround for Cavium ThunderX2 erratum #126 | Geetha Sowjanya | 2017-06-23 | 1 | -19/+44 |
| | * | | | ACPI/IORT: Fixup SMMUv3 resource size for Cavium ThunderX2 SMMUv3 model | Linu Cherian | 2017-06-23 | 1 | -1/+14 |
| | * | | | iommu/arm-smmu-v3, acpi: Add temporary Cavium SMMU-V3 IORT model number defin... | Robert Richter | 2017-06-23 | 1 | -0/+5 |
* | | | | | Merge tag 'devprop-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-07-11 | 4 | -8/+125 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | device property: Introduce fwnode_device_is_available() | Sakari Ailus | 2017-06-22 | 1 | -0/+9 |
| * | | | | device property: Move fwnode graph ops to firmware specific locations | Sakari Ailus | 2017-06-22 | 1 | -0/+40 |
| * | | | | device property: Move FW type specific functionality to FW specific files | Sakari Ailus | 2017-06-22 | 2 | -0/+69 |
| * | | | | ACPI: Constify argument to acpi_device_is_present() | Sakari Ailus | 2017-06-22 | 3 | -8/+7 |
* | | | | | Merge tag 'acpi-extra-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2017-07-11 | 8 | -18/+67 |
|\ \ \ \ \ |
|
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| *-------. \ \ \ \ | Merge branches 'acpi-spcr', 'acpi-osi', 'acpi-bus', 'acpi-scan' and 'acpi-misc' | Rafael J. Wysocki | 2017-07-10 | 8 | -18/+67 |
| |\ \ \ \ \ \ \ \ \ |
|
| | | | | | * | | | | | ACPI / DPTF: constify attribute_group structures | Arvind Yadav | 2017-07-04 | 1 | -1/+1 |
| | | | | | * | | | | | ACPI / LPSS: constify attribute_group structures | Arvind Yadav | 2017-07-04 | 1 | -1/+1 |
| | | | | | * | | | | | ACPI: BGRT: constify attribute_group structures | Arvind Yadav | 2017-07-04 | 1 | -1/+1 |
| | | | | | * | | | | | ACPI / power: constify attribute_group structures | Arvind Yadav | 2017-07-04 | 1 | -5/+5 |
| | | | | * | | | | | | ACPI / scan: Indicate to platform when hot remove returns busy | Lee, Chun-Yi | 2017-07-04 | 1 | -5/+13 |
| | | | | | |_|/ / /
| | | | | |/| | | | |
|
| | | | * / | | | | | ACPI / bus: handle ACPI hotplug schedule errors completely | Lee, Chun-Yi | 2017-07-04 | 1 | -2/+6 |
| | | | |/ / / / / |
|
| | | * / / / / / | ACPI / osi: Make local function acpi_osi_dmi_linux() static | Colin Ian King | 2017-07-04 | 1 | -1/+2 |
| | | |/ / / / / |
|
| | * | | | | | | ACPI: SPCR: Workaround for APM X-Gene 8250 UART 32-alignment errata | Loc Ho | 2017-07-04 | 1 | -0/+22 |
| | * | | | | | | ACPI: SPCR: Use access width to determine mmio usage | Loc Ho | 2017-07-04 | 1 | -2/+16 |
| | |/ / / / / |
|
* | | | | | | | Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2017-07-07 | 3 | -27/+146 |
|\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge branch 'for-4.13/dax' into libnvdimm-for-next | Dan Williams | 2017-07-04 | 1 | -5/+10 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | libnvdimm, nfit: enable support for volatile ranges | Dan Williams | 2017-06-28 | 1 | -1/+8 |