aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-07-21cpufreq: governor: split out common part of {cs|od}_dbs_timer()Gravatar Viresh Kumar 4-51/+60
2015-07-21cpufreq: governor: Keep single copy of information common to policy->cpusGravatar Viresh Kumar 4-58/+114
2015-07-17cpufreq: governor: rename cur_policy as policyGravatar Viresh Kumar 4-24/+25
2015-07-17cpufreq: governor: name pointer to cpu_dbs_info as 'cdbs'Gravatar Viresh Kumar 1-13/+13
2015-07-17cpufreq: governor: Rename 'cpu_dbs_common_info' to 'cpu_dbs_info'Gravatar Viresh Kumar 2-17/+15
2015-07-17cpufreq: governor: Drop unused field 'cpu'Gravatar Viresh Kumar 2-2/+0
2015-07-17cpufreq: governor: Name delayed-work as dworkGravatar Viresh Kumar 4-9/+9
2015-07-16intel_pstate: enable HWP per CPUGravatar Kristen Carlson Accardi 1-4/+7
2015-07-16cpufreq: integrator: fixed coding style issuesGravatar Cristian Ardelean 1-10/+8
2015-07-16acpi-cpufreq: Fix an ACPI perf unregister issueGravatar Pan Xinhui 1-1/+3
2015-07-16cpufreq: Properly handle errors from cpufreq_init_policy()Gravatar Viresh Kumar 1-9/+11
2015-07-16cpufreq: cpufreq_add_dev: name goto labels based on what they doGravatar Viresh Kumar 1-8/+7
2015-07-16acpi-cpufreq: replace per_cpu with driver_data of policyGravatar Pan Xinhui 1-18/+22
2015-07-10cpufreq: Allow freq_table to be obtained for offline CPUsGravatar Viresh Kumar 2-9/+9
2015-07-10cpufreq: Initialize the governor again while restoring policyGravatar Viresh Kumar 1-0/+1
2015-07-05Linux 4.2-rc1v4.2-rc1Gravatar Linus Torvalds 1-2/+2
2015-07-05Merge tag 'platform-drivers-x86-v4.2-2' of git://git.infradead.org/users/dvha...Gravatar Linus Torvalds 7-45/+1004
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 99-553/+784
2015-07-04bluetooth: fix list handlingGravatar Linus Torvalds 2-2/+3
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 68-6312/+3163
2015-07-04Merge tag 'ntb-4.2' of git://github.com/jonmason/ntbGravatar Linus Torvalds 23-2816/+5545
2015-07-049p: cope with bogus responses from server in p9_client_{read,write}Gravatar Al Viro 1-0/+8
2015-07-04p9_client_write(): avoid double p9_free_req()Gravatar Al Viro 1-0/+1
2015-07-049p: forgetting to cancel request on interrupted zero-copy RPCGravatar Al Viro 1-1/+2
2015-07-04dax: bdev_direct_access() may sleepGravatar Matthew Wilcox 1-0/+6
2015-07-04block: Add support for DAX reads/writes to block devicesGravatar Matthew Wilcox 2-2/+8
2015-07-04dax: Use copy_from_iter_nocacheGravatar Matthew Wilcox 1-1/+1
2015-07-04dax: Add block size note to documentationGravatar Matthew Wilcox 1-2/+4
2015-07-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 10-16/+54
2015-07-04NTB: Add split BAR output for debugfs statsGravatar Dave Jiang 1-15/+68
2015-07-04NTB: Change WARN_ON_ONCE to pr_warn_once on unsafeGravatar Dave Jiang 1-8/+16
2015-07-04NTB: Print driver name and version in module initGravatar Dave Jiang 2-0/+6
2015-07-04NTB: Increase transport MTU to 64k from 16kGravatar Dave Jiang 1-1/+1
2015-07-04NTB: Rename Intel code names to platform namesGravatar Dave Jiang 3-465/+465
2015-07-04NTB: Default to CPU memcpy for performanceGravatar Dave Jiang 1-4/+13
2015-07-04NTB: Improve performance with write combiningGravatar Dave Jiang 1-1/+10
2015-07-04NTB: Use NUMA memory in Intel driverGravatar Allen Hubbe 1-6/+12
2015-07-04NTB: Use NUMA memory and DMA chan in transportGravatar Allen Hubbe 1-14/+32
2015-07-04NTB: Rate limit ntb_qp_link_workGravatar Allen Hubbe 1-1/+1
2015-07-04NTB: Add tool test clientGravatar Allen Hubbe 4-0/+600
2015-07-04NTB: Add ping pong test clientGravatar Allen Hubbe 6-1/+289
2015-07-04NTB: Add parameters for Intel SNB B2B addressesGravatar Allen Hubbe 2-19/+68
2015-07-04NTB: Reset transport QP link stats on downGravatar Allen Hubbe 1-8/+28
2015-07-04NTB: Do not advance transport RX on link downGravatar Allen Hubbe 1-2/+1
2015-07-04NTB: Differentiate transport link down messagesGravatar Allen Hubbe 1-2/+2
2015-07-04NTB: Check the device ID to set errata flagsGravatar Dave Jiang 1-5/+44
2015-07-04NTB: Enable link for Intel root port mode in probeGravatar Dave Jiang 1-0/+10
2015-07-04NTB: Read peer info from local SPAD in transportGravatar Dave Jiang 1-5/+5
2015-07-04NTB: Split ntb_hw_intel and ntb_transport driversGravatar Allen Hubbe 13-2194/+2588
2015-07-04NTB: Add NTB hardware abstraction layerGravatar Allen Hubbe 5-1/+1271