summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-052-1/+26
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-021-2/+10
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-252-3/+3
| |\ \
| * | | bpf: Introduce SK_LOOKUP program type with a dedicated attach pointJakub Sitnicki2020-07-171-1/+8
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-131-0/+6
| |\ \ \
| | * | | bpf: Resolve BTF IDs in vmlinux imageJiri Olsa2020-07-131-0/+6
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-1115-91/+247
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-041-0/+12
| |\ \ \ \
| | * | | | bpf: Introduce helper bpf_get_task_stack()Song Liu2020-07-011-0/+2
| | * | | | bpf: Add bpf_skc_to_udp6_sock() helperYonghong Song2020-06-241-0/+2
| | * | | | bpf: Add bpf_skc_to_{tcp, tcp_timewait, tcp_request}_sock() helpersYonghong Song2020-06-241-0/+6
| | * | | | bpf: Add bpf_skc_to_tcp6_sock() helperYonghong Song2020-06-241-0/+2
* | | | | | Merge tag 'driver-core-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-08-052-2/+8
|\ \ \ \ \ \
| * \ \ \ \ \ Merge 5.8-rc7 into driver-core-nextGreg Kroah-Hartman2020-07-273-5/+13
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge 5.8-rc6 into driver-core-nextGreg Kroah-Hartman2020-07-2014-91/+216
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | scripts: add dummy report mode to add_namespace.cocciMatthias Maennich2020-07-102-2/+8
* | | | | | | Merge tag 'char-misc-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-08-053-2/+7
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge 5.8-rc7 into char-misc-nextGreg Kroah-Hartman2020-07-273-5/+13
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| * | | | | | | Merge tag 'soundwire-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman2020-07-232-1/+7
| |\ \ \ \ \ \ \
| | * | | | | | | soundwire: extend SDW_SLAVE_ENTRYPierre-Louis Bossart2020-06-302-1/+7
| * | | | | | | | Merge v5.8-rc6 into char-misc-nextGreg Kroah-Hartman2020-07-2014-91/+216
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | char: raw: do not leak CONFIG_MAX_RAW_DEVS to userspaceMasahiro Yamada2020-07-101-1/+0
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds2020-08-042-5/+29
|\ \ \ \ \ \ \ \
| * | | | | | | | scripts/kernel-doc: optionally treat warnings as errorsPierre-Louis Bossart2020-07-311-1/+22
| * | | | | | | | scripts/kernel-doc: handle function pointer prototypesMauro Carvalho Chehab2020-06-261-0/+5
| * | | | | | | | scripts/kernel-doc: parse __ETHTOOL_DECLARE_LINK_MODE_MASKMauro Carvalho Chehab2020-06-261-0/+2
| * | | | | | | | docs: Don't push Sphinx upgrades quite so readilyJonathan Corbet2020-06-261-4/+0
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge tag 'selinux-pr-20200803' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-08-041-5/+18
|\ \ \ \ \ \ \ \
| * | | | | | | | scripts/selinux/mdp: fix initial SID handlingStephen Smalley2020-06-231-5/+18
| |/ / / / / / /
* | | | | | | | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-11/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | checkpatch: Remove awareness of uninitialized_var() macroKees Cook2020-07-161-11/+5
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge tag 'gcc-plugins-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-08-045-34/+222
|\ \ \ \ \ \ \ \
| * | | | | | | | gcc-plugins: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-133-3/+3
| * | | | | | | | gcc-plugins/stackleak: Add 'verbose' plugin parameterAlexander Popov2020-06-241-5/+42
| * | | | | | | | gcc-plugins/stackleak: Use asm instrumentation to avoid useless register savingAlexander Popov2020-06-242-28/+179
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge tag 'pm-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2020-08-031-6/+6
|\ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| *---. \ \ \ \ \ \ \ Merge branches 'pm-sleep', 'pm-domains', 'powercap' and 'pm-tools'Rafael J. Wysocki2020-08-031-6/+6
| |\ \ \ \ \ \ \ \ \ \ | | | | | |/ / / / / / | | | | |/| | / / / / | | | |_|_|_|/ / / / | | |/| | | | / / / | | |_|_|_|_|/ / / | |/| | | | | | |
| | | * | | | | | PM: domains: Fix up terminology with parent/childKees Cook2020-07-091-6/+6
* | | | | | | | | Merge tag 'x86-boot-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-08-031-0/+22
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | init: Add support for zstd compressed kernelNick Terrell2020-07-311-0/+22
| |/ / / / / / / /
* | | | | | | | | Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-031-1/+1
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...Ingo Molnar2020-08-011-1/+1
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | kcsan: Re-add GCC as a supported compilerMarco Elver2020-06-291-1/+1
| | | |_|/ / / / / | | |/| | | | | |
* | | | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-08-032-8/+7
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'for-next/read-barrier-depends' into for-next/coreCatalin Marinas2020-07-311-8/+1
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | checkpatch: Remove checks relating to [smp_]read_barrier_depends()Will Deacon2020-07-211-8/+1
| | | |/ / / / / / / | | |/| | | | | | |
| * / | | | | | | | recordmcount: only record relocation of type R_AARCH64_CALL26 on arm64.Gregory Herrero2020-07-241-0/+6
| |/ / / / / / / /
* | | | | | | | | Merge tag 's390-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-08-031-0/+41
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | s390/kernel: expand exception table logic to allow new handling optionsIlya Leoshkevich2020-07-201-0/+41
| |/ / / / / / / /
* | | | | | | | | kbuild: remove redundant FORCE definition in scripts/Makefile.modpostMasahiro Yamada2020-08-021-3/+0