summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2023-09-13Revert "checkpatch: Error out if deprecated RCU API used"Joel Fernandes (Google)-9/+0
2023-09-13Merge tag 'parisc-for-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+9
2023-09-12linux/export: fix reference to exported functions for parisc64Masahiro Yamada-0/+9
2023-09-10Merge tag 'x86-urgent-2023-09-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+0
2023-09-07Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-28/+28
2023-09-06x86: Remove the arch_calc_vm_prot_bits() macro from the UAPIThomas Huth-1/+0
2023-09-05Merge tag 'kbuild-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-532/+830
2023-09-06kconfig: fix possible buffer overflowKonstantin Meskhidze-0/+3
2023-09-04kbuild: Show marked Kconfig fragments in "help"Kees Cook-3/+12
2023-09-01kconfig: add warn-unknown-symbols sanity checkSergey Senozhatsky-2/+19
2023-09-01kbuild: dummy-tools: make MPROFILE_KERNEL checks work on BEJiri Slaby-2/+1
2023-09-01modpost: Skip .llvm.call-graph-profile section checkDenis Nikitin-0/+1
2023-09-01kbuild: support modules_sign for external modules as wellMasahiro Yamada-2/+2
2023-09-01kbuild: support 'make modules_sign' with CONFIG_MODULE_SIG_ALL=nMasahiro Yamada-4/+5
2023-09-01kbuild: move more module installation code to scripts/Makefile.modinstMasahiro Yamada-2/+31
2023-09-01kbuild: reduce the number of mkdir calls during modules_installMasahiro Yamada-1/+7
2023-08-31bpf, docs: Fix invalid escape sequence warnings in bpf_doc.pyVishal Chourasia-28/+28
2023-08-30Merge tag 'docs-6.6' of git://git.lwn.net/linuxLinus Torvalds-0/+5
2023-08-30Merge tag 'devicetree-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+2
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds-224/+1406
2023-08-29Merge tag 'rust-6.6' of https://github.com/Rust-for-Linux/linuxLinus Torvalds-95/+545
2023-08-29kbuild: move depmod rule to scripts/Makefile.modinstMasahiro Yamada-5/+16
2023-08-29kbuild: deb-pkg: support DEB_BUILD_OPTIONS=parallel=N in debian/rulesMasahiro Yamada-1/+6
2023-08-28Merge tag 'linux-kselftest-kunit-6.6-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-0/+338
2023-08-28Merge tag 'rcu.2023.08.21a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+24
2023-08-28Merge tag 'hardening-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+4
2023-08-21scripts/bloat-o-meter: count weak symbol sizesGeert Uytterhoeven-5/+5
2023-08-21scripts/gdb/vmalloc: add vmallocinfo supportKuan-Ying Lee-0/+65
2023-08-21scripts/gdb/slab: add slab supportKuan-Ying Lee-0/+340
2023-08-21scripts/gdb/page_owner: add page owner supportKuan-Ying Lee-0/+198
2023-08-21scripts/gdb/stackdepot: add stackdepot supportKuan-Ying Lee-0/+57
2023-08-21scripts/gdb/aarch64: add aarch64 page operation helper commands and configsKuan-Ying Lee-204/+626
2023-08-21scripts/gdb/utils: add common type usageKuan-Ying Lee-0/+20
2023-08-21scripts/gdb/modules: add get module text supportKuan-Ying Lee-1/+31
2023-08-21scripts/gdb/symbols: add specific ko module load commandKuan-Ying Lee-2/+21
2023-08-21checkpatch: reword long-line warning about commit-msgJim Cromie-1/+1
2023-08-21checkpatch: special case extern struct in .cJim Cromie-0/+20
2023-08-20scripts: generate_rust_analyzer: provide `cfg`s for `core` and `alloc`Martin Rodriguez Reboredo-2/+14
2023-08-20extrawarn: move -Wrestrict into W=1 warningsArnd Bergmann-3/+2
2023-08-20extrawarn: enable format and stringop overflow warnings in W=1Arnd Bergmann-5/+6
2023-08-20kbuild: avoid duplicate warning optionsArnd Bergmann-17/+26
2023-08-20kbuild: consolidate warning flags in scripts/Makefile.extrawarnArnd Bergmann-0/+90
2023-08-18scripts/gdb: fix 'lx-lsmod' show the wrong sizeKuan-Ying Lee-3/+12
2023-08-18scripts/gdb: fix lx-symbols command for arm64 LLVMKoudai Iwahori-7/+10
2023-08-18arch/ia64/include: remove CONFIG_IA64_DEBUG_CMPXCHG from uapi headerThomas Huth-1/+0
2023-08-18scripts: kernel-doc: fix macro handling in enumsPavan Kumar Linga-0/+1
2023-08-18scripts: kernel-doc: parse DEFINE_DMA_UNMAP_[ADDR|LEN]Pavan Kumar Linga-0/+4
2023-08-17dt: dt-check-compatible: Find struct of_device_id instances with compiler ann...Rob Herring-2/+2
2023-08-16kconfig: port qconf to work with Qt6 in addition to Qt5Boris Kolpackov-21/+44
2023-08-15rust: bindgen: upgrade to 0.65.1Aakash Sen Sharma-1/+1