Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
892d208bcf79e4e1058707786a7b6d486697cd78
/
scripts
1e6c4df
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-kconfig
by Linus Torvalds
· 13 years ago
0a80939
Merge tag 'for-linus' of git://github.com/rustyrussell/linux
by Linus Torvalds
· 13 years ago
21ebd6c
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6
by Linus Torvalds
· 13 years ago
364212f
kconfig/streamline-config.pl: Fix parsing Makefile with variables
by Steven Rostedt
· 13 years ago
d060d96
kconfig/streamline-config.pl: Simplify backslash line concatination
by Steven Rostedt
· 13 years ago
e49ce14
modpost: use linker section to generate table.
by Rusty Russell
· 13 years ago
626596e
modpost: use a table rather than a giant if/else statement.
by Rusty Russell
· 13 years ago
bfcb2cc
checkpatch: catch all occurences of type and cast spacing errors per line
by Andy Whitcroft
· 13 years ago
6b48db2
checkpatch: typeof may have more complex arguments
by Andy Whitcroft
· 13 years ago
addcdce
checkpatch: ensure cast type is unique in the context parser
by Andy Whitcroft
· 13 years ago
c81769f
checkpatch: fix complex macros handling of square brackets
by Andy Whitcroft
· 13 years ago
e01886a
checkpatch: fix 'return is not a function' square bracket handling
by Andy Whitcroft
· 13 years ago
72f115f
checkpatch: complex macro should allow the empty do while loop
by Andy Whitcroft
· 13 years ago
87a5387
checkpatch: fix EXPORT_SYMBOL handling following a function
by Andy Whitcroft
· 13 years ago
a138580
checkpatch: only apply kconfig help checks for options which prompt
by Andy Whitcroft
· 13 years ago
3e469cd
checkpatch: optimise statement scanner when mid-statement
by Andy Whitcroft
· 13 years ago
89a8835
checkpatch: ## is not a valid modifier
by Andy Whitcroft
· 13 years ago
d7c76ba
checkpatch: improve memset and min/max with cast checking
by Joe Perches
· 13 years ago
554e165
checkpatch: check for common memset parameter issues against statments
by Andy Whitcroft
· 13 years ago
f74bd19
checkpatch: correctly track the end of preprocessor commands in context
by Andy Whitcroft
· 13 years ago
5f14d3b
checkpatch: prefer __printf over __attribute__((format(printf,...)))
by Joe Perches
· 13 years ago
270c49a
checkpatch: update signature "might be better as" warning
by Joe Perches
· 13 years ago
ed128fea
get_maintainers.pl: follow renames when looking up commit signers
by Ian Campbell
· 13 years ago
5dd7bf5
ARM: sa11x0: Implement autoloading of codec and codec pdata for mcp bus.
by Jochen Friedrich
· 13 years ago
9879326
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
d3d0b02
Merge branch 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm
by Linus Torvalds
· 13 years ago
fa0ad657
kconfig: adapt update-po-config to new UML layout
by Paul Bolle
· 13 years ago
523817b
ARM: amba: Auto-generate AMBA driver module aliases during modpost
by Dave Martin
· 13 years ago
2290c0d
Merge branch 'master' into for-next
by Jiri Kosina
· 13 years ago
addd8c9
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 13 years ago
a84f6aa
Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 13 years ago
dede6fa
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 13 years ago
2449b8b
module,bug: Add TAINT_OOT_MODULE flag for modules not built in-tree
by Ben Hutchings
· 13 years ago
15662b3
checkpatch: add a --strict check for utf-8 in commit logs
by Joe Perches
· 13 years ago
67d0a07
kernel.h/checkpatch: mark strict_strto<foo> and simple_strto<foo> as obsolete
by Joe Perches
· 13 years ago
0f60be2
scripts/package/Makefile: Fix typo: an deb -> a deb
by Paul Menzel
· 13 years ago
aa77677
Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 13 years ago
0359de7
genksyms: Regenerate lexer and parser
by Michal Marek
· 13 years ago
2c5925d
genksyms: Do not expand internal types
by Michal Marek
· 13 years ago
b06fcd6
genksyms: Minor parser cleanup
by Michal Marek
· 13 years ago
e060c38
Merge branch 'master' into for-next
by Jiri Kosina
· 13 years ago
6993248
treewide: remove extra semicolons from various parts of the kernel
by Justin P. Mattock
· 13 years ago
93072c3
scripts/kconfig/nconf: add KEY_HOME / KEY_END for dialog_inputbox
by Cheng Renquan
· 13 years ago
e631a57
scripts/kconfig/nconf: fix editing long strings
by Cheng Renquan
· 13 years ago
5ea9f64
scripts/kconfig/nconf: dynamically alloc dialog_input_result
by Cheng Renquan
· 13 years ago
cd58a90fa
scripts/kconfig/nconf: fix memmove's length arg
by Cheng Renquan
· 13 years ago
4e24dbf
scripts/kconfig/nconf: fix typo: unknow => unknown
by Cheng Renquan
· 13 years ago
6a5be57
fixdep: fix extraneous dependencies
by Peter Foley
· 13 years ago
c68e587
script/checkpatch.pl: warn about deprecated use of EXTRA_{A,C,CPP,LD}FLAGS
by Arnaud Lacombe
· 13 years ago
49c57d2
scripts/Makefile.build: do not reference EXTRA_CFLAGS as CFLAGS replacement
by Arnaud Lacombe
· 13 years ago
58238c8
kbuild: prevent make from deleting _shipped files
by Peter Foley
· 13 years ago
9c65426
tags, powerpc: Update tags.sh to support _GLOBAL symbols
by Ian Munsie
· 13 years ago
09d4812
scripts: add extract-vmlinux
by Corentin Chary
· 13 years ago
6a19492
Merge branch 'kconfig/for-next' of git://github.com/lacombar/linux-2.6 into kbuild/kconfig
by Michal Marek
· 13 years ago
702a945
kconfig: fix set but not used variables
by Lucas De Marchi
· 13 years ago
564899f
kconfig: handle SIGINT in menuconfig
by Davidlohr Bueso
· 13 years ago
953742c
kconfig: fix __enabled_ macros definition for invisible and un-selected symbols
by Arnaud Lacombe
· 13 years ago
6eafa46
Merge 3.1-rc4 into staging-next
by Greg Kroah-Hartman
· 13 years ago
30ecad5
checkpatch: add missing WARN argument for min_t and max_t tests
by Hui Zhu
· 13 years ago
3d1c2f7
scripts/get_maintainer.pl: update Linus's git repository
by Ralf Thielow
· 13 years ago
ebf16e3
Staging: hv: file2alias: fix up alias creation logic for hv_vmbus_device_id
by Greg Kroah-Hartman
· 13 years ago
d2ee52a
Staging: hv: Add code to parse struct hv_vmbus_device_id table
by K. Y. Srinivasan
· 13 years ago
db57630
Merge branch 'master/kconfig-localmodconfig' of git://github.com/lacombar/linux-2.6 into kbuild/kconfig
by Michal Marek
· 13 years ago
57e6292
kconfig: factor code in menu_get_ext_help()
by Arnaud Lacombe
· 13 years ago
3f198df
kbuild: Fix help text not displayed in choice option.
by Srinivas Kandagatla
· 13 years ago
4920e05
kconfig/nconf: nuke unreferenced `nohelp_text'
by Arnaud Lacombe
· 13 years ago
50bce3e
kconfig/streamline_config.pl: merge local{mod,yes}config
by Arnaud Lacombe
· 13 years ago
22d550a
kconfig/streamline_config.pl: use options to determine operating mode
by Arnaud Lacombe
· 13 years ago
f597a71
kconfig/streamline_config.pl: directly access LSMOD from the environment
by Arnaud Lacombe
· 13 years ago
1d3fe4a
Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6
by Linus Torvalds
· 13 years ago
2a11c8e
kconfig: Introduce IS_ENABLED(), IS_BUILTIN() and IS_MODULE()
by Michal Marek
· 13 years ago
45b583b
Merge 'akpm' patch series
by Linus Torvalds
· 13 years ago
6e60c02
checkpatch.pl: update $logFunctions
by Joe Perches
· 13 years ago
34d9921
checkpatch: make utf-8 test --strict
by Joe Perches
· 13 years ago
000d1cc1
checkpatch.pl: add ability to ignore various messages
by Joe Perches
· 13 years ago
39b7e28
checkpatch: add a "prefer __aligned" check
by Joe Perches
· 13 years ago
2011247
checkpatch: validate signature styles and To: and Cc: lines
by Joe Perches
· 13 years ago
165e72a
checkpatch: add __rcu as a sparse modifier
by Sven Eckelmann
· 13 years ago
7d2367a
checkpatch: suggest using min_t or max_t
by Joe Perches
· 13 years ago
0334b38
get_maintainers.pl: improve .mailmap parsing
by Joe Perches
· 13 years ago
154dd78
Merge branches 'kbuild', 'packaging' and 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6
by Linus Torvalds
· 13 years ago
d3ec484
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
bac6aa8
xconfig: Abort close if configuration cannot be saved
by Michal Marek
· 13 years ago
1ae1470
genksyms: Use same type in loop comparison
by Jesper Juhl
· 13 years ago
62a2635
modpost: Fix modpost's license checking V3
by Alessio Igor Bogani
· 13 years ago
0ff3577
kbuild: silence generated makefile message
by Peter Foley
· 13 years ago
eb4cf5a
kconfig: fix missing "0x" prefix from S_HEX symbol in autoconf.h
by Arnaud Lacombe
· 13 years ago
6ac556d
Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6
by Linus Torvalds
· 13 years ago
a1e8065
kconfig/nconf: remove useless conditionnal
by Arnaud Lacombe
· 13 years ago
f98ee76
kconfig/nconf: prevent segfault on empty menu
by Arnaud Lacombe
· 13 years ago
5416857
kconfig/nconf: use the generic menu_get_ext_help()
by Arnaud Lacombe
· 13 years ago
e9882ac
nconfig: Avoid Wunused-but-set warning
by Raghavendra D Prabhu
· 13 years ago
8fc62e5
kbuild: Do not write to builddir in modules_install
by Michal Marek
· 13 years ago
b7e9c22
Merge branch 'master' into for-next
by Jiri Kosina
· 13 years ago
5c74cd4
Merge branch 'kconfig-trivial' of git://github.com/lacombar/linux-2.6 into kbuild/kconfig
by Michal Marek
· 13 years ago
ab63f58
kconfig/conf: mark xfgets() private
by Arnaud Lacombe
· 13 years ago
131c60a
kconfig: remove pending prototypes for kconfig_load()
by Arnaud Lacombe
· 13 years ago
3254399
kconfig/conf: add command line options' description
by Arnaud Lacombe
· 14 years ago
275744c
kconfig/conf: reduce the scope of `defconfig_file'
by Arnaud Lacombe
· 14 years ago
8494453
kconfig: use calloc() for expr allocation
by Arnaud Lacombe
· 14 years ago
Next »