Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
8620d2c536dc5805bca75a76053a1becb728ddc8
/
scripts
« Previous
1278ebd
mconf/nconf: mark empty menus/menuconfigs different from non-empty ones
by Dirk Gouders
· 11 years ago
e0b4260
nconf: use function calls instead of ncurses' variables LINES and COLS
by Dirk Gouders
· 11 years ago
4f2de3e1
mconf: use function calls instead of ncurses' variables LINES and COLS
by Dirk Gouders
· 11 years ago
1376391
kconfig/lxdialog: handle newline characters in print_autowrap()
by Dirk Gouders
· 11 years ago
ff7b0c2
kconfig/lxdialog: Use new mininimum resize definitions in conf_choice()
by Sedat Dilek
· 11 years ago
851f665
kconfig/lxdialog: Add definitions for mininimum (re)size values
by Sedat Dilek
· 11 years ago
fbe98bb
kconfig: Fix defconfig when one choice menu selects options that another choice menu depends on
by Arve Hjønnevåg
· 11 years ago
61cb48c
scripts/coccinelle: check for field address argument to kfree
by Julia Lawall
· 11 years ago
1f0a674
Coccinelle: Make 'report' the default mode
by Nicolas Palix
· 11 years ago
706b78f
dtc: ensure #line directives don't consume data from the next line
by Grant Likely
· 11 years ago
2a6a08c
dtc: Update generated files to output from Bison 2.5
by Grant Likely
· 11 years ago
b0a4d8b
kbuild: make sure we clean up DTB temporary files
by Ian Campbell
· 11 years ago
1c00a47
Makefile.lib: align DTB quiet_cmd
by James Hogan
· 11 years ago
adace89
arm64: extable: sort the exception table at build time
by Will Deacon
· 11 years ago
42a0940
Merge branch 'yem-kconfig-rc-fixes' of git://gitorious.org/linux-kconfig/linux-kconfig into kbuild/rc-fixes
by Michal Marek
· 11 years ago
e983b7b
kconfig/menu.c: fix multiple references to expressions in menu_add_prop()
by Dirk Gouders
· 11 years ago
063f466
mconf: handle keys in empty dialogs
by Dirk Gouders
· 11 years ago
ad06156
kbuild: Don't assume dts files live in arch/*/boot/dts
by Matthijs Kooijman
· 11 years ago
57a9c76
scripts/config: fix assignment of parameters for short version of --*-after options
by Clement Chauplannaz
· 11 years ago
06df44e
modpost.c: Add .text.unlikely to TEXT_SECTIONS
by Tom Rini
· 11 years ago
c0ff68f
kbuild: fix make headers_install when path is too long
by Nicolas Dichtel
· 12 years ago
f66ba56
package: Makefile: unbreak binrpm-pkg target
by Luiz Capitulino
· 11 years ago
b9e306e
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 11 years ago
685e56d
Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 11 years ago
57c29bd
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 11 years ago
383da76
menuconfig: fix NULL pointer dereference when searching a symbol
by Li Zefan
· 11 years ago
22fc427
Fix cleaning in scripts/mod
by Andreas Schwab
· 12 years ago
f8ce1fa
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 12 years ago
dfab34a
Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
bcdedcc
menuconfig: print more info for symbol without prompts
by Wengmeiling
· 12 years ago
500fcbc
Merge tag 'localmodconfig-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-kconfig
by Linus Torvalds
· 12 years ago
8543ae1
checkpatch: add Suggested-by as a standard signature
by Mugunthan V N
· 12 years ago
74c8f43
checkpatch: only warn for empty lines before closing braces by themselves
by Matthijs Kooijman
· 12 years ago
5646bc7
checkpatch: warn on space before semicolon
by Joe Perches
· 12 years ago
04db4d2
checkpatch: complain about executable files
by Joe Perches
· 12 years ago
a6962d7
checkpatch: Prefer seq_puts to seq_printf
by Joe Perches
· 12 years ago
972fdea
checkpatch: add check for reuse of krealloc arg
by Joe Perches
· 12 years ago
bbbe96e
get_maintainer: use filename-only regex match for Tegra
by Stephen Warren
· 12 years ago
18ff44b
scripts/decodecode: make faulting insn ptr more robust
by Borislav Petkov
· 12 years ago
ced9cb1
localmodconfig: Process source kconfig files as they are found
by Steven Rostedt
· 12 years ago
bc20d12
localmodconfig: Add debug prints for dependencies of module configs
by Steven Rostedt
· 12 years ago
4f567cb
Merge tag 'char-misc-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 12 years ago
21ca352
kconfig: fix lists definition for C++
by Yann E. MORIN
· 12 years ago
a53a11f3
modpost: fix unwanted VMLINUX_SYMBOL_STR expansion
by James Hogan
· 12 years ago
23a5dfd
Revert "kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIG"
by Yann E. MORIN
· 12 years ago
e43956e
kconfig: implement KCONFIG_PROBABILITY for randconfig
by Yann E. MORIN
· 12 years ago
0d8024c
kconfig: allow specifying the seed for randconfig
by Yann E. MORIN
· 12 years ago
422c809
kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIG
by Yann E. MORIN
· 12 years ago
cfa98f2
kconfig: do not override symbols already set
by Yann E. MORIN
· 12 years ago
61fa0e1
kconfig: fix randconfig tristate detection
by Yann E. MORIN
· 12 years ago
a0f9c6f
rpm-pkg: Remove pointless set -e statements
by Michal Marek
· 12 years ago
6501320
rpm-pkg: Always regenerate the specfile
by Michal Marek
· 12 years ago
403d3cc
rpm-pkg: Do not write to the parent directory
by Michal Marek
· 12 years ago
6615d6c
rpm-pkg: Do not package the whole source directory
by Michal Marek
· 12 years ago
e942e2c
checkpatch: fix stringification macro defect
by Joe Perches
· 12 years ago
cdf0c2c
kconfig/lxdialog: rationalise the include paths where to find {.n}curses{,w}.h
by Yann E. MORIN
· 12 years ago
9a69abf
menuconfig: Add "breadcrumbs" navigation aid
by Benjamin Poirier
· 12 years ago
edb749f
menuconfig: Fix memory leak introduced by jump keys feature
by Benjamin Poirier
· 12 years ago
a45c7df
merge_config.sh: Avoid creating unnessary source softlinks
by John Stultz
· 12 years ago
8b9ad9f
Merge remote-tracking branch 'swarren/for-3.10/dtc-cpp-chroot-std-headers' into imx/dt
by Shawn Guo
· 12 years ago
e0e2fa4
headers_install.pl: convert to headers_install.sh
by Rob Landley
· 12 years ago
6bc6c94
buildtar: Add ARCH to the archive name
by Borislav Petkov
· 12 years ago
bad6a40
Coccinelle: Fix patch output when coccicheck is used with M= and C=
by Nicolas Palix
· 12 years ago
ed621cc
Coccinelle: Add support to the SPFLAGS variable
by Nicolas Palix
· 12 years ago
9e39555
Coccinelle: Cleanup the setting of the FLAGS and OPTIONS variables
by Nicolas Palix
· 12 years ago
35d88a3
Coccinelle: Restore coccicheck verbosity in ONLINE mode (C=1 or C=2)
by Nicolas Palix
· 12 years ago
4c6e00c
scripts/package/Makefile: compare objtree with srctree instead of test KBUILD_OUTPUT
by Bin Wang
· 12 years ago
5b83df2
kbuild: fix ld-option function
by Antony Pavlov
· 12 years ago
b40b25f
kbuild: always run gcc -E on *.dts, remove cmd_dtc_cpp
by Stephen Warren
· 12 years ago
85f02be
kbuild: cmd_dtc_cpp: extract deps from both gcc -E and dtc
by Stephen Warren
· 12 years ago
2ab8a99
kbuild: fixdep: support concatenated dep files
by Stephen Warren
· 12 years ago
c58299a
kbuild: create an "include chroot" for DT bindings
by Stephen Warren
· 12 years ago
ea4054a
modpost: handle huge numbers of modules.
by Rusty Russell
· 12 years ago
712f9b4
modpost: add -T option to read module names from file/stdin.
by Rusty Russell
· 12 years ago
d4ef1c3
modpost: minor cleanup.
by Rusty Russell
· 12 years ago
e535410
mei: bus: Initial MEI Client bus type implementation
by Samuel Ortiz
· 12 years ago
987d0c8
scripts/tags.sh: Add magic for OFFSET and DEFINE
by Kirill Tkhai
· 12 years ago
0f40d9d
Merge branch 'yem-kconfig-rc-fixes' of git://gitorious.org/linux-kconfig/linux-kconfig into kbuild/kconfig
by Michal Marek
· 12 years ago
d70f82a
genksyms: pass symbol-prefix instead of arch
by James Hogan
· 12 years ago
a4b6a77
module: fix symbol versioning with symbol prefixes
by James Hogan
· 12 years ago
e204378
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 12 years ago
b92021b
CONFIG_SYMBOL_PREFIX: cleanup.
by Rusty Russell
· 12 years ago
544e7e5
kconfig: optionally use pkg-config to detect ncurses libs
by Justin Lecher
· 12 years ago
fc9c6e0
menuconfig: optionally use pkg-config to detect ncurses libs
by Justin Lecher
· 12 years ago
c4619bc
kbuild: fix make headers_check with make 3.80
by Sam Ravnborg
· 12 years ago
8fd5e7a
Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag
by Linus Torvalds
· 12 years ago
97c3ec6
genksyms: fix metag symbol prefix on crc symbols
by James Hogan
· 12 years ago
690998b
scripts/checkstack.pl: Add metag support
by James Hogan
· 12 years ago
00512bd
metag: ftrace support
by James Hogan
· 12 years ago
2a7d2b9
Merge branch 'akpm' (final batch from Andrew)
by Linus Torvalds
· 12 years ago
eb90d08
get_maintainer: allow keywords to match filenames
by Stephen Warren
· 12 years ago
9dc3091
scripts/kernel-doc: handle struct member __aligned without numbers
by Nishanth Menon
· 12 years ago
be987d9
checkpatch: improve CamelCase test for Page
by Joe Perches
· 12 years ago
309667e
Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 12 years ago
ad60a93
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 12 years ago
0ca7ffb
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 12 years ago
9043a26
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 12 years ago
e3900e7
Merge branch 'kbuild/rc-fixes' into kbuild/kconfig
by Michal Marek
· 12 years ago
423a815
kbuild: Fix reading of .config in link-vmlinux.sh
by Michal Marek
· 12 years ago
24f0c2d
scripts/coccinelle: find constant additions that could be bit ors
by Julia Lawall
· 12 years ago
Next »