pandora-kernel.git
2011-10-31 Paul Gortmakersound: Add module.h to the previously silent sound...
2011-10-31 Paul Gortmakersound: add moduleparam.h to users of module_param/MODUL...
2011-10-31 Paul Gortmakersound: fix drivers needing module.h not moduleparam.h
2011-10-31 Paul Gortmakermd: Add in export.h for files using EXPORT_SYMBOL
2011-10-31 Paul Gortmakermd: Add module.h to all files using it implicitly
2011-10-31 Paul Gortmakerhid: Fix up files needing export.h for EXPORT_SYMBOL
2011-10-31 Paul Gortmakerhid: Add module.h to fix up implicit users of it
2011-10-31 Paul Gortmakerdrivers/input: add export.h to symbol exporting files.
2011-10-31 Paul Gortmakerdrivers/input: Add module.h to modular drivers implicit...
2011-10-31 Paul Gortmakerdrivers: power_supply_sysfs.c needs stat.h
2011-10-31 Paul Gortmakerdrivers/base: transport_class explicitly requires EXPOR...
2011-10-31 Paul Gortmakerof: of_pci.c needs export.h since it uses EXPORT_SYMBOLS
2011-10-31 Paul Gortmakerblock: Change module.h -> export.h in bsg-lib.c
2011-10-31 Paul Gortmakerblock: Fix files that are modules and hence need module.h
2011-10-31 Paul Gortmakerblock: add export.h to files using EXPORT_SYMBOL/THIS_M...
2011-10-31 Paul Gortmakermtd: Add module.h to drivers users that were implicitly...
2011-10-31 Paul Gortmakermtd: Add export.h for EXPORT_SYMBOL/THIS_MODULE where...
2011-10-31 Paul Gortmakercrypto: add module.h to those files that are explicitly...
2011-10-31 Paul Gortmakerdrivers/net: fix mislocated headers in cxgb4/l2t.c
2011-10-31 Paul Gortmakerdrivers/net: wireless/ath/ath5k/debug.c does not need...
2011-10-31 Paul Gortmakerdrivers/net: Add moduleparam.h to drivers as required.
2011-10-31 Paul Gortmakerdrivers/net: change moduleparam.h to module.h as required.
2011-10-31 Paul Gortmakerdrivers/net: Add export.h to files using EXPORT_SYMBOL...
2011-10-31 Paul Gortmakerdrivers/net: Add module.h to drivers who were implicitl...
2011-10-31 Axel Linunicore32: EXPORT_SYMBOL needs export.h
2011-10-31 Paul Gortmakermicroblaze: Add export.h to arch/microblaze files as...
2011-10-31 Paul Gortmakersh: Add export.h to arch/sh specific files as required.
2011-10-31 Paul Gortmakersh: Add module.h to arch/sh specific files as required.
2011-10-31 Paul Gortmakersh: fix implicit use of stat.h in arch/sh specific...
2011-10-31 Paul Gortmakeralpha: Add export.h for THIS_MODULE/EXPORT_SYMBOL
2011-10-31 Paul Gortmakeralpha: fix implicit stat.h usage in pci-sysfs.c
2011-10-31 Paul Gortmakerblackfin: add module.h to files implicitly expecting...
2011-10-31 Paul Gortmakerblackfin: Add export.h to files using EXPORT_SYMBOL...
2011-10-31 Paul Gortmakerparisc: add module.h to files really requiring it
2011-10-31 Paul Gortmakerparisc: Add export.h to files needing EXPORT_SYMBOL...
2011-10-31 Paul Gortmakeravr32: add export.h to arch/avr32 for EXPORT_SYMBOL...
2011-10-31 Paul Gortmakerm68k: Add export.h to the m68k specific files as required
2011-10-31 Paul Gortmakeria64: Add export.h to arch/ia64 specific files as required
2011-10-31 Heiko Carstenss390: add missing module.h/export.h includes
2011-10-31 Paul Gortmakermips: add export.h to files using EXPORT_SYMBOL/THIS_MODULE
2011-10-31 Paul Gortmakermips: remove needless include of module.h from core...
2011-10-31 Paul Gortmakermips: migrate core kernel file from module.h --> export.h
2011-10-31 Paul Gortmakermips: fix implicit smp.h usage in various files.
2011-10-31 Paul Gortmakermips: fix implicit use of asm/elf.h in kernel/cpu-probe.c
2011-10-31 Paul Gortmakersparc: Add module.h to files previously implicitly...
2011-10-31 Paul Gortmakersparc: remove several unnecessary module.h include...
2011-10-31 Paul Gortmakersparc: move symbol exporters to use export.h not module.h
2011-10-31 Paul Gortmakersparc: add export.h to arch/sparc files as required
2011-10-31 Paul Gortmakersparc: fix implicit use of uaccess.h header in mdesc.c
2011-10-31 Paul Gortmakersparc: fix implicit use of spitfire.h in pcr.c and...
2011-10-31 Paul Gortmakerarm: Add moduleparam.h to arch/arm files as required
2011-10-31 Paul Gortmakerarm: fix implicit module.h users by adding it to arch...
2011-10-31 Paul Gortmakerarm: Add export.h to ARM specific files as required.
2011-10-31 Paul Gortmakerarm: convert core files from module.h to export.h
2011-10-31 Paul Gortmakerarm: remove several unnecessary module.h include instances
2011-10-31 Paul Gortmakerarm: add slab.h to plat-samsung files for GFP_KERNEL
2011-10-31 Paul Gortmakerarm: fix implicit use of sched.h in bcmring/dma.c
2011-10-31 Paul Gortmakerarm: fix implicit use of moduleparam in mach-mx31*.c
2011-10-31 Paul Gortmakerarm: fix implicit use of page.h in several arch/arm...
2011-10-31 Paul Gortmakerarm: fix implicit memset/string.h usage in various...
2011-10-31 Paul Gortmakerarm: add elf.h to arch/arm/kernel/ptrace.c
2011-10-31 Paul Gortmakerpowerpc: remove non-required uses of include <linux...
2011-10-31 Paul Gortmakerpowerpc: various straight conversions from module.h...
2011-10-31 Paul Gortmakerpowerpc: convert hvconsole.c to export.h ; fix implicit...
2011-10-31 Paul Gortmakerpowerpc: fix two implicit header uses in pseries/plpar_...
2011-10-31 Paul Gortmakerpowerpc: fix implicit use of mutex.h by include/asm...
2011-10-31 Paul Gortmakerpowerpc: fix implicit use of cache.h in kernel/firmware.c
2011-10-31 Paul Gortmakerpowerpc: fix implicit notifier use in converting to...
2011-10-31 Paul Gortmakerpowerpc: cell/beat_wrapper.h is implicitly using memcpy...
2011-10-31 Paul Gortmakerpowerpc: Fix up implicit sched.h users
2011-10-31 Paul Gortmakerpowerpc: Fix up implicit stat.h users
2011-10-31 Paul Gortmakerpowerpc: Fix up modules that should be including module.h
2011-10-31 Paul Gortmakerpowerpc: include export.h for files using EXPORT_SYMBOL...
2011-10-31 Paul Gortmakerpowerpc: add export.h to files making use of EXPORT_SYMBOL
2011-10-31 Paul Gortmakerpowerpc: io-workarounds.c was implicitly getting init_mm
2011-10-31 Paul Gortmakerx86: efi_32.c is implicitly getting asm/desc.h via...
2011-10-31 Paul Gortmakerx86: fix up files really needing to include module.h
2011-10-31 Paul Gortmakerx86: Fix files explicitly requiring export.h for EXPORT...
2011-10-31 Paul Gortmakerx86: fix implicit include of <linux/topology.h> in...
2011-10-31 Paul Gortmakeracpi: add export.h to files using THIS_MODULE/EXPORT_SYMBOL
2011-10-31 Paul Gortmakeracpi: downgrade files from module.h to export.h where...
2011-10-31 Paul Gortmakeracpi: delete module.h include from files explicitly...
2011-10-31 Paul Gortmakeracpi: add module.h to files implicitly using/relying...
2011-10-31 Paul Gortmakerfs: add module.h to files that were implicitly using it
2011-10-31 Paul Gortmakerfs: add export.h to files using EXPORT_SYMBOL/THIS_MODU...
2011-10-31 Paul Gortmakernet: fix implicit kmod.h usage in bridge/br_stp_if.c
2011-10-31 Paul Gortmakernet: Add export.h for EXPORT_SYMBOL/THIS_MODULE to...
2011-10-31 Paul Gortmakernet: add moduleparam.h for users of module_param/MODULE...
2011-10-31 Paul Gortmakernet: Fix files explicitly needing to include module.h
2011-10-31 Paul Gortmakerkernel: Fix files explicitly needing EXPORT_SYMBOL...
2011-10-31 Paul Gortmakerkernel: fix up module header handling in rcutiny files
2011-10-31 Paul Gortmakerkernel: params.c needs module.h not moduleparam.h
2011-10-31 Paul Gortmakerkernel: ksysfs.c is implicitly using stat.h
2011-10-31 Paul Gortmakerkernel: fix two implicit header assumptions in irq_work.c
2011-10-31 Paul Gortmakerkernel: fix several implicit usasges of kmod.h
2011-10-31 Paul Gortmakerkernel: Add <linux/module.h> to files using it implicitly
2011-10-31 Paul Gortmakerkernel: Map most files to use export.h instead of module.h
2011-10-31 Paul Gortmakermm: fix implicit stat.h usage in dmapool.c
2011-10-31 Paul Gortmakermm: Map most files to use export.h instead of module.h
2011-10-31 Paul Gortmakermm: Add export.h for EXPORT_SYMBOL to active symbol...
next