summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-20140405' of git://git.infradead.org/linux-mtdLinus Torvalds2014-04-075-34/+147
|\
| * mtd: nand: fix GET/SET_FEATURES address on 16-bit devicesDavid Mosberger2014-03-261-1/+10
| * mtd: devices: elm: clean elm_load_syndromePekon Gupta2014-03-261-7/+0
| * mtd: devices: elm: check for hardware engine's design constraintsPekon Gupta2014-03-261-1/+2
| * mtd: nand: add "page" argument for read_subpage hookHuang Shijie2014-03-111-1/+1
| * of_mtd: Add helpers to get ECC strength and ECC step sizeEzequiel Garcia2014-03-111-0/+12
| * mtd: Add a retlen parameter to _get_{fact,user}_prot_infoChristian Riesch2014-03-111-8/+8
| * mtd: nand: parse out the JEDEC compliant NANDHuang Shijie2014-03-111-1/+1
| * mtd: nand: add a helper to get the supported features for JEDECHuang Shijie2014-03-111-0/+9
| * mtd: nand: add fields for JEDEC in nand_chipHuang Shijie2014-03-111-1/+9
| * mtd: nand: add the data structures for JEDEC parameter pageHuang Shijie2014-03-111-0/+75
| * mtd: nand: s3c2410: Trivial cleanup in header fileSachin Kamat2014-03-111-2/+6
| * mtd: nand: force NAND_CMD_READID onto 8-bit busBrian Norris2014-03-111-0/+10
| * mtd: nand: remove the NAND_MAX_PAGESIZE/NAND_MAX_OOBSIZEHuang Shijie2014-03-111-8/+0
| * mtd: nand: kill the the NAND_MAX_PAGESIZE/NAND_MAX_OOBSIZE for nand_buffers{}Huang Shijie2014-03-111-6/+6
* | Merge tag 'nfs-for-3.15-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-04-063-4/+4
|\ \
| * \ Merge branch 'devel' into linux-nextTrond Myklebust2014-03-173-4/+4
| |\ \
| | * | nfs: remove synchronous rename codeJeff Layton2014-03-171-2/+0
| | * | nfs: make nfs_async_rename non-staticJeff Layton2014-03-171-1/+0
| | * | nfs: abstract out code needed to complete a sillyrenameJeff Layton2014-03-171-0/+1
| | * | NFS: Be more aggressive in using readdirplus for 'ls -l' situationsTrond Myklebust2014-02-111-0/+1
| | * | SUNRPC: RPC callbacks may be split across several TCP segmentsTrond Myklebust2014-02-111-1/+2
* | | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-04-066-23/+26
|\ \ \ \
| * | | | VERIFY_OCTAL_PERMISSIONS: stricter checking for sysfs perms.Rusty Russell2014-03-243-6/+13
| * | | | module: LLVMLinux: Remove unused function warning from __param_check macroMark Charlebois2014-03-171-1/+1
| * | | | Fix: module signature vs tracepoints: add new TAINT_UNSIGNED_MODULEMathieu Desnoyers2014-03-132-1/+4
| * | | | module: remove MODULE_GENERIC_TABLERusty Russell2014-03-132-15/+8
| * | | | module: allow multiple calls to MODULE_DEVICE_TABLE() per moduleTom Gundersen2014-03-131-1/+1
* | | | | Merge tag 'dm-3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-04-061-3/+5
|\ \ \ \ \
| * | | | | dm table: add dm_table_run_md_queue_asyncMike Snitzer2014-03-271-0/+5
| * | | | | dm: remove dm_get_mapinfoMikulas Patocka2014-03-271-3/+0
* | | | | | Merge tag 'iommu-updates-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-04-064-33/+67
|\ \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-. \ \ \ \ \ Merge branches 'iommu/fixes', 'arm/smmu', 'x86/amd', 'arm/omap', 'arm/shmobil...Joerg Roedel2014-04-024-33/+67
| |\ \ \ \ \ \ \
| | | * | | | | | iommu/vt-d: Store PCI segment number in struct intel_iommuDavid Woodhouse2014-03-241-0/+1
| | | * | | | | | iommu/vt-d: Change scope lists to struct device, bus, devfnDavid Woodhouse2014-03-241-6/+12
| | | * | | | | | iommu/vt-d: Add ACPI namespace device reporting structuresDavid Woodhouse2014-03-201-2/+13
| | | * | | | | | iommu/vt-d: Update IOMMU state when memory hotplug happensJiang Liu2014-03-041-0/+2
| | | * | | | | | iommu/vt-d: Unify the way to process DMAR device scope arrayJiang Liu2014-03-041-5/+0
| | | * | | | | | iommu/vt-d: Update DRHD/RMRR/ATSR device scope caches when PCI hotplug happensJiang Liu2014-03-041-2/+22
| | | * | | | | | iommu/vt-d: Use RCU to protect global resources in interrupt contextJiang Liu2014-03-041-6/+17
| | | * | | | | | iommu/vt-d: Introduce a rwsem to protect global data structuresJiang Liu2014-03-041-0/+2
| | | * | | | | | iommu/vt-d: Introduce macro for_each_dev_scope() to walk device scope entriesJiang Liu2014-03-041-0/+6
| | | * | | | | | iommu/vt-d: Move private structures and variables into intel-iommu.cJiang Liu2014-03-041-22/+1
| | | * | | | | | iommu/vt-d: Factor out dmar_alloc_dev_scope() for later reuseJiang Liu2014-03-041-0/+1
| | |/ / / / / /
* | | | | | | | Merge tag 'clk-for-linus-3.15' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds2014-04-064-0/+62
|\ \ \ \ \ \ \ \
| * | | | | | | | clk: support hardware-specific debugfs entriesAlex Elder2014-03-251-0/+8
| * | | | | | | | Merge tag 'clk-hisi' of https://git.kernel.org/pub/scm/linux/kernel/git/hzhua...Mike Turquette2014-03-191-0/+35
| |\ \ \ \ \ \ \ \
| | * | | | | | | | clk: hip04: add clock driverHaojian Zhuang2014-03-191-0/+35
| * | | | | | | | | clk: hisilicon: add hi3620_mmc_clksZhangfei Gao2014-02-271-0/+5
| * | | | | | | | | Merge branch 'clk-fixes' into clk-nextMike Turquette2014-02-2518-32/+134
| |\ \ \ \ \ \ \ \ \