| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-07-26 | 2 | -3/+3 |
|\ |
|
| * | scripts/gdb: fix lx-symbols 'gdb.error' while loading modules | Stefano Garzarella | 2020-07-24 | 1 | -1/+1 |
| * | scripts/decode_stacktrace: strip basepath from all paths | Pi-Hsun Shih | 2020-07-24 | 1 | -2/+2 |
* | | bpf: Introduce SK_LOOKUP program type with a dedicated attach point | Jakub Sitnicki | 2020-07-18 | 1 | -1/+8 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2020-07-14 | 1 | -0/+6 |
|\ \ |
|
| * | | bpf: Resolve BTF IDs in vmlinux image | Jiri Olsa | 2020-07-13 | 1 | -0/+6 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-07-11 | 15 | -91/+247 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | kbuild: Move -Wtype-limits to W=2 | Rikard Falkeborn | 2020-07-10 | 1 | -0/+2 |
| * | Merge tag 'kbuild-fixes-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2020-07-05 | 3 | -76/+122 |
| |\ |
|
| | * | kconfig: qconf: parse newer types at debug info | Mauro Carvalho Chehab | 2020-07-01 | 1 | -0/+3 |
| | * | kconfig: qconf: navigate menus on hyperlinks | Mauro Carvalho Chehab | 2020-07-01 | 1 | -18/+7 |
| | * | kconfig: qconf: don't show goback button on splitMode | Mauro Carvalho Chehab | 2020-07-01 | 1 | -2/+3 |
| | * | kconfig: qconf: simplify the goBack() logic | Mauro Carvalho Chehab | 2020-07-01 | 1 | -31/+17 |
| | * | kconfig: qconf: re-implement setSelected() | Mauro Carvalho Chehab | 2020-07-01 | 2 | -12/+11 |
| | * | kconfig: qconf: make debug links work again | Mauro Carvalho Chehab | 2020-07-01 | 2 | -5/+71 |
| | * | kconfig: qconf: make search fully work again on split mode | Mauro Carvalho Chehab | 2020-07-01 | 1 | -7/+18 |
| | * | kconfig: qconf: cleanup includes | Mauro Carvalho Chehab | 2020-07-01 | 2 | -25/+16 |
| | * | gcc-plugins: fix gcc-plugins directory path in documentation | Masahiro Yamada | 2020-06-28 | 1 | -1/+1 |
| * | | Merge tag 'devicetree-fixes-for-5.8-2' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2020-07-03 | 10 | -15/+92 |
| |\ \ |
|
| | * | | dt-bindings: copy process-schema-examples.yaml to process-schema.yaml | Masahiro Yamada | 2020-06-30 | 1 | -0/+3 |
| | * | | scripts/dtc: Update to upstream version v1.6.0-11-g9d7888cbf19c | Rob Herring | 2020-06-30 | 10 | -15/+89 |
| * | | | Merge tag 'rcu_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2020-06-28 | 1 | -0/+31 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | locking/atomics: Provide the arch_atomic_ interface to generic code | Peter Zijlstra | 2020-06-25 | 1 | -0/+31 |
| | |/ |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2020-07-05 | 1 | -0/+12 |
|\ \ \
| |/ /
|/| | |
|
| * | | bpf: Introduce helper bpf_get_task_stack() | Song Liu | 2020-07-01 | 1 | -0/+2 |
| * | | bpf: Add bpf_skc_to_udp6_sock() helper | Yonghong Song | 2020-06-25 | 1 | -0/+2 |
| * | | bpf: Add bpf_skc_to_{tcp, tcp_timewait, tcp_request}_sock() helpers | Yonghong Song | 2020-06-25 | 1 | -0/+6 |
| * | | bpf: Add bpf_skc_to_tcp6_sock() helper | Yonghong Song | 2020-06-25 | 1 | -0/+2 |
* | | | Merge tag 'kbuild-fixes-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2020-06-21 | 3 | -13/+8 |
|\ \ \ |
|
| * | | | scripts: Fix typo in headers_install.sh | Masanari Iida | 2020-06-17 | 1 | -1/+1 |
| * | | | kconfig: unify cc-option and as-option | Masahiro Yamada | 2020-06-17 | 1 | -7/+1 |
| * | | | kbuild: improve cc-option to clean up all temporary files | Masahiro Yamada | 2020-06-17 | 1 | -5/+6 |
| | |/
| |/| |
|
* | | | Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2020-06-20 | 1 | -6/+92 |
|\ \ \
| |_|/
|/| | |
|
| * | | recordmcount: support >64k sections | Sami Tolvanen | 2020-06-17 | 1 | -6/+92 |
| |/ |
|
* / | scripts/decode_stacktrace: warn when modpath is needed but is unset | Sasha Levin | 2020-06-16 | 1 | -1/+4 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 2020-06-14 | 1 | -2/+2 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2020-06-14 | 1 | -2/+2 |
| |\ |
|
| | * | scripts: Require pahole v1.16 when generating BTF | Lorenz Bauer | 2020-06-09 | 1 | -2/+2 |
* | | | Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds | 2020-06-13 | 3 | -8/+8 |
|\ \ \ |
|
| * | | | kbuild: fix broken builds because of GZIP,BZIP2,LZOP variables | Denis Efremov | 2020-06-11 | 3 | -8/+8 |
* | | | | Merge tag 'devicetree-fixes-for-5.8-1' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2020-06-12 | 1 | -0/+3 |
|\ \ \ \ |
|
| * | | | | Merge branch 'dt/schema-cleanups' into dt/linus | Rob Herring | 2020-06-12 | 46 | -676/+1006 |
| |\| | | |
|
| * | | | | scripts/dtc: use pkg-config to include <yaml.h> in non-standard path | Masahiro Yamada | 2020-06-08 | 1 | -0/+3 |
* | | | | | Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2020-06-12 | 5 | -5/+44 |
|\ \ \ \ \ |
|
| * | | | | | kcsan: Pass option tsan-instrument-read-before-write to Clang | Marco Elver | 2020-06-11 | 1 | -0/+1 |
| * | | | | | kcsan: Support distinguishing volatile accesses | Marco Elver | 2020-06-11 | 1 | -1/+4 |
| * | | | | | kcsan: Avoid inserting __tsan_func_entry/exit if possible | Marco Elver | 2020-06-11 | 1 | -1/+10 |
| * | | | | | Rebase locking/kcsan to locking/urgent | Thomas Gleixner | 2020-06-11 | 5 | -5/+31 |
| |\ \ \ \ \ |
|
| | * \ \ \ \ | Merge branch 'kcsan-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git... | Thomas Gleixner | 2020-05-08 | 1 | -0/+8 |
| | |\ \ \ \ \ |
|
| | | * | | | | | checkpatch: Warn about data_race() without comment | Marco Elver | 2020-05-06 | 1 | -0/+8 |