index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Makefile
Age
Commit message (
Expand
)
Author
Lines
2024-11-27
Merge tag 'modules-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-5
/
+1
2024-11-27
kbuild: use 'output' variable to create the output directory
Masahiro Yamada
-6
/
+8
2024-11-27
kbuild: rename abs_objtree to abs_output
Masahiro Yamada
-5
/
+5
2024-11-27
kbuild: add $(objtree)/ prefix to some in-kernel build artifacts
Masahiro Yamada
-5
/
+5
2024-11-27
kbuild: replace two $(abs_objtree) with $(CURDIR) in top Makefile
Masahiro Yamada
-2
/
+2
2024-11-27
kbuild: Add Propeller configuration for kernel build
Rong Xu
-0
/
+1
2024-11-26
Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
-4
/
+12
2024-11-25
rust: allow `clippy::needless_lifetimes`
Miguel Ojeda
-0
/
+1
2024-11-17
Linux 6.12
v6.12
Linus Torvalds
-1
/
+1
2024-11-10
Linux 6.12-rc7
v6.12-rc7
Linus Torvalds
-1
/
+1
2024-11-06
kbuild: Add AutoFDO support for Clang build
Rong Xu
-0
/
+1
2024-11-06
kbuild: simplify rustfmt target
Masahiro Yamada
-11
/
+2
2024-11-05
scripts: Remove export_report.pl
Matthew Maurer
-5
/
+1
2024-11-04
kbuild: add generic support for built-in boot DTBs
Masahiro Yamada
-1
/
+6
2024-11-04
kbuild: check the presence of include/generated/rustc_cfg
Masahiro Yamada
-2
/
+3
2024-11-04
kbuild: refactor the check for missing config files
Masahiro Yamada
-8
/
+13
2024-11-03
Linux 6.12-rc6
v6.12-rc6
Linus Torvalds
-1
/
+1
2024-10-27
Linux 6.12-rc5
v6.12-rc5
Linus Torvalds
-1
/
+1
2024-10-20
Linux 6.12-rc4
v6.12-rc4
Linus Torvalds
-1
/
+1
2024-10-13
Linux 6.12-rc3
v6.12-rc3
Linus Torvalds
-1
/
+1
2024-10-07
rust: replace `clippy::dbg_macro` with `disallowed_macros`
Miguel Ojeda
-1
/
+0
2024-10-07
rust: introduce `.clippy.toml`
Miguel Ojeda
-0
/
+3
2024-10-07
rust: enable `rustdoc::unescaped_backticks` lint
Miguel Ojeda
-1
/
+2
2024-10-07
rust: enable `clippy::ignored_unit_patterns` lint
Miguel Ojeda
-0
/
+1
2024-10-07
rust: enable `clippy::unnecessary_safety_doc` lint
Miguel Ojeda
-0
/
+1
2024-10-07
rust: enable `clippy::unnecessary_safety_comment` lint
Miguel Ojeda
-0
/
+1
2024-10-07
rust: enable `clippy::undocumented_unsafe_blocks` lint
Miguel Ojeda
-0
/
+1
2024-10-07
rust: sort global Rust flags
Miguel Ojeda
-4
/
+4
2024-10-06
Linux 6.12-rc2
v6.12-rc2
Linus Torvalds
-1
/
+1
2024-10-07
kbuild: fix a typo dt_binding_schema -> dt_binding_schemas
Xu Yang
-1
/
+1
2024-09-29
Linux 6.12-rc1
v6.12-rc1
Linus Torvalds
-2
/
+2
2024-09-25
Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
-3
/
+16
2024-09-24
Merge tag 'kbuild-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
-5
/
+2
2024-09-24
kbuild: remove unnecessary export of RUST_LIB_SRC
Masahiro Yamada
-4
/
+0
2024-09-20
kbuild: generate offset range data for builtin modules
Kris Van Hees
-0
/
+1
2024-09-16
rust: cfi: add support for CFI_CLANG with Rust
Matthew Maurer
-0
/
+7
2024-09-15
Linux 6.11
v6.11
Linus Torvalds
-1
/
+1
2024-09-13
cfi: add CONFIG_CFI_ICALL_NORMALIZE_INTEGERS
Alice Ryhl
-0
/
+3
2024-09-13
rust: support for shadow call stack sanitizer
Alice Ryhl
-0
/
+1
2024-09-08
Linux 6.11-rc7
v6.11-rc7
Linus Torvalds
-1
/
+1
2024-09-05
Merge tag 'rust-fixes-6.11-2' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
-0
/
+1
2024-09-05
kbuild: rust: re-run Kconfig if the version text changes
Miguel Ojeda
-3
/
+5
2024-09-01
kbuild: remove *.symversions left-over
Masahiro Yamada
-1
/
+1
2024-09-01
Linux 6.11-rc6
v6.11-rc6
Linus Torvalds
-1
/
+1
2024-08-27
rust: allow `stable_features` lint
Miguel Ojeda
-0
/
+1
2024-08-25
Linux 6.11-rc5
v6.11-rc5
Linus Torvalds
-1
/
+1
2024-08-23
Merge tag 'kbuild-fixes-v6.11-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-1
/
+1
2024-08-18
Linux 6.11-rc4
v6.11-rc4
Linus Torvalds
-1
/
+1
2024-08-16
Merge tag 'rust-fixes-6.11' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
-1
/
+1
2024-08-11
Linux 6.11-rc3
v6.11-rc3
Linus Torvalds
-1
/
+1
[prev]
[next]