Age | Commit message (Expand) | Author | Files | Lines |
2018-07-23 | ACPICA: AML Parser: ignore dispatcher error status during table load | Schmauss, Erik | 1 | -0/+26 |
2018-07-19 | ACPI / EC: Use ec_no_wakeup on more Thinkpad X1 Carbon 6th systems | Robin H. Johnson | 1 | -1/+1 |
2018-07-13 | Merge tag 'libnvdimm-fixes-4.18-rc5' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -11/+38 |
2018-07-11 | nfit: fix unchecked dereference in acpi_nfit_ctl | Dave Jiang | 1 | -2/+4 |
2018-07-09 | ACPICA: Clear status of all events when entering S5 | Rafael J. Wysocki | 1 | -4/+11 |
2018-07-06 | acpi, nfit: Fix scrub idle detection | Dan Williams | 2 | -11/+34 |
2018-07-05 | Merge branches 'acpi-tables' and 'acpica' | Rafael J. Wysocki | 2 | -5/+11 |
2018-07-04 | ACPI / battery: Safe unregistering of hooks | Jouke Witteveen | 1 | -4/+5 |
2018-07-02 | ACPI / PPTT: use ACPI ID whenever ACPI_PPTT_ACPI_PROCESSOR_ID_VALID is set | Sudeep Holla | 1 | -2/+8 |
2018-07-01 | ACPICA: Drop leading newlines from error messages | Rafael J. Wysocki | 1 | -3/+3 |
2018-06-30 | acpi/nfit: fix cmd_rc for acpi_nfit_ctl to always return a value | Dave Jiang | 1 | -0/+2 |
2018-06-25 | acpi: Add helper for deactivating memory region | Heikki Krogerus | 1 | -0/+72 |
2018-06-21 | Merge branches 'acpi-soc' and 'acpi-processor' | Rafael J. Wysocki | 1 | -7/+11 |
2018-06-18 | ACPI / EC: Use ec_no_wakeup on Thinkpad X1 Carbon 6th | Mika Westerberg | 1 | -0/+20 |
2018-06-14 | ACPI / LPSS: Avoid PM quirks on suspend and resume from S3 | Rafael J. Wysocki | 1 | -7/+11 |
2018-06-14 | Merge tag 'pwm/for-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+2 |
2018-06-13 | Merge tag 'acpi-4.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 10 | -13/+163 |
2018-06-13 | treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook | 2 | -5/+6 |
2018-06-13 | treewide: kvmalloc() -> kvmalloc_array() | Kees Cook | 1 | -1/+2 |
2018-06-13 | treewide: kzalloc() -> kcalloc() | Kees Cook | 2 | -4/+4 |
2018-06-13 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 4 | -7/+11 |
2018-06-10 | ACPICA: Recognize the _OSI string "Windows 2017.2" | Mario Limonciello | 1 | -0/+1 |
2018-06-09 | Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -11/+0 |
2018-06-08 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 4 | -1/+660 |
2018-06-07 | Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+15 |
2018-06-07 | Merge tag 'edac_for_4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp | Linus Torvalds | 1 | -9/+7 |
2018-06-07 | Merge branch 'pci/hotplug' | Bjorn Helgaas | 1 | -2/+9 |
2018-06-06 | ACPI / LPSS: Add missing prv_offset setting for byt/cht PWM devices | Hans de Goede | 1 | -0/+2 |
2018-06-06 | ACPICA: Interpreter: Begin deprecation of Unload operator | Bob Moore | 1 | -0/+11 |
2018-06-06 | ACPICA: AML parser: attempt to continue loading table after error | Erik Schmauss | 3 | -6/+85 |
2018-06-06 | ACPICA: Debugger: Reduce verbosity for module-level code errors. | Bob Moore | 2 | -4/+31 |
2018-06-06 | ACPICA: AML Parser: Add debug option to dump parse trees | Bob Moore | 1 | -3/+31 |
2018-06-06 | ACPICA: Debugger: Add count of namespace nodes after namespace dump | Bob Moore | 2 | -0/+4 |
2018-06-05 | Merge tag 'acpi-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 22 | -131/+403 |
2018-06-05 | Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 6 | -6/+45 |
2018-06-04 | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 3 | -130/+31 |
2018-06-04 | Merge branches 'acpi-soc' and 'acpi-tables' | Rafael J. Wysocki | 3 | -3/+59 |
2018-06-04 | Merge branches 'acpi-cppc', 'acpi-misc', 'acpi-battery' and 'acpi-ac' | Rafael J. Wysocki | 4 | -78/+214 |
2018-06-04 | Merge branch 'acpica' | Rafael J. Wysocki | 14 | -23/+85 |
2018-06-04 | Merge branches 'pm-pci', 'acpi-pm', 'pm-sleep' and 'pm-avs' | Rafael J. Wysocki | 5 | -0/+42 |
2018-06-04 | Merge branch 'pm-domains' | Rafael J. Wysocki | 1 | -6/+3 |
2018-06-03 | acpi, nfit: Remove ecc_unit_size | Dan Williams | 1 | -11/+0 |
2018-06-02 | PCI: shpchp: Request SHPC control via _OSC when adding host bridge | Mika Westerberg | 1 | -0/+5 |
2018-06-02 | PCI: pciehp: Rename host->native_hotplug to host->native_pcie_hotplug | Mika Westerberg | 1 | -1/+1 |
2018-05-27 | ACPICA: Mark acpi_ut_create_internal_object_dbg() memory allocations as non-l... | Larry Finger | 1 | -0/+2 |
2018-05-25 | ACPI: EC: Dispatch the EC GPE directly on s2idle wake | Rafael J. Wysocki | 3 | -0/+14 |
2018-05-25 | ACPICA: Introduce acpi_dispatch_gpe() | Rafael J. Wysocki | 2 | -0/+28 |
2018-05-24 | ACPI / watchdog: Prefer iTCO_wdt always when WDAT table uses RTC SRAM | Mika Westerberg | 1 | -27/+45 |
2018-05-24 | PCI: pciehp: Request control of native hotplug only if supported | Mika Westerberg | 1 | -1/+3 |
2018-05-18 | ACPICA: acpidump/acpixtract: Support for tables larger than 1MB | Bob Moore | 1 | -2/+2 |