summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | drivers/clk: convert sunxi/clk-mod0.c to use builtin_platform_driverPaul Gortmaker2015-06-161-1/+1
| * | | drivers/power: Convert non-modular syscon-reboot to use builtin_platform_driverPaul Gortmaker2015-06-161-1/+1
| * | | drivers/soc: Convert non-modular soc-realview to use builtin_platform_driverPaul Gortmaker2015-06-161-1/+1
| * | | drivers/soc: Convert non-modular tegra/pmc to use builtin_platform_driverPaul Gortmaker2015-06-161-1/+1
| * | | drivers/cpufreq: Convert non-modular s5pv210-cpufreq.c to use builtin_platfor...Paul Gortmaker2015-06-161-1/+1
| * | | drivers/cpuidle: Convert non-modular drivers to use builtin_platform_driverPaul Gortmaker2015-06-163-6/+3
| * | | drivers/platform: Convert non-modular pdev_bus to use builtin_platform_driverPaul Gortmaker2015-06-161-11/+1
| * | | platform_device: better support builtin boilerplate avoidancePaul Gortmaker2015-06-162-0/+45
| |/ /
* | | Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/p...Linus Torvalds2015-07-0211-22/+13
|\ \ \
| * | | x86: perf_event_intel_pt.c: use arch_initcall to hook in enablingPaul Gortmaker2015-06-161-2/+1
| * | | x86: perf_event_intel_bts.c: use arch_initcall to hook in enablingPaul Gortmaker2015-06-161-2/+1
| * | | mm/page_owner.c: use late_initcall to hook in enablingPaul Gortmaker2015-06-161-1/+1
| * | | lib/list_sort: use late_initcall to hook in self testsPaul Gortmaker2015-06-161-1/+1
| * | | arm: use subsys_initcall in non-modular pl320 IPC codePaul Gortmaker2015-06-161-1/+1
| * | | powerpc: don't use module_init for non-modular core hugetlb codePaul Gortmaker2015-06-161-1/+1
| * | | powerpc: use subsys_initcall for Freescale Local BusPaul Gortmaker2015-06-161-1/+1
| * | | x86: don't use module_init for non-modular core bootflag codePaul Gortmaker2015-06-161-1/+1
| * | | netfilter: don't use module_init/exit in core IPV4 codePaul Gortmaker2015-06-161-8/+1
| * | | fs/notify: don't use module_init for non-modular inotify_user codePaul Gortmaker2015-06-161-2/+2
| * | | mm: replace module_init usages with subsys_initcall in nommu.cPaul Gortmaker2015-06-161-2/+2
| |/ /
* | | Merge tag 'module_init-device_initcall-v4.1-rc8' of git://git.kernel.org/pub/...Linus Torvalds2015-07-0217-56/+17
|\ \ \
| * | | MIPS: don't use module_init in non-modular cobalt/mtd.c filePaul Gortmaker2015-06-161-2/+1
| * | | drivers/leds: don't use module_init in non-modular leds-cobalt-raq.cPaul Gortmaker2015-06-161-14/+1
| * | | cris: don't use module_init for non-modular core eeprom.c codePaul Gortmaker2015-06-161-2/+1
| * | | tty/metag_da: Avoid module_init/module_exit in non-modular codeJames Hogan2015-06-161-19/+1
| * | | drivers/clk: don't use module_init in clk-nomadik.c which is non-modularPaul Gortmaker2015-06-161-2/+1
| * | | xtensa: don't use module_init for non-modular core network.c codePaul Gortmaker2015-06-161-3/+1
| * | | sh: don't use module_init in non-modular psw.c codePaul Gortmaker2015-06-161-1/+1
| * | | mn10300: don't use module_init in non-modular flash.c codePaul Gortmaker2015-06-161-2/+1
| * | | parisc64: don't use module_init for non-modular core perf codePaul Gortmaker2015-06-161-2/+1
| * | | parisc: don't use module_init for non-modular core pdc_cons codePaul Gortmaker2015-06-161-2/+1
| * | | cris: don't use module_init for non-modular core intmem.c codePaul Gortmaker2015-06-161-2/+1
| * | | ia64: don't use module_init in non-modular sim/simscsi.c codePaul Gortmaker2015-06-161-10/+1
| * | | ia64: don't use module_init for non-modular core kernel/mca.c codePaul Gortmaker2015-06-161-2/+1
| * | | arm: don't use module_init in non-modular mach-vexpress/spc.c codePaul Gortmaker2015-06-161-1/+1
| * | | powerpc: don't use module_init in non-modular 83xx suspend codePaul Gortmaker2015-06-161-2/+1
| * | | powerpc: use device_initcall for registering rtc devicesPaul Gortmaker2015-06-162-3/+2
| * | | x86: don't use module_init in non-modular devicetree.c codePaul Gortmaker2015-06-161-1/+1
| * | | x86: don't use module_init in non-modular intel_mid_vrtc.cPaul Gortmaker2015-06-161-2/+1
| |/ /
* | | Merge tag 'module-implicit-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-07-0211-2/+11
|\ \ \
| * | | frv: add module.h to mb93090-mb00/flash.c to avoid compile failPaul Gortmaker2015-06-161-1/+1
| * | | drivers/cpufreq: include <module.h> for modular exynos-cpufreq.c codePaul Gortmaker2015-06-161-0/+1
| * | | drivers/staging: include <module.h> for modular android tegra_ion codePaul Gortmaker2015-06-161-0/+1
| * | | crypto/asymmetric_keys: pkcs7_key_type needs module.hPaul Gortmaker2015-06-161-0/+1
| * | | sh: mach-highlander/psw.c is tristate and should use module.hPaul Gortmaker2015-06-161-1/+1
| * | | drivers/regulator: include <module.h> for modular max77802 codePaul Gortmaker2015-06-161-0/+1
| * | | drivers/pcmcia: include <module.h> for modular xxs1500_ss codePaul Gortmaker2015-06-161-0/+1
| * | | drivers/hsi: include <module.h> for modular omap_ssi codePaul Gortmaker2015-06-161-0/+1
| * | | drivers/gpu: include <module.h> for modular rockchip codePaul Gortmaker2015-06-162-0/+2
| * | | drivers/gpio: include <module.h> for modular crystalcove codePaul Gortmaker2015-06-161-0/+1