Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
983e600e88835f0321d1a0ea06f52d48b7b5a544
983e600
cpufreq: intel_pstate: Fix ->set_policy() interface for no_turbo
by Srinivas Pandruvada
· 8 years ago
2c2c1af
cpufreq: intel_pstate: Fix code ordering in intel_pstate_set_policy()
by Srinivas Pandruvada
· 8 years ago
b9af694
cpufreq: Fix clamp_val() usage in cpufreq_driver_fast_switch()
by Rafael J. Wysocki
· 8 years ago
6cacd11
cpufreq: intel_pstate: Downgrade print level for _PPC
by Srinivas Pandruvada
· 8 years ago
60f05e8
cpufreq: schedutil: Improve prints messages with pr_fmt
by Viresh Kumar
· 9 years ago
3834abb
cpufreq: simplified goto out in cpufreq_register_driver()
by Pankaj Gupta
· 9 years ago
45482c7
cpufreq: governor: CPUFREQ_GOV_STOP never fails
by Rafael J. Wysocki
· 9 years ago
36be341
cpufreq: governor: CPUFREQ_GOV_POLICY_EXIT never fails
by Rafael J. Wysocki
· 9 years ago
c749c64
intel_pstate: Simplify conditional in intel_pstate_set_policy()
by Rafael J. Wysocki
· 9 years ago
1aa7a6e
intel_pstate: Clean up get_target_pstate_use_performance()
by Rafael J. Wysocki
· 9 years ago
8edb0a6
intel_pstate: Use sample.core_avg_perf in get_avg_pstate()
by Rafael J. Wysocki
· 9 years ago
a1c9787
intel_pstate: Clarify average performance computation
by Rafael J. Wysocki
· 9 years ago
4578ee7e
intel_pstate: Avoid unnecessary synchronize_sched() during initialization
by Chen Yu
· 9 years ago
c29af6f
Merge branch 'pm-cpufreq-sched' into pm-cpufreq
by Rafael J. Wysocki
· 9 years ago
cfe9492
cpufreq: schedutil: Make default depend on CONFIG_SMP
by Arnd Bergmann
· 9 years ago
0bc10b9
cpufreq: powernv: del_timer_sync when global and local pstate are equal
by Akshay Adiga
· 9 years ago
1fd3ff2
cpufreq: powernv: Move smp_call_function_any() out of irq safe block
by Akshay Adiga
· 9 years ago
f96fd0c
intel_pstate: Clean up intel_pstate_get()
by Rafael J. Wysocki
· 9 years ago
d87de8f
Merge branch 'pm-cpufreq-sched' into pm-cpufreq
by Rafael J. Wysocki
· 9 years ago
bf7cdff
cpufreq: schedutil: Make it depend on CONFIG_SMP
by Rafael J. Wysocki
· 9 years ago
da43af9
Merge cpufreq fixes going into v4.6.
by Rafael J. Wysocki
· 9 years ago
9485e4c
cpufreq: governor: Fix handling of special cases in dbs_update()
by Rafael J. Wysocki
· 9 years ago
e59a8f7
cpufreq: intel_pstate: Ignore _PPC processing under HWP
by Srinivas Pandruvada
· 9 years ago
d9975b0
cpufreq: arm_big_little: use generic OPP functions for {init, free}_opp_table
by Sudeep Holla
· 9 years ago
28ed057
Merge branch 'pm-opp' into pm-cpufreq
by Rafael J. Wysocki
· 9 years ago
411466c
PM / OPP: add non-OF versions of dev_pm_opp_{cpumask_, }remove_table
by Sudeep Holla
· 9 years ago
d9c99acb
cpufreq: tango: Use generic platdev driver
by Marc Gonzalez
· 9 years ago
ddbb74b
PM / OPP: pass cpumask by reference
by Arnd Bergmann
· 9 years ago
e43e94c
cpufreq: Fix GOV_LIMITS handling for the userspace governor
by Sai Gurrappadi
· 9 years ago
6d45b71
intel_pstate: Fix intel_pstate_get()
by Rafael J. Wysocki
· 9 years ago
ba41e1b
cpufreq: intel_pstate: Fix HWP on boot CPU after system resume
by Rafael J. Wysocki
· 9 years ago
2482bc3
cpufreq: st: enable selective initialization based on the platform
by Sudeep Holla
· 9 years ago
9f123de
cpufreq: mvebu: Move cpufreq code into drivers/cpufreq/
by Viresh Kumar
· 9 years ago
eb96924
cpufreq: dt: Kill platform-data
by Viresh Kumar
· 9 years ago
947bd56
mvebu: Use dev_pm_opp_set_sharing_cpus() to mark OPP tables as shared
by Viresh Kumar
· 9 years ago
1530b99
cpufreq: dt: Identify cpu-sharing for platforms without operating-points-v2
by Viresh Kumar
· 9 years ago
29c5e7b
Merge back earlier cpufreq material for v4.7.
by Rafael J. Wysocki
· 9 years ago
6f707da
PM / OPP: Add dev_pm_opp_get_sharing_cpus()
by Viresh Kumar
· 9 years ago
dde370b
PM / OPP: Mark cpumask as const in dev_pm_opp_set_sharing_cpus()
by Viresh Kumar
· 9 years ago
d708b38
PM / OPP: -ENOSYS is applicable only to syscalls
by Viresh Kumar
· 9 years ago
b4f4b4b
cpufreq: governor: Change confusing struct field and variable names
by Rafael J. Wysocki
· 9 years ago
2b3ec76
cpufreq: intel_pstate: Enable PPC enforcement for servers
by Srinivas Pandruvada
· 9 years ago
3be9200
cpufreq: intel_pstate: Adjust policy->max
by Srinivas Pandruvada
· 9 years ago
9522a2f
cpufreq: intel_pstate: Enforce _PPC limits
by Srinivas Pandruvada
· 9 years ago
eaa2c3a
cpufreq: powernv: Ramp-down global pstate slower than local-pstate
by Akshay Adiga
· 9 years ago
2920e9c
cpufreq: powernv: Remove flag use-case of policy->driver_data
by Shilpasri G Bhat
· 9 years ago
6de0dc4
cpufreq: e_powersaver: Use IS_ENABLED() instead of checking for built-in or module
by Javier Martinez Canillas
· 9 years ago
1becf03
cpufreq: intel_pstate: Fix processing for turbo activation ratio
by Srinivas Pandruvada
· 9 years ago
ba1ca65
cpufreq: governor: Fix prev_load initialization in cpufreq_governor_start()
by Rafael J. Wysocki
· 9 years ago
3920be4
cpufreq: hisilicon: Use generic platdev driver
by Viresh Kumar
· 9 years ago
5e4249c
cpufreq: zynq: Use generic platdev driver
by Viresh Kumar
· 9 years ago
117d4f5
cpufreq: sunxi: Use generic platdev driver
by Viresh Kumar
· 9 years ago
a399dc9
cpufreq: shmobile: Use generic platdev driver
by Viresh Kumar
· 9 years ago
014400c
cpufreq: rockchip: Use generic platdev driver
by Finley Xiao
· 9 years ago
7694ca6
cpufreq: omap: Use generic platdev driver
by Viresh Kumar
· 9 years ago
7ead83f
cpufreq: imx: Use generic platdev driver
by Viresh Kumar
· 9 years ago
a59511d
cpufreq: berlin: Use generic platdev driver
by Viresh Kumar
· 9 years ago
e92bb16
cpufreq: dt: Mark platdev machines array as __initconst
by Viresh Kumar
· 9 years ago
46e7a4e
PM / OPP: Mark shared-opp for non-dt case
by Viresh Kumar
· 9 years ago
2c93104
PM / OPP: Relocate dev_pm_opp_set_sharing_cpus()
by Viresh Kumar
· 9 years ago
642aa8c
PM / OPP: dev_pm_opp_set_sharing_cpus() doesn't depend on CONFIG_OF
by Viresh Kumar
· 9 years ago
45ca36a
PM / OPP: Add missing doc style comments
by Viresh Kumar
· 9 years ago
2d74c6d
PM / OPP: Propagate the error returned by _find_opp_table()
by Viresh Kumar
· 9 years ago
394cb83
cpufreq: qoriq: Fix cooling device registration issue during suspend
by Jia Hongtao
· 9 years ago
495c716
cpufreq: qoriq: Remove __exit macro from .exit callback
by Jia Hongtao
· 9 years ago
27b8fe8
cpufreq: qoriq: Don't show cooling device messages if THERMAL_OF undefined
by Jia Hongtao
· 9 years ago
a29a1e7
cpufreq: ACPI / CPPC: Add module support for cppc_cpufreq driver
by Ashwin Chaugule
· 9 years ago
bdcaa23
cpufreq: intel_pstate: Use average P-State instead of current P-State
by Philippe Longepe
· 9 years ago
1cbc99d
Merge back cpufreq changes for v4.7.
by Rafael J. Wysocki
· 9 years ago
94862a6
Revert "cpufreq: governor: Fix negative idle_time when configured with CONFIG_HZ_PERIODIC"
by Rafael J. Wysocki
· 9 years ago
02da2d7
Linux 4.6-rc5
by Linus Torvalds
· 9 years ago
913f201
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal
by Linus Torvalds
· 9 years ago
4dfa573
Merge tag 'asm-generic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic
by Linus Torvalds
· 9 years ago
987aedb
generic syscalls: wire up preadv2 and pwritev2 syscalls
by Andre Przywara
· 9 years ago
1ad9bf9
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
82b23cb
Merge branches 'perf-urgent-for-linus', 'smp-urgent-for-linus' and 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
0e11d25
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
16ecb41
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
6527efb
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
68dc08b
Merge tag 'usb-4.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 9 years ago
8e3ae37
Merge tag 'tty-4.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 9 years ago
f9d1e7f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 9 years ago
09502d9
Merge tag 'pinctrl-v4.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
by Linus Torvalds
· 9 years ago
ddce192
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 9 years ago
ff06162
Merge tag 'powerpc-4.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 9 years ago
7c5047a
Merge tag 'iommu-fixes-v4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
by Linus Torvalds
· 9 years ago
d61fb48
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 9 years ago
d4b0528
Merge tag 'sound-4.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 9 years ago
d40d334
Merge tag 'phy-for-4.6-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy into usb-linus
by Greg Kroah-Hartman
· 9 years ago
ea5dfb5
x86 EDAC, sb_edac.c: Take account of channel hashing when needed
by Tony Luck
· 9 years ago
ff15e95
x86 EDAC, sb_edac.c: Repair damage introduced when "fixing" channel address
by Tony Luck
· 9 years ago
5813dea
Merge tag 'fixes-for-v4.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus
by Greg Kroah-Hartman
· 9 years ago
103f611
x86/mm/xen: Suppress hugetlbfs in PV guests
by Jan Beulich
· 9 years ago
78b0634
x86/doc: Correct limits in Documentation/x86/x86_64/mm.txt
by Juergen Gross
· 9 years ago
3b9d6da
cpu/hotplug: Fix rollback during error-out in __cpu_disable()
by Sebastian Andrzej Siewior
· 9 years ago
16eeed7
clocksource/drivers/tango-xtal: Fix boot hang due to incorrect test
by Daniel Lezcano
· 9 years ago
c2bb9e3
objtool: Fix Makefile to properly see if libelf is supported
by Steven Rostedt
· 9 years ago
18cdfe751
Merge branch 'drm-fixes-4.6' of git://people.freedesktop.org/~agd5f/linux into drm-fixes
by Dave Airlie
· 9 years ago
221004c
drm: Loongson-3 doesn't fully support wc memory
by Huacai Chen
· 9 years ago
005e8da
Merge branch 'linux-4.6' of git://github.com/skeggsb/linux into drm-fixes
by Dave Airlie
· 9 years ago
Next »