summaryrefslogtreecommitdiff
path: root/scripts/Makefile.vmlinux_o
AgeCommit message (Expand)Author
2024-09-20kbuild: generate offset range data for builtin modulesKris Van Hees
2024-08-23kbuild: fix typos "prequisites" to "prerequisites"Masahiro Yamada
2024-01-10x86/bugs: Rename CONFIG_CPU_SRSO => CONFIG_MITIGATION_SRSOBreno Leitao
2024-01-10x86/bugs: Rename CONFIG_CPU_UNRET_ENTRY => CONFIG_MITIGATION_UNRET_ENTRYBreno Leitao
2023-10-20x86/srso: Fix unret validation dependenciesJosh Poimboeuf
2022-10-03kbuild: move modules.builtin(.modinfo) rules to Makefile.vmlinux_oMasahiro Yamada
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada
2022-09-29kbuild: use objtool-args-y to clean up objtool argumentsMasahiro Yamada
2022-06-29x86/retbleed: Add fine grained Kconfig knobsPeter Zijlstra
2022-06-27objtool: Add entry UNRET validationPeter Zijlstra
2022-06-05kbuild: factor out the common objtool argumentsMasahiro Yamada
2022-06-05kbuild: move vmlinux.o link to scripts/Makefile.vmlinux_oMasahiro Yamada
acintosh?id=5af5073004071cedd0343eee51d77955037ec6f3'>drivers: clean-up prom.h implicit includesRob Herring 2013-08-14macintosh/ams: Replace strict_strtoul() with kstrtoul()Jingoo Han 2013-08-01powerpc/windfarm: Fix noisy slots-fan on Xserve (rm31)Aaro Koskinen 2013-07-01macintosh/windfarm: Remove obsolete cleanup for clientdataWolfram Sang 2013-07-01mac: Make cuda_init_via() __initGeert Uytterhoeven 2013-07-01macintosh: Convert use of typedef ctl_table to struct ctl_tableJoe Perches 2013-07-01powerpc/windfarm: Fix overtemperature clearingAaro Koskinen 2013-06-25macintosh/adb: Replace __WAITQUEUE_INITIALIZER with more standard DECLARE_WAI...Robert P. J. Day 2013-05-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds 2013-04-23powerpc/pmac/smu: Use %*ph to print small buffersAndy Shevchenko 2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro 2013-02-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds 2013-01-21drivers/macintosh: remove depends on CONFIG_EXPERIMENTALKees Cook 2013-01-10powerpc/windfarm: Use for_each_node_by_type() macroWei Yongjun 2013-01-03Drivers: macintosh: remove __dev* attributes.Greg Kroah-Hartman 2012-12-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds 2012-12-11bootmem: fix wrong call parameter for free_bootmem()Joonsoo Kim 2012-11-15Merge branch 'dt' into nextBenjamin Herrenschmidt 2012-11-15powerpc/windfarm: Use module_i2c_driver to simplify the codeWei Yongjun 2012-11-15powerpc+of: Rename the drivers/of prom_* functions to of_*Nathan Fontenot 2012-10-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds 2012-10-06sections: fix section conflicts in drivers/macintoshAndi Kleen 2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds 2012-09-11macintosh/mediabay: make data used as *of_device_id.data constArnd Bergmann 2012-09-11macintosh/mediabay: add a const qualifierUwe Kleine-König 2012-09-05drivers/macintosh/smu.c: Replace abs_to_virt() with __va()Michael Ellerman 2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo