index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
kconfig: Document the 'menu' struct
Ulf Magnusson
2017-12-07
1
-0
/
+45
|
*
|
kconfig: Warn if choice default is not in choice
Ulf Magnusson
2017-12-07
1
-0
/
+10
*
|
|
Merge tag 'kbuild-misc-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2018-02-01
9
-115
/
+560
|
\
\
\
|
*
|
|
Coccinelle: coccicheck: fix typo
Julia Lawall
2018-02-01
1
-1
/
+1
|
*
|
|
Coccinelle: memdup: drop spurious line
Julia Lawall
2018-01-29
1
-1
/
+0
|
*
|
|
Coccinelle: kzalloc-simple: Rename kzalloc-simple to zalloc-simple
Himanshu Jha
2018-01-16
1
-0
/
+0
|
*
|
|
Coccinelle: ifnullfree: Trim the warning reported in report mode
Himanshu Jha
2018-01-16
1
-1
/
+1
|
*
|
|
Coccinelle: alloc_cast: Add more memory allocating functions to the list
Himanshu Jha
2018-01-16
1
-21
/
+71
|
*
|
|
Coccinelle: array_size: report even if include is missing
Jérémy Lefaure
2018-01-16
1
-2
/
+2
|
*
|
|
Coccinelle: kzalloc-simple: Add all zero allocating functions
Himanshu Jha
2018-01-16
1
-5
/
+367
|
*
|
|
kbuild: pkg: make out-of-tree rpm/deb-pkg build immediately fail
Masahiro Yamada
2017-12-12
1
-3
/
+7
|
*
|
|
scripts/package: snap-pkg target
Paolo Pisati
2017-12-12
2
-0
/
+30
|
|
/
/
*
|
|
Merge tag 'kbuild-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2018-02-01
3
-142
/
+101
|
\
\
\
|
*
|
|
kbuild: fix W= option checks for extra DTC warnings
Masahiro Yamada
2018-01-25
1
-2
/
+2
|
*
|
|
Kbuild: suppress packed-not-aligned warning for default setting only
Xiongfeng Wang
2018-01-18
1
-0
/
+3
|
*
|
|
fixdep: use existing helper to check modular CONFIG options
Masahiro Yamada
2018-01-18
1
-12
/
+12
|
*
|
|
fixdep: refactor parse_dep_file()
Masahiro Yamada
2018-01-18
1
-40
/
+40
|
*
|
|
fixdep: move global variables to local variables of main()
Masahiro Yamada
2018-01-18
1
-26
/
+16
|
*
|
|
fixdep: remove unneeded memcpy() in parse_dep_file()
Masahiro Yamada
2018-01-18
1
-13
/
+9
|
*
|
|
fixdep: factor out common code for reading files
Masahiro Yamada
2018-01-18
1
-55
/
+20
|
*
|
|
fixdep: use malloc() and read() to load dep_file to buffer
Masahiro Yamada
2018-01-18
1
-24
/
+32
|
*
|
|
fixdep: remove unnecessary <arpa/inet.h> inclusion
Masahiro Yamada
2018-01-18
1
-1
/
+0
|
*
|
|
fixdep: exit with error code in error branches of do_config_file()
Lukas Bulwahn
2018-01-08
1
-4
/
+2
|
|
/
/
*
|
|
Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-02-01
2
-0
/
+19
|
\
\
\
|
*
\
\
Merge 4.15-rc6 into char-misc-next
Greg Kroah-Hartman
2018-01-02
2
-26
/
+4
|
|
\
\
\
|
*
|
|
|
soundwire: Add SoundWire bus type
Vinod Koul
2017-12-19
2
-0
/
+19
*
|
|
|
|
Merge tag 'docs-4.16' of git://git.lwn.net/linux
Linus Torvalds
2018-02-01
1
-1300
/
+206
|
\
\
\
\
\
|
*
|
|
|
|
scripts: kernel_doc: better handle show warnings logic
Mauro Carvalho Chehab
2018-01-01
1
-15
/
+41
|
*
|
|
|
|
scripts: kernel-doc: apply filtering rules to warnings
Mauro Carvalho Chehab
2017-12-21
1
-7
/
+23
|
*
|
|
|
|
scripts: kernel-doc: improve nested logic to handle multiple identifiers
Mauro Carvalho Chehab
2017-12-21
1
-25
/
+44
|
*
|
|
|
|
scripts: kernel-doc: handle nested struct function arguments
Mauro Carvalho Chehab
2017-12-21
1
-12
/
+26
|
*
|
|
|
|
scripts: kernel-doc: print the declaration name on warnings
Mauro Carvalho Chehab
2017-12-21
1
-22
/
+16
|
*
|
|
|
|
scripts: kernel-doc: get rid of $nested parameter
Mauro Carvalho Chehab
2017-12-21
1
-15
/
+4
|
*
|
|
|
|
scripts: kernel-doc: parse next structs/unions
Mauro Carvalho Chehab
2017-12-21
1
-53
/
+68
|
*
|
|
|
|
scripts: kernel-doc: replace tabs by spaces
Mauro Carvalho Chehab
2017-12-21
1
-5
/
+5
|
*
|
|
|
|
scripts: kernel-doc: change default to ReST format
Mauro Carvalho Chehab
2017-12-21
1
-3
/
+3
|
*
|
|
|
|
scripts: kernel-doc: improve argument handling
Mauro Carvalho Chehab
2017-12-21
1
-16
/
+20
|
*
|
|
|
|
scripts: kernel-doc: get rid of unused output formats
Mauro Carvalho Chehab
2017-12-21
1
-1179
/
+4
|
*
|
|
|
|
docs: get rid of kernel-doc-nano-HOWTO.txt
Mauro Carvalho Chehab
2017-12-21
1
-1
/
+1
|
*
|
|
|
|
kernel-doc: parse DECLARE_KFIFO and DECLARE_KFIFO_PTR()
Mauro Carvalho Chehab
2017-12-11
1
-2
/
+6
|
|
/
/
/
/
*
|
|
|
|
scripts/tags.sh: change find_other_sources() for include directories
Arend van Spriel
2018-02-01
1
-1
/
+1
*
|
|
|
|
scripts/decodecode: make it take multiline Code line
Andy Shevchenko
2018-02-01
1
-0
/
+12
*
|
|
|
|
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2018-01-30
1
-0
/
+6
|
\
\
\
\
\
|
*
\
\
\
\
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
2018-01-03
1
-0
/
+6
|
|
\
\
\
\
\
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
checkpatch: Add warnings for {smp_,}read_barrier_depends()
Paul E. McKenney
2017-12-05
1
-0
/
+6
*
|
|
|
|
|
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-01-30
1
-0
/
+9
|
\
\
\
\
\
\
|
*
|
|
|
|
|
module/retpoline: Warn about missing retpoline in module
Andi Kleen
2018-01-26
1
-0
/
+9
*
|
|
|
|
|
|
scripts/gdb/linux/tasks.py: fix get_thread_info
Xi Kangjie
2018-01-19
1
-0
/
+2
*
|
|
|
|
|
|
scripts/decodecode: fix decoding for AArch64 (arm64) instructions
Will Deacon
2018-01-19
1
-0
/
+8
*
|
|
|
|
|
|
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-01-17
1
-4
/
+10
|
\
|
|
|
|
|
|
[prev]
[next]