summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/kspp' of git://git.kernel.org/pub/scm/linux/kernel/git...Stephen Rothwell2024-02-265-18/+197
|\
| * leaking_addresses: Provide mechanism to scan binary filesKees Cook2024-02-231-0/+53
| * leaking_addresses: Ignore input device status linesKees Cook2024-02-231-11/+17
| * leaking_addresses: Use File::Temp for /tmp filesKees Cook2024-02-231-5/+4
| * coccinelle: semantic patch to check for potential struct_size callsJacob Keller2024-02-201-0/+74
| * coccinelle: Add rules to find str_plural() replacementsKees Cook2024-02-201-0/+41
| * ubsan: Reintroduce signed overflow sanitizerKees Cook2024-02-202-0/+6
| * ubsan: Remove CONFIG_UBSAN_SANITIZE_ALLKees Cook2024-02-061-1/+1
| * ubsan: Use Clang's -fsanitize-trap=undefined optionKees Cook2024-02-061-1/+1
* | Merge branch 'sysctl-next' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Stephen Rothwell2024-02-261-33/+32
|\ \
| * | scripts: check-sysctl-docs: handle per-namespace sysctlsThomas Weißschuh2024-02-231-0/+20
| * | scripts: check-sysctl-docs: adapt to new APIThomas Weißschuh2024-02-231-33/+12
* | | Merge branch 'rust-next' of https://github.com/Rust-for-Linux/linux.gitStephen Rothwell2024-02-261-1/+1
|\ \ \
| * | | rust: upgrade to Rust 1.75.0Miguel Ojeda2024-01-221-1/+1
| |/ /
* | | Merge branch 'for-firmware-next' of git://git.kernel.org/pub/scm/linux/kernel...Stephen Rothwell2024-02-262-0/+13
|\ \ \
| * | | firmware: coreboot: Generate aliases for coreboot modulesNícolas F. R. A. Prado2024-02-172-0/+13
| |/ /
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm.gitStephen Rothwell2024-02-262-2/+6
|\ \ \
| * | | x86: replace CONFIG_HAVE_KVM with IS_ENABLED(CONFIG_KVM)Paolo Bonzini2024-02-082-2/+6
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/ti...Stephen Rothwell2024-02-2611-8/+15
|\ \ \ \
| * \ \ \ Merge branch into tip/master: 'locking/core'Ingo Molnar2024-02-257-1/+8
| |\ \ \ \
| | * | | | locking/atomic: scripts: Clarify ordering of conditional atomicsMark Rutland2024-02-207-1/+8
| * | | | | Merge branch into tip/master: 'x86/merge'Ingo Molnar2024-02-254-7/+7
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'x86/core' into x86/merge, to ease integration testingIngo Molnar2024-02-224-7/+7
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...Ingo Molnar2024-02-144-7/+7
| | | |\ \ \ \ | | | | |/ / / | | | |/| | |
| | | | * | | x86/bugs: Rename CONFIG_RETHUNK => CONFIG_MITIGATION_RETHUNKBreno Leitao2024-01-101-1/+1
| | | | * | | x86/bugs: Rename CONFIG_CPU_SRSO => CONFIG_MITIGATION_SRSOBreno Leitao2024-01-101-1/+1
| | | | * | | x86/bugs: Rename CONFIG_CPU_UNRET_ENTRY => CONFIG_MITIGATION_UNRET_ENTRYBreno Leitao2024-01-101-1/+1
| | | | * | | x86/bugs: Rename CONFIG_SLS => CONFIG_MITIGATION_SLSBreno Leitao2024-01-101-1/+1
| | | | * | | x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao2024-01-103-3/+3
| | | | * | | x86/bugs: Rename CONFIG_CALL_DEPTH_TRACKING => CONFIG_MITIGATION_CALL_DEPTH_...Breno Leitao2024-01-101-1/+1
* | | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/...Stephen Rothwell2024-02-261-1/+1
|\ \ \ \ \ \ \
| * | | | | | | bpf: Generate const static pointers for kernel helpersJose E. Marchesi2024-01-291-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'docs-next' of git://git.lwn.net/linux.gitStephen Rothwell2024-02-262-1267/+1277
|\ \ \ \ \ \ \
| * | | | | | | kernel-doc: handle #if in enums as wellJohannes Berg2024-02-211-1/+1
| * | | | | | | scripts/kernel-doc: simplify signature printingVegard Nossum2024-02-211-22/+14
| * | | | | | | scripts/kernel-doc: separate out function signatureVegard Nossum2024-02-211-21/+28
| * | | | | | | scripts/kernel-doc: simplify function printingVegard Nossum2024-02-211-6/+4
| * | | | | | | scripts/kernel-doc: add modeline for vim usersVegard Nossum2024-02-211-0/+1
| * | | | | | | scripts/kernel-doc: reindentVegard Nossum2024-02-141-1264/+1258
| * | | | | | | docs: scripts: sphinx-pre-install: Fix building docs with pyyaml packageThorsten Blum2024-02-141-0/+4
| * | | | | | | kernel-doc: Support arrays of pointers struct fieldsSakari Ailus2024-02-051-0/+9
| * | | | | | | docs: sphinx-pre-install fix-noto-sans-cjk on fedoraAndrew Ballance2024-01-301-2/+7
| * | | | | | | kernel-doc: drop looking for "MACDOC"Randy Dunlap2024-01-301-1/+1
| * | | | | | | scripts/kernel-doc: Do not process backslash lines in commentsAnna-Maria Behnsen2024-01-301-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/...Stephen Rothwell2024-02-261-2/+1
|\ \ \ \ \ \ \
| * | | | | | | dtc: Enable dtc interrupt_provider checkRob Herring2024-02-201-2/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'for-next/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Stephen Rothwell2024-02-262-2/+6
|\ \ \ \ \ \ \
| * | | | | | | arm64: rust: Enable Rust support for AArch64Jamie Cunliffe2024-02-091-1/+3
| * | | | | | | rust: Refactor the build target to allow the use of builtin targetsJamie Cunliffe2024-02-091-1/+3
| |/ / / / / /
* | | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Stephen Rothwell2024-02-2629-467/+683
|\ \ \ \ \ \ \