summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-23Revert "cpufreq: pcc-cpufreq: update default value of cpuinfo_transition_late...Andreas Herrmann2-4/+2
2016-07-22cpufreq: export cpufreq_driver_resolve_freq()Steve Muckle1-0/+1
2016-07-22cpufreq: Disallow ->resolve_freq() for drivers providing ->target_index()Viresh Kumar1-4/+12
2016-07-21cpufreq: acpi-cpufreq: use cached frequency mapping when possibleSteve Muckle1-1/+4
2016-07-21cpufreq: schedutil: map raw required frequency to driver frequencySteve Muckle1-8/+23
2016-07-21cpufreq: add cpufreq_driver_resolve_freq()Steve Muckle2-0/+41
2016-07-21cpufreq: intel_pstate: Check cpuid for MSR_HWP_INTERRUPTSrinivas Pandruvada1-1/+2
2016-07-21intel_pstate: Update cpu_frequency tracepoint every timeRafael J. Wysocki1-8/+4
2016-07-21cpufreq: intel_pstate: clean remnant struct elementCarsten Emde1-2/+0
2016-07-12cpufreq: powernv: Replacing pstate_id with frequency table indexAkshay Adiga1-75/+102
2016-07-11intel_pstate: Fix MSR_CONFIG_TDP_x addressing in core_get_max_pstate()Jan Kiszka1-1/+1
2016-07-07cpufreq: Reuse new freq-table helpersViresh Kumar5-20/+10
2016-07-07cpufreq: Handle sorted frequency tables more efficientlyViresh Kumar2-11/+296
2016-07-04cpufreq: Drop redundant check from cpufreq_update_current_freq()Rafael J. Wysocki1-3/+0
2016-07-04Merge back earlier cpufreq material for v4.8.Rafael J. Wysocki36-758/+531
2016-06-28cpufreq: Avoid false-positive WARN_ON()s in cpufreq_update_policy()Rafael J. Wysocki1-0/+4
2016-06-28intel_pstate: Declare pid_params/pstate_funcs/hwp_active __read_mostlyJisheng Zhang1-3/+3
2016-06-28intel_pstate: add __init/__initdata marker to some functions/variablesJisheng Zhang1-9/+9
2016-06-28intel_pstate: Fix incorrect placement of __initdataJisheng Zhang1-3/+3
2016-06-28cpufreq: dt: call of_node_put() before error outMasahiro Yamada1-3/+4
2016-06-28intel_pstate: Do not clear utilization update hooks on policy changesRafael J. Wysocki1-2/+3
2016-06-27Linux 4.7-rc5Linus Torvalds1-1/+1
2016-06-26Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds4-6/+12
2016-06-25Merge branch 'for-linus-4.7-part2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-13/+34
2016-06-25Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds11-36/+57
2016-06-25Merge tag 'sound-4.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds4-12/+19
2016-06-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+12
2016-06-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-21/+66
2016-06-25Btrfs: fix ->iterate_shared() by upgrading i_rwsem for delayed nodesOmar Sandoval3-13/+34
2016-06-25Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-6/+46
2016-06-25Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+11
2016-06-25Merge tag 'powerpc-4.7-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds15-51/+137
2016-06-25Fix build break in fork.c when THREAD_SIZE < PAGE_SIZEMichael Ellerman1-2/+2
2016-06-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds67-207/+178
2016-06-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds30-113/+190
2016-06-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-5/+5
2016-06-25Merge tag 'hwmon-for-linus-v4.7-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+20
2016-06-25Merge tag 'acpi-4.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2-2/+9
2016-06-25Merge tag 'pm-4.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds3-17/+15
2016-06-25Merge tag 'for-linus-4.7b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-68/+58
2016-06-25Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds6-8/+43
2016-06-25init/main.c: fix initcall_blacklisted on ia64, ppc64 and parisc64Rasmus Villemoes1-1/+3
2016-06-25autofs: don't get stuck in a loop if vfs_write() returns an errorAndrey Vagin1-3/+4
2016-06-25mm/page_owner: avoid null pointer dereferenceSudip Mukherjee1-2/+4
2016-06-25tools/vm/slabinfo: fix spelling mistake: "Ocurrences" -> "Occurrences"Colin Ian King1-1/+1
2016-06-25fs/nilfs2: fix potential underflow in call to crc32_leTorsten Hilbrich1-1/+1
2016-06-25oom, suspend: fix oom_reaper vs. oom_killer_disable raceMichal Hocko1-0/+12
2016-06-25ocfs2: disable BUG assertions in reading blocksGang He2-2/+5
2016-06-25mm, compaction: abort free scanner if split failsDavid Rientjes1-18/+21
2016-06-25mm: prevent KASAN false positives in kmemleakDmitry Vyukov1-0/+2