Age | Commit message (Expand) | Author | Files | Lines |
2016-07-08 | nfit: don't override return value of nfit_mem_init | Dan Williams | 1 | -3/+2 |
2016-07-08 | nfit: always associate flush hints | Dan Williams | 1 | -9/+8 |
2016-07-08 | Merge branches 'acpica-fixes', 'acpi-pci-fixes' and 'acpi-debug-fixes' | Rafael J. Wysocki | 27 | -1029/+1662 |
2016-07-07 | nfit: use devm_add_action_or_reset() | Sajjan, Vikas C | 1 | -4/+4 |
2016-07-07 | ACPI / bus: Support for platform initiated graceful shutdown | Prakash, Prashanth | 1 | -0/+54 |
2016-07-06 | Xen: ACPI: Hide UART used by Xen | Shannon Zhao | 1 | -0/+74 |
2016-07-06 | ACPI / bus: Correct the comments about acpi_subsystem_init() | Baoquan He | 1 | -2/+1 |
2016-07-06 | ACPI / debugger: Fix regression introduced by IS_ERR_VALUE() removal | Lv Zheng | 1 | -2/+2 |
2016-07-05 | ACPICA: Namespace: Fix namespace/interpreter lock ordering | Lv Zheng | 2 | -8/+8 |
2016-07-04 | ACPI / EC: Remove wrong ECDT correction quirks | Lv Zheng | 1 | -16/+5 |
2016-07-04 | ACPI / EC: Cleanup boot EC code using acpi_ec_alloc() | Lv Zheng | 1 | -37/+48 |
2016-07-02 | ACPI,PCI,IRQ: separate ISA penalty calculation | Sinan Kaya | 1 | -3/+3 |
2016-07-02 | Revert "ACPI, PCI, IRQ: remove redundant code in acpi_irq_penalty_init()" | Sinan Kaya | 1 | -0/+36 |
2016-07-02 | ACPI,PCI,IRQ: factor in PCI possible | Sinan Kaya | 1 | -12/+9 |
2016-07-02 | Merge tag 'acpi-4.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 1 | -1/+1 |
2016-07-02 | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 3 | -14/+14 |
2016-06-30 | ACPI,PCI,IRQ: correct operator precedence | Sinan Kaya | 1 | -1/+1 |
2016-06-30 | ACPI: Execute _PTS before system reboot | Ocean He | 1 | -6/+23 |
2016-06-30 | ACPI / APEI: Add Boot Error Record Table (BERT) support | Huang Ying | 3 | -2/+152 |
2016-06-29 | nfit: fix format interface code byte order | Dan Williams | 2 | -8/+8 |
2016-06-27 | ACPI / PMIC: intel: initialize result to 0 | Felipe Balbi | 1 | -1/+1 |
2016-06-27 | ACPI / PMIC: intel: add REGS operation region support | Felipe Balbi | 1 | -1/+66 |
2016-06-25 | ACPI / CPPC: Prevent cpc_desc_ptr points to the invalid data | Hoan Tran | 1 | -3/+3 |
2016-06-25 | Merge branch 'acpica-fixes' | Rafael J. Wysocki | 2 | -2/+9 |
2016-06-24 | acpi, nfit: fix acpi_check_dsm() vs zero functions implemented | Dan Williams | 2 | -6/+6 |
2016-06-24 | ACPI / PMIC: Add opregion driver for Intel BXT WhiskeyCove PMIC | Bin Gao | 3 | -0/+431 |
2016-06-24 | ACPI / PMIC: modify the pen function signature to take bit field | Bin Gao | 3 | -10/+12 |
2016-06-24 | ACPI / einj: Make error paths more talkative | Borislav Petkov | 1 | -9/+27 |
2016-06-24 | ACPI / einj: Convert EINJ_PFX to proper pr_fmt | Borislav Petkov | 1 | -14/+11 |
2016-06-24 | ACPI: CPPC: Return error if _CPC is invalid on a CPU | Hoan Tran | 1 | -6/+12 |
2016-06-23 | ACPI / bus: Use acpi_handle_debug() in acpi_print_osc_error() | Rafael J. Wysocki | 1 | -12/+7 |
2016-06-22 | ACPI / thermal: Remove create_workqueue() | Bhaktipriya Shridhar | 1 | -1/+2 |
2016-06-22 | ACPI / button: Add quirks for initial lid state notification | Lv Zheng | 1 | -0/+61 |
2016-06-22 | ACPI / button: Refactor functions to eliminate redundant code | Lv Zheng | 1 | -42/+49 |
2016-06-22 | ACPI / button: Remove initial lid state notification | Lv Zheng | 1 | -3/+0 |
2016-06-22 | ACPI / PCI: pci_slot: Use generic pr_debug utility | Joe Perches | 1 | -14/+7 |
2016-06-22 | ACPI / PCI: pci_slot: Use more common logging style | Joe Perches | 1 | -15/+13 |
2016-06-22 | ACPI / video: skip evaluating _DOD when it does not exist | Alex Hung | 1 | -0/+3 |
2016-06-22 | ACPI / video: Thinkpad X201 Tablet needs video_detect_force_video | Ralf Gerbig | 1 | -0/+8 |
2016-06-22 | ACPI / NUMA: Enable ACPI based NUMA on ARM64 | Hanjun Guo | 2 | -3/+38 |
2016-06-22 | ACPI / tables: introduce ARCH_HAS_ACPI_TABLE_UPGRADE | Aleksey Makarov | 1 | -1/+4 |
2016-06-22 | ACPI / tables: move arch-specific symbol to asm/acpi.h | Aleksey Makarov | 1 | -1/+2 |
2016-06-22 | ACPI / tables: table upgrade: refactor function definitions | Aleksey Makarov | 1 | -10/+4 |
2016-06-22 | ACPI / tables: table upgrade: use cacheable map for tables | Aleksey Makarov | 1 | -3/+3 |
2016-06-22 | ACPICA: Namespace: Fix deadlock triggered by MLC support in dynamic table loa... | Lv Zheng | 2 | -2/+9 |
2016-06-20 | nfit: add Microsoft NVDIMM DSM command set to white list | stuart hayes | 2 | -4/+11 |
2016-06-18 | Merge branch 'acpica-fixes' | Rafael J. Wysocki | 1 | -137/+9 |
2016-06-15 | Revert "ACPICA: ACPI 2.0, Hardware: Add access_width/bit_offset support for a... | Rafael J. Wysocki | 1 | -137/+9 |
2016-06-14 | Merge branch 'x86/cpu' into x86/platform, to avoid conflict | Ingo Molnar | 1 | -2/+3 |
2016-06-10 | Merge branch 'acpi-ec' | Rafael J. Wysocki | 3 | -9/+24 |