summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | hwmon: (lm75) Convert to use devm_ functionsGuenter Roeck2012-07-221-6/+3Star
| * | | | hwmon: (lm63) Convert to use devm_ functionsGuenter Roeck2012-07-221-10/+4Star
| * | | | hwmon: (gl520sm) Convert to use devm_ functionsGuenter Roeck2012-07-221-10/+5Star
| * | | | hwmon: (gl518sm) Convert to use devm_ functionsGuenter Roeck2012-07-221-10/+5Star
| * | | | hwmon: (emc6w201) Convert to use devm_ functionsGuenter Roeck2012-07-221-10/+5Star
| * | | | hwmon: (ds1621) Convert to use devm_ functionsGuenter Roeck2012-07-221-11/+5Star
| * | | | hwmon: (atxp1) Convert to use devm_ functionsGuenter Roeck2012-07-221-11/+5Star
| * | | | hwmon: (adm9240) Convert to use devm_ functionsGuenter Roeck2012-07-221-10/+4Star
| * | | | hwmon: (adm1031) Convert to use devm_ functionsGuenter Roeck2012-07-221-10/+5Star
| * | | | hwmon: (adm1026) Convert to use devm_ functionsGuenter Roeck2012-07-221-10/+5Star
| * | | | hwmon: (adm1021) Convert to use devm_ functionsGuenter Roeck2012-07-221-11/+7Star
| * | | | hwmon: (w83795) Convert to use devm_ functionsGuenter Roeck2012-07-221-8/+3Star
| * | | | hwmon: (lm90) Convert to use devm_ functionsGuenter Roeck2012-07-221-8/+4Star
| * | | | hwmon: (lm83) Convert to use devm_ functionsGuenter Roeck2012-07-221-10/+5Star
| * | | | hwmon: (f71805f) Convert to use devm_ functionsGuenter Roeck2012-07-221-19/+7Star
| * | | | hwmon: (lm78) Convert to use devm_ functionsGuenter Roeck2012-07-221-25/+11Star
| * | | | hwmon: (adt7475) Convert to use devm_ functionsGuenter Roeck2012-07-221-5/+2Star
| * | | | hwmon: (adm1025) Convert to use devm_ functionsGuenter Roeck2012-07-221-10/+5Star
| * | | | hwmon: (pc87360) Convert to use devm_ functionsGuenter Roeck2012-07-221-28/+13Star
| * | | | hwmon: (mc13783-adc.c) Convert to use devm_ functionsGuenter Roeck2012-07-221-10/+2Star
| * | | | hwmon: (max6639) Convert to use devm_ functionsGuenter Roeck2012-07-221-11/+6Star
| * | | | hwmon: (max6650) Convert to use devm_ functionsGuenter Roeck2012-07-221-6/+4Star
| * | | | hwmon: (wm831x-hwmon) Convert to use devm_ functionsGuenter Roeck2012-07-221-6/+3Star
| * | | | hwmon: Driver for DA9052/53 PMICAshish Jangam2012-07-224-0/+416
| * | | | hwmon: (fam15h_power) Fix unintentional integer overflowGuenter Roeck2012-07-221-1/+2
| * | | | hwmon: (w83627ehf) Add missing break statementGuenter Roeck2012-07-221-0/+1
* | | | | Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2012-07-2412-374/+121Star
|\ \ \ \ \
| * | | | | watchdog: orion_wdt: Convert driver to watchdog coreAxel Lin2012-07-232-153/+51Star
| * | | | | watchdog: s3c2410_wdt: Use module_platform_driver()Sachin Kamat2012-07-231-15/+1Star
| * | | | | watchdog: sch311x_wdt: Fix Polarity when starting watchdogWim Van Sebroeck2012-07-231-2/+8
| * | | | | Watchdog: OMAP: Fix the runtime pm code to avoid module getting stuck intrans...Lokesh Vutla2012-07-231-17/+0Star
| * | | | | watchdog: ie6xx_wdt: section mismatch in ie6xx_wdt_probe()Gerard Snitselaar2012-07-231-2/+2
| * | | | | watchdog: bcm63xx_wdt: fix driver section mismatchFlorian Fainelli2012-07-231-2/+2
| * | | | | watchdog: iTCO_wdt.c: convert to watchdog coreWim Van Sebroeck2012-07-232-165/+49Star
| * | | | | char/ipmi: remove local ioctl defines replaced by generic onesOskar Schirmer2012-07-231-13/+0Star
| * | | | | watchdog: xilinx: Read clock frequency directly from DT nodeMichal Simek2012-07-231-1/+1
| * | | | | watchdog: coh901327_wdt: use clk_prepare/unprepareLinus Walleij2012-07-231-3/+4
| * | | | | watchdog: f71808e_wdt: Add support for Jetway JNF99 motherboardJustin Wheeler2012-07-231-1/+3
* | | | | | Merge tag 'stable/for-linus-3.6-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-07-242-62/+92
|\ \ \ \ \ \
| * | | | | | mm/frontswap: cleanup doc and comment errorWanpeng Li2012-07-232-3/+3
| * | | | | | mm: frontswap: remove unneeded headersSasha Levin2012-07-231-4/+0Star
| * | | | | | mm: frontswap: split out function to clear a page outSasha Levin2012-07-201-6/+9
| * | | | | | mm: frontswap: remove unnecessary check during initializationSasha Levin2012-06-111-2/+1Star
| * | | | | | mm: frontswap: make all branches of if statement in put page consistentSasha Levin2012-06-111-5/+5
| * | | | | | mm: frontswap: split frontswap_shrink further to simplify lockingSasha Levin2012-06-111-15/+21
| * | | | | | mm: frontswap: split out __frontswap_unuse_pagesSasha Levin2012-06-111-20/+39
| * | | | | | mm: frontswap: split out __frontswap_curr_pagesSasha Levin2012-06-111-11/+17
| * | | | | | mm: frontswap: trivial coding convention issuesSasha Levin2012-06-111-3/+4
| * | | | | | mm: frontswap: remove casting from function calls through ops structureSasha Levin2012-06-111-5/+5
* | | | | | | Merge tag 'stable/for-linus-3.6-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-07-2423-90/+1511
|\ \ \ \ \ \ \