index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-04
checkpatch: prefer kstrto<foo> to sscanf(buf, "%<lhuidx>", &bar);
Joe Perches
1
-0
/
+21
2014-06-04
checkpatch: add warning for kmalloc/kzalloc with multiply
Joe Perches
1
-0
/
+24
2014-06-04
checkpatch: warn on #defines ending in semicolon
Joe Perches
1
-0
/
+11
2014-06-04
checkpatch: make --strict a default for files in drivers/net and net/
Joe Perches
1
-0
/
+13
2014-06-04
checkpatch: always warn on missing blank line after variable declaration block
Joe Perches
1
-10
/
+34
2014-06-04
checkpatch: fix wildcard DT compatible string checking
Rob Herring
1
-2
/
+4
2014-06-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2014-05-29
ftrace: Add arm64 support to recordmcount
AKASHI Takahiro
2
-0
/
+12
2014-05-20
scripts/checksyscalls.sh: Make renameat optional
James Hogan
1
-1
/
+4
2014-05-14
firmware: Simplify directory creation
Michal Marek
1
-13
/
+11
2014-05-14
scripts/tags.sh: add regular expression replacement pattern for memcg
Jianyu Zhan
1
-0
/
+8
2014-05-05
Merge tag 'xtensa-next-20140503' of git://github.com/czankel/xtensa-linux
Linus Torvalds
1
-0
/
+5
2014-05-05
modpost: Fix comment typo "Modules.symvers"
Paul Bolle
1
-1
/
+1
2014-04-30
kbuild: trivial - remove trailing spaces
Masahiro Yamada
9
-21
/
+21
2014-04-30
kbuild: support simultaneous "make %config" and "make all"
Masahiro Yamada
1
-11
/
+4
2014-04-28
modpost: Fix resource leak in read_dump()
Christian Engelmayer
1
-0
/
+2
2014-04-24
builddeb: add arm64 in the supported architectures
Fathi Boudra
1
-0
/
+2
2014-04-24
builddeb: use $OBJCOPY variable instead of objcopy
Fathi Boudra
1
-3
/
+3
2014-04-24
scripts/tags.sh: ignore code of user space tools
Konstantin Khlebnikov
1
-0
/
+3
2014-04-16
kbuild: move extra gcc checks to scripts/Makefile.extrawarn
Masahiro Yamada
2
-61
/
+67
2014-04-16
scripts/tags.sh: add pattern for DEFINE_HASHTABLE
Jianyu Zhan
1
-2
/
+4
2014-04-12
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...
Linus Torvalds
5
-117
/
+192
2014-04-09
kbuild: LLVMLinux: Fix LINUX_COMPILER definition script for compilation with ...
Jan-Simon Möller
1
-1
/
+1
2014-04-09
kbuild: LLVMLinux: Adapt warnings for compilation with clang
Jan-Simon Möller
1
-1
/
+11
2014-04-08
scripts/coccinelle: Use PTR_ERR_OR_ZERO
Sachin Kamat
1
-7
/
+7
2014-04-08
scripts/bootgraph.pl: Add graphic header
Fabian Frederick
1
-2
/
+40
2014-04-08
scripts: objdiff: detect object code changes between two commits
Jason Cooper
1
-0
/
+141
2014-04-07
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...
Linus Torvalds
3
-7
/
+4
2014-04-07
kconfig: make allnoconfig disable options behind EMBEDDED and EXPERT
Josh Triplett
6
-6
/
+20
2014-04-06
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-26
/
+66
2014-04-03
checkpatch: don't warn on bitfield spaces around :
Joe Perches
1
-2
/
+5
2014-04-03
checkpatch: expand parenthesis alignment test to declarations, functions and ...
Joe Perches
1
-4
/
+6
2014-04-03
checkpatch.pl: add check for Change-Id
Christopher Covington
1
-0
/
+6
2014-04-03
scripts/checkpatch.pl: __GFP_NOFAIL isn't going away
Andrew Morton
1
-6
/
+0
2014-04-03
checkpatch: net and drivers/net: warn on missing blank line after variable de...
Joe Perches
1
-0
/
+15
2014-04-03
checkpatch: improve the compatible vendor match
Florian Vaussard
1
-5
/
+5
2014-04-03
checkpatch: check compatible strings in .c and .h too
Florian Vaussard
1
-2
/
+4
2014-04-03
checkpatch: fix spurious vendor compatible warnings
Florian Vaussard
1
-2
/
+2
2014-04-03
checkpatch: check vendor compatible with dashes
Florian Vaussard
1
-1
/
+1
2014-04-03
checkpatch: improve octal permissions test speed
Joe Perches
1
-20
/
+31
2014-04-03
checkpatch.pl: modify warning message for printk usage
Yogesh Chaudhari
1
-1
/
+1
2014-04-03
checkpatch: make "return is not a function" test quieter
Joe Perches
1
-7
/
+15
2014-04-03
checkpatch: ignore networking block comment style first lines in file
Joe Perches
1
-1
/
+2
2014-04-03
checkpatch: use a more consistent function argument style
Joe Perches
1
-9
/
+20
2014-04-03
checkpatch: add test for char * arrays that could be static const
Joe Perches
1
-0
/
+7
2014-04-03
checkpatch: fix jiffies comparison and others
Joe Perches
1
-1
/
+1
2014-04-03
checkpatch: avoid sscanf test duplicated messages
Joe Perches
1
-1
/
+1
2014-04-03
checkpatch: update octal permissions warning
Joe Perches
1
-2
/
+4
2014-04-03
checkpatch: warn on uses of __constant_<foo> functions
Joe Perches
1
-0
/
+13
2014-04-03
checkpatch: add checks for constant non-octal permissions
Joe Perches
1
-2
/
+34
[prev]
[next]