1. 02 4月, 2014 1 次提交
    • R
      Merge branch 'acpica' · 08476907
      Rafael J. Wysocki 提交于
      * acpica:
        ACPICA: Enable auto-serialization as a default kernel behavior.
        ACPICA: Ignore sync_level for methods that have been auto-serialized.
        ACPICA: Add additional named objects for the auto-serialize method scan.
        ACPICA: Add auto-serialization support for ill-behaved control methods.
        ACPICA: Remove global option to serialize all control methods.
      08476907
  2. 26 3月, 2014 5 次提交
  3. 22 3月, 2014 2 次提交
  4. 21 3月, 2014 2 次提交
    • R
      Merge branch 'acpi-processor' · 884411d9
      Rafael J. Wysocki 提交于
      * acpi-processor:
        ACPI: Move BAD_MADT_ENTRY() to linux/acpi.h
        ACPI / processor: Make it possible to get APIC ID via GIC
        ACPI / processor: Build idle_boot_override on x86 and ia64
        ACPI / processor: Use ACPI_PROCESSOR_DEVICE_HID instead of "ACPI0007"
        ACPI / processor: Fix acpi_processor_eval_pdc() return value type
      884411d9
    • S
      PM / devfreq: Rewrite devfreq_update_status() to fix multiple bugs · e35d35a1
      Saravana Kannan 提交于
      The current devfreq_update_status() has the following bugs:
      - If previous frequency doesn't have a valid level, it does an out of bounds
        access into the trans_table and causes memory corruption.
      - When the new frequency doesn't have a valid level, the time spent in the
        new frequency is counted towards the next valid frequency switch instead of
        being ignored.
      - The time spent on the previous frequency is added to the new frequency's
        stats instead of the previous frequency's stats.
      
      This patch fixes all of this.
      Signed-off-by: NSaravana Kannan <skannan@codeaurora.org>
      Signed-off-by: NMyungJoo Ham <myungjoo.ham@samsung.com>
      e35d35a1
  5. 20 3月, 2014 21 次提交
  6. 19 3月, 2014 9 次提交