summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/p...Linus Torvalds2015-07-0211-22/+13Star
|\
| * x86: perf_event_intel_pt.c: use arch_initcall to hook in enablingPaul Gortmaker2015-06-161-2/+1Star
| * x86: perf_event_intel_bts.c: use arch_initcall to hook in enablingPaul Gortmaker2015-06-161-2/+1Star
| * 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/+1Star
| * 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/+17Star
|\ \
| * | MIPS: don't use module_init in non-modular cobalt/mtd.c filePaul Gortmaker2015-06-161-2/+1Star
| * | drivers/leds: don't use module_init in non-modular leds-cobalt-raq.cPaul Gortmaker2015-06-161-14/+1Star
| * | cris: don't use module_init for non-modular core eeprom.c codePaul Gortmaker2015-06-161-2/+1Star
| * | tty/metag_da: Avoid module_init/module_exit in non-modular codeJames Hogan2015-06-161-19/+1Star
| * | drivers/clk: don't use module_init in clk-nomadik.c which is non-modularPaul Gortmaker2015-06-161-2/+1Star
| * | xtensa: don't use module_init for non-modular core network.c codePaul Gortmaker2015-06-161-3/+1Star
| * | 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/+1Star
| * | parisc64: don't use module_init for non-modular core perf codePaul Gortmaker2015-06-161-2/+1Star
| * | parisc: don't use module_init for non-modular core pdc_cons codePaul Gortmaker2015-06-161-2/+1Star
| * | cris: don't use module_init for non-modular core intmem.c codePaul Gortmaker2015-06-161-2/+1Star
| * | ia64: don't use module_init in non-modular sim/simscsi.c codePaul Gortmaker2015-06-161-10/+1Star
| * | ia64: don't use module_init for non-modular core kernel/mca.c codePaul Gortmaker2015-06-161-2/+1Star
| * | 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/+1Star
| * | powerpc: use device_initcall for registering rtc devicesPaul Gortmaker2015-06-162-3/+2Star
| * | 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/+1Star
| |/
* | 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
| * | drivers/clk: include <module.h> for clk-max77xxx modular codePaul Gortmaker2015-06-162-0/+2
| |/
* | Merge tag 'cpuinit-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-07-025-18/+3Star
|\ \
| * | init: delete the __cpuinit related stubsPaul Gortmaker2015-06-162-12/+1Star
| * | kernel/cpu.c: remove new instance of __cpuinit that crept back inPaul Gortmaker2015-06-161-1/+1
| * | sched/core: remove __cpuinit section tag that crept back in.Paul Gortmaker2015-06-161-1/+1
| * | mips/mm/tlbex: remove new instance of __cpuinit that crept back inPaul Gortmaker2015-06-161-1/+1
| * | mips/c-r4k: remove legacy __cpuinit section that crept inPaul Gortmaker2015-06-161-1/+1
| * | mips/bcm77xx: remove legacy __cpuinit sections that crept inPaul Gortmaker2015-06-163-3/+3