aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-31blackfin: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker16-0/+16
2011-10-31parisc: Add export.h to files needing EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker4-0/+4
2011-10-31avr32: add export.h to arch/avr32 for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker5-0/+5
2011-10-31m68k: Add export.h to the m68k specific files as requiredPaul Gortmaker3-0/+3
2011-10-31ia64: Add export.h to arch/ia64 specific files as requiredPaul Gortmaker10-0/+10
2011-10-31s390: add missing module.h/export.h includesHeiko Carstens2-0/+2
2011-10-31mips: add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker14-0/+14
2011-10-31mips: remove needless include of module.h from core kernel files.Paul Gortmaker9-9/+0
2011-10-31mips: migrate core kernel file from module.h --> export.hPaul Gortmaker11-11/+11
2011-10-31mips: fix implicit smp.h usage in various files.Paul Gortmaker3-0/+3
2011-10-31mips: fix implicit use of asm/elf.h in kernel/cpu-probe.cPaul Gortmaker1-0/+1
2011-10-31sparc: Add module.h to files previously implicitly using it.Paul Gortmaker3-0/+3
2011-10-31sparc: remove several unnecessary module.h include instancesPaul Gortmaker13-13/+0
2011-10-31sparc: move symbol exporters to use export.h not module.hPaul Gortmaker23-23/+23
2011-10-31sparc: add export.h to arch/sparc files as requiredPaul Gortmaker18-0/+18
2011-10-31sparc: fix implicit use of uaccess.h header in mdesc.cPaul Gortmaker1-0/+1
2011-10-31sparc: fix implicit use of spitfire.h in pcr.c and of_device_64.cPaul Gortmaker2-0/+2
2011-10-31arm: Add moduleparam.h to arch/arm files as requiredPaul Gortmaker1-0/+1
2011-10-31arm: fix implicit module.h users by adding it to arch/arm as required.Paul Gortmaker6-0/+6
2011-10-31arm: Add export.h to ARM specific files as required.Paul Gortmaker34-0/+34
2011-10-31arm: convert core files from module.h to export.hPaul Gortmaker14-14/+14
2011-10-31arm: remove several unnecessary module.h include instancesPaul Gortmaker5-5/+0
2011-10-31arm: add slab.h to plat-samsung files for GFP_KERNELPaul Gortmaker2-0/+2
2011-10-31arm: fix implicit use of sched.h in bcmring/dma.cPaul Gortmaker1-0/+1
2011-10-31arm: fix implicit use of moduleparam in mach-mx31*.cPaul Gortmaker3-0/+3
2011-10-31arm: fix implicit use of page.h in several arch/arm filesPaul Gortmaker3-0/+3
2011-10-31arm: fix implicit memset/string.h usage in various arch/arm filesPaul Gortmaker5-0/+5
2011-10-31arm: add elf.h to arch/arm/kernel/ptrace.cPaul Gortmaker1-0/+1
2011-10-31powerpc: remove non-required uses of include <linux/module.h>Paul Gortmaker28-32/+0
2011-10-31powerpc: various straight conversions from module.h --> export.hPaul Gortmaker61-61/+61
2011-10-31powerpc: convert hvconsole.c to export.h ; fix implicit use of errno.hPaul Gortmaker1-1/+2
2011-10-31powerpc: fix two implicit header uses in pseries/plpar_wrappers.hPaul Gortmaker1-0/+3
2011-10-31powerpc: fix implicit use of mutex.h by include/asm/spu.hPaul Gortmaker1-0/+1
2011-10-31powerpc: fix implicit use of cache.h in kernel/firmware.cPaul Gortmaker1-1/+2
2011-10-31powerpc: fix implicit notifier use in converting to export.hPaul Gortmaker1-1/+2
2011-10-31powerpc: cell/beat_wrapper.h is implicitly using memcpy functionsPaul Gortmaker1-0/+1
2011-10-31powerpc: Fix up implicit sched.h usersPaul Gortmaker8-0/+8
2011-10-31powerpc: Fix up implicit stat.h usersPaul Gortmaker6-0/+6
2011-10-31powerpc: Fix up modules that should be including module.hPaul Gortmaker13-0/+13
2011-10-31powerpc: include export.h for files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker13-0/+13
2011-10-31powerpc: add export.h to files making use of EXPORT_SYMBOLPaul Gortmaker42-0/+42
2011-10-31powerpc: io-workarounds.c was implicitly getting init_mmPaul Gortmaker1-0/+1
2011-10-31x86: efi_32.c is implicitly getting asm/desc.h via module.hPaul Gortmaker1-0/+1
2011-10-31x86: fix up files really needing to include module.hPaul Gortmaker3-0/+3
2011-10-31x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker24-2/+25
2011-10-31x86: fix implicit include of <linux/topology.h> in vsyscall_64Paul Gortmaker1-0/+1
2011-10-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds12-2515/+92
2011-10-30Merge branch 'kvm-updates/3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvmLinus Torvalds50-1232/+2155
2011-10-30Merge branch 'fbdev-next' of git://github.com/schandinat/linux-2.6Linus Torvalds25-276/+584
2011-10-30KVM: SVM: Keep intercepting task switching with NPT enabledJan Kiszka1-1/+0