summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* irq: don't put module.h into irq.h for tracking irqgen modules.Paul Gortmaker2011-10-312-20/+13
* include: replace linux/module.h with "struct module" wherever possiblePaul Gortmaker2011-10-3115-15/+23
* include: convert various register fcns to macros to avoid include chainingPaul Gortmaker2011-10-3111-58/+57
* crypto.h: remove unused crypto_tfm_alg_modname() inlinePaul Gortmaker2011-10-311-6/+0
* uwb.h: fix implicit use of asm/page.h for PAGE_SIZEPaul Gortmaker2011-10-311-0/+1
* pm_runtime.h: explicitly requires notifier.hPaul Gortmaker2011-10-311-0/+1
* linux/dmaengine.h: fix implicit use of bitmap.h and asm/page.hPaul Gortmaker2011-10-311-0/+2
* miscdevice.h: fix up implicit use of lists and typesPaul Gortmaker2011-10-311-0/+2
* stop_machine.h: fix implicit use of smp.h for smp_processor_idPaul Gortmaker2011-10-311-0/+1
* of: fix implicit use of errno.h in include/linux/of.hPaul Gortmaker2011-10-311-0/+1
* of_platform.h: delete needless include <linux/module.h>Paul Gortmaker2011-10-311-1/+0
* miscdevice.h: delete unnecessary inclusion of module.hPaul Gortmaker2011-10-311-1/+0
* device_cgroup.h: delete needless include <linux/module.h>Paul Gortmaker2011-10-311-1/+0
* sysdev.h: dont include <linux/module.h> for no reasonPaul Gortmaker2011-10-311-1/+0
* vermagic: delete unused include of <linux/module.h>Paul Gortmaker2011-10-311-1/+0
* regulator: Fix implicit use of notifier.h by driver.hPaul Gortmaker2011-10-311-0/+1
* module.h: relocate MODULE_PARM_DESC into moduleparam.hPaul Gortmaker2011-10-312-5/+5
* module.h: split out the EXPORT_SYMBOL into export.hPaul Gortmaker2011-10-312-67/+90
* Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-10-301-0/+17
|\
| * i2c: Functions for byte-swapped smbus_write/read_word_dataJonathan Cameron2011-10-301-0/+17
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds2011-10-302-10/+72
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| *-----. \ Merge branches 'amd/fixes', 'debug/dma-api', 'arm/omap', 'arm/msm', 'core', '...Joerg Roedel2011-10-212-10/+72
| |\ \ \ \ \
| | | | | * | iommu/core: Remove global iommu_ops and register_iommuJoerg Roedel2011-10-211-1/+0
| | | | | * | iommu/core: Convert iommu_found to iommu_presentJoerg Roedel2011-10-211-2/+2
| | | | | * | iommu/core: Add bus_type parameter to iommu_domain_allocJoerg Roedel2011-10-211-2/+4
| | | | | * | Driver core: Add iommu_ops to bus_typeJoerg Roedel2011-10-212-0/+8
| | | | | * | iommu/core: Define iommu_ops and register_iommu only with CONFIG_IOMMU_APIJoerg Roedel2011-10-211-5/+3
| | | |_|/ / | | |/| | |
| | | | * | iommu/core: let drivers know if an iommu fault handler isn't installedOhad Ben-Cohen2011-09-301-1/+5
| | | | * | iommu/core: Add fault reporting mechanismOhad Ben-Cohen2011-09-141-0/+51
| | | |/ /
* | | | | Merge branch 'kvm-updates/3.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2011-10-302-17/+21
|\ \ \ \ \
| * | | | | KVM: s390: implement sigp external callChristian Ehrhardt2011-10-301-0/+1
| * | | | | KVM: Fix simultaneous NMIsAvi Kivity2011-09-251-0/+1
| * | | | | KVM: Clean up and extend rate-limited outputJan Kiszka2011-09-251-5/+3
| * | | | | KVM: PPC: Enable the PAPR CAP for Book3SAlexander Graf2011-09-251-0/+1
| * | | | | KVM: PPC: Add support for explicit HIOR settingAlexander Graf2011-09-251-0/+1
| * | | | | KVM: Intelligent device lookup on I/O busSasha Levin2011-09-251-9/+9
| * | | | | KVM: Make coalesced mmio use a device per zoneSasha Levin2011-09-251-2/+3
| * | | | | KVM: x86: Raise the hard VCPU count limitSasha Levin2011-09-251-1/+2
* | | | | | Merge branch 'fbdev-next' of git://github.com/schandinat/linux-2.6Linus Torvalds2011-10-301-72/+20
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Merge commit 'v3.1-rc9' into fbdev-nextFlorian Tobias Schandinat2011-10-1528-78/+107
| |\ \ \ \ \
| * | | | | | drivers/video: fsl-diu-fb: only DIU modes 0 and 1 are supportedTimur Tabi2011-10-051-4/+4
| * | | | | | drivers/video: fsl-diu-fb: move some definitions out of the header fileTimur Tabi2011-10-051-47/+0
| * | | | | | drivers/video: fsl-diu-fb: fix some ioctlsTimur Tabi2011-10-051-11/+16
| * | | | | | drivers/video: fsl-diu-fb: remove unusued MEM_ALLOC_THRESHOLDTimur Tabi2011-09-181-5/+0
| * | | | | | drivers/video: fsl-diu-fb: the video buffer is not I/O memoryTimur Tabi2011-09-181-1/+1
| * | | | | | drivers/video: fsl-diu-fb: remove unused ioctlsTimur Tabi2011-09-181-5/+0
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-10-291-0/+1
|\ \ \ \ \ \
| * | | | | | of: include errno.hKalle Valo2011-10-291-0/+1
* | | | | | | Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-10-291-0/+17
|\ \ \ \ \ \ \
| * | | | | | | drivercore: Add helper macro for platform_driver boilerplateGrant Likely2011-10-251-0/+17
| | |_|_|_|/ / | |/| | | | |