index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-31
Revert "tracing: Include module.h in define_trace.h"
Paul Gortmaker
1
-10
/
+0
2011-10-31
irq: don't put module.h into irq.h for tracking irqgen modules.
Paul Gortmaker
3
-21
/
+14
2011-10-31
bluetooth: macroize two small inlines to avoid module.h
Paul Gortmaker
1
-11
/
+13
2011-10-31
ip_vs.h: fix implicit use of module_get/module_put from module.h
Paul Gortmaker
1
-8
/
+7
2011-10-31
nf_conntrack.h: fix up fallout from implicit moduleparam.h presence
Paul Gortmaker
1
-0
/
+2
2011-10-31
include: replace linux/module.h with "struct module" wherever possible
Paul Gortmaker
22
-22
/
+34
2011-10-31
include: convert various register fcns to macros to avoid include chaining
Paul Gortmaker
11
-58
/
+57
2011-10-31
crypto.h: remove unused crypto_tfm_alg_modname() inline
Paul Gortmaker
1
-6
/
+0
2011-10-31
uwb.h: fix implicit use of asm/page.h for PAGE_SIZE
Paul Gortmaker
1
-0
/
+1
2011-10-31
pm_runtime.h: explicitly requires notifier.h
Paul Gortmaker
1
-0
/
+1
2011-10-31
linux/dmaengine.h: fix implicit use of bitmap.h and asm/page.h
Paul Gortmaker
1
-0
/
+2
2011-10-31
miscdevice.h: fix up implicit use of lists and types
Paul Gortmaker
1
-0
/
+2
2011-10-31
stop_machine.h: fix implicit use of smp.h for smp_processor_id
Paul Gortmaker
1
-0
/
+1
2011-10-31
of: fix implicit use of errno.h in include/linux/of.h
Paul Gortmaker
1
-0
/
+1
2011-10-31
of_platform.h: delete needless include <linux/module.h>
Paul Gortmaker
1
-1
/
+0
2011-10-31
acpi: remove module.h include from platform/aclinux.h
Paul Gortmaker
1
-1
/
+0
2011-10-31
miscdevice.h: delete unnecessary inclusion of module.h
Paul Gortmaker
1
-1
/
+0
2011-10-31
device_cgroup.h: delete needless include <linux/module.h>
Paul Gortmaker
1
-1
/
+0
2011-10-31
net: sch_generic remove redundant use of <linux/module.h>
Paul Gortmaker
1
-1
/
+0
2011-10-31
net: inet_timewait_sock doesnt need <linux/module.h>
Paul Gortmaker
1
-1
/
+0
2011-10-31
sysdev.h: dont include <linux/module.h> for no reason
Paul Gortmaker
1
-1
/
+0
2011-10-31
vermagic: delete unused include of <linux/module.h>
Paul Gortmaker
1
-1
/
+0
2011-10-31
lib: dma-debug needs export.h for EXPORT_SYMBOL
Paul Gortmaker
1
-0
/
+1
2011-10-31
watchdog: Add module.h to drivers/watchdog/stmp3xxx_wdt.c
Paul Gortmaker
1
-0
/
+1
2011-10-31
pnp: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required
Paul Gortmaker
1
-0
/
+1
2011-10-31
pinctrl: EXPORT_SYMBOL needs export.h
Stephen Rothwell
1
-0
/
+1
2011-10-31
pcmcia: Add export.h to drivers/pcmcia as required.
Paul Gortmaker
2
-0
/
+2
2011-10-31
pcmcia: add module.h to db1xxx_ss.c since it is modular.
Paul Gortmaker
1
-0
/
+1
2011-10-31
uwb: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required
Paul Gortmaker
12
-0
/
+12
2011-10-31
uwb: Add module.h to the real uwb modular users.
Paul Gortmaker
2
-0
/
+2
2011-10-31
drivers/uwb: fix implicit use of stat.h
Paul Gortmaker
2
-0
/
+2
2011-10-31
spi: Add export.h for THIS_MODULE/EXPORT_SYMBOL to spi.c
Paul Gortmaker
1
-0
/
+1
2011-10-31
spi: Add module.h to implicit users in drivers/spi
Paul Gortmaker
18
-0
/
+18
2011-10-31
regulator: Fix implicit use of notifier.h by driver.h
Paul Gortmaker
1
-0
/
+1
2011-10-31
regulator: Add module.h to drivers/regulator users as required
Paul Gortmaker
19
-0
/
+19
2011-10-31
regulator: Add export.h for THIS_MODULE to dummy.c
Paul Gortmaker
1
-0
/
+1
2011-10-31
intel-iommu: now needs export.h for EXPORT_SYMBOL_GPL
Paul Gortmaker
1
-0
/
+1
2011-10-31
virtio: Add module.h to drivers/virtio users.
Paul Gortmaker
3
-0
/
+3
2011-10-31
lguest: add export.h to lguest files for THIS_MODULE/EXPORT_SYMBOL
Paul Gortmaker
3
-0
/
+3
2011-10-31
kvm: iommu.c file requires the full module.h present.
Paul Gortmaker
1
-0
/
+1
2011-10-31
kvm: fix implicit use of stat.h header file
Paul Gortmaker
1
-0
/
+1
2011-10-31
xen: Add export.h for THIS_MODULE/EXPORT_SYMBOL to various xen users.
Paul Gortmaker
5
-0
/
+5
2011-10-31
xen: Add module.h to modular drivers/xen users.
Paul Gortmaker
4
-0
/
+4
2011-10-31
uio: Add module.h to implicit drivers/uio users
Paul Gortmaker
2
-0
/
+2
2011-10-31
staging: Add module.h to more drivers implicitly using it.
Paul Gortmaker
10
-0
/
+10
2011-10-31
staging: Add moduleparam.h to drivers/staging files as required
Paul Gortmaker
3
-1
/
+4
2011-10-31
staging: Add export.h for THIS_MODULE/EXPORT_SYMBOL to drivers/staging users.
Paul Gortmaker
26
-0
/
+26
2011-10-31
ssb: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE
Paul Gortmaker
6
-0
/
+6
2011-10-31
ssb: Add module.h to the real modules in drivers/ssb
Paul Gortmaker
2
-0
/
+2
2011-10-31
mmc: Fix implicit use of stat.h header in associated files
Paul Gortmaker
3
-0
/
+3
[next]