summaryrefslogtreecommitdiffstats
path: root/scripts (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * modpost: pass 'tosec' down to default_mismatch_handler()Masahiro Yamada2023-05-221-4/+3
| * modpost: squash extable_mismatch_handler() into default_mismatch_handler()Masahiro Yamada2023-05-221-58/+26
| * modpost: clean up is_executable_section()Masahiro Yamada2023-05-221-8/+8
| * modpost: squash report_sec_mismatch() into default_mismatch_handler()Masahiro Yamada2023-05-221-35/+20
| * modpost: squash report_extable_warnings() into extable_mismatch_handler()Masahiro Yamada2023-05-221-26/+14
| * modpost: remove get_prettyname()Masahiro Yamada2023-05-221-25/+2
| * modpost: remove fromsym info in __ex_table section mismatch warningMasahiro Yamada2023-05-221-9/+2
| * modpost: remove broken calculation of exception_table_entry sizeMasahiro Yamada2023-05-221-57/+3
| * modpost: error out if addend_*_rel() is not implemented for REL archMasahiro Yamada2023-05-221-0/+2
| * kbuild: Disallow DTB overlays to built from .dts named source filesAndrew Davis2023-05-221-3/+0
* | Merge tag 'vfio-v6.5-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2023-07-012-1/+17
|\ \
| * | vfio/cdx: add support for CDX busNipun Gupta2023-06-162-1/+17
| |/
* | Merge tag 'powerpc-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-06-302-5/+1
|\ \
| * | powerpc: remove checks for binutils older than 2.25Masahiro Yamada2023-06-271-4/+0
| * | powerpc/64: Rename entry_64.S to prom_entry_64.SNicholas Piggin2023-06-151-1/+1
| |/
* | Merge tag 'loongarch-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2023-06-301-0/+1
|\ \
| * | Makefile: Add loongarch target flag for Clang compilationWANG Xuerui2023-06-291-0/+1
* | | Merge tag 'soc-dt-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2023-06-301-1/+1
|\ \ \
| * | | kbuild: Support flat DTBs installRob Herring2023-06-211-1/+1
| | |/ | |/|
* | | Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-06-291-0/+3
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-232-9/+9
| |\ \ \
| * \ \ \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-05-171-0/+3
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | bpf: Add --skip_encoding_btf_inconsistent_proto, --btf_gen_optimized to pahol...Alan Maguire2023-05-121-0/+3
* | | | | Merge tag 'v6.5-rc1-sysctl-next' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-06-291-10/+0
|\ \ \ \ \
| * | | | | sysctl: Remove register_sysctl_tableJoel Granados2023-05-241-10/+0
| |/ / / /
* | | | | Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-06-281-0/+22
|\ \ \ \ \
| * | | | | checkpatch: check for 0-length and 1-element arraysKees Cook2023-06-101-0/+10
| * | | | | scripts/spelling.txt: add more spellings to spelling.txtColin Ian King2023-06-101-0/+22
| |/ / / /
* | | | | Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-282-2/+24
|\ \ \ \ \
| * | | | | checkpatch: Check for 0-length and 1-element arraysKees Cook2023-06-061-0/+10
| * | | | | checkpatch: Check for strcpy and strncpy tooKees Cook2023-05-311-1/+13
| * | | | | ubsan: Tighten UBSAN_BOUNDS on GCCKees Cook2023-05-161-1/+1
| |/ / / /
* | | | | Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-06-2750-298/+635
|\ \ \ \ \
| * | | | | locking/atomic: scripts: fix ${atomic}_dec_if_positive() kerneldocMark Rutland2023-06-161-1/+1
| * | | | | locking/atomic: scripts: generate kerneldoc commentsMark Rutland2023-06-0526-4/+399
| * | | | | docs: scripts: kernel-doc: accept bitwise negation like ~@varMark Rutland2023-06-051-1/+1
| * | | | | locking/atomic: scripts: simplify raw_atomic*() definitionsMark Rutland2023-06-0523-92/+20
| * | | | | locking/atomic: scripts: simplify raw_atomic_long*() definitionsMark Rutland2023-06-051-18/+9
| * | | | | locking/atomic: scripts: split pfx/name/sfx/orderMark Rutland2023-06-051-3/+8
| * | | | | locking/atomic: scripts: restructure fallback ifdefferyMark Rutland2023-06-0524-207/+196
| * | | | | locking/atomic: scripts: build raw_atomic_long*() directlyMark Rutland2023-06-052-6/+2
| * | | | | locking/atomic: scripts: add trivial raw_atomic*_<op>()Mark Rutland2023-06-053-12/+92
| * | | | | locking/atomic: scripts: factor out order template generationMark Rutland2023-06-051-17/+17
| * | | | | locking/atomic: scripts: remove leftover "${mult}"Mark Rutland2023-06-051-1/+1
| * | | | | locking/atomic: scripts: remove bogus order parameterMark Rutland2023-06-051-1/+1
| * | | | | locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland2023-06-052-0/+14
| * | | | | locking/atomic: remove fallback commentsMark Rutland2023-06-057-58/+0
| * | | | | arch: Remove cmpxchg_doublePeter Zijlstra2023-06-051-11/+4
| * | | | | parisc: Raise minimal GCC versionPeter Zijlstra2023-06-051-1/+5
| * | | | | instrumentation: Wire up cmpxchg128()Peter Zijlstra2023-06-052-4/+4
| |/ / / /