Age | Commit message (Expand) | Author |
2020-06-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds |
2020-06-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller |
2020-06-13 | Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds |
2020-06-12 | Merge tag 'devicetree-fixes-for-5.8-1' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2020-06-12 | Merge branch 'dt/schema-cleanups' into dt/linus | Rob Herring |
2020-06-11 | Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2020-06-11 | Merge tag 'locking-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2020-06-11 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2020-06-11 | kcsan: Pass option tsan-instrument-read-before-write to Clang | Marco Elver |
2020-06-11 | kcsan: Support distinguishing volatile accesses | Marco Elver |
2020-06-11 | kcsan: Avoid inserting __tsan_func_entry/exit if possible | Marco Elver |
2020-06-11 | Rebase locking/kcsan to locking/urgent | Thomas Gleixner |
2020-06-11 | kbuild: fix broken builds because of GZIP,BZIP2,LZOP variables | Denis Efremov |
2020-06-11 | locking/atomics: Flip fallbacks and instrumentation | Peter Zijlstra |
2020-06-11 | asm-generic/atomic: Use __always_inline for fallback wrappers | Marco Elver |
2020-06-10 | checkpatch: correct check for kernel parameters doc | Tim Froidcoeur |
2020-06-10 | scripts/spelling: add a few more typos | SeongJae Park |
2020-06-10 | Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2020-06-10 | Merge tag 'docs-5.8-2' of git://git.lwn.net/linux | Linus Torvalds |
2020-06-09 | scripts: Require pahole v1.16 when generating BTF | Lorenz Bauer |
2020-06-08 | scripts/dtc: use pkg-config to include <yaml.h> in non-standard path | Masahiro Yamada |
2020-06-08 | Replace HTTP links with HTTPS ones: documentation | Alexander A. Klimov |
2020-06-06 | Merge tag 'sh-for-5.8' of git://git.libc.org/linux-sh | Linus Torvalds |
2020-06-06 | Merge tag 'kconfig-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds |
2020-06-06 | Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds |
2020-06-06 | Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2020-06-06 | kbuild: add variables for compression tools | Denis Efremov |
2020-06-06 | mksysmap: Fix the mismatch of '.L' symbols in System.map | ashimida |
2020-06-06 | modpost: change elf_info->size to size_t | Masahiro Yamada |
2020-06-06 | modpost: remove is_vmlinux() helper | Masahiro Yamada |
2020-06-06 | modpost: strip .o from modname before calling new_module() | Masahiro Yamada |
2020-06-06 | modpost: set have_vmlinux in new_module() | Masahiro Yamada |
2020-06-06 | modpost: remove mod->skip struct member | Masahiro Yamada |
2020-06-06 | modpost: add mod->is_vmlinux struct member | Masahiro Yamada |
2020-06-06 | modpost: remove is_vmlinux() call in check_for_{gpl_usage,unused}() | Masahiro Yamada |
2020-06-06 | modpost: remove mod->is_dot_o struct member | Masahiro Yamada |
2020-06-06 | modpost: move -d option in scripts/Makefile.modpost | Masahiro Yamada |
2020-06-06 | modpost: remove -s option | Masahiro Yamada |
2020-06-06 | modpost: remove get_next_text() and make {grab,release_}file static | Masahiro Yamada |
2020-06-06 | modpost: use read_text_file() and get_line() for reading text files | Masahiro Yamada |
2020-06-06 | modpost: avoid false-positive file open error | Masahiro Yamada |
2020-06-06 | modpost: fix potential mmap'ed file overrun in get_src_version() | Masahiro Yamada |
2020-06-06 | modpost: add read_text_file() and get_line() helpers | Masahiro Yamada |
2020-06-06 | modpost: do not call get_modinfo() for vmlinux(.o) | Masahiro Yamada |
2020-06-06 | modpost: drop RCS/CVS $Revision handling in MODULE_VERSION() | Masahiro Yamada |
2020-06-06 | modpost: show warning if any of symbol dump files is missing | Masahiro Yamada |
2020-06-06 | modpost: show warning if vmlinux is not found when processing modules | Masahiro Yamada |
2020-06-06 | modpost: invoke modpost only when input files are updated | Masahiro Yamada |
2020-06-06 | modpost: generate vmlinux.symvers and reuse it for the second modpost | Masahiro Yamada |
2020-06-06 | modpost: refactor -i option calculation | Masahiro Yamada |