1. 11 Jan, 2020 1 commit
  2. 08 Jan, 2020 1 commit
    • Olof Johansson's avatar
      Merge tag 'cpuidle_psci-v5.5-rc4' of... · 40a9012a
      Olof Johansson authored
      Merge tag 'cpuidle_psci-v5.5-rc4' of git://git.linaro.org/people/ulf.hansson/linux-pm into arm/drivers
      
      Initial support for hierarchical CPU arrangement, managed by PSCI and its
      corresponding cpuidle driver. This support is based upon using the generic
      PM domain, which already supports devices belonging to CPUs.
      
      Finally, these is a DTS patch that enables the hierarchical topology to be
      used for the Qcom 410c Dragonboard, which supports the PSCI OS-initiated
      mode.
      
      * tag 'cpuidle_psci-v5.5-rc4' of git://git.linaro.org/people/ulf.hansson/linux-pm: (611 commits)
        arm64: dts: Convert to the hierarchical CPU topology layout for MSM8916
        cpuidle: psci: Add support for PM domains by using genpd
        PM / Domains: Introduce a genpd OF helper that removes a subdomain
        cpuidle: psci: Support CPU hotplug for the hierarchical model
        cpuidle: psci: Manage runtime PM in the idle path
        cpuidle: psci: Prepare to use OS initiated suspend mode via PM domains
        cpuidle: psci: Attach CPU devices to their PM domains
        cpuidle: psci: Add a helper to attach a CPU to its PM domain
        cpuidle: psci: Support hierarchical CPU idle states
        cpuidle: psci: Simplify OF parsing of CPU idle state nodes
        cpuidle: dt: Support hierarchical CPU idle states
        of: base: Add of_get_cpu_state_node() to get idle states for a CPU node
        firmware: psci: Export functions to manage the OSI mode
        dt: psci: Update DT bindings to support hierarchical PSCI states
        cpuidle: psci: Align psci_power_state count with idle state count
        Linux 5.5-rc4
        locks: print unsigned ino in /proc/locks
        riscv: export flush_icache_all to modules
        riscv: reject invalid syscalls below -1
        riscv: fix compile failure with EXPORT_SYMBOL() & !MMU
        ...
      
      Link: https://lore.kernel.org/r/20200102160820.3572-1-ulf.hansson@linaro.orgSigned-off-by: default avatarOlof Johansson <olof@lixom.net>
      40a9012a
  3. 06 Jan, 2020 5 commits
  4. 05 Jan, 2020 4 commits
  5. 03 Jan, 2020 1 commit
  6. 02 Jan, 2020 15 commits
  7. 30 Dec, 2019 2 commits
  8. 29 Dec, 2019 5 commits
  9. 28 Dec, 2019 4 commits
  10. 27 Dec, 2019 2 commits
    • Linus Torvalds's avatar
      Merge tag 'drm-fixes-2019-12-28' of git://anongit.freedesktop.org/drm/drm · 48a8dd17
      Linus Torvalds authored
      Pull drm fixes from Dave Airlie:
       "Post-xmas food coma recovery fixes. Only three fixes for i915 since I
        expect most people are holidaying.
      
        i915:
         - power management rc6 fix
         - framebuffer tracking fix
         - display power management ratelimit fix"
      
      * tag 'drm-fixes-2019-12-28' of git://anongit.freedesktop.org/drm/drm:
        drm/i915: Hold reference to intel_frontbuffer as we track activity
        drm/i915/gt: Ratelimit display power w/a
        drm/i915/pmu: Ensure monotonic rc6
      48a8dd17
    • Linus Torvalds's avatar
      Merge tag 'linux-kselftest-5.5-rc4' of... · f4b39746
      Linus Torvalds authored
      Merge tag 'linux-kselftest-5.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
      
      Pull Kselftest fixes from Shuah Khan:
      
       - rseq build failures fixes related to glibc 2.30 compatibility from
         Mathieu Desnoyers
      
       - Kunit fixes and cleanups from SeongJae Park
      
       - Fixes to filesystems/epoll, firmware, and livepatch build failures
         and skip handling.
      
      * tag 'linux-kselftest-5.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest:
        rseq/selftests: Clarify rseq_prepare_unload() helper requirements
        rseq/selftests: Fix: Namespace gettid() for compatibility with glibc 2.30
        rseq/selftests: Turn off timeout setting
        kunit/kunit_tool_test: Test '--build_dir' option run
        kunit: Rename 'kunitconfig' to '.kunitconfig'
        kunit: Place 'test.log' under the 'build_dir'
        kunit: Create default config in '--build_dir'
        kunit: Remove duplicated defconfig creation
        docs/kunit/start: Use in-tree 'kunit_defconfig'
        selftests: livepatch: Fix it to do root uid check and skip
        selftests: firmware: Fix it to do root uid check and skip
        selftests: filesystems/epoll: fix build error
      f4b39746