summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2018-06-0511-67/+98
|\
| *-----. Merge branches 'pm-pci', 'acpi-pm', 'pm-sleep' and 'pm-avs'Rafael J. Wysocki2018-06-042-0/+2
| |\ \ \ \
| | | | * | PM / suspend: Prevent might sleep splatsThomas Gleixner2018-05-271-0/+1
| | | |/ / | | |/| |
| | | * | ACPICA: Introduce acpi_dispatch_gpe()Rafael J. Wysocki2018-05-251-0/+1
| | | |/
| | | |
| | \ \
| *-. \ \ Merge branches 'pm-cpufreq-sched' and 'pm-cpuidle'Rafael J. Wysocki2018-06-042-1/+2
| |\ \ \ \
| | | * | | cpuidle: governors: Consolidate PM QoS handlingRafael J. Wysocki2018-05-301-0/+1
| | * | | | cpufreq: Rename cpufreq_can_do_remote_dvfs()Viresh Kumar2018-05-231-1/+1
| | | |_|/ | | |/| |
| * | | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2018-06-043-11/+35
| |\ \ \ \
| | * | | | kernel/SRCU: provide a static initializerSebastian Andrzej Siewior2018-05-303-11/+35
| | |/ / /
| * | | | Merge branch 'pm-opp'Rafael J. Wysocki2018-06-042-48/+54
| |\ \ \ \
| | * | | | PM / Domains: Drop genpd as in-param for pm_genpd_remove_device()Ulf Hansson2018-05-301-3/+2
| | * | | | PM / Domains: Drop __pm_genpd_add_device()Ulf Hansson2018-05-301-11/+3
| | * | | | PM / Domains: Drop extern declarations of functions in pm_domain.hUlf Hansson2018-05-301-28/+23
| | * | | | Merge branch 'opp/genpd-pstate-updates' of git://git.kernel.org/pub/scm/linux...Rafael J. Wysocki2018-05-142-10/+30
| | |\ \ \ \
| | | * | | | PM / OPP: Remove dev_pm_opp_{un}register_get_pstate_helper()Viresh Kumar2018-05-091-10/+0
| | | * | | | PM / Domain: Implement of_genpd_opp_to_performance_state()Viresh Kumar2018-05-091-0/+12
| | | * | | | PM / Domain: Add struct device to genpdViresh Kumar2018-05-091-0/+1
| | | * | | | PM / OPP: Implement dev_pm_opp_get_of_node()Viresh Kumar2018-05-091-0/+5
| | | * | | | PM / OPP: Implement of_dev_pm_opp_find_required_opp()Viresh Kumar2018-05-091-0/+6
| | | * | | | PM / OPP: Implement dev_pm_opp_of_add_table_indexed()Viresh Kumar2018-05-091-0/+6
| * | | | | | Merge branch 'pm-domains'Rafael J. Wysocki2018-06-042-3/+3
| |\| | | | |
| | * | | | | PM / Domains: Allow a better error handling of dev_pm_domain_attach()Ulf Hansson2018-05-142-3/+3
| | | |/ / / | | |/| | |
| * | | | | Merge branches 'pm-qos' and 'pm-core'Rafael J. Wysocki2018-06-041-4/+2
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | PM / runtime: Fixup reference counting of device link suppliers at probeUlf Hansson2018-05-271-4/+2
| | | |_|/ | | |/| |
* | | | | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-048-144/+142
|\ \ \ \ \
| * | | | | timekeeping: Add more coarse clocktai/boottime interfacesArnd Bergmann2018-05-191-1/+23
| * | | | | timekeeping: Add ktime_get_coarse_with_offsetArnd Bergmann2018-05-191-0/+16
| * | | | | timekeeping: Standardize on ktime_get_*() namingArnd Bergmann2018-05-192-15/+42
| * | | | | timekeeping: Clean up ktime_get_real_ts64Arnd Bergmann2018-05-192-14/+7
| * | | | | timekeeping: Remove timespec64 hackArnd Bergmann2018-05-193-67/+3
| * | | | | Merge branch 'linus' into timers/2038Thomas Gleixner2018-05-19100-245/+903
| |\ \ \ \ \
| * | | | | | y2038: ipc: Use __kernel_timespecArnd Bergmann2018-04-201-3/+3
| * | | | | | y2038: asm-generic: Extend sysvipc data structuresArnd Bergmann2018-04-203-45/+49
* | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-049-18/+62
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'timers/urgent' into timers/coreThomas Gleixner2018-05-0246-153/+610
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | time: Change nanosleep to safe __kernel_* typesDeepa Dinamani2018-04-192-8/+6
| * | | | | | | time: Change types to new y2038 safe __kernel_* typesDeepa Dinamani2018-04-191-3/+3
| * | | | | | | time: Fix get_timespec64() for y2038 safe compat interfacesDeepa Dinamani2018-04-191-2/+2
| * | | | | | | time: Add new y2038 safe __kernel_timespecDeepa Dinamani2018-04-193-1/+17
| * | | | | | | compat: Enable compat_get/put_timespec64 alwaysDeepa Dinamani2018-04-192-2/+4
| * | | | | | | compat: Move compat_timespec/ timeval to compat_time.hDeepa Dinamani2018-04-192-0/+20
| * | | | | | | time: Add an asm-generic/compat.h fileArnd Bergmann2018-04-192-1/+5
| * | | | | | | compat: Make compat helpers independent of CONFIG_COMPATDeepa Dinamani2018-04-191-2/+6
* | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-048-19/+30
|\ \ \ \ \ \ \ \
| * | | | | | | | softirq/s390: Move default mutators of overwritten softirq mask to s390Frederic Weisbecker2018-05-141-7/+0
| * | | | | | | | softirq/core: Consolidate default local_softirq_pending() implementationsFrederic Weisbecker2018-05-142-5/+15
| * | | | | | | | softirq/core: Turn default irq_cpustat_t to standard per-cpuFrederic Weisbecker2018-05-141-2/+2
| * | | | | | | | Merge tag 'v4.17-rc5' into irq/core, to pick up fixesIngo Molnar2018-05-1477-146/+447
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | irqchip/gic-v3: Add support for Message Based Interrupts as an MSI controllerMarc Zyngier2018-05-131-0/+1
| * | | | | | | | irqdomain: Let irq_find_host default to DOMAIN_BUS_WIREDMarc Zyngier2018-05-131-1/+7