index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
cpufreq: Fix white space in __cpufreq_remove_dev()
Viresh Kumar
2013-08-20
1
-1
/
+1
*
Revert "cpufreq: Use cpufreq_policy_list for iterating over policies"
Rafael J. Wysocki
2013-08-18
1
-4
/
+5
*
cpufreq: unicore2: Staticize local symbol
Jingoo Han
2013-08-14
1
-1
/
+1
*
cpufreq / s3c24xx: Fix s3c_cpufreq_initclks() __init attribute location
Hanjun Guo
2013-08-14
1
-1
/
+1
*
cpufreq / pxa2xx: Fix pxa_cpufreq_init_voltages() __init attribute location
Hanjun Guo
2013-08-14
1
-2
/
+2
*
cpufreq / gx: Fix gx_detect_chipset() __init attribute location
Hanjun Guo
2013-08-14
1
-1
/
+1
*
pxa3xx-cpufreq.c: Avoid using ARRAY_AND_SIZE(e) as a function argument
Julia Lawall
2013-08-14
1
-2
/
+4
*
cpufreq: cpufreq-cpu0: NULL is a valid regulator
Mark Brown
2013-08-14
1
-5
/
+4
*
acpi-cpufreq: Use cpufreq_freq_attr_rw to define the cpb attribute
Lan Tianyu
2013-08-14
1
-1
/
+1
*
Merge branch 'cpufreq-fixes' of git://git.linaro.org/people/vireshk/linux int...
Rafael J. Wysocki
2013-08-14
4
-13
/
+48
|
\
|
*
cpufreq: fix EXYNOS drivers selection
Bartlomiej Zolnierkiewicz
2013-08-12
3
-13
/
+45
|
*
cpufreq: exynos5440: Fix to skip when new frequency same as current
Amit Daniel Kachhap
2013-08-12
1
-0
/
+3
*
|
Merge back earlier 'pm-cpufreq' material
Rafael J. Wysocki
2013-08-14
52
-806
/
+635
|
\
\
|
|
/
|
/
|
|
*
cpufreq: improve error checking on return values of __cpufreq_governor()
Viresh Kumar
2013-08-10
1
-12
/
+36
|
*
cpufreq: Drop the owner field from struct cpufreq_driver
Viresh Kumar
2013-08-10
37
-38
/
+0
|
*
cpufreq: Use rwsem for protecting critical sections
Viresh Kumar
2013-08-10
1
-78
/
+57
|
*
cpufreq: Fix broken usage of governor->owner's refcount
Viresh Kumar
2013-08-10
1
-7
/
+7
|
*
cpufreq: Use cpufreq_policy_list for iterating over policies
Viresh Kumar
2013-08-10
1
-5
/
+5
|
*
cpufreq: Store cpufreq policies in a list
Lukasz Majewski
2013-08-10
2
-0
/
+13
|
*
cpufreq: Use sizeof(*ptr) convetion for computing sizes
Viresh Kumar
2013-08-07
15
-38
/
+33
|
*
cpufreq: Give consistent names to cpufreq_policy objects
Viresh Kumar
2013-08-07
5
-113
/
+113
|
*
cpufreq: Re-arrange declarations in cpufreq.h
Viresh Kumar
2013-08-07
1
-196
/
+177
|
*
cpufreq: Clean up header files included in the core
Viresh Kumar
2013-08-07
10
-68
/
+16
|
*
Merge branch 'pm-cpufreq-ondemand' into pm-cpufreq
Rafael J. Wysocki
2013-08-07
10
-155
/
+9
|
|
\
|
|
*
cpufreq: Remove unused function __cpufreq_driver_getavg()
Stratos Karafotis
2013-07-26
2
-18
/
+0
|
|
*
cpufreq: Remove unused APERF/MPERF support
Stratos Karafotis
2013-07-26
5
-95
/
+1
|
|
*
cpufreq: ondemand: Change the calculation of target frequency
Stratos Karafotis
2013-07-26
3
-42
/
+8
|
*
|
cpufreq: Pass policy to cpufreq_add_policy_cpu()
Viresh Kumar
2013-08-07
1
-12
/
+6
|
*
|
cpufreq: Avoid double kobject_put() for the same kobject in error code path
Rafael J. Wysocki
2013-08-07
1
-3
/
+0
|
*
|
cpufreq: Do not hold driver module references for additional policy CPUs
Rafael J. Wysocki
2013-08-07
1
-21
/
+7
|
*
|
cpufreq: Don't pass CPU to cpufreq_add_dev_{symlink|interface}()
Viresh Kumar
2013-08-07
1
-8
/
+6
|
*
|
cpufreq: Remove extra variables from cpufreq_add_dev_symlink()
Viresh Kumar
2013-08-07
1
-4
/
+3
|
*
|
cpufreq: Perform light-weight init/teardown during suspend/resume
Srivatsa S. Bhat
2013-08-07
2
-9
/
+11
|
*
|
cpufreq: Preserve policy structure across suspend/resume
Srivatsa S. Bhat
2013-08-07
1
-16
/
+53
|
*
|
cpufreq: Introduce a flag ('frozen') to separate full vs temporary init/teardown
Srivatsa S. Bhat
2013-08-07
1
-27
/
+49
|
*
|
cpufreq: Extract the handover of policy cpu to a helper function
Srivatsa S. Bhat
2013-08-07
1
-24
/
+39
|
*
|
cpufreq: Extract non-interface related stuff from cpufreq_add_dev_interface
Srivatsa S. Bhat
2013-08-07
1
-17
/
+26
|
*
|
cpufreq: Add helper to perform alloc/free of policy structure
Srivatsa S. Bhat
2013-08-07
1
-15
/
+34
|
*
|
cpufreq: Fix misplaced call to cpufreq_update_policy()
Srivatsa S. Bhat
2013-08-07
2
-6
/
+1
*
|
|
Linux 3.11-rc5
v3.11-rc5
Linus Torvalds
2013-08-11
1
-1
/
+1
*
|
|
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
2013-08-11
4
-19
/
+28
|
\
\
\
|
*
|
|
[SCSI] Don't attempt to send extended INQUIRY command if skip_vpd_pages is set
Martin K. Petersen
2013-08-02
1
-0
/
+3
|
*
|
|
[SCSI] fnic: BUG: sleeping function called from invalid context during probe
Chris Leech
2013-08-02
2
-14
/
+10
|
*
|
|
[SCSI] megaraid_sas: megaraid_sas driver init fails in kdump kernel
Sumit.Saxena@lsi.com
2013-08-02
1
-5
/
+15
*
|
|
|
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...
Linus Torvalds
2013-08-11
14
-99
/
+170
|
\
\
\
\
|
*
|
|
|
powerpc/tm: Fix context switching TAR, PPR and DSCR SPRs
Michael Neuling
2013-08-09
3
-0
/
+27
|
*
|
|
|
powerpc: Save the TAR register earlier
Michael Neuling
2013-08-09
3
-9
/
+19
|
*
|
|
|
powerpc: Fix context switch DSCR on POWER8
Michael Neuling
2013-08-09
2
-25
/
+60
|
*
|
|
|
powerpc: Rework setting up H/FSCR bit definitions
Michael Neuling
2013-08-09
1
-11
/
+20
|
*
|
|
|
powerpc: Fix hypervisor facility unavaliable vector number
Michael Neuling
2013-08-09
1
-2
/
+3
[next]