index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...
Linus Torvalds
2010-08-12
30
-253
/
+658
|
\
|
*
param: don't deref arg in __same_type() checks
Rusty Russell
2010-08-11
1
-5
/
+5
|
*
param: update drivers/acpi/debug.c to new scheme
Rusty Russell
2010-08-11
1
-8
/
+24
|
*
param: use module_param in drivers/message/fusion/mptbase.c
Rusty Russell
2010-08-11
1
-2
/
+1
|
*
ide: use module_param_named rather than module_param_call
Rusty Russell
2010-08-11
1
-7
/
+13
|
*
param: update drivers/char/ipmi/ipmi_watchdog.c to new scheme
Rusty Russell
2010-08-11
1
-15
/
+27
|
*
param: lock if_sdio's lbs_helper_name and lbs_fw_name against sysfs changes.
Rusty Russell
2010-08-11
1
-2
/
+30
|
*
param: lock myri10ge_fw_name against sysfs changes.
Rusty Russell
2010-08-11
1
-13
/
+41
|
*
param: simple locking for sysfs-writable charp parameters
Rusty Russell
2010-08-11
7
-0
/
+24
|
*
param: remove unnecessary writable charp
Rusty Russell
2010-08-11
4
-11
/
+11
|
*
param: add kerneldoc to moduleparam.h
Rusty Russell
2010-08-11
1
-26
/
+95
|
*
param: locking for kernel parameters
Rusty Russell
2010-08-11
2
-7
/
+82
|
*
param: make param sections const.
Rusty Russell
2010-08-11
3
-7
/
+7
|
*
param: use free hook for charp (fix leak of charp parameters)
Rusty Russell
2010-08-11
1
-2
/
+50
|
*
param: add a free hook to kernel_param_ops.
Rusty Russell
2010-08-11
2
-1
/
+18
|
*
param: silence .init.text references from param ops
Rusty Russell
2010-08-11
1
-0
/
+13
|
*
Add param ops struct for hvc_iucv driver.
Sachin Sant
2010-08-11
1
-2
/
+7
|
*
nfs: update for module_param_named API change
Stephen Rothwell
2010-08-11
1
-2
/
+7
|
*
AppArmor: update for module_param_named API change
Stephen Rothwell
2010-08-11
1
-12
/
+24
|
*
param: use ops in struct kernel_param, rather than get and set fns directly
Rusty Russell
2010-08-11
7
-111
/
+186
|
*
param: move the EXPORT_SYMBOL to after the definitions.
Rusty Russell
2010-08-11
1
-26
/
+13
|
*
params: don't hand NULL values to param.set callbacks.
Rusty Russell
2010-08-11
1
-17
/
+3
|
*
documentation: fix erroneous email address.
Rusty Russell
2010-08-11
1
-1
/
+1
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...
Linus Torvalds
2010-08-12
21
-22
/
+2431
|
\
\
|
*
|
regulator: Remove default DEBUG define from TPS6586x
Mark Brown
2010-08-11
1
-1
/
+0
|
*
|
regulator: tps6507x - add missing platform_set_drvdata in tps6507x_pmic_probe
Axel Lin
2010-08-11
1
-0
/
+1
|
*
|
regulator: tps6586x - add regulator_unregister() in tps6586x_regulator_remove()
Axel Lin
2010-08-11
1
-1
/
+4
|
*
|
mfd: max8998 - fix incorrect kfree(i2c) in i2c_driver probe callback handler
Axel Lin
2010-08-11
1
-3
/
+1
|
*
|
regulator: lp3971 - remove unnecessary ret value checking in lp3971_i2c_write()
Axel Lin
2010-08-11
1
-7
/
+1
|
*
|
regulator: max8660 - fix a memory leak in max8660_remove()
Axel Lin
2010-08-11
1
-5
/
+5
|
*
|
regulator: max1586 - fix a memory leak in max1586_pmic_remove()
Axel Lin
2010-08-11
1
-5
/
+5
|
*
|
regulator: Default GPIO controlled WM8994 regulators to disabled
Joonyoung Shim
2010-08-11
1
-3
/
+2
|
*
|
regulator: lp3971 - remove unnecessary ret value checking in lp3971_i2c_write()
Axel Lin
2010-08-11
1
-1
/
+1
|
*
|
max8998: fix off-by-one value range checking
Axel Lin
2010-08-11
1
-2
/
+2
|
*
|
regulator: tps6586x: fix millivolt return values and SM2 table
Gary King
2010-08-11
1
-3
/
+10
|
*
|
regulator: tps6586x: add dependancy on MFD_TPS6585x
Mike Rapoport
2010-08-11
1
-1
/
+1
|
*
|
regulator: add TPS6586X regulator driver
Mike Rapoport
2010-08-11
3
-0
/
+394
|
*
|
regulator: MAX8998: set_voltage bugfix. ramp_up delay and min/max voltage
MyungJoo Ham
2010-08-11
1
-2
/
+27
|
*
|
regulator: add support for regulators on the ab8500 MFD
Sundar R IYER
2010-08-11
3
-0
/
+436
|
*
|
ab8500-mfd: add regulator support to ab8500 mfd device
Sundar R Iyer
2010-08-11
3
-1
/
+34
|
*
|
tps65023: Allow registering similar TPS65021
Marek Vasut
2010-08-11
1
-0
/
+2
|
*
|
drivers: regulators: depend on MFD_MAX8998
Marek Szyprowski
2010-08-11
1
-2
/
+1
|
*
|
drivers: regulator: add Maxim 8998 driver
Kyungmin Park
2010-08-11
8
-0
/
+981
|
*
|
ISL6271A voltage regulator support.
Marek Vasut
2010-08-11
3
-0
/
+243
|
*
|
regulator: make sure the regulator is available prior to the consumers.
Sonic Zhang
2010-08-11
1
-1
/
+1
|
*
|
regulator: new drivers for AD5398 and AD5821
Sonic Zhang
2010-08-11
3
-0
/
+295
|
|
/
*
|
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...
Linus Torvalds
2010-08-12
43
-339
/
+3933
|
\
\
|
*
|
mfd: Fix incorrect kfree(i2c) in wm8994-core i2c_driver probe
Axel Lin
2010-08-12
1
-3
/
+1
|
*
|
mfd: Fix incorrect kfree(i2c) in wm831x-core i2c_driver probe
Axel Lin
2010-08-12
1
-3
/
+1
|
*
|
mfd: Fix incorrect kfree(i2c) in tps6507x i2c_driver probe
Axel Lin
2010-08-12
1
-3
/
+1
[next]