Age | Commit message (Expand) | Author | Files | Lines |
2018-02-06 | Merge tag 'platform-drivers-x86-v4.16-1' of git://git.infradead.org/linux-pla... | Linus Torvalds | 1 | -0/+1 |
2018-02-06 | Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -0/+27 |
2018-02-04 | ACPI / LPIT: Export lpit_read_residency_count_address() | Srinivas Pandruvada | 1 | -0/+1 |
2018-02-03 | Merge branch 'for-4.16/nfit' into libnvdimm-for-next | Ross Zwisler | 60 | -370/+1040 |
2018-02-03 | Merge branch 'for-4.16/dax' into libnvdimm-for-next | Ross Zwisler | 4 | -12/+26 |
2018-02-02 | acpi, nfit: fix register dimm error handling | Toshi Kani | 1 | -0/+3 |
2018-02-01 | acpi: nfit: add persistent memory control flag for nd_region | Dave Jiang | 1 | -0/+3 |
2018-02-01 | acpi: nfit: Add support for detect platform CPU cache flush on power loss | Dave Jiang | 2 | -0/+21 |
2018-02-01 | Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -3/+3 |
2018-01-31 | Merge tag 'dmaengine-4.16-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2 | -0/+26 |
2018-01-30 | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+2 |
2018-01-30 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
2018-01-29 | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+1 |
2018-01-29 | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -16/+16 |
2018-01-29 | Merge tag 'acpi-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 57 | -363/+982 |
2018-01-29 | Merge tag 'pm-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 2 | -5/+38 |
2018-01-24 | x86/centaur: Mark TSC invariant | davidwang | 1 | -0/+1 |
2018-01-23 | mm/memory_failure: Remove unused trapno from memory_failure | Eric W. Biederman | 1 | -1/+1 |
2018-01-18 | Merge branches 'acpi-gpio', 'acpi-button', 'acpi-battery' and 'acpi-video' | Rafael J. Wysocki | 4 | -15/+98 |
2018-01-18 | Merge branches 'acpi-x86', 'acpi-apei' and 'acpi-ec' | Rafael J. Wysocki | 4 | -36/+49 |
2018-01-18 | Merge branches 'acpi-numa', 'acpi-sysfs', 'acpi-pmic', 'acpi-soc' and 'acpi-ged' | Rafael J. Wysocki | 9 | -56/+196 |
2018-01-18 | Merge branch 'acpica' | Rafael J. Wysocki | 40 | -262/+672 |
2018-01-18 | Merge branches 'acpi-pm' and 'pm-sleep' | Rafael J. Wysocki | 1 | -2/+14 |
2018-01-18 | Merge branch 'pm-core' | Rafael J. Wysocki | 1 | -3/+24 |
2018-01-17 | ACPI/PCI: pci_link: reduce verbosity when IRQ is enabled | Sinan Kaya | 1 | -1/+1 |
2018-01-15 | ACPI / LPSS: Do not instiate platform_dev for devs without MMIO resources | Hans de Goede | 1 | -0/+2 |
2018-01-14 | x86/jailhouse: Enable PMTIMER | Jan Kiszka | 1 | -16/+16 |
2018-01-11 | ACPI / PM: Use Low Power S0 Idle on more systems | Rafael J. Wysocki | 1 | -2/+4 |
2018-01-11 | ACPI / PMIC: Convert to use builtin_platform_driver() macro | Andy Shevchenko | 5 | -28/+5 |
2018-01-10 | ACPI: utils: Introduce acpi_dev_get_first_match_name() | Andy Shevchenko | 1 | -7/+34 |
2018-01-09 | treewide: Use DEVICE_ATTR_RO | Joe Perches | 1 | -3/+3 |
2018-01-05 | ACPICA: trivial style fix, no functional change | Erik Schmauss | 1 | -3/+4 |
2018-01-05 | ACPICA: Fix a couple memory leaks during package object resolution | Bob Moore | 1 | -8/+13 |
2018-01-05 | ACPICA: Recognize the Windows 10 version 1607 and 1703 OSI strings | Mario Limonciello | 1 | -0/+2 |
2018-01-05 | ACPICA: Rename a global variable, no functional change | Bob Moore | 2 | -2/+2 |
2018-01-05 | ACPICA: Create and deploy safe version of strncpy | Bob Moore | 5 | -9/+22 |
2018-01-05 | ACPICA: Cleanup the global variables and update comments | Bob Moore | 2 | -55/+29 |
2018-01-05 | ACPICA: Debugger: fix slight indentation issue | Erik Schmauss | 1 | -1/+1 |
2018-01-05 | ACPICA: Fix a regression in the acpi_evaluate_object_type() interface | Bob Moore | 1 | -4/+5 |
2018-01-05 | ACPICA: Update for a few debug output statements | Bob Moore | 2 | -4/+16 |
2018-01-05 | ACPICA: Debug output, no functional change | Bob Moore | 1 | -7/+7 |
2018-01-04 | ACPI: EC: Fix debugfs_create_*() usage | Geert Uytterhoeven | 3 | -3/+3 |
2017-12-28 | ACPI / video: Default lcd_only to true on Win8-ready and newer machines | Hans de Goede | 1 | -2/+12 |
2017-12-23 | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+8 |
2017-12-21 | Merge back APEI material for v4.16. | Rafael J. Wysocki | 1 | -33/+46 |
2017-12-20 | Merge branch 'acpi-cppc' | Rafael J. Wysocki | 1 | -1/+1 |
2017-12-18 | ACPI / battery: Add quirk for Asus GL502VSK and UX305LA | Kai-Heng Feng | 1 | -3/+29 |
2017-12-18 | ACPI: APEI / ERST: Fix missing error handling in erst_reader() | Takashi Iwai | 1 | -1/+1 |
2017-12-18 | ACPI: CPPC: remove initial assignment of pcc_ss_data | Colin Ian King | 1 | -1/+1 |
2017-12-16 | ACPI: GED: unregister interrupts during shutdown | Sinan Kaya | 1 | -6/+41 |