Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | * | | | | | | | ACPI: LPIT: Put the low power idle table after using it | Hanjun Guo | 2020-05-09 | 1 | -1/+2 | |
| | | | | |/ / / / / | | | | |/| | | | | | ||||||
| | | * | | | | | | | ACPICA: Fix required parameters for _NIG and _NIH | Erik Kaneda | 2020-05-09 | 1 | -2/+2 | |
| | | * | | | | | | | ACPICA: Dispatcher: add status checks | Erik Kaneda | 2020-05-09 | 1 | -5/+12 | |
| | | * | | | | | | | ACPICA: Disassembler: ignore AE_ALREADY_EXISTS status when parsing create ope... | Erik Kaneda | 2020-05-09 | 1 | -1/+4 | |
| | | * | | | | | | | ACPICA: Move acpi_gbl_next_cmd_num definition to acglobal.h | Erik Kaneda | 2020-05-09 | 2 | -1/+1 | |
| | | * | | | | | | | ACPICA: Make acpi_protocol_lengths static | Yue Haibing | 2020-05-09 | 1 | -1/+1 | |
| | | |/ / / / / / | ||||||
| | * | | | / / / | ACPI: sysfs: Fix reference count leak in acpi_sysfs_add_hotplug_profile() | Qiushi Wu | 2020-05-28 | 1 | -1/+3 | |
| | | |_|_|/ / / | | |/| | | | | | ||||||
| * | | | | | | | Merge tag 'pm-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 2020-06-02 | 5 | -32/+37 | |
| |\ \ \ \ \ \ \ | ||||||
| | | \ \ \ \ \ \ | ||||||
| | | \ \ \ \ \ \ | ||||||
| | *-. \ \ \ \ \ \ | Merge branches 'pm-core' and 'pm-sleep' | Rafael J. Wysocki | 2020-06-01 | 3 | -26/+21 | |
| | |\ \ \ \ \ \ \ \ | | | | |/ / / / / / | | | |/| | | | | / | | | |_|_|_|_|_|/ | | |/| | | | | | | ||||||
| | | | * | | | | | Merge back system-wide PM material for v5.8. | Rafael J. Wysocki | 2020-05-02 | 3 | -26/+21 | |
| | | | |\ \ \ \ \ | | | | | |_|/ / / | | | | |/| | | | | ||||||
| | | | | * | | | | PM: sleep: core: Rename DPM_FLAG_LEAVE_SUSPENDED | Rafael J. Wysocki | 2020-04-24 | 1 | -1/+1 | |
| | | | | * | | | | PM: sleep: core: Rename dev_pm_smart_suspend_and_suspended() | Rafael J. Wysocki | 2020-04-24 | 2 | -7/+7 | |
| | | | | * | | | | PM: sleep: core: Rename dev_pm_may_skip_resume() | Rafael J. Wysocki | 2020-04-24 | 2 | -4/+4 | |
| | | | | * | | | | PM: sleep: core: Rework the power.may_skip_resume handling | Rafael J. Wysocki | 2020-04-24 | 1 | -5/+3 | |
| | | | | * | | | | PM: sleep: core: Do not skip callbacks in the resume phase | Rafael J. Wysocki | 2020-04-24 | 2 | -12/+9 | |
| | | | | | |_|/ | | | | | |/| | | ||||||
| | * | | | | | | ACPI: EC: PM: s2idle: Extend GPE dispatching debug message | Rafael J. Wysocki | 2020-05-25 | 1 | -1/+1 | |
| | * | | | | | | ACPI: PM: s2idle: Print type of wakeup debug messages | Rafael J. Wysocki | 2020-05-25 | 1 | -5/+15 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2020-06-02 | 1 | -6/+0 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | mm: remove vmalloc_sync_(un)mappings() | Joerg Roedel | 2020-06-02 | 1 | -6/+0 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2020-06-02 | 2 | -77/+53 | |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| | * | | | | | ACPI/IORT: Remove the unused __get_pci_rid() | Zenghui Yu | 2020-05-26 | 1 | -9/+0 | |
| | * | | | | | ACPI/IORT: Fix PMCG node single ID mapping handling | Tuan Phan | 2020-05-20 | 1 | -0/+5 | |
| | * | | | | | ACPI: IORT: Add comments for not calling acpi_put_table() | Hanjun Guo | 2020-05-18 | 1 | -0/+4 | |
| | * | | | | | ACPI: GTDT: Put GTDT table after parsing | Hanjun Guo | 2020-05-18 | 1 | -1/+3 | |
| | * | | | | | ACPI: IORT: Add extra message "applying workaround" for off-by-1 issue | Hanjun Guo | 2020-05-11 | 1 | -0/+2 | |
| | * | | | | | ACPI/IORT: work around num_ids ambiguity | Ard Biesheuvel | 2020-05-04 | 1 | -6/+34 | |
| | * | | | | | Revert "ACPI/IORT: Fix 'Number of IDs' handling in iort_id_map()" | Ard Biesheuvel | 2020-05-04 | 1 | -55/+2 | |
| | * | | | | | ACPI/IORT: take _DMA methods into account for named components | Ard Biesheuvel | 2020-04-28 | 1 | -7/+4 | |
| | |/ / / / | ||||||
| * | | | / | ACPI: EC: PM: Avoid flushing EC work when EC GPE is inactive | Rafael J. Wysocki | 2020-05-18 | 2 | -12/+9 | |
| | |_|_|/ | |/| | | | ||||||
| * | | | | ACPI: EC: PM: Avoid premature returns from acpi_s2idle_wake() | Rafael J. Wysocki | 2020-05-11 | 3 | -21/+18 | |
| | |_|/ | |/| | | ||||||
| * | | | PM: ACPI: Output correct message on target power state | Kai-Heng Feng | 2020-04-27 | 1 | -2/+2 | |
| |/ / | ||||||
| * | | Merge branch 'acpi-pci' | Rafael J. Wysocki | 2020-04-24 | 1 | -2/+2 | |
| |\ \ | ||||||
| | * | | ACPI/PCI: pci_link: use extended_irq union member when setting ext-irq shareable | Hans de Goede | 2020-04-20 | 1 | -2/+2 | |
| | |/ | ||||||
| * / | ACPI: button: Drop no longer necessary Asus T200TA lid_init_state quirk | Hans de Goede | 2020-04-20 | 1 | -12/+0 | |
| |/ | ||||||
* | | EDAC: Drop the EDAC report status checks | Tony Luck | 2020-04-14 | 1 | -14/+0 | |
* | | x86/mce: Fix all mce notifiers to update the mce->kflags bitmask | Tony Luck | 2020-04-14 | 2 | -2/+4 | |
|/ | ||||||
* | Merge tag 'acpi-5.7-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2020-04-10 | 1 | -2/+2 | |
|\ | ||||||
| *-. | Merge branches 'acpi-ec' and 'acpi-x86' | Rafael J. Wysocki | 2020-04-10 | 1 | -2/+2 | |
| |\ \ | ||||||
| | * | | ACPI: EC: Fix up fast path check in acpi_ec_add() | Rafael J. Wysocki | 2020-04-06 | 1 | -2/+2 | |
* | | | | Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2020-04-09 | 3 | -52/+16 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge branch 'for-5.7/libnvdimm' into libnvdimm-for-next | Dan Williams | 2020-04-03 | 1 | -6/+6 | |
| |\ \ \ \ | ||||||
| | * | | | | ACPI: NFIT: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 2020-03-26 | 1 | -6/+6 | |
| * | | | | | Merge branch 'for-5.7/numa' into libnvdimm-for-next | Dan Williams | 2020-04-03 | 1 | -41/+0 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | ACPI: NUMA: Up-level "map to online node" functionality | Dan Williams | 2020-02-17 | 1 | -41/+0 | |
| * | | | | | | Merge branch 'for-5.6/libnvdimm-fixes' into libnvdimm-for-next | Dan Williams | 2020-04-03 | 2 | -4/+7 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | acpi/nfit: improve bounds checking for 'func' | Dan Carpenter | 2020-02-29 | 2 | -4/+7 | |
| | | |/ / / / | | |/| | | | | ||||||
| * / | | | | | libnvdimm/region: Introduce NDD_LABELING | Dan Williams | 2020-03-17 | 1 | -1/+3 | |
| |/ / / / / | ||||||
* | | | | | | Merge tag 'iommu-updates-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2020-04-08 | 1 | -2/+4 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| | | | | | | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| *---. \ \ \ \ | Merge branches 'iommu/fixes', 'arm/qcom', 'arm/omap', 'arm/smmu', 'x86/amd', ... | Joerg Roedel | 2020-03-27 | 1 | -2/+4 | |
| |\ \ \ \ \ \ \ | ||||||
| | | | * | | | | | ACPI/IORT: Remove direct access of dev->iommu_fwspec | Joerg Roedel | 2020-03-27 | 1 | -2/+4 | |
| | | |/ / / / / |