aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-27Merge tag 'char-misc-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-1/+9
2025-01-27Merge tag 'usb-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2-8/+2
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds3-18/+67
2025-01-24checkpatch: don't warn about extra parentheses in staging/Dan Carpenter1-3/+3
2025-01-24checkpatch: remove migrated RCU APIs from deprecated_apisDavid Reaver1-10/+0
2025-01-23Merge tag 'bpf-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds1-1/+5
2025-01-22Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds4-1/+41
2025-01-21Merge tag 'docs-6.14' of git://git.lwn.net/linuxLinus Torvalds2-3/+3
2025-01-21Merge tag 'rust-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds2-6/+15
2025-01-21Merge tag 'trace-sorttable-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds2-555/+685
2025-01-21Merge tag 'locking-core-2025-01-20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+7
2025-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+14
2025-01-16scripts/tags.sh: Don't tag usages of DECLARE_BITMAPCosta Shulyupin1-0/+1
2025-01-13Merge 6.13-rc4 into char-misc-nextGreg Kroah-Hartman8-44/+74
2025-01-13Merge 6.13-rc7 into usb-nextGreg Kroah-Hartman6-35/+50
2025-01-12kernel-wide: add explicity||explicitly to spelling.txtShivam Chaudhary1-0/+1
2025-01-12coccinelle: misc: add secs_to_jiffies scriptEaswar Hariharan1-0/+22
2025-01-12checkpatch: check return of `git_commit_info`Tamir Duberstein1-4/+4
2025-01-12checkpatch: update reference to include/asm-<arch>Geert Uytterhoeven1-1/+1
2025-01-12scripts/spelling.txt: add more spellings to spelling.txtColin Ian King1-0/+36
2025-01-12scripts/decode_stacktrace.sh: fix decoding of lines with an additional infoLuca Ceresoli1-2/+14
2025-01-10cleanup, tags: Create tags for the cleanup primitivesPeter Zijlstra1-0/+7
2025-01-10scripts/sorttable: Use a structure of function pointers for elf helpersSteven Rostedt1-57/+118
2025-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-35/+50
2025-01-10rust: use host dylib naming convention to support macOSTamir Duberstein1-4/+11
2025-01-10rust: document `bindgen` 0.71.0 regressionMiguel Ojeda1-2/+4
2025-01-08scripts/spdxcheck: Handle license identifiers in Jinja commentsLukas Bulwahn1-0/+3
2025-01-08scripts/spdxcheck: Parse j2 comments correctlyThomas Gleixner1-0/+3
2025-01-08scripts/tags.sh: Tag timer definitionsCosta Shulyupin1-1/+2
2025-01-07scripts/sorttable: Get start/stop_mcount_loc from ELF file directlySteven Rostedt1-50/+45
2025-01-07scripts/sorttable: Move code from sorttable.h into sorttable.cSteven Rostedt2-498/+460
2025-01-07scripts/sorttable: Use uint64_t for mcount sortingSteven Rostedt1-11/+11
2025-01-07scripts/sorttable: Add helper functions for Elf_SymSteven Rostedt2-14/+63
2025-01-07scripts/sorttable: Add helper functions for Elf_ShdrSteven Rostedt2-23/+85
2025-01-07scripts/sorttable: Add helper functions for Elf_EhdrSteven Rostedt2-4/+41
2025-01-07scripts/sorttable: Convert Elf_Sym MACRO over to a unionSteven Rostedt2-11/+19
2025-01-07scripts/sorttable: Replace Elf_Shdr Macro with a unionSteven Rostedt2-33/+51
2025-01-07scripts/sorttable: Convert Elf_Ehdr to unionSteven Rostedt2-22/+26
2025-01-07scripts/sorttable: Make compare_extable() into two functionsSteven Rostedt2-14/+20
2025-01-07scripts/sorttable: Have the ORC code use the _r() functions to readSteven Rostedt1-4/+4
2025-01-07scripts/sorttable: Remove unneeded Elf_RelSteven Rostedt1-21/+2
2025-01-07scripts/sorttable: Remove unused write functionsSteven Rostedt1-26/+0
2025-01-07scripts/sorttable: Remove unused macro definesSteven Rostedt1-27/+0
2025-01-05Merge tag 'kbuild-fixes-v6.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds5-34/+46
2025-01-05kbuild: pacman-pkg: provide versioned linux-api-headers packageThomas Weißschuh1-1/+1
2025-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-9/+24
2024-12-30scripts/sorttable: fix orc_sort_cmp() to maintain symmetry and transitivityKuan-Wei Chiu1-1/+4
2024-12-30Align git commit ID abbreviation guidelines and checksGeert Uytterhoeven1-2/+2
2024-12-30scripts/kernel-doc: fix identifier parsing regexVegard Nossum1-1/+1
2024-12-28modpost: work around unaligned data access errorMasahiro Yamada3-25/+39