summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Further tidyup of raid6 naming in lib/raid6NeilBrown2010-08-126-11/+11
| * | | | Make lib/raid6/test build correctly.NeilBrown2010-08-122-1/+3
| * | | | Rename raid6 files now they're in a 'raid6' directory.David Woodhouse2010-08-1111-117/+111
* | | | | Merge branch 'msm-core' of git://codeaurora.org/quic/kernel/dwalker/linux-msmLinus Torvalds2010-08-1212-8/+323
|\ \ \ \ \
| * | | | | msm: mmc: Add msm prefix to platform data structureSahitya Tummala2010-08-096-6/+8
| * | | | | msm: trout: Remove extern declaration from source fileSahitya Tummala2010-08-092-3/+3
| * | | | | arm: msm: Fix section mismatch in smd.c.Gregory Bean2010-08-091-1/+1
| * | | | | arm: msm: trout add mmc supportDaniel Walker2010-06-173-1/+201
| * | | | | arm: msm: trout: add trout specific gpio interruptsDaniel Walker2010-06-171-0/+115
| * | | | | arm: msm: remove unused #include <linux/version.h>Huang Weiyi2010-06-172-2/+0
* | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds2010-08-121-1/+1
|\ \ \ \ \ \
| * | | | | | [CPUFREQ] add missing __percpu markup in pcc-cpufreq.cNamhyung Kim2010-08-121-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-08-1222-116/+805
|\ \ \ \ \ \
| * | | | | | i2c: I2C bus multiplexer driver pca954xMichael Lawnick2010-08-116-1/+377
| * | | | | | i2c: Multiplexed I2C bus core supportMichael Lawnick2010-08-117-8/+327
| * | | | | | i2c: Use a separate mutex for userspace client listsJean Delvare2010-08-112-6/+8
| * | | | | | i2c: Make i2c_default_probe self-sufficientJean Delvare2010-08-111-22/+10
| * | | | | | i2c: Drop dummy variableJean Delvare2010-08-111-3/+2
| * | | | | | i2c: Move adapter locking helpers to i2c-coreJean Delvare2010-08-112-22/+37
| * | | | | | V4L/DVB: Use custom I2C probing function mechanismJean Delvare2010-08-114-26/+18
| * | | | | | i2c: Add support for custom probe functionJean Delvare2010-08-1111-21/+31
| * | | | | | i2c-dev: Use memdup_userJulia Lawall2010-08-111-16/+6
| * | | | | | i2c-dev: Remove unnecessary kmalloc castsJoe Perches2010-08-111-3/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2010-08-1230-253/+658
|\ \ \ \ \ \
| * | | | | | param: don't deref arg in __same_type() checksRusty Russell2010-08-111-5/+5
| * | | | | | param: update drivers/acpi/debug.c to new schemeRusty Russell2010-08-111-8/+24
| * | | | | | param: use module_param in drivers/message/fusion/mptbase.cRusty Russell2010-08-111-2/+1
| * | | | | | ide: use module_param_named rather than module_param_callRusty Russell2010-08-111-7/+13
| * | | | | | param: update drivers/char/ipmi/ipmi_watchdog.c to new schemeRusty Russell2010-08-111-15/+27
| * | | | | | param: lock if_sdio's lbs_helper_name and lbs_fw_name against sysfs changes.Rusty Russell2010-08-111-2/+30
| * | | | | | param: lock myri10ge_fw_name against sysfs changes.Rusty Russell2010-08-111-13/+41
| * | | | | | param: simple locking for sysfs-writable charp parametersRusty Russell2010-08-117-0/+24
| * | | | | | param: remove unnecessary writable charpRusty Russell2010-08-114-11/+11
| * | | | | | param: add kerneldoc to moduleparam.hRusty Russell2010-08-111-26/+95
| * | | | | | param: locking for kernel parametersRusty Russell2010-08-112-7/+82
| * | | | | | param: make param sections const.Rusty Russell2010-08-113-7/+7
| * | | | | | param: use free hook for charp (fix leak of charp parameters)Rusty Russell2010-08-111-2/+50
| * | | | | | param: add a free hook to kernel_param_ops.Rusty Russell2010-08-112-1/+18
| * | | | | | param: silence .init.text references from param opsRusty Russell2010-08-111-0/+13
| * | | | | | Add param ops struct for hvc_iucv driver.Sachin Sant2010-08-111-2/+7
| * | | | | | nfs: update for module_param_named API changeStephen Rothwell2010-08-111-2/+7
| * | | | | | AppArmor: update for module_param_named API changeStephen Rothwell2010-08-111-12/+24
| * | | | | | param: use ops in struct kernel_param, rather than get and set fns directlyRusty Russell2010-08-117-111/+186
| * | | | | | param: move the EXPORT_SYMBOL to after the definitions.Rusty Russell2010-08-111-26/+13
| * | | | | | params: don't hand NULL values to param.set callbacks.Rusty Russell2010-08-111-17/+3
| * | | | | | documentation: fix erroneous email address.Rusty Russell2010-08-111-1/+1
| |/ / / / /
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds2010-08-1221-22/+2431
|\ \ \ \ \ \
| * | | | | | regulator: Remove default DEBUG define from TPS6586xMark Brown2010-08-111-1/+0
| * | | | | | regulator: tps6507x - add missing platform_set_drvdata in tps6507x_pmic_probeAxel Lin2010-08-111-0/+1
| * | | | | | regulator: tps6586x - add regulator_unregister() in tps6586x_regulator_remove()Axel Lin2010-08-111-1/+4
OpenPOWER on IntegriCloud