Linus Torvalds aa77677e0a Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging 13 년 전
..
basic bffd2020a9 kbuild: move scripts/basic/docproc.c to scripts/docproc.c 14 년 전
coccinelle a1087ef6ab scripts/coccinelle: update for compatability with Coccinelle 0.2.4 14 년 전
dtc edfc86aada dtc: regen parser 14 년 전
genksyms 1ae14703e7 genksyms: Use same type in loop comparison 14 년 전
kconfig 1d3fe4a75b Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 14 년 전
ksymoops 1da177e4c3 Linux-2.6.12-rc2 20 년 전
mod ebf16e3851 Staging: hv: file2alias: fix up alias creation logic for hv_vmbus_device_id 14 년 전
package 3bdccc880b package: Makefile: fix perf target bug 14 년 전
rt-tester 25985edced Fix common misspellings 14 년 전
selinux d410fa4ef9 Create Documentation/security/, 14 년 전
tracing 6161352142 tracing, perf: Convert the power tracer into an event tracer 16 년 전
.gitignore bffd2020a9 kbuild: move scripts/basic/docproc.c to scripts/docproc.c 14 년 전
Kbuild.include e0318d85be kbuild: add `baseprereq' 14 년 전
Lindent ee8900c9c7 scripts/Lindent: support gnu indent v2.2.10 17 년 전
Makefile bffd2020a9 kbuild: move scripts/basic/docproc.c to scripts/docproc.c 14 년 전
Makefile.asm-generic 181e976327 kbuild: silence Nothing to be done for 'all' message 14 년 전
Makefile.build 2bb732cdb4 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 14 년 전
Makefile.clean ef8ff89b58 kbuild: Really don't clean bounds.h and asm-offsets.h 15 년 전
Makefile.fwinst 759da92671 firmware: silence __fw_modbuild and __fw_modinst 'Nothing to be done' messages 17 년 전
Makefile.headersinst d8ecc5cd8e kbuild: asm-generic support 14 년 전
Makefile.help 74425eee71 Add a target to use the Coccinelle checker 15 년 전
Makefile.host 3156fd0529 kbuild: fix some minor typoes 17 년 전
Makefile.lib 991d76c950 kbuild: simplify the %_shipped rule 14 년 전
Makefile.modbuiltin 607b30fcf2 kbuild: Create output directory in Makefile.modbuiltin 15 년 전
Makefile.modinst 2ea038917b Revert "kbuild: strip generated symbols from *.ko" 16 년 전
Makefile.modpost 2e483528ce Merge commit 'v3.0-rc1' into kbuild/kbuild 14 년 전
bin2c.c 1da177e4c3 Linux-2.6.12-rc2 20 년 전
bloat-o-meter c50e3f512a bloat-o-meter: include read-only data section in report 14 년 전
bootgraph.pl c443453c6d bootgraph.pl: relax timing information requirements 14 년 전
checkincludes.pl 3da2715731 checkincludes: fix perlcritic warnings 15 년 전
checkkconfigsymbols.sh 03b550d3f9 checkkconfigsymbols.sh: Kconfig symbols sometimes have lowercase letters 15 년 전
checkpatch.pl e060c38434 Merge branch 'master' into for-next 14 년 전
checkstack.pl e05503ef11 Haavard Skinnemoen has left Atmel 14 년 전
checksyscalls.sh 6e5f685642 checksyscalls: Fix stand-alone usage 14 년 전
checkversion.pl 6088e9ffa2 kbuild: don't warn about include/linux/version.h not including itself 14 년 전
cleanfile cb3ed5b7e0 scripts: Make cleanfile/cleanpatch warn about long lines 18 년 전
cleanpatch cb3ed5b7e0 scripts: Make cleanfile/cleanpatch warn about long lines 18 년 전
coccicheck 062c1825a5 Coccinelle: Add contextual message 14 년 전
config f0a6332ce2 kbuild: add numeric --set-val option to scripts/config 14 년 전
conmakehash.c 5c72513843 Fix all -Wmissing-prototypes warnings in x86 defconfig 16 년 전
decodecode b396aa0308 scripts: decodecode: remove bashisms 15 년 전
depmod.sh 8fc62e5942 kbuild: Do not write to builddir in modules_install 14 년 전
diffconfig a717417e7f kconfig: add diffconfig utility 17 년 전
docproc.c f0f3ca8d96 docproc: cleanup brace placement 14 년 전
export_report.pl ca995cbf77 export_report: use warn() to issue WARNING, so they go to stderr 14 년 전
extract-ikconfig ab94e4666d scripts/extract-ikconfig: add xz compression support 14 년 전
gcc-goto.sh df0a92c206 scripts/gcc-goto.sh: fix a typo ("suport") 14 년 전
gcc-version.sh bdefe35d40 Remove bashisms from scripts 16 년 전
gcc-x86_32-has-stack-protector.sh ebd9026d9f stackprotector: fix multi-word cross-builds 16 년 전
gcc-x86_64-has-stack-protector.sh ebd9026d9f stackprotector: fix multi-word cross-builds 16 년 전
gen_initramfs_list.sh 2bb732cdb4 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 14 년 전
get_maintainer.pl 3d1c2f72a9 scripts/get_maintainer.pl: update Linus's git repository 14 년 전
gfp-translate 27af038494 scripts: fix gfp-translate for recent changes to gfp.h 14 년 전
headerdep.pl 1dcd810024 headerdep: perlcritic warning 15 년 전
headers.sh f6820308e0 kbuild: introduce HDR_ARCH_LIST for headers_install_all 14 년 전
headers_check.pl d52784eb36 headers_check: Fix warning text 14 년 전
headers_install.pl f210735fe2 headers_install: fix __packed in exported kernel headers 14 년 전
kallsyms.c e0a04b11e4 scripts/kallsyms.c: fix potential segfault 14 년 전
kernel-doc 25985edced Fix common misspellings 14 년 전
makelst f77bf01425 kbuild: introduce ccflags-y, asflags-y and ldflags-y 18 년 전
markup_oops.pl 1f73897861 Merge branch 'for-35' of git://repo.or.cz/linux-kbuild 15 년 전
mkcompile_h f07726048d Fix handling of backlash character in LINUX_COMPILE_BY name 14 년 전
mkmakefile 0ff35771fc kbuild: silence generated makefile message 14 년 전
mksysmap 2ea038917b Revert "kbuild: strip generated symbols from *.ko" 16 년 전
mkuboot.sh bc91c9f313 mkuboot.sh: Fail if mkimage is missing 14 년 전
mkversion 1da177e4c3 Linux-2.6.12-rc2 20 년 전
module-common.lds f02e8a6596 module: Sort exported symbols 14 년 전
namespace.pl 9231d9e02a Revert "namespace: add source file location exceptions" 14 년 전
patch-kernel 177525d26e eradicate bashisms in scripts/patch-kernel 14 년 전
pnmtologo.c 15e3252464 fbdev: work around old compiler bug 16 년 전
profile2linkerlist.pl 9c49fd307a profile2linkerlist: fix perl warnings 15 년 전
recordmcount.c f296388682 ftrace/s390: mcount offset calculation 14 년 전
recordmcount.h 9905ce8ad7 ftrace/recordmcount: Avoid STT_FUNC symbols as base on ARM 14 년 전
recordmcount.pl f296388682 ftrace/s390: mcount offset calculation 14 년 전
setlocalversion 38b3439d84 setlocalversion: update mercurial tag parsing 14 년 전
show_delta 94a4708352 scripts: change scripts to use system python instead of env 15 년 전
tags.sh 4d7a2fa876 scripts/tags.sh: Add magic for trace-events for etags too 14 년 전
unifdef.c 3cbea4366f unifdef: update to upstream version 2.5 14 년 전
ver_linux bdefe35d40 Remove bashisms from scripts 16 년 전
xz_wrap.sh 24fa0402a9 decompressors: add XZ decompressor module 14 년 전