index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-21
cpufreq: propagate errors returned from __cpufreq_governor()
Viresh Kumar
1
-7
/
+24
2015-07-21
cpufreq: governor: Don't WARN on invalid states
Viresh Kumar
1
-1
/
+1
2015-07-21
cpufreq: governor: Avoid invalid states with additional checks
Viresh Kumar
1
-11
/
+35
2015-07-21
cpufreq: governor: split out common part of {cs|od}_dbs_timer()
Viresh Kumar
4
-51
/
+60
2015-07-21
cpufreq: governor: Keep single copy of information common to policy->cpus
Viresh Kumar
4
-58
/
+114
2015-07-17
cpufreq: governor: rename cur_policy as policy
Viresh Kumar
4
-24
/
+25
2015-07-17
cpufreq: governor: name pointer to cpu_dbs_info as 'cdbs'
Viresh Kumar
1
-13
/
+13
2015-07-17
cpufreq: governor: Rename 'cpu_dbs_common_info' to 'cpu_dbs_info'
Viresh Kumar
2
-17
/
+15
2015-07-17
cpufreq: governor: Drop unused field 'cpu'
Viresh Kumar
2
-2
/
+0
2015-07-17
cpufreq: governor: Name delayed-work as dwork
Viresh Kumar
4
-9
/
+9
2015-07-16
intel_pstate: enable HWP per CPU
Kristen Carlson Accardi
1
-4
/
+7
2015-07-16
cpufreq: integrator: fixed coding style issues
Cristian Ardelean
1
-10
/
+8
2015-07-16
acpi-cpufreq: Fix an ACPI perf unregister issue
Pan Xinhui
1
-1
/
+3
2015-07-16
cpufreq: Properly handle errors from cpufreq_init_policy()
Viresh Kumar
1
-9
/
+11
2015-07-16
cpufreq: cpufreq_add_dev: name goto labels based on what they do
Viresh Kumar
1
-8
/
+7
2015-07-16
acpi-cpufreq: replace per_cpu with driver_data of policy
Pan Xinhui
1
-18
/
+22
2015-07-10
cpufreq: Allow freq_table to be obtained for offline CPUs
Viresh Kumar
2
-9
/
+9
2015-07-10
cpufreq: Initialize the governor again while restoring policy
Viresh Kumar
1
-0
/
+1
2015-07-05
Merge tag 'platform-drivers-x86-v4.2-2' of git://git.infradead.org/users/dvha...
Linus Torvalds
5
-45
/
+915
2015-07-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
8
-17
/
+9
2015-07-04
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
57
-5627
/
+3045
2015-07-04
Merge tag 'ntb-4.2' of git://github.com/jonmason/ntb
Linus Torvalds
19
-2778
/
+4389
2015-07-04
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-2
/
+9
2015-07-04
NTB: Add split BAR output for debugfs stats
Dave Jiang
1
-15
/
+68
2015-07-04
NTB: Change WARN_ON_ONCE to pr_warn_once on unsafe
Dave Jiang
1
-8
/
+16
2015-07-04
NTB: Print driver name and version in module init
Dave Jiang
2
-0
/
+6
2015-07-04
NTB: Increase transport MTU to 64k from 16k
Dave Jiang
1
-1
/
+1
2015-07-04
NTB: Rename Intel code names to platform names
Dave Jiang
2
-455
/
+455
2015-07-04
NTB: Default to CPU memcpy for performance
Dave Jiang
1
-4
/
+13
2015-07-04
NTB: Improve performance with write combining
Dave Jiang
1
-1
/
+10
2015-07-04
NTB: Use NUMA memory in Intel driver
Allen Hubbe
1
-6
/
+12
2015-07-04
NTB: Use NUMA memory and DMA chan in transport
Allen Hubbe
1
-14
/
+32
2015-07-04
NTB: Rate limit ntb_qp_link_work
Allen Hubbe
1
-1
/
+1
2015-07-04
NTB: Add tool test client
Allen Hubbe
3
-0
/
+568
2015-07-04
NTB: Add ping pong test client
Allen Hubbe
5
-1
/
+262
2015-07-04
NTB: Add parameters for Intel SNB B2B addresses
Allen Hubbe
1
-19
/
+58
2015-07-04
NTB: Reset transport QP link stats on down
Allen Hubbe
1
-8
/
+28
2015-07-04
NTB: Do not advance transport RX on link down
Allen Hubbe
1
-2
/
+1
2015-07-04
NTB: Differentiate transport link down messages
Allen Hubbe
1
-2
/
+2
2015-07-04
NTB: Check the device ID to set errata flags
Dave Jiang
1
-5
/
+44
2015-07-04
NTB: Enable link for Intel root port mode in probe
Dave Jiang
1
-0
/
+10
2015-07-04
NTB: Read peer info from local SPAD in transport
Dave Jiang
1
-5
/
+5
2015-07-04
NTB: Split ntb_hw_intel and ntb_transport drivers
Allen Hubbe
10
-2180
/
+2543
2015-07-04
NTB: Add NTB hardware abstraction layer
Allen Hubbe
2
-0
/
+252
2015-07-04
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-18
/
+1
2015-07-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
11
-74
/
+1293
2015-07-03
Merge branch 'next' into for-linus
Dmitry Torokhov
11
-74
/
+1293
2015-07-03
Merge tag 'topic/drm-fixes-2015-07-04' of git://anongit.freedesktop.org/drm-i...
Linus Torvalds
1
-1
/
+1
2015-07-03
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
10
-25
/
+292
2015-07-04
drm/crtc: Fix edid length computation
Shixin Zeng
1
-1
/
+1
[next]