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
*
thermal: cpu_cooling: use EXPORT_SYMBOL_GPL
Eduardo Valentin
2013-04-25
1
-4
/
+3
*
thermal: cpu_cooling: fix kernel_doc for cpufreq_cooling_device
Eduardo Valentin
2013-04-25
1
-3
/
+3
*
thermal: cpu_cooling: remove unused headers
Eduardo Valentin
2013-04-25
1
-2
/
+0
*
Merge branch 'eduardo-1' of .git into next
Zhang Rui
2013-04-24
2
-3
/
+57
|
\
|
*
thermal: expose thermal_zone_get_temp API
Eduardo Valentin
2013-04-15
2
-3
/
+18
|
*
thermal: introduce thermal_zone_get_zone_by_name helper function
Eduardo Valentin
2013-04-15
2
-0
/
+39
*
|
Thermal: cpufreq cooling: endian bug in cpufreq_get_max_state()
Dan Carpenter
2013-04-17
1
-2
/
+2
|
/
*
Merge branch 'thermal' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...
Zhang Rui
2013-04-15
16
-261
/
+578
|
\
|
*
Thermal: build cpu_cooling code into thermal_sys module
Zhang Rui
2013-04-14
3
-3
/
+3
|
*
Thermal: build thermal governors into thermal_sys module
Zhang Rui
2013-04-14
8
-66
/
+84
|
*
Thermal: rename thermal_sys.c to thermal_core.c
Zhang Rui
2013-04-14
2
-0
/
+1
|
*
Thermal: exynos: remove unnecessary header inclusions
Arnd Bergmann
2013-04-12
1
-2
/
+0
|
*
thermal: step_wise: set throttle target within thermal instance limits
Andrew Bresticker
2013-04-12
1
-2
/
+8
|
*
thermal: add a warning for temperature emulation feature
Eduardo Valentin
2013-04-02
2
-0
/
+8
|
*
thermal: exynos: Adapt to temperature emulation core thermal framework
Amit Daniel Kachhap
2013-04-02
3
-108
/
+67
|
*
thermal: rcar: add pm_runtime_xxx() support
Kuninori Morimoto
2013-04-02
1
-0
/
+11
|
*
thermal: rcar: tidyup registration failure case
Kuninori Morimoto
2013-04-02
1
-7
/
+16
|
*
thermal: Add driver for Armada 370/XP SoC thermal management
Ezequiel Garcia
2013-04-02
4
-0
/
+263
|
*
Thermal: exynos: fix cooling state translation
Zhang Rui
2013-03-26
4
-23
/
+24
|
*
Thermal: cpufreq cooling: fix parsing per_cpu cpufreq_frequency_table
Zhang Rui
2013-03-26
1
-50
/
+93
*
|
thermal: dove: Fix thermal sensor formula
Ezequiel Garcia
2013-03-26
1
-3
/
+4
*
|
thermal: kirkwood: Fix thermal sensor formula
Ezequiel Garcia
2013-03-26
1
-4
/
+4
*
|
thermal: kirkwood: Fix valid check for thermal register
Ezequiel Garcia
2013-03-26
1
-2
/
+2
*
|
thermal: Fix compiler warning
Ezequiel Garcia
2013-03-26
1
-1
/
+1
*
|
thermal: db8500: Fix missing mutex_unlock() in probe error paths
Axel Lin
2013-03-26
1
-6
/
+11
*
|
thermal: db8500: Fix checking return value of thermal_zone_device_register
Axel Lin
2013-03-26
1
-1
/
+1
*
|
drivers: thermal: cpu_cooling: fix checkpatch warning
Laurent Navet [Mali]
2013-03-26
1
-5
/
+5
|
/
*
Merge tag 'pinctrl-fixes-for-v3.9' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2013-03-24
6
-7
/
+11
|
\
|
*
pinmux: forbid mux_usecount to be set at UINT_MAX
Richard Genoud
2013-03-21
1
-0
/
+5
|
*
pinctrl: mvebu: fix checking for SoC specific controls
Simon Guinot
2013-03-21
1
-1
/
+1
|
*
pinctrl: generic: Fix compilation error
Sachin Kamat
2013-03-13
1
-1
/
+1
|
*
pinctrl: Print the correct information in debugfs pinconf-state file
Laurent Pinchart
2013-03-13
1
-1
/
+1
|
*
pinctrl: abx500: Fix checking if pin use AlternateFunction register
Axel Lin
2013-03-13
1
-1
/
+1
|
*
gpio: fix wrong checking condition for gpio range
Haojian Zhuang
2013-03-07
1
-3
/
+2
*
|
Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
2013-03-24
4
-63
/
+139
|
\
\
|
*
\
Merge tag 'efi-for-3.9-rc4' into x86/urgent
H. Peter Anvin
2013-03-23
1
-1
/
+1
|
|
\
\
|
|
*
|
efivars: Fix check for CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE
Ben Hutchings
2013-03-22
1
-1
/
+1
|
*
|
|
Merge tag 'efi-for-3.9-rc3' into x86/urgent
H. Peter Anvin
2013-03-21
2
-46
/
+122
|
|
\
\
\
|
|
|
/
/
|
|
*
|
efivars: Handle duplicate names from get_next_variable()
Matt Fleming
2013-03-21
1
-1
/
+47
|
|
*
|
efivars: explicitly calculate length of VariableName
Matt Fleming
2013-03-21
1
-1
/
+31
|
|
*
|
efivars: Add module parameter to disable use as a pstore backend
Seth Forshee
2013-03-21
2
-1
/
+16
|
|
*
|
efivars: Allow disabling use as a pstore backend
Seth Forshee
2013-03-21
2
-44
/
+29
|
*
|
|
x86, microcode_intel_early: Mark apply_microcode_early() as cpuinit
H. Peter Anvin
2013-03-21
1
-2
/
+2
|
*
|
|
x86-32, microcode_intel_early: Fix crash with CONFIG_DEBUG_VIRTUAL
Fenghua Yu
2013-03-19
1
-13
/
+13
|
*
|
|
x86-64: Fix the failure case in copy_user_handle_tail()
CQ Tang
2013-03-18
1
-2
/
+2
*
|
|
|
Linux 3.9-rc4
v3.9-rc4
Linus Torvalds
2013-03-23
1
-1
/
+1
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
Linus Torvalds
2013-03-23
6
-12
/
+29
|
\
\
\
\
|
*
|
|
|
target/pscsi: Reject cross page boundary case in pscsi_map_sg
Asias He
2013-03-19
1
-3
/
+8
|
*
|
|
|
target/file: Bump FD_MAX_SECTORS to 2048 to handle 1M sized I/Os
Nicholas Bellinger
2013-03-19
1
-1
/
+1
|
*
|
|
|
tcm_vhost: Flush vhost_work in vhost_scsi_flush()
Asias He
2013-03-18
1
-0
/
+1
[next]