summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2024-11-27Merge tag 'modules-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-11-26Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-11-25Merge tag 'trace-rust-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-11-23Merge tag 'powerpc-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-11-22Merge tag 'sysctl-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-11-22Merge tag 'trace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds
2024-11-21Merge tag 'reiserfs_delete' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-11-21Merge tag 'bpf-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2024-11-20Merge tag 'ipe-pr-20241119' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-11-20Merge tag 'docs-6.13' of git://git.lwn.net/linuxLinus Torvalds
2024-11-19Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-11-19scripts: ipe: polgen: remove redundant close and error exit pathColin Ian King
2024-11-19Merge tag 'objtool-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-11-18Merge tag 'selinux-pr-20241112' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-11-18Merge tag 'pull-xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-11-14gdb: lx-symbols: do not error out on monolithic buildEtienne Buira
2024-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov
2024-11-12rust: warn on bindgen < 0.69.5 and libclang >= 19.1Miguel Ojeda
2024-11-11kbuild,bpf: Pass make jobs' value to paholeFlorian Schmaus
2024-11-07alloc_tag: load module tags into separate contiguous memorySuren Baghdasaryan
2024-11-06fs/xattr: add *at family syscallsChristian Göttsche
2024-11-05checkpatch: always parse orig_commit in fixes tagTamir Duberstein
2024-11-05scripts/spelling.txt: add typo "exprienced" and "rewritting"WangYuli
2024-11-05scripts/decode_stacktrace.sh: remove trailing spaceBreno Leitao
2024-11-05scripts/spelling.txt: add more spellings correctionsYu Jiaoliang
2024-11-05scripts: Remove export_report.plMatthew Maurer
2024-11-04rust: add arch_static_branchAlice Ryhl
2024-11-03Merge tag 'kbuild-fixes-v6.12-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-11-03modpost: fix input MODULE_DEVICE_TABLE() built for 64-bit on 32-bit hostMasahiro Yamada
2024-11-03modpost: fix acpi MODULE_DEVICE_TABLE built with mismatched endiannessMasahiro Yamada
2024-10-31kconfig: show sub-menu entries even if the prompt is hiddenMasahiro Yamada
2024-10-31kbuild: deb-pkg: add pkg.linux-upstream.nokerneldbg build profileMasahiro Yamada
2024-10-31kbuild: deb-pkg: add pkg.linux-upstream.nokernelheaders build profileMasahiro Yamada
2024-10-31kbuild: rpm-pkg: disable kernel-devel package when cross-compilingMasahiro Yamada
2024-10-31kbuild: Add generic hook for architectures to use before the final vmlinux linkNaveen N Rao
2024-10-28kbuild: rust: avoid errors with old `rustc`s without LLVM patch versionMiguel Ojeda
2024-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov
2024-10-23sumversion: Fix a memory leak in get_src_version()Elena Salomatkina
2024-10-21reiserfs: The last commitJan Kara
2024-10-19modules: Add missing entry for __ex_tableHelge Deller
2024-10-19modules: Ensure 64-bit alignment on __ksymtab_* sectionsHelge Deller
2024-10-17Revert "scripts/faddr2line: Check only two symbols when calculating symbol size"Carlos Llamas
2024-10-17kernel-doc: allow object-like macros in ReST outputRandy Dunlap
2024-10-16checkpatch: Remove links to outdated documentationAnna-Maria Behnsen
2024-10-15kbuild: rust: remove the `alloc` crate and `GlobalAlloc`Danilo Krummrich
2024-10-14scripts/kernel-doc: Do not track section counter across processed filesChen-Yu Tsai
2024-10-14scripts/kernel-doc: Fix build time warningsAndré Almeida
2024-10-13kbuild: rust: add `CONFIG_RUSTC_LLVM_VERSION`Gary Guo