summaryrefslogtreecommitdiffstats
path: root/arch/h8300/kernel (unfollow)
Commit message (Expand)AuthorFilesLines
2012-03-27mmc: tmio_mmc: do not enable card hotplug interrupts, if unusedGuennadi Liakhovetski1-1/+6
2012-03-27mmc: omap_hsmmc: Don't expect MMC1 to always have vmmc supplyRajendra Nayak1-29/+2
2012-03-27mmc: omap_hsmmc: Get rid of omap_hsmmc_4_set_power functionRajendra Nayak1-20/+1
2012-03-27mmc: omap_hsmmc: Get rid of omap_hsmmc_1_set_power functionRajendra Nayak1-27/+3
2012-03-27mmc: omap_hsmmc: Use OMAP_HSMMC_SUPPORTS_DUAL_VOLT flag to remove host->id ba...Balaji T K1-1/+1
2012-03-27mmc: omap_hsmmc: remove unused .set_sleep functionBalaji T K2-62/+0
2012-03-27mmc: omap_hsmmc: use platform_get_resource_byname for tx/rx DMA channelsBalaji T K1-24/+11
2012-03-27mmc: core: Detect card removal on I/O errorUlf Hansson2-3/+22
2012-03-27mmc: dw_mmc: Regression fix for non-IDMAC DMASeungwon Jeon1-16/+9
2012-03-27mmc: dw_mmc: fix compile error when CONFIG_MMC_DW_IDMAC is disabledJaehoon Chung1-1/+1
2012-03-27ARM: OMAP: hsmmc: add max_freq fieldDaniel Mack3-2/+9
2012-03-27mmc: atmel-mci: fix typoLudovic Desroches1-1/+1
2012-03-26mmc: dw_mmc: shift with slot-id for CLKENA registerJaehoon Chung1-2/+2
2012-03-26mmc: esdhc: Workaround for data crc error on p1010rdbJerry Huang1-2/+17
2012-03-26mmc: core: add a debug message for SET_BLOCK_COUNTJaehoon Chung1-0/+6
2012-03-26mmc: dw_mmc: Add support for pre_req and post_reqSeungwon Jeon1-27/+102
2012-03-26mmc: sdhci-tegra: Explicitly support Tegra30Stephen Warren1-13/+87
2012-03-26mmc: esdhc: Implement power management for ESDHCJerry Huang1-0/+18
2012-03-26mmc: sdhci: Add platform suspend/resume hooks.Chris Ball2-0/+8
2012-03-26mmc: dw_mmc: Override blk_settings with platdata on IDMACJaehoon Chung1-8/+8
2012-03-26mmc: Support of PCI mode in the dw_mmc driverShashidhar Hiremath7-104/+385
2012-03-26mmc: dw_mmc: add support for eMMC Power Off Notify featureJaehoon Chung1-0/+5
2012-03-26mmc: MMC-4.5 Data Tag SupportSaugata Das4-5/+35
2012-03-21ext4: initialization of ext4_li_mtx needs to be done earlierAl Viro1-2/+3
2012-03-21VM: make zap_page_range() callers that act on a single VMA use separate helperAl Viro1-39/+74
2012-03-21VM: make unmap_vmas() return voidAl Viro3-8/+3
2012-03-21VM: don't bother with feeding upper limit to tlb_finish_mmu() in exit_mmap()Al Viro1-1/+1
2012-03-21VM: make zap_page_range() return voidAl Viro2-4/+3
2012-03-21VM: can't go through the inner loop in unmap_vmas() more than once...Al Viro1-2/+2
2012-03-21VM: unmap_page_range() can return voidAl Viro1-9/+6
2012-03-21debugfs-related mode_t whack-a-moleAl Viro6-7/+7
2012-03-21hfsplus: add an ioctl to bless filesMatthew Garrett3-0/+40
2012-03-21hfsplus: change finder_info to u32Matthew Garrett1-1/+1
2012-03-21hfsplus: initialise userflagsMatthew Garrett1-0/+2
2012-03-21qnx4: new helper - try_extent()Al Viro1-8/+15
2012-03-21qnx4: get rid of qnx4_bread/qnx4_getblkAl Viro3-36/+3
2012-03-21take removal of PF_FORKNOEXEC to flush_old_exec()Al Viro7-10/+1
2012-03-21trim includes in inode.cAl Viro1-11/+1
2012-03-21um: uml_dup_mmap() relies on ->mmap_sem being held, but activate_mm() doesn't...Al Viro2-3/+10
2012-03-21um: embed ->stub_pages[] into mmu_contextAl Viro2-19/+6
2012-03-21gadgetfs: list_for_each_safe() misuseAl Viro1-6/+3
2012-03-21ocfs2: fix leaks on failure exits in module_initAl Viro1-19/+21
2012-03-21ecryptfs: make register_filesystem() the last potential failure exitAl Viro1-8/+8
2012-03-21ntfs: forgets to unregister sysctls on register_filesystem() failureAl Viro1-0/+2
2012-03-21logfs: missing cleanup on register_filesystem() failureAl Viro1-1/+4
2012-03-21jfs: mising cleanup on register_filesystem() failureAl Viro1-1/+7
2012-03-21make configfs_pin_fs() return root dentry on successAl Viro3-13/+11
2012-03-21configfs: configfs_create_dir() has parent dentry in dentry->d_parentAl Viro1-15/+5
2012-03-21configfs: sanitize configfs_create()Al Viro1-28/+27
2012-03-21configfs: kill configfs_sbAl Viro5-25/+26