aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-23cpufreq: stats: return -EEXIST when stats are already allocatedViresh Kumar1-1/+3
2015-01-23cpufreq: stats: Improve module description stringViresh Kumar1-2/+1
2015-01-23Merge tag 'v3.20-rockchip-dts1' of git://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson2-1/+79
2015-01-23Merge tag 'v3.20-rockchip-soc1' of git://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson6-1/+452
2015-01-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-28/+19
2015-01-23Merge tag 'bcm5301x-dt-2015-01-20' of https://github.com/hauke/linux into nex...Olof Johansson8-6/+234
2015-01-24Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds3-10/+20
2015-01-24Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds3-2/+2
2015-01-23Merge tag 'pxa-for-3.20' of https://github.com/rjarzmik/linux into next/fixes...Olof Johansson6-13/+11
2015-01-23cpufreq: move some initialization stuff to cpufreq_policy_alloc()Viresh Kumar1-3/+2
2015-01-23cpufreq: check cpufreq_policy_list instead of scanning policies for all CPUsViresh Kumar1-16/+5
2015-01-23cpufreq: limit the scope of l_p_j variablesViresh Kumar1-10/+5
2015-01-23cpufreq: use light-weight cpufreq_cpu_get_raw() in __cpufreq_add_dev()Viresh Kumar1-4/+2
2015-01-23cpufreq: get rid of 'tpolicy' from __cpufreq_add_dev()Viresh Kumar1-4/+4
2015-01-23cpufreq: get rid of CONFIG_{HOTPLUG_CPU|SMP} messViresh Kumar1-10/+1
2015-01-23cpufreq: update driver_data->flags only if we are registering driverViresh Kumar1-3/+3
2015-01-23cpufreq: pass policy to __cpufreq_get()Viresh Kumar1-6/+5
2015-01-23cpufreq: pass policy to cpufreq_out_of_syncViresh Kumar1-14/+6
2015-01-23cpufreq: No need to check for has_target()Viresh Kumar1-1/+1
2015-01-23cpufreq: s/__find_governor/find_governorViresh Kumar1-5/+5
2015-01-23cpufreq: merge 'if' blocks in __cpufreq_remove_dev_prepare()Viresh Kumar1-2/+1
2015-01-23cpufreq: don't need line break in show_scaling_cur_freq()Viresh Kumar1-2/+1
2015-01-23cpufreq: remove extra parenthesisViresh Kumar1-1/+1
2015-01-23cpufreq: remove dangling commentViresh Kumar1-4/+0
2015-01-23Merge tag 'omap-for-v3.20/dt-pt2' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson6-0/+846
2015-01-23Merge tag 'omap-for-v3.20/defconfig-modular' of git://git.kernel.org/pub/scm/...Olof Johansson1-44/+84
2015-01-23Merge tag 'omap-for-v3.20/drop-legacy-3517-v2' of git://git.kernel.org/pub/sc...Olof Johansson10-1085/+2
2015-01-23PCI: Add DMA alias quirk for Adaptec 3405Alex Williamson1-0/+38
2015-01-23PCI: xilinx: Fix harmless format string warningArnd Bergmann1-2/+2
2015-01-23PM / OPP: Assert RCU lock in exported functionsKrzysztof Kozlowski1-0/+4
2015-01-23PM / QoS: Use lockdep asserts to find missing hold of power.lockKrzysztof Kozlowski1-0/+4
2015-01-23PM / OPP: Update kernel documentationNishanth Menon1-13/+114
2015-01-23PM / OPP: Ensure consistent naming of static functionsNishanth Menon1-31/+31
2015-01-23PM / OPP: export dev_pm_opp_get_notifierNishanth Menon1-0/+1
2015-01-23cpufreq: suspend cpufreq governors on shutdownDoug Anderson1-0/+11
2015-01-23cpufreq: drop owner assignment from platform_driversWolfram Sang1-1/+0
2015-01-23libata: use blk tagingShaohua Li4-17/+48
2015-01-23Merge branch 'for-3.20/core' into for-3.20/driversJens Axboe16-62/+146
2015-01-23blk-mq: add tag allocation policyShaohua Li5-17/+39
2015-01-23ARM: dts: sun4i: Add Hyundau A7HD boardHans de Goede2-0/+106
2015-01-23PM / QoS: Add debugfs support to view the list of constraintsNishanth Menon1-2/+89
2015-01-23block: support different tag allocation policyShaohua Li6-13/+39
2015-01-23PCI / PM: Avoid resuming PCI devices during system suspendRafael J. Wysocki4-5/+55
2015-01-23ACPI / sleep: mark acpi_sleep_dmi_check() __initJan Beulich1-1/+1
2015-01-23ACPI / LPSS: Remove non-existing clock control from Intel Lynxpoint I2CJarkko Nikula1-1/+1
2015-01-23ACPI / EC: Cleanup QR_EC related codeLv Zheng1-50/+20
2015-01-23ACPI / EC: Fix issues related to the SCI_EVT handlingLv Zheng2-34/+26
2015-01-23ACPI / EC: Fix a code path that global lock is not heldLv Zheng1-0/+10
2015-01-23ACPI / EC: Fix returning values in acpi_ec_sync_query()Lv Zheng1-6/+10
2015-01-23ACPI / EC: Add reference counting for query handlersLv Zheng1-10/+33