1. 0c43871 sh: fix implicit use of stat.h in arch/sh specific files by Paul Gortmaker · 13 years ago
  2. 00cd117 alpha: Add export.h for THIS_MODULE/EXPORT_SYMBOL by Paul Gortmaker · 13 years ago
  3. ce7cf07 alpha: fix implicit stat.h usage in pci-sysfs.c by Paul Gortmaker · 13 years ago
  4. 6a550b9 blackfin: add module.h to files implicitly expecting to use it. by Paul Gortmaker · 13 years ago
  5. 8dc7a9c blackfin: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE by Paul Gortmaker · 13 years ago
  6. 6caddf0 parisc: add module.h to files really requiring it by Paul Gortmaker · 13 years ago
  7. a87df54 parisc: Add export.h to files needing EXPORT_SYMBOL/THIS_MODULE by Paul Gortmaker · 13 years ago
  8. 09cf6a2 avr32: add export.h to arch/avr32 for EXPORT_SYMBOL/THIS_MODULE by Paul Gortmaker · 13 years ago
  9. 12799fe m68k: Add export.h to the m68k specific files as required by Paul Gortmaker · 13 years ago
  10. bd3ff19 ia64: Add export.h to arch/ia64 specific files as required by Paul Gortmaker · 13 years ago
  11. 3a4c5d5 s390: add missing module.h/export.h includes by Heiko Carstens · 13 years ago
  12. cae39d1 mips: add export.h to files using EXPORT_SYMBOL/THIS_MODULE by Paul Gortmaker · 13 years ago
  13. 848484e mips: remove needless include of module.h from core kernel files. by Paul Gortmaker · 13 years ago
  14. 73bc256 mips: migrate core kernel file from module.h --> export.h by Paul Gortmaker · 13 years ago
  15. c72f4d6 mips: fix implicit smp.h usage in various files. by Paul Gortmaker · 13 years ago
  16. 06372a6 mips: fix implicit use of asm/elf.h in kernel/cpu-probe.c by Paul Gortmaker · 13 years ago
  17. f060ac5 sparc: Add module.h to files previously implicitly using it. by Paul Gortmaker · 13 years ago
  18. cdd0b0a sparc: remove several unnecessary module.h include instances by Paul Gortmaker · 13 years ago
  19. 066bcac sparc: move symbol exporters to use export.h not module.h by Paul Gortmaker · 13 years ago
  20. 7b64db6 sparc: add export.h to arch/sparc files as required by Paul Gortmaker · 13 years ago
  21. cd66bc4 sparc: fix implicit use of uaccess.h header in mdesc.c by Paul Gortmaker · 13 years ago
  22. c2068da sparc: fix implicit use of spitfire.h in pcr.c and of_device_64.c by Paul Gortmaker · 13 years ago
  23. 6a7a5dc arm: Add moduleparam.h to arch/arm files as required by Paul Gortmaker · 13 years ago
  24. 73017a5 arm: fix implicit module.h users by adding it to arch/arm as required. by Paul Gortmaker · 13 years ago
  25. dc28094 arm: Add export.h to ARM specific files as required. by Paul Gortmaker · 13 years ago
  26. ecea4ab arm: convert core files from module.h to export.h by Paul Gortmaker · 13 years ago
  27. d91ef63 arm: remove several unnecessary module.h include instances by Paul Gortmaker · 13 years ago
  28. 3d46cce arm: add slab.h to plat-samsung files for GFP_KERNEL by Paul Gortmaker · 13 years ago
  29. 4cffaf7 arm: fix implicit use of sched.h in bcmring/dma.c by Paul Gortmaker · 13 years ago
  30. 9e90741 arm: fix implicit use of moduleparam in mach-mx31*.c by Paul Gortmaker · 13 years ago
  31. 9e54d33 arm: fix implicit use of page.h in several arch/arm files by Paul Gortmaker · 13 years ago
  32. d44b28c arm: fix implicit memset/string.h usage in various arch/arm files by Paul Gortmaker · 13 years ago
  33. ce8b9d2 arm: add elf.h to arch/arm/kernel/ptrace.c by Paul Gortmaker · 13 years ago
  34. ead53f2 powerpc: remove non-required uses of include <linux/module.h> by Paul Gortmaker · 13 years ago
  35. 4b16f8e powerpc: various straight conversions from module.h --> export.h by Paul Gortmaker · 13 years ago
  36. e9848d6 powerpc: convert hvconsole.c to export.h ; fix implicit use of errno.h by Paul Gortmaker · 13 years ago
  37. 614f15b powerpc: fix two implicit header uses in pseries/plpar_wrappers.h by Paul Gortmaker · 13 years ago
  38. e415372 powerpc: fix implicit use of mutex.h by include/asm/spu.h by Paul Gortmaker · 13 years ago
  39. cab2e05 powerpc: fix implicit use of cache.h in kernel/firmware.c by Paul Gortmaker · 13 years ago
  40. 2a7156b powerpc: fix implicit notifier use in converting to export.h by Paul Gortmaker · 13 years ago
  41. 08f1e55 powerpc: cell/beat_wrapper.h is implicitly using memcpy functions by Paul Gortmaker · 13 years ago
  42. 62fe91b powerpc: Fix up implicit sched.h users by Paul Gortmaker · 13 years ago
  43. b56eade powerpc: Fix up implicit stat.h users by Paul Gortmaker · 13 years ago
  44. 7dfe293 powerpc: Fix up modules that should be including module.h by Paul Gortmaker · 13 years ago
  45. 9308794 powerpc: include export.h for files using EXPORT_SYMBOL/THIS_MODULE by Paul Gortmaker · 13 years ago
  46. 66b15db powerpc: add export.h to files making use of EXPORT_SYMBOL by Paul Gortmaker · 13 years ago
  47. 333a151 powerpc: io-workarounds.c was implicitly getting init_mm by Paul Gortmaker · 13 years ago
  48. 783ac47 x86: efi_32.c is implicitly getting asm/desc.h via module.h by Paul Gortmaker · 13 years ago
  49. 7c52d55 x86: fix up files really needing to include module.h by Paul Gortmaker · 13 years ago
  50. 69c60c8 x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULE by Paul Gortmaker · 13 years ago
  51. 2957402 x86: fix implicit include of <linux/topology.h> in vsyscall_64 by Paul Gortmaker · 13 years ago
  52. 214f2c9 acpi: add export.h to files using THIS_MODULE/EXPORT_SYMBOL by Paul Gortmaker · 13 years ago
  53. 067d756 acpi: downgrade files from module.h to export.h where possible. by Paul Gortmaker · 13 years ago
  54. c0d12cc acpi: delete module.h include from files explicitly not needing it by Paul Gortmaker · 13 years ago
  55. cc4b859 acpi: add module.h to files implicitly using/relying on it. by Paul Gortmaker · 13 years ago
  56. 143cb49 fs: add module.h to files that were implicitly using it by Paul Gortmaker · 13 years ago
  57. afeacc8 fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macros by Paul Gortmaker · 13 years ago
  58. 79bb1ee net: fix implicit kmod.h usage in bridge/br_stp_if.c by Paul Gortmaker · 13 years ago
  59. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  60. d9b9384 net: add moduleparam.h for users of module_param/MODULE_PARM_DESC by Paul Gortmaker · 13 years ago
  61. 3a9a231 net: Fix files explicitly needing to include module.h by Paul Gortmaker · 13 years ago
  62. 6e5fdee kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructure by Paul Gortmaker · 13 years ago
  63. bdfa97b kernel: fix up module header handling in rcutiny files by Paul Gortmaker · 13 years ago
  64. 72a59aa kernel: params.c needs module.h not moduleparam.h by Paul Gortmaker · 13 years ago
  65. 1596425 kernel: ksysfs.c is implicitly using stat.h by Paul Gortmaker · 13 years ago
  66. 967d1f9 kernel: fix two implicit header assumptions in irq_work.c by Paul Gortmaker · 13 years ago
  67. 74da1ff kernel: fix several implicit usasges of kmod.h by Paul Gortmaker · 13 years ago
  68. 56d82e0 kernel: Add <linux/module.h> to files using it implicitly by Paul Gortmaker · 13 years ago
  69. 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago
  70. 7c77509 mm: fix implicit stat.h usage in dmapool.c by Paul Gortmaker · 13 years ago
  71. b95f1b31 mm: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago
  72. b9e15ba mm: Add export.h for EXPORT_SYMBOL to active symbol exporters by Paul Gortmaker · 13 years ago
  73. e25934a mm: delete various needless include <linux/module.h> by Paul Gortmaker · 13 years ago
  74. 9a41845 range: fix bogus misuse of module.h to get printk() by Paul Gortmaker · 13 years ago
  75. 639938e module.h: relocate MODULE_PARM_DESC into moduleparam.h by Paul Gortmaker · 13 years ago
  76. f501693 module.h: split out the EXPORT_SYMBOL into export.h by Paul Gortmaker · 13 years ago
  77. 839d881 Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 13 years ago
  78. 0cfdc72 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 13 years ago
  79. b48aeab6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp by Linus Torvalds · 13 years ago
  80. 1bc87b0 Merge branch 'kvm-updates/3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm by Linus Torvalds · 13 years ago
  81. acff987 Merge branch 'fbdev-next' of git://github.com/schandinat/linux-2.6 by Linus Torvalds · 13 years ago
  82. 06a6784 i2c: Functions for byte-swapped smbus_write/read_word_data by Jonathan Cameron · 13 years ago
  83. 4403988 i2c-algo-pca: Return standard fault codes by Jean Delvare · 13 years ago
  84. abc01b2 i2c-algo-bit: Return standard fault codes by Jean Delvare · 13 years ago
  85. f6beb67 i2c-algo-bit: Be verbose on bus testing failure by Jean Delvare · 13 years ago
  86. 1bddab7 i2c-algo-bit: Let user test buses without failing by Jean Delvare · 13 years ago
  87. 6fcf84a i2c/scx200_acb: Fix section mismatch warning in scx200_pci_drv by Harvey Yang · 13 years ago
  88. 9519282 i2c: I2C_ELEKTOR should depend on HAS_IOPORT by Geert Uytterhoeven · 13 years ago
  89. f1c1da2 KVM: SVM: Keep intercepting task switching with NPT enabled by Jan Kiszka · 13 years ago
  90. 7697e71f KVM: s390: implement sigp external call by Christian Ehrhardt · 13 years ago
  91. 7eef87d KVM: s390: fix register setting by Carsten Otte · 13 years ago
  92. b290411 KVM: s390: fix return value of kvm_arch_init_vm by Carsten Otte · 13 years ago
  93. 4d47555 KVM: s390: check cpu_id prior to using it by Carsten Otte · 13 years ago
  94. ce94971 Merge git://github.com/rustyrussell/linux by Linus Torvalds · 13 years ago
  95. 2498424 Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  96. 18c0635 Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  97. 41684f6 Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  98. 81397a6 ARM: mark empty gpio.h files empty by Linus Walleij · 13 years ago
  99. 041af83 gpio: Fix ARM versatile-express build failure by Grant Likely · 13 years ago
  100. e51130c of: include errno.h by Kalle Valo · 13 years ago