index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
kbuild: detect objtool update without using .SECONDEXPANSION
Masahiro Yamada
2021-09-22
1
-7
/
+5
|
*
|
|
|
|
kbuild: factor out OBJECT_FILES_NON_STANDARD check into a macro
Masahiro Yamada
2021-09-22
1
-6
/
+6
|
*
|
|
|
|
kbuild: store the objtool command in *.cmd files
Masahiro Yamada
2021-09-22
1
-9
/
+5
|
*
|
|
|
|
kbuild: rename __objtool_obj and reuse it for cmd_cc_lto_link_modules
Masahiro Yamada
2021-09-22
1
-6
/
+5
|
*
|
|
|
|
kbuild: move objtool_args back to scripts/Makefile.build
Masahiro Yamada
2021-09-22
2
-11
/
+10
*
|
|
|
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-11-06
3
-2
/
+19
|
\
\
\
\
\
\
|
|
|
/
/
/
/
|
|
/
|
|
|
/
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
Compiler Attributes: add __alloc_size() for better bounds checking
Kees Cook
2021-11-06
1
-1
/
+2
|
*
|
|
|
scripts/decodecode: fix faulting instruction no print when opps.file is DOS f...
weidonghui
2021-11-06
1
-1
/
+1
|
*
|
|
|
scripts/spelling.txt: fix "mistake" version of "synchronization"
Sven Eckelmann
2021-11-06
1
-1
/
+1
|
*
|
|
|
scripts/spelling.txt: add more spellings to spelling.txt
Colin Ian King
2021-11-06
1
-0
/
+16
*
|
|
|
|
Merge tag 'driver-core-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2021-11-04
1
-26
/
+467
|
\
\
\
\
\
|
*
|
|
|
|
Merge 5.15-rc6 into driver-core-next
Greg Kroah-Hartman
2021-10-18
3
-3
/
+9
|
|
\
|
|
|
|
|
*
|
|
|
|
scripts: get_abi.pl: better generate regex from what fields
Mauro Carvalho Chehab
2021-10-05
1
-2
/
+11
|
*
|
|
|
|
scripts: get_abi.pl: fix fallback rule for undefined symbols
Mauro Carvalho Chehab
2021-10-05
1
-1
/
+1
|
*
|
|
|
|
Merge 5.15-rc4 into driver-core-next
Greg Kroah-Hartman
2021-10-04
7
-17
/
+17
|
|
\
\
\
\
\
|
*
|
|
|
|
|
scripts: get_abi.pl: make undefined search more deterministic
Mauro Carvalho Chehab
2021-09-29
1
-3
/
+5
|
*
|
|
|
|
|
scripts: get_abi.pl: show progress
Mauro Carvalho Chehab
2021-09-28
1
-51
/
+104
|
*
|
|
|
|
|
scripts: get_abi.pl: use STDERR for search-string and show-hints
Mauro Carvalho Chehab
2021-09-28
1
-7
/
+7
|
*
|
|
|
|
|
scripts: get_abi.pl: update its documentation
Mauro Carvalho Chehab
2021-09-28
1
-13
/
+15
|
*
|
|
|
|
|
scripts: get_abi.pl: fix parse logic for DT firmware
Mauro Carvalho Chehab
2021-09-28
1
-10
/
+20
|
*
|
|
|
|
|
scripts: get_abi.pl: produce an error if the ref tree is broken
Mauro Carvalho Chehab
2021-09-28
1
-1
/
+9
|
*
|
|
|
|
|
scripts: get_abi.pl: create a valid ReST with duplicated tags
Mauro Carvalho Chehab
2021-09-28
1
-0
/
+1
|
*
|
|
|
|
|
scripts: get_abi.pl: ensure that "others" regex will be parsed
Mauro Carvalho Chehab
2021-09-23
1
-0
/
+16
|
*
|
|
|
|
|
scripts: get_abi.pl: precompile what match regexes
Mauro Carvalho Chehab
2021-09-23
1
-9
/
+29
|
*
|
|
|
|
|
scripts: get_abi.pl: stop check loop earlier when regex is found
Mauro Carvalho Chehab
2021-09-23
1
-5
/
+2
|
*
|
|
|
|
|
scripts: get_abi.pl: ignore some sysfs nodes earlier
Mauro Carvalho Chehab
2021-09-23
1
-8
/
+8
|
*
|
|
|
|
|
scripts: get_abi.pl: Better handle leaves with wildcards
Mauro Carvalho Chehab
2021-09-23
1
-1
/
+1
|
*
|
|
|
|
|
scripts: get_abi.pl: improve debug logic
Mauro Carvalho Chehab
2021-09-23
1
-9
/
+19
|
*
|
|
|
|
|
scripts: get_abi.pl: call get_leave() a little late
Mauro Carvalho Chehab
2021-09-23
1
-2
/
+1
|
*
|
|
|
|
|
scripts: get_abi.pl: Fix get_abi.pl search output
Mauro Carvalho Chehab
2021-09-23
1
-0
/
+1
|
*
|
|
|
|
|
scripts: get_abi.pl: add a graph to speedup the undefined algorithm
Mauro Carvalho Chehab
2021-09-21
1
-61
/
+127
|
*
|
|
|
|
|
scripts: get_abi.pl: Ignore fs/cgroup sysfs nodes earlier
Mauro Carvalho Chehab
2021-09-21
1
-3
/
+4
|
*
|
|
|
|
|
scripts: get_abi.pl: don't skip what that ends with wildcards
Mauro Carvalho Chehab
2021-09-21
1
-34
/
+46
|
*
|
|
|
|
|
scripts: get_abi.pl: add an option to filter undefined results
Mauro Carvalho Chehab
2021-09-21
1
-6
/
+31
|
*
|
|
|
|
|
scripts: get_abi.pl: detect softlinks
Mauro Carvalho Chehab
2021-09-21
1
-33
/
+156
|
*
|
|
|
|
|
scripts: get_abi.pl: Check for missing symbols at the ABI specs
Mauro Carvalho Chehab
2021-09-21
1
-2
/
+88
|
*
|
|
|
|
|
scripts: get_abi.pl: Better handle multiple What parameters
Mauro Carvalho Chehab
2021-09-21
1
-4
/
+4
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-11-04
1
-1
/
+5
|
\
\
\
\
\
\
|
*
\
\
\
\
\
Merge 5.15-rc6 into char-misc-next
Greg Kroah-Hartman
2021-10-18
3
-3
/
+9
|
|
\
\
\
\
\
\
|
|
|
|
_
|
/
/
/
|
|
|
/
|
|
|
|
|
*
|
|
|
|
|
Merge 5.15-rc3 into char-misc next
Greg Kroah-Hartman
2021-09-27
7
-17
/
+17
|
|
\
\
\
\
\
\
|
|
|
|
_
|
/
/
/
|
|
|
/
|
|
|
|
|
*
|
|
|
|
|
scripts/tags.sh: Fix obsolete parameter for ctags
Philip K. Gisslow
2021-09-14
1
-1
/
+5
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2021-11-02
15
-115
/
+275
|
\
\
\
\
\
\
|
*
|
|
|
|
|
scripts/dtc: Update to upstream version v1.6.1-19-g0a3a9d3449c8
Rob Herring
2021-10-29
14
-114
/
+275
|
*
|
|
|
|
|
kbuild: Enable dtc 'unit_address_format' warning by default
Rob Herring
2021-09-21
1
-1
/
+0
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge tag 'docs-5.16' of git://git.lwn.net/linux
Linus Torvalds
2021-11-02
2
-0
/
+6
|
\
\
\
\
\
\
|
*
|
|
|
|
|
kernel-doc: support DECLARE_PHY_INTERFACE_MASK()
Randy Dunlap
2021-11-01
1
-0
/
+1
|
*
|
|
|
|
|
scripts: documentation-file-ref-check: fix bpf selftests path
Mauro Carvalho Chehab
2021-10-26
1
-0
/
+1
|
*
|
|
|
|
|
scripts: documentation-file-ref-check: ignore hidden files
Mauro Carvalho Chehab
2021-10-26
1
-0
/
+3
|
*
|
|
|
|
|
scripts: kernel-doc: Ignore __alloc_size() attribute
Kees Cook
2021-10-12
1
-0
/
+1
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
2021-11-02
1
-21
/
+6
|
\
\
\
\
\
\
[prev]
[next]