index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
gdb
/
linux
/
Makefile
Age
Commit message (
Expand
)
Author
2024-06-27
kbuild: scripts/gdb: bring the "abspath" back
Joel Granados
2024-05-29
kbuild: scripts/gdb: Replace missed $(srctree)/$(src) w/ $(src)
Douglas Anderson
2024-05-10
kbuild: use $(src) instead of $(srctree)/$(src) for source directory
Masahiro Yamada
2021-02-16
kbuild: use always-y instead of extra-y
Masahiro Yamada
2019-07-11
kbuild: replace KBUILD_SRCTREE with boolean building_out_of_srctree
Masahiro Yamada
2019-04-02
kbuild: use $(srctree) instead of KBUILD_SRC to check out-of-tree build
Masahiro Yamada
2019-02-27
scripts/gdb: refactor rules for symlink creation
Masahiro Yamada
2019-02-27
scripts/gdb: do not descend into scripts/gdb from scripts
Masahiro Yamada
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-09-01
kbuild: use $(abspath ...) instead of $(shell cd ... && /bin/pwd)
Masahiro Yamada
2016-07-15
scripts/gdb: rebuild constants.py on dependancy change
Kieran Bingham
2016-07-15
scripts/gdb: silence 'nothing to do' message
Kieran Bingham
2016-05-23
scripts/gdb: provide linux constants
Kieran Bingham
2015-02-17
scripts/gdb: add infrastructure
Jan Kiszka