summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2011-11-01Revert "tracing: Include module.h in define_trace.h"Paul Gortmaker1-10/+0
2011-11-01irq: don't put module.h into irq.h for tracking irqgen modules.Paul Gortmaker2-20/+13
2011-11-01bluetooth: macroize two small inlines to avoid module.hPaul Gortmaker1-11/+13
2011-11-01ip_vs.h: fix implicit use of module_get/module_put from module.hPaul Gortmaker1-8/+7
2011-11-01nf_conntrack.h: fix up fallout from implicit moduleparam.h presencePaul Gortmaker1-0/+2
2011-11-01include: replace linux/module.h with "struct module" wherever possiblePaul Gortmaker22-22/+34
2011-11-01include: convert various register fcns to macros to avoid include chainingPaul Gortmaker11-58/+57
2011-11-01crypto.h: remove unused crypto_tfm_alg_modname() inlinePaul Gortmaker1-6/+0
2011-11-01uwb.h: fix implicit use of asm/page.h for PAGE_SIZEPaul Gortmaker1-0/+1
2011-11-01pm_runtime.h: explicitly requires notifier.hPaul Gortmaker1-0/+1
2011-11-01linux/dmaengine.h: fix implicit use of bitmap.h and asm/page.hPaul Gortmaker1-0/+2
2011-11-01miscdevice.h: fix up implicit use of lists and typesPaul Gortmaker1-0/+2
2011-11-01stop_machine.h: fix implicit use of smp.h for smp_processor_idPaul Gortmaker1-0/+1
2011-11-01of: fix implicit use of errno.h in include/linux/of.hPaul Gortmaker1-0/+1
2011-11-01of_platform.h: delete needless include <linux/module.h>Paul Gortmaker1-1/+0
2011-11-01acpi: remove module.h include from platform/aclinux.hPaul Gortmaker1-1/+0
2011-11-01miscdevice.h: delete unnecessary inclusion of module.hPaul Gortmaker1-1/+0
2011-11-01device_cgroup.h: delete needless include <linux/module.h>Paul Gortmaker1-1/+0
2011-11-01net: sch_generic remove redundant use of <linux/module.h>Paul Gortmaker1-1/+0
2011-11-01net: inet_timewait_sock doesnt need <linux/module.h>Paul Gortmaker1-1/+0
2011-11-01sysdev.h: dont include <linux/module.h> for no reasonPaul Gortmaker1-1/+0
2011-11-01vermagic: delete unused include of <linux/module.h>Paul Gortmaker1-1/+0
2011-11-01regulator: Fix implicit use of notifier.h by driver.hPaul Gortmaker1-0/+1
2011-11-01xen: Add export.h for THIS_MODULE/EXPORT_SYMBOL to various xen users.Paul Gortmaker1-0/+1
2011-11-01Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds3-0/+12
2011-11-01Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds19-78/+363
2011-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-4/+6
2011-11-01dm log userspace: add log device dependencyJonathan E Brassow1-5/+13
2011-11-01dm table: add immutable featureAlasdair G Kergon2-2/+9
2011-11-01dm table: add always writeable featureAlasdair G Kergon1-0/+7
2011-11-01dm table: add singleton featureAlasdair G Kergon1-4/+10
2011-11-01dm kcopyd: add dm_kcopyd_zero to zero an areaMikulas Patocka1-0/+4
2011-11-01dm: use local printk ratelimitNamhyung Kim1-4/+13
2011-10-31PCI: Fix compile errors with PCI_ATS and !PCI_IOVJoerg Roedel2-4/+4
2011-10-31edac: Move edac main structs to include/linux/edac.hMauro Carvalho Chehab1-0/+350
2011-10-31nfs4: serialize layoutcommitPeng Tao1-0/+1
2011-10-31module.h: relocate MODULE_PARM_DESC into moduleparam.hPaul Gortmaker2-5/+5
2011-10-31module.h: split out the EXPORT_SYMBOL into export.hPaul Gortmaker2-67/+90
2011-10-31Merge branch 'dt/gic' into next/dtArnd Bergmann6-13/+172
2011-10-31Merge branch 'omap/dt' into next/dtArnd Bergmann1-0/+18
2011-10-31irq: support domains with non-zero hwirq baseRob Herring1-1/+15
2011-10-31of/irq: introduce of_irq_initRob Herring1-0/+3
2011-10-31[SCSI] mv_sas: OCZ RevoDrive3 & zDrive R4 supportRobin H. Johnson1-0/+2
2011-10-31Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+17
2011-10-31Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds2-10/+72
2011-10-31Merge branch 'kvm-updates/3.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-17/+21
2011-10-31Merge branch 'fbdev-next' of git://github.com/schandinat/linux-2.6Linus Torvalds8-111/+300
2011-10-30writeback: Add a 'reason' to wb_writeback_workCurt Wohlgemuth3-11/+38
2011-10-30writeback: send work item to queue_io, move_expired_inodesCurt Wohlgemuth1-2/+3
2011-10-30writeback: trace event balance_dirty_pagesWu Fengguang1-0/+73