1. 22 3月, 2014 2 次提交
  2. 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
  3. 20 3月, 2014 21 次提交
  4. 19 3月, 2014 9 次提交
  5. 18 3月, 2014 6 次提交