summaryrefslogtreecommitdiffstats
path: root/Documentation (unfollow)
Commit message (Expand)AuthorFilesLines
2020-06-03modpost: move -T option close to the modpost commandMasahiro Yamada1-2/+2
2020-06-03modpost: fix -i (--ignore-errors) MAKEFLAGS detectionMasahiro Yamada1-1/+6
2020-06-03kbuild: update modules.order only when contained modules are updatedMasahiro Yamada3-24/+38
2020-06-03kbuild: refactor KBUILD_VMLINUX_{OBJS,LIBS} calculationMasahiro Yamada1-9/+8
2020-06-01kbuild: merge net-y and virt-y into drivers-yMasahiro Yamada1-8/+4
2020-06-01kbuild: merge init-y into core-yMasahiro Yamada1-6/+4
2020-06-01kbuild: refactor tagets caluculation for KBUILD_{BUILTIN,KBUILD_MODULES}Masahiro Yamada1-13/+12
2020-06-01kbuild: refactor subdir-ym calculationMasahiro Yamada1-9/+4
2020-06-01kbuild: merge two 'ifdef CONFIG_TRIM_UNUSED_KSYMS' blocksMasahiro Yamada1-7/+5
2020-06-01kbuild: force to build vmlinux if CONFIG_MODVERSION=yMasahiro Yamada1-5/+8
2020-05-28Makefile: support compressed debug infoNick Desaulniers2-0/+23
2020-05-28modpost: refactor sech_name()Masahiro Yamada1-12/+11
2020-05-28modpost: fix potential segmentation fault for addend_i386_rel()Masahiro Yamada1-9/+9
2020-05-28kbuild: disallow multi-word in M= or KBUILD_EXTMODMasahiro Yamada2-1/+4
2020-05-25kbuild: make modules.order rule consistent with built-in.aMasahiro Yamada2-4/+8
2020-05-25kbuild: rename subdir-obj-y to subdir-builtinMasahiro Yamada1-4/+5
2020-05-25kbuild: move subdir-obj-y to scripts/Makefile.buildMasahiro Yamada2-5/+2
2020-05-25kbuild: clear KBUILD_MODULES in top Makefile if CONFIG_MODULES=nMasahiro Yamada2-1/+5
2020-05-25kbuild: remove ifdef builtin-target / lib-targetMasahiro Yamada1-8/+2
2020-05-25kbuild: doc: remove documentation about copying Module.symvers aroundMasahiro Yamada1-12/+0
2020-05-25kbuild: make module name conflict fatal errorMasahiro Yamada2-5/+18
2020-05-25kbuild: error out if targets prefixed with '__' are directly runMasahiro Yamada1-10/+13
2020-05-25kbuild: add this-makefile as a shorthand for $(lastword $(MAKEFILE_LIST))Masahiro Yamada1-2/+4
2020-05-25gcc-plugins: remove always-false $(if ...) in MakefileMasahiro Yamada1-1/+1
2020-05-25bpfilter: document build requirements for bpfilter_umhValdis Kl ē tnieks1-0/+4
2020-05-25scripts/checkstack.pl: fix arm sp regexManinder Singh1-1/+1
2020-05-25scripts/checkstack.pl: add arm push handling for stack usageManinder Singh1-1/+27
2020-05-25scripts/checkstack.pl: Add argument to print stacks greather than value.Maninder Singh1-3/+8
2020-05-25scripts/checkstack.pl: don't display $dre as different entityManinder Singh1-27/+27
2020-05-25modpost,fixdep: Replace zero-length array with flexible-arrayGustavo A. R. Silva3-3/+3
2020-05-25scripts: headers_install: Exit with error on config leakSiddharth Gupta1-5/+6
2020-05-25kbuild: remove {CLEAN,MRPROPER,DISTCLEAN}_DIRSMasahiro Yamada2-17/+7
2020-05-25kbuild: remove misleading stale FIXME commentMasahiro Yamada1-3/+0
2020-05-25kbuild: invoke syncconfig if autoconf.h is missingMasahiro Yamada1-2/+3
2020-05-17samples: watchdog: use 'userprogs' syntaxMasahiro Yamada3-8/+6
2020-05-17samples: timers: use 'userprogs' syntaxMasahiro Yamada3-14/+8
2020-05-17samples: auxdisplay: use 'userprogs' syntaxMasahiro Yamada3-9/+7
2020-05-17samples: mei: build sample program for target architectureMasahiro Yamada2-6/+4
2020-05-17samples: pidfd: build sample program for target architectureMasahiro Yamada2-5/+5
2020-05-17samples: vfs: build sample programs for target architectureMasahiro Yamada2-9/+4
2020-05-17samples: connector: build sample program for target architectureMasahiro Yamada1-9/+3
2020-05-17samples: hidraw: build sample program for target architectureMasahiro Yamada2-7/+4
2020-05-17samples: uhid: build sample program for target architectureMasahiro Yamada4-6/+12
2020-05-17samples: uhid: fix warnings in uhid-exampleSam Ravnborg1-2/+2
2020-05-17kbuild: doc: document the new syntax 'userprogs'Masahiro Yamada1-48/+135
2020-05-17samples: seccomp: build sample programs for target architectureMasahiro Yamada2-40/+4
2020-05-17bpfilter: use 'userprogs' syntax to build bpfilter_umhMasahiro Yamada1-8/+4
2020-05-17kbuild: add infrastructure to build userspace programsMasahiro Yamada4-4/+62
2020-05-17bpfilter: check if $(CC) can link static libc in KconfigMasahiro Yamada2-1/+6
2020-05-17bpfilter: match bit size of bpfilter_umh to that of the kernelMasahiro Yamada3-3/+10