summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds2010-05-2520-262/+1226
|\
| * arch/m68knommu/platform/68360/commproc.c: Checkpatch cleanupAndrea Gelmini2010-05-241-2/+2
| * arch/m68knommu/mm/fault.c: Checkpatch cleanupAndrea Gelmini2010-05-241-5/+5
| * m68knommu: improve short help of m68knommu/Kconfig/RAMSIZE for '0' casePhilippe De Muyter2010-05-241-1/+1
| * m68knommu: remove un-used mcfsmc.hGreg Ungerer2010-05-241-187/+0
| * m68knommu: add smc91x support for ColdFire NETtel boardsGreg Ungerer2010-05-242-1/+156
| * m68knommu: add smc91x support to ColdFire 5249 platformGreg Ungerer2010-05-241-0/+48
| * m68knommu: remove size limit on non-MMU TASK_SIZEGreg Ungerer2010-05-241-0/+4
| * m68knommu: fix broken use of BUAD_TABLE_SIZE in 68328serial driverGreg Ungerer2010-05-241-1/+1
| * m68knommu: Coldfire QSPI platform supportSteven King2010-05-1713-66/+1010
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds2010-05-259-405/+414
|\ \
| * | regulator: return set_mode is same mode is requestedSundar R Iyer2010-05-251-0/+10
| * | Regulators: ab3100/bq24022: add a missing .owner field in regulator_descAxel Lin2010-05-252-0/+11
| * | twl6030: regulator: Remove vsel tables and use formula for calculationRajendra Nayak2010-05-251-47/+91
| * | mc13783-regulator: fix vaild voltage range checking for mc13783_fixed_regulat...Axel Lin2010-05-251-3/+3
| * | regulator: use voltage number array in 88pm860xHaojian Zhuang2010-05-253-263/+224
| * | regulator: make 88pm860x sharing one driver structureHaojian Zhuang2010-05-252-58/+27
| * | regulator: simplify regulator_register() error handlingJani Nikula2010-05-251-30/+5
| * | regulator: fix unset_regulator_supplies() to remove all matchesJani Nikula2010-05-251-1/+0
| * | regulator: prevent registration of matching regulator consumer suppliesJani Nikula2010-05-251-1/+6
| * | regulator: Allow regulator-regulator supplies to be specified by nameMark Brown2010-05-252-2/+37
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2010-05-2520-76/+839
|\ \ \
| * | | watchdog: Driver for the watchdog timer on Freescale IMX2 (and later) process...Wolfram Sang2010-05-253-0/+371
| * | | watchdog: s3c2410_wdt - Fix on handling of the request_mem_region failBanajit Goswami2010-05-251-2/+1
| * | | watchdog: s3c2410_wdt - Add extra option to include watchdog for Samsung SoCsBanajit Goswami2010-05-251-4/+10
| * | | iTCO_wdt: fix TCO V1 timeout values and limitsPádraig Brady2010-05-252-19/+21
| * | | watchdog: twl4030_wdt: Disable watchdog during probingAmeya Palande2010-05-251-0/+2
| * | | watchdog: update/improve/consolidate watchdog driverRandy Dunlap2010-05-256-17/+411
| * | | watchdog: booke_wdt: fix ioctl status flagsWim Van Sebroeck2010-05-251-3/+3
| * | | watchdog: fix several MODULE_PARM_DESC stringsRandy Dunlap2010-05-256-13/+19
| * | | watchdog: bfin: use new common Blackfin watchdog headerMike Frysinger2010-05-251-18/+1
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds2010-05-257-54/+65
|\ \ \
| * | | GFS2: Fix permissions checking for setflags ioctl()Steven Whitehouse2010-05-241-0/+7
| * | | GFS2: Don't "get" xattrs for ACLs when ACLs are turned offSteven Whitehouse2010-05-211-0/+4
| * | | GFS2: Rework reclaiming unlinked dinodesBob Peterson2010-05-215-54/+54
* | | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2010-05-2527-513/+2382
|\ \ \ \
| * \ \ \ Merge branch 'delayed-logging-for-2.6.35' into for-linusAlex Elder2010-05-2427-513/+2382
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | xfs: Ensure inode allocation buffers are fully replayedDave Chinner2010-05-246-11/+74
| | * | | xfs: enable background pushing of the CILDave Chinner2010-05-242-4/+70
| | * | | xfs: forced unmounts need to push the CILDave Chinner2010-05-241-0/+15
| | * | | xfs: Introduce delayed logging core codeDave Chinner2010-05-2411-30/+912
| | * | | xfs: Delayed logging design documentationDave Chinner2010-05-241-0/+816
| | * | | xfs: Improve scalability of busy extent trackingDave Chinner2010-05-2411-322/+350
| | * | | xfs: make the log ticket ID available outside the log infrastructureDave Chinner2010-05-244-3/+12
| | * | | xfs: clean up log ticket overrun debug outputDave Chinner2010-05-242-15/+6
| | * | | xfs: Clean up XFS_BLI_* flag namespaceDave Chinner2010-05-247-70/+70
| | * | | xfs: modify buffer item reference countingDave Chinner2010-05-241-60/+50
| | * | | xfs: allow log ticket allocation to take allocation flagsDave Chinner2010-05-241-8/+8
| | * | | xfs: Don't reuse the same transaction ID for duplicated transactions.Dave Chinner2010-05-241-0/+9
* | | | | Merge git://git.infradead.org/battery-2.6Linus Torvalds2010-05-251-2/+4
|\ \ \ \ \