summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-07-22ACPI / processor: Drop an unused argument of a cleanup routineRafael J. Wysocki7-25/+16
2015-07-21cpufreq: propagate errors returned from __cpufreq_governor()Viresh Kumar1-7/+24
2015-07-21cpufreq: governor: Don't WARN on invalid statesViresh Kumar1-1/+1
2015-07-21cpufreq: governor: Avoid invalid states with additional checksViresh Kumar1-11/+35
2015-07-21cpufreq: governor: split out common part of {cs|od}_dbs_timer()Viresh Kumar4-51/+60
2015-07-21cpufreq: governor: Keep single copy of information common to policy->cpusViresh Kumar4-58/+114
2015-07-18cpufreq: governor: rename cur_policy as policyViresh Kumar4-24/+25
2015-07-18cpufreq: governor: name pointer to cpu_dbs_info as 'cdbs'Viresh Kumar1-13/+13
2015-07-18cpufreq: governor: Rename 'cpu_dbs_common_info' to 'cpu_dbs_info'Viresh Kumar2-17/+15
2015-07-18cpufreq: governor: Drop unused field 'cpu'Viresh Kumar2-2/+0
2015-07-18cpufreq: governor: Name delayed-work as dworkViresh Kumar4-9/+9
2015-07-17intel_pstate: enable HWP per CPUKristen Carlson Accardi1-4/+7
2015-07-17cpufreq: integrator: fixed coding style issuesCristian Ardelean1-10/+8
2015-07-17acpi-cpufreq: Fix an ACPI perf unregister issuePan Xinhui1-1/+3
2015-07-17cpufreq: Properly handle errors from cpufreq_init_policy()Viresh Kumar1-9/+11
2015-07-17cpufreq: cpufreq_add_dev: name goto labels based on what they doViresh Kumar1-8/+7
2015-07-17acpi-cpufreq: replace per_cpu with driver_data of policyPan Xinhui1-18/+22
2015-07-10cpufreq: Allow freq_table to be obtained for offline CPUsViresh Kumar2-9/+9
2015-07-10cpufreq: Initialize the governor again while restoring policyViresh Kumar1-0/+1
2015-07-05Merge tag 'platform-drivers-x86-v4.2-2' of git://git.infradead.org/users/dvha...Linus Torvalds5-45/+915
2015-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds8-17/+9
2015-07-05Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds57-5627/+3045
2015-07-05Merge tag 'ntb-4.2' of git://github.com/jonmason/ntbLinus Torvalds19-2778/+4389
2015-07-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+9
2015-07-04NTB: Add split BAR output for debugfs statsDave Jiang1-15/+68
2015-07-04NTB: Change WARN_ON_ONCE to pr_warn_once on unsafeDave Jiang1-8/+16
2015-07-04NTB: Print driver name and version in module initDave Jiang2-0/+6
2015-07-04NTB: Increase transport MTU to 64k from 16kDave Jiang1-1/+1
2015-07-04NTB: Rename Intel code names to platform namesDave Jiang2-455/+455
2015-07-04NTB: Default to CPU memcpy for performanceDave Jiang1-4/+13
2015-07-04NTB: Improve performance with write combiningDave Jiang1-1/+10
2015-07-04NTB: Use NUMA memory in Intel driverAllen Hubbe1-6/+12
2015-07-04NTB: Use NUMA memory and DMA chan in transportAllen Hubbe1-14/+32
2015-07-04NTB: Rate limit ntb_qp_link_workAllen Hubbe1-1/+1
2015-07-04NTB: Add tool test clientAllen Hubbe3-0/+568
2015-07-04NTB: Add ping pong test clientAllen Hubbe5-1/+262
2015-07-04NTB: Add parameters for Intel SNB B2B addressesAllen Hubbe1-19/+58
2015-07-04NTB: Reset transport QP link stats on downAllen Hubbe1-8/+28
2015-07-04NTB: Do not advance transport RX on link downAllen Hubbe1-2/+1
2015-07-04NTB: Differentiate transport link down messagesAllen Hubbe1-2/+2
2015-07-04NTB: Check the device ID to set errata flagsDave Jiang1-5/+44
2015-07-04NTB: Enable link for Intel root port mode in probeDave Jiang1-0/+10
2015-07-04NTB: Read peer info from local SPAD in transportDave Jiang1-5/+5
2015-07-04NTB: Split ntb_hw_intel and ntb_transport driversAllen Hubbe10-2180/+2543
2015-07-04NTB: Add NTB hardware abstraction layerAllen Hubbe2-0/+252
2015-07-04Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-18/+1
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds11-74/+1293
2015-07-04Merge branch 'next' into for-linusDmitry Torokhov11-74/+1293
2015-07-04Merge tag 'topic/drm-fixes-2015-07-04' of git://anongit.freedesktop.org/drm-i...Linus Torvalds1-1/+1
2015-07-04Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds10-25/+292