summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2023-06-29Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+3
2023-06-29Merge tag 'v6.5-rc1-sysctl-next' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-10/+0
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+22
2023-06-28Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+24
2023-06-28Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds50-298/+635
2023-06-26Merge tag 'rust-6.5' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2-2/+2
2023-06-25Merge tag 'objtool_urgent_for_v6.4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-0/+21
2023-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-9/+9
2023-06-19scripts/gdb: fix SB_* constants parsingFlorian Fainelli1-6/+6
2023-06-19scripts: fix the gfp flags header path in gfp-translatePrathu Baronia1-3/+3
2023-06-16x86/unwind/orc: Add ELF section with ORC version identifierOmar Sandoval2-0/+21
2023-06-16locking/atomic: scripts: fix ${atomic}_dec_if_positive() kerneldocMark Rutland1-1/+1
2023-06-10checkpatch: check for 0-length and 1-element arraysKees Cook1-0/+10
2023-06-10scripts/spelling.txt: add more spellings to spelling.txtColin Ian King1-0/+22
2023-06-06checkpatch: Check for 0-length and 1-element arraysKees Cook1-0/+10
2023-06-05locking/atomic: scripts: generate kerneldoc commentsMark Rutland26-4/+399
2023-06-05docs: scripts: kernel-doc: accept bitwise negation like ~@varMark Rutland1-1/+1
2023-06-05locking/atomic: scripts: simplify raw_atomic*() definitionsMark Rutland23-92/+20
2023-06-05locking/atomic: scripts: simplify raw_atomic_long*() definitionsMark Rutland1-18/+9
2023-06-05locking/atomic: scripts: split pfx/name/sfx/orderMark Rutland1-3/+8
2023-06-05locking/atomic: scripts: restructure fallback ifdefferyMark Rutland24-207/+196
2023-06-05locking/atomic: scripts: build raw_atomic_long*() directlyMark Rutland2-6/+2
2023-06-05locking/atomic: scripts: add trivial raw_atomic*_<op>()Mark Rutland3-12/+92
2023-06-05locking/atomic: scripts: factor out order template generationMark Rutland1-17/+17
2023-06-05locking/atomic: scripts: remove leftover "${mult}"Mark Rutland1-1/+1
2023-06-05locking/atomic: scripts: remove bogus order parameterMark Rutland1-1/+1
2023-06-05locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland2-0/+14
2023-06-05locking/atomic: remove fallback commentsMark Rutland7-58/+0
2023-06-05arch: Remove cmpxchg_doublePeter Zijlstra1-11/+4
2023-06-05parisc: Raise minimal GCC versionPeter Zijlstra1-1/+5
2023-06-05instrumentation: Wire up cmpxchg128()Peter Zijlstra2-4/+4
2023-05-31rust: upgrade to Rust 1.68.2Miguel Ojeda2-2/+2
2023-05-31checkpatch: Check for strcpy and strncpy tooKees Cook1-1/+13
2023-05-24sysctl: Remove register_sysctl_tableJoel Granados1-10/+0
2023-05-17Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+3
2023-05-16ubsan: Tighten UBSAN_BOUNDS on GCCKees Cook1-1/+1
2023-05-12bpf: Add --skip_encoding_btf_inconsistent_proto, --btf_gen_optimized to pahol...Alan Maguire1-0/+3
2023-05-05Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-4/+8
2023-05-03sysctl: remove register_sysctl_paths()Luis Chamberlain1-16/+0
2023-04-30Merge tag 'kbuild-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds13-570/+504
2023-04-30Merge tag 'rust-6.4' of https://github.com/Rust-for-Linux/linuxLinus Torvalds1-1/+1
2023-04-29locking/atomic: Correct (cmp)xchg() instrumentationMark Rutland1-3/+3
2023-04-29locking/atomic: Add generic try_cmpxchg{,64}_local() supportUros Bizjak2-1/+5
2023-04-29Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+20
2023-04-29Merge tag 'trace-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2-1/+6
2023-04-29Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-10/+26
2023-04-28Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds13-42/+496
2023-04-28Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+2
2023-04-28Merge tag 'sh-for-v6.4-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+0
2023-04-28Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-13/+10