- 37f8173 locking/atomics: Flip fallbacks and instrumentation by Peter Zijlstra · 5 years ago
- 765dcd2 asm-generic/atomic: Use __always_inline for fallback wrappers by Marco Elver · 5 years ago
- 4152d14 Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux by Linus Torvalds · 4 years, 7 months ago
- 6d62c5b Merge tag 'docs-5.8-2' of git://git.lwn.net/linux by Linus Torvalds · 4 years, 7 months ago
- 93431e0 Replace HTTP links with HTTPS ones: documentation by Alexander A. Klimov · 4 years, 7 months ago
- 3b69e8b Merge tag 'sh-for-5.8' of git://git.libc.org/linux-sh by Linus Torvalds · 4 years, 7 months ago
- b170290 Merge tag 'kconfig-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 7 months ago
- cff11ab Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 7 months ago
- e542e0d Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 4 years, 7 months ago
- 8dfb61d kbuild: add variables for compression tools by Denis Efremov · 4 years, 7 months ago
- 72d24ac mksysmap: Fix the mismatch of '.L' symbols in System.map by ashimida · 4 years, 7 months ago
- 3b09efc modpost: change elf_info->size to size_t by Masahiro Yamada · 4 years, 7 months ago
- 4de7b62 modpost: remove is_vmlinux() helper by Masahiro Yamada · 4 years, 7 months ago
- a82f794 modpost: strip .o from modname before calling new_module() by Masahiro Yamada · 4 years, 7 months ago
- 858b937 modpost: set have_vmlinux in new_module() by Masahiro Yamada · 4 years, 7 months ago
- 0b19d54 modpost: remove mod->skip struct member by Masahiro Yamada · 4 years, 7 months ago
- 5a438af modpost: add mod->is_vmlinux struct member by Masahiro Yamada · 4 years, 7 months ago
- 1be5fa6 modpost: remove is_vmlinux() call in check_for_{gpl_usage,unused}() by Masahiro Yamada · 4 years, 7 months ago
- 3379576 modpost: remove mod->is_dot_o struct member by Masahiro Yamada · 4 years, 7 months ago
- 859c926 modpost: move -d option in scripts/Makefile.modpost by Masahiro Yamada · 4 years, 7 months ago
- 467b82d modpost: remove -s option by Masahiro Yamada · 4 years, 7 months ago
- 7589357 modpost: remove get_next_text() and make {grab,release_}file static by Masahiro Yamada · 4 years, 7 months ago
- 70f30cf modpost: use read_text_file() and get_line() for reading text files by Masahiro Yamada · 4 years, 7 months ago
- 7c8f566 modpost: avoid false-positive file open error by Masahiro Yamada · 4 years, 7 months ago
- f531c1b modpost: fix potential mmap'ed file overrun in get_src_version() by Masahiro Yamada · 4 years, 7 months ago
- ac5100f modpost: add read_text_file() and get_line() helpers by Masahiro Yamada · 4 years, 7 months ago
- 4ddea2f modpost: do not call get_modinfo() for vmlinux(.o) by Masahiro Yamada · 4 years, 7 months ago
- f693153 modpost: drop RCS/CVS $Revision handling in MODULE_VERSION() by Masahiro Yamada · 4 years, 7 months ago
- 48a0f72 modpost: show warning if any of symbol dump files is missing by Masahiro Yamada · 4 years, 7 months ago
- 7e8a323 modpost: show warning if vmlinux is not found when processing modules by Masahiro Yamada · 4 years, 7 months ago
- 436b2ac modpost: invoke modpost only when input files are updated by Masahiro Yamada · 4 years, 7 months ago
- 269a535 modpost: generate vmlinux.symvers and reuse it for the second modpost by Masahiro Yamada · 4 years, 7 months ago
- f1005b3 modpost: refactor -i option calculation by Masahiro Yamada · 4 years, 7 months ago
- bcfedae modpost: print symbol dump file as the build target in short log by Masahiro Yamada · 4 years, 7 months ago
- e3fb4df modpost: re-add -e to set external_module flag by Masahiro Yamada · 4 years, 7 months ago
- 7924799 modpost: rename ext_sym_list to dump_list by Masahiro Yamada · 4 years, 7 months ago
- ce2ddd6 modpost: allow to pass -i option multiple times to remove -e option by Masahiro Yamada · 4 years, 7 months ago
- 52c3416 modpost: track if the symbol origin is a dump file or ELF object by Masahiro Yamada · 4 years, 7 months ago
- f5152f4 firmware/dmi: Report DMI Bios & EC firmware release by Erwan Velu · 4 years, 7 months ago
- 571d54e Merge tag 'devicetree-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 4 years, 7 months ago
- c7f574d checkpatch: use patch subject when reading from stdin by Geert Uytterhoeven · 4 years, 7 months ago
- 32f30ca checkpatch: disallow --git and --file/--fix by Joe Perches · 4 years, 7 months ago
- a55ee0c checkpatch: look for c99 comments in ctx_locate_comment by Joe Perches · 4 years, 7 months ago
- 7ccf41a checkpatch: additional MAINTAINER section entry ordering checks by Joe Perches · 4 years, 7 months ago
- e33c9fe get_maintainer: fix unexpected behavior for path/to//file (double slashes) by Joe Perches · 4 years, 7 months ago
- 0c78c01 get_maintainer: add email addresses from .yaml files by Joe Perches · 4 years, 7 months ago
- cb8e59c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 7 months ago
- 2beee86 modpost: load KBUILD_EXTRA_SYMBOLS files in order by Masahiro Yamada · 4 years, 7 months ago
- 4e5ab74 modpost: pass -N option only for modules modpost by Masahiro Yamada · 4 years, 7 months ago
- 89d6117 modpost: move -T option close to the modpost command by Masahiro Yamada · 4 years, 7 months ago
- 91e6ee5 modpost: fix -i (--ignore-errors) MAKEFLAGS detection by Masahiro Yamada · 4 years, 7 months ago
- b2c8855 kbuild: update modules.order only when contained modules are updated by Masahiro Yamada · 4 years, 7 months ago
- b23c477 Merge tag 'docs-5.8' of git://git.lwn.net/linux by Linus Torvalds · 4 years, 7 months ago
- 69fc06f Merge tag 'objtool-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
- 0bd957e Merge tag 'core-kprobes-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
- 37744fe sh: remove sh5 support by Arnd Bergmann · 4 years, 9 months ago
- f3908ab kbuild: refactor tagets caluculation for KBUILD_{BUILTIN,KBUILD_MODULES} by Masahiro Yamada · 4 years, 7 months ago
- 0a8820e kbuild: refactor subdir-ym calculation by Masahiro Yamada · 4 years, 7 months ago
- 1806c13 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 7 months ago
- bdc48fa checkpatch/coding-style: deprecate 80-column warning by Joe Perches · 4 years, 7 months ago
- 565587d modpost: refactor sech_name() by Masahiro Yamada · 4 years, 7 months ago
- d2e4d05 modpost: fix potential segmentation fault for addend_i386_rel() by Masahiro Yamada · 4 years, 7 months ago
- e9e81b6 kbuild: disallow multi-word in M= or KBUILD_EXTMOD by Masahiro Yamada · 4 years, 8 months ago
- 454753d kbuild: make modules.order rule consistent with built-in.a by Masahiro Yamada · 4 years, 8 months ago
- aaa385b kbuild: rename subdir-obj-y to subdir-builtin by Masahiro Yamada · 4 years, 8 months ago
- 6ba3bcb kbuild: move subdir-obj-y to scripts/Makefile.build by Masahiro Yamada · 4 years, 8 months ago
- b480fec kbuild: clear KBUILD_MODULES in top Makefile if CONFIG_MODULES=n by Masahiro Yamada · 4 years, 8 months ago
- e578edc kbuild: remove ifdef builtin-target / lib-target by Masahiro Yamada · 4 years, 8 months ago
- 8451791 kbuild: make module name conflict fatal error by Masahiro Yamada · 4 years, 8 months ago
- 827365f gcc-plugins: remove always-false $(if ...) in Makefile by Masahiro Yamada · 4 years, 8 months ago
- 6ce16f2 scripts/checkstack.pl: fix arm sp regex by Maninder Singh · 4 years, 8 months ago
- 3311eee scripts/checkstack.pl: add arm push handling for stack usage by Maninder Singh · 4 years, 8 months ago
- 572220a scripts/checkstack.pl: Add argument to print stacks greather than value. by Maninder Singh · 4 years, 8 months ago
- 677f141 scripts/checkstack.pl: don't display $dre as different entity by Maninder Singh · 4 years, 8 months ago
- 859c817 modpost,fixdep: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 8 months ago
- 5967577 scripts: headers_install: Exit with error on config leak by Siddharth Gupta · 4 years, 8 months ago
- bcfefb6 kconfig: announce removal of 'kvmconfig' and 'xenconfig' shorthands by Masahiro Yamada · 4 years, 8 months ago
- 6553896 vmlinux.lds.h: Create section for protection against instrumentation by Thomas Gleixner · 4 years, 10 months ago
- 7c0577f Merge tag 'v5.7-rc6' into objtool/core, to pick up fixes and resolve semantic conflict by Ingo Molnar · 4 years, 8 months ago
- 7f3a59d kbuild: add infrastructure to build userspace programs by Masahiro Yamada · 4 years, 8 months ago
- 59721d4 kbuild: warn if always, hostprogs-y, or hostprogs-m is used by Masahiro Yamada · 4 years, 8 months ago
- da07f52 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
- d00f26b Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 8 months ago
- c027b02 streamline_config.pl: add LMC_KEEP to preserve some kconfigs by Changbin Du · 4 years, 8 months ago
- 78046fa kbuild: determine the output format of DTC by the target suffix by Masahiro Yamada · 4 years, 8 months ago
- 9a95015 kbuild: use CONFIG_CC_VERSION_TEXT to construct LINUX_COMPILER macro by Masahiro Yamada · 4 years, 9 months ago
- 30a7729 kbuild: use -MMD instead of -MD to exclude system headers from dependency by Masahiro Yamada · 4 years, 9 months ago
- 09d5873 kconfig: allow only 'config', 'comment', and 'if' inside 'choice' by Masahiro Yamada · 4 years, 9 months ago
- b754611 kconfig: tests: remove randconfig test for choice in choice by Masahiro Yamada · 4 years, 9 months ago
- 644a4b6 kconfig: do not assign a variable in the return statement by Masahiro Yamada · 4 years, 9 months ago
- cfc6eea kconfig: do not use OR-assignment for zero-cleared structure by Masahiro Yamada · 4 years, 9 months ago
- 6b9ea5f checkpatch: warn about uses of ENOTSUPP by Jakub Kicinski · 4 years, 8 months ago
- ab8d780 bpf: Minor fixes to BPF helpers documentation by Quentin Monnet · 4 years, 8 months ago
- 492e639 bpf: Add bpf_seq_printf and bpf_seq_write helpers by Yonghong Song · 4 years, 8 months ago
- 50e36be scripts/gdb: repair rb_first() and rb_last() by Aymeric Agon-Rambosson · 4 years, 8 months ago
- e08df07 scripts/decodecode: fix trapping instruction formatting by Ivan Delalande · 4 years, 8 months ago
- c75a33c net: remove newlines in NL_SET_ERR_MSG_MOD by Jacob Keller · 4 years, 8 months ago
- 3793faa Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
- 858e684 docs: dt: convert submitting-patches.txt to ReST format by Mauro Carvalho Chehab · 4 years, 9 months ago
- 9851a0d Merge tag 'gcc-plugins-v5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 8 months ago