summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* GFS2: Merge gfs2_attach_bufdata() into trans.cSteven Whitehouse2013-01-294-56/+26
* GFS2: Copy gfs2_trans_add_bh into new data/meta functionsSteven Whitehouse2013-01-294-84/+84
* GFS2: Split gfs2_trans_add_bh() into twoSteven Whitehouse2013-01-2911-70/+81
* GFS2: Merge revoke adding functionsSteven Whitehouse2013-01-292-16/+9
* GFS2: Separate LRU scanning from shrinkerSteven Whitehouse2013-01-291-11/+17
* Merge tag 'regulator-3.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-01-283-2/+3
|\
| * Merge remote-tracking branch 'regulator/fix/lrg' into tmpMark Brown2013-01-291-1/+1
| |\
| | * regulator: MAINTAINERS: update email addressLiam Girdwood2013-01-161-1/+1
| * | Merge remote-tracking branch 'regulator/fix/tps80031' into tmpMark Brown2013-01-291-1/+1
| |\ \
| | * | regulator: tps80031: Use IS_ERR to check return value of regulator_register()Axel Lin2013-01-261-1/+1
| * | | Merge remote-tracking branch 'regulator/fix/db8500' into tmpMark Brown2013-01-291-0/+1
| |\ \ \ | | |/ / | |/| |
| | * | regulators: db8500: Fix compile failure for drivers/regulator/dbx500-prcmu.cSteven Rostedt2013-01-261-0/+1
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2013-01-286-5/+33
|\ \ \ \
| * | | | powerpc: Max next_tb to prevent from replaying timer interruptTiejun Chen2013-01-291-2/+7
| * | | | powerpc: kernel/kgdb.c: Fix memory leakageCong Ding2013-01-291-2/+3
| * | | | powerpc/book3e: Disable interrupt after preempt_schedule_irqTiejun Chen2013-01-291-0/+13
| * | | | powerpc/oprofile: Fix error in oprofile power7_marked_instr_event() functionCarl E. Love2013-01-291-1/+1
| * | | | powerpc/pasemi: Fix crash on rebootSteven Rostedt2013-01-291-0/+7
| * | | | powerpc: Fix MAX_STACK_TRACE_ENTRIES too low warning for ppc32Li Zhong2013-01-291-0/+2
* | | | | Merge tag 'md-3.8-fixes' of git://neil.brown.name/mdLinus Torvalds2013-01-282-64/+38
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | DM-RAID: Fix RAID10's check for sufficient redundancyJonathan Brassow2013-01-242-64/+38
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixesLinus Torvalds2013-01-281-1/+6
|\ \ \ \ \
| * | | | | GFS2: fix skip unlock conditionDavid Teigland2013-01-281-1/+6
| | |/ / / | |/| | |
* | | | | Merge tag 'iommu-fixes-v3.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-01-281-0/+34
|\ \ \ \ \
| * | | | | IOMMU, AMD Family15h Model10-1Fh erratum 746 WorkaroundSuravee Suthikulpanit2013-01-281-0/+34
| |/ / / /
* | | | | Merge tag 'mfd-for-linus-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-01-2824-129/+314
|\ \ \ \ \
| * | | | | mfd: rtsx: Fix oops when rtsx_pci_sdmmc is not probedWei WANG2013-01-271-2/+2
| * | | | | mfd: wm5102: Fix definition of WM5102_MAX_REGISTERMark Brown2013-01-271-1/+1
| * | | | | mfd: twl4030: Don't warn about uninitialized return codeArnd Bergmann2013-01-271-1/+1
| * | | | | mfd: da9052/53 lockup fixAshish Jangam2013-01-273-4/+126
| * | | | | mfd: rtsx: Add clock divider hookWei WANG2013-01-276-2/+31
| * | | | | mmc: rtsx: Call MFD hook to switch output voltageWei WANG2013-01-271-25/+5
| * | | | | mfd: rtsx: Add output voltage switch hookWei WANG2013-01-275-4/+85
| * | | | | mfd: Fix compile errors and warnings when !CONFIG_AB8500_BMLee Jones2013-01-223-27/+5
| * | | | | mfd: vexpress: Export global functions to fix build errorGuenter Roeck2013-01-221-2/+6
| * | | | | mfd: arizona: Check errors from regcache_sync()Mark Brown2013-01-221-1/+6
| * | | | | mfd: tc3589x: Use simple irqdomainLinus Walleij2013-01-221-12/+5
| * | | | | mfd: pcf50633: Init pcf->dev before using itAxel Lin2013-01-221-3/+2
| * | | | | mfd: max77693: Init max77693->dev before using itAxel Lin2013-01-221-16/+18
| * | | | | mfd: max77686: Init max77686->dev before using itAxel Lin2013-01-221-9/+9
| * | | | | mfd: db8500-prcmu: Fix irqdomain usageLinus Walleij2013-01-221-4/+9
| * | | | | mfd: tps65910: Select REGMAP_IRQ in Kconfig to fix build errorAnilKumar Ch2013-01-221-0/+1
| * | | | | mfd: arizona: Disable control interface reporting for WM5102 and WM5110Mark Brown2013-01-221-16/+2
| | |_|/ / | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-01-2897-418/+851
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | dm9601: support dm9620 variantPeter Korsgaard2013-01-281-1/+29
| * | | | SCTP: Free the per-net sysctl table on net exit. v2Vlad Yasevich2013-01-281-0/+4
| * | | | net: phy: icplus: fix broken INTR pin settingsGiuseppe CAVALLARO2013-01-281-5/+5
| * | | | net: phy: icplus: Use the RGMII interface mode to configure clock delaysStuart Menefy2013-01-281-5/+16
| * | | | IP_GRE: Fix kernel panic in IP_GRE with GRE csum.Pravin B Shelar2013-01-281-1/+5
| * | | | sctp: set association state to established in dupcook_a handlerXufeng Zhang2013-01-271-1/+3
OpenPOWER on IntegriCloud