summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-02-28FROMLIST: BACKPORT: kbuild: fix dynamic ftrace with clang LTOSami Tolvanen9-7/+52
2018-02-28FROMLIST: BACKPORT: kbuild: add support for clang LTOSami Tolvanen5-34/+276
2016-09-09kbuild: add arch specific post-link MakefileNicholas Piggin3-8/+32
2015-10-06modpost: Add flag -E for making section mismatches fatalNicolas Boichat3-7/+27
2013-09-23modpost: Optionally ignore secondary errors seen if a single module build failsGuenter Roeck2-2/+15
2013-04-05modpost: handle huge numbers of modules.Rusty Russell1-3/+5
2013-01-24mod/file2alias: make modalias generation safe for cross compilingAndreas Schwab8-368/+591
2012-10-19kbuild: sign the modules at install timeRusty Russell5-111/+39
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds128-594/+6799
2012-10-10MODSIGN: Sign modules during the build processDavid Howells2-1/+191
2012-08-31scripts/Makefile.modpost: error in finding modules from .mod files.이건호2-2/+2
2011-06-07Merge commit 'v3.0-rc1' into kbuild/kbuildMichal Marek9559-439520/+524856
2011-05-25kbuild: Fix reference to vermagic.hGeert Uytterhoeven1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi2463-4252/+4252
2010-08-03trivial: fix a typo in a filenameUwe Kleine-König1-1/+1
2010-08-03kbuild: allow assignment to {A,C,LD}FLAGS_MODULE on the command lineSam Ravnborg14-27/+62
2009-09-18tracing: Remove markersChristoph Hellwig17-1464/+1
2008-10-29kbuild: fix KBUILD_EXTRA_SYMBOLSPeter Volkov1-1/+1
2008-07-22markers: fix duplicate modpost entryMathieu Desnoyers3-2/+5
2008-05-31kbuild: fix $(src) assignmnet with external modulesSam Ravnborg1-0/+6
2008-04-26kbuild: scripts/Makefile.modpost typo fixAdrian Bunk1-1/+1
2008-04-25kbuild: Add new Kbuild variable KBUILD_EXTRA_SYMBOLSRichard Hacker2-1/+16
2008-03-23kbuild: soften modpost checks when doing cross buildsSam Ravnborg5-3/+15
2008-02-14Linux Kernel Markers: create modpost fileMathieu Desnoyers4-7/+180
2008-01-28kbuild: add verbose option to Section mismatch reporting in modpostSam Ravnborg3-29/+229
2007-07-25kbuild: use LDFLAGS_MODULE only for .ko linksRoland McGrath3-3/+3
2007-07-25kbuild: do not do section mismatch checks on vmlinux in 2nd passSam Ravnborg2-12/+20
2007-07-17kbuild: do section mismatch check on full vmlinuxSam Ravnborg3-6/+23
2007-05-02kbuild: fix section mismatch check for vmlinuxSam Ravnborg3-16/+26
2006-10-17[PATCH] kbuild: allow multi-word $M in Makefile.modpostGreg Banks1-1/+1
2006-10-01kbuild: make modpost processing configurableSam Ravnborg1-3/+8
2006-09-25kbuild: fail kernel compilation in case of unresolved module symbolsKirill Korotaev2-6/+20
2006-09-25kbuild: modpost on vmlinux regardless of CONFIG_MODULESSam Ravnborg3-4/+11
2006-08-01kbuild: fix typo in modpostDave Jones1-1/+1
2006-07-01kbuild: fix ia64 breakage after introducing make -rRSam Ravnborg7-10/+16
2006-06-26Revert "kbuild: fix make -rR breakage"Linus Torvalds5-14/+7
2006-06-24kbuild: fix make -rR breakageSam Ravnborg5-7/+14
2006-06-09kconfig: fix .config dependenciesRoman Zippel7-73/+156
2006-03-25Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds52-1259/+1500
2006-03-24fix typos "wich" -> "which"Uwe Zeisberger10-16/+17
2006-03-05kbuild: change kbuild to not rely on incorrect GNU make behaviorPaul Smith25-75/+144
2006-02-19kbuild: improved modversioning support for external modulesSam Ravnborg3-59/+158
2006-01-09spelling: s/retreive/retrieve/Adrian Bunk17-20/+20
2005-07-25kbuild: introduce Kbuild.includeSam Ravnborg7-167/+103
2005-04-16Linux-2.6.12-rc2Linus Torvalds17291-0/+6718845