aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2013-02-05checkpatch: fix $Float creation of match variablesJoe Perches1-5/+5
2013-01-03misc: remove __dev* attributes.Greg Kroah-Hartman1-1/+0
2013-01-02UAPI: Strip _UAPI prefix on header install no matter the whitespaceDavid Howells1-3/+3
2012-12-20Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-2/+5
2012-12-20Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds3-9/+158
2012-12-20checkpatch: warn on uapi #includes that #include <uapi/...Joe Perches1-2/+5
2012-12-20Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-0/+7
2012-12-19Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+32
2012-12-18Coccinelle: add api/d_find_alias.cocciCyril Roelandt1-0/+80
2012-12-17checkpatch: warn on CamelCase variable namesJoe Perches1-6/+13
2012-12-17checkpatch: add support for floating point constantsJoe Perches1-1/+5
2012-12-17checkpatch: find hex constants as a single IDENTJoe Perches1-1/+1
2012-12-17checkpatch: add --strict test for switch/default missing breakJoe Perches1-2/+16
2012-12-17checkpatch: warn when declaring "struct spinlock foo;"Joe Perches1-0/+6
2012-12-17checkpatch: Add --strict messages for blank lines around bracesJoe Perches1-0/+10
2012-12-17checkpatch: extend line continuation testJoe Perches1-1/+3
2012-12-17checkpatch: allow control over line length warning, default remains 80Joe Perches1-3/+6
2012-12-17checkpatch: consolidate if (foo) bar(foo) checks and add debugfs_removeAndy Whitcroft1-14/+6
2012-12-17checkpatch: remove reference to feature-removal-schedule.txtTao Ma1-37/+0
2012-12-17checkpatch: warn about using CONFIG_EXPERIMENTALKees Cook1-0/+13
2012-12-17checkpatch: warn on unnecessary line continuationsJoe Perches1-0/+9
2012-12-14scripts/config: Fix wrong "shift" for --keep-caseHiroshi Doyu1-1/+0
2012-12-14MODSIGN: Add modules_sign make targetJosh Boyer1-0/+32
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-0/+34
2012-12-12Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-0/+1
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-14/+10
2012-12-11Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2-0/+5
2012-12-11scripts/tags.sh: Support compiled sourceJoonsoo Kim1-6/+31
2012-12-11scripts/tags.sh: Support subarch for ARMJoonsoo Kim1-2/+18
2012-12-11Merge branches 'cache-l2x0', 'fixes', 'hdrs', 'misc', 'mmci', 'vic' and 'warn...Russell King15-490/+536
2012-12-09scripts/coccinelle/misc/warn.cocci: use WARNJulia Lawall1-0/+109
2012-12-06scripts/kernel-doc: check that non-void fcts describe their return valueYacine Belkadi1-0/+34
2012-11-30modpost.c: Stop checking __dev* section mismatchesGreg Kroah-Hartman1-14/+10
2012-11-30kbuild: centralize .dts->.dtb ruleStephen Warren1-0/+3
2012-11-27scripts/kernel-doc: check that non-void fcts describe their return valueYacine Belkadi1-0/+34
2012-11-26UAPI: strip the _UAPI prefix from header guards during header installationDavid Howells1-0/+3
2012-11-21sign-file: fix the perl warning message when extracting ASN.1Chun-Yi Lee1-3/+3
2012-11-21script: dtc: clean generated filesMagnus Damm1-0/+2
2012-11-20scripts/pnmtologo: fix for plain PBMAndreas Bießmann1-0/+7
2012-11-12Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds5-14/+106
2012-11-09Merge branch 'akpm' (Fixes from Andrew)Linus Torvalds1-2/+4
2012-11-09checkpatch: improve network block comment style checkingJoe Perches1-2/+4
2012-11-06modules: don't break modules_install on external modules with no key.Rusty Russell1-1/+2
2012-11-04ARM: 7568/1: Sort exception table at compile timeStephen Boyd1-0/+1
2012-10-25menuconfig: Replace CIRCLEQ by list_head-style lists.Benjamin Poirier5-14/+106
2012-10-19MODSIGN: Move the magic string to the end of a module and eliminate the searchDavid Howells1-3/+3
2012-10-19MODSIGN: perlify sign-file and merge in x509keyidDavid Howells2-346/+399
2012-10-19kbuild: Fix module signature generationLinus Torvalds1-2/+3
2012-10-19kbuild: sign the modules at install timeRusty Russell4-111/+28
2012-10-18Merge tag 'dt-fixes-for-3.7' of git://sources.calxeda.com/kernel/linuxLinus Torvalds1-34/+10
2012-10-17dtc: fix for_each_*() to skip first object if deletedStephen Warren1-34/+10
2012-10-17uapi: Allow automatic generation of uapi/asm/ header filesCatalin Marinas1-1/+1
2012-10-15kbuild: Fix accidental revert in commit fe04ddfMichal Marek1-2/+2
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-1/+2018
2012-10-12Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds5-9/+366
2012-10-12Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds10-130/+289
2012-10-12Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds4-5/+6
2012-10-11modpost: Permit .GCC.command.line sectionsJonathan Kliegman1-0/+1
2012-10-11coccicheck: Add the rep+ctxt modeNicolas Palix1-0/+3
2012-10-11scripts/coccinelle/tests/odd_ptr_err.cocci: semantic patch for IS_ERR/PTR_ERR...Julia Lawall1-0/+65
2012-10-10MODSIGN: Sign modules during the build processDavid Howells2-1/+191
2012-10-10MODSIGN: Provide a script for generating a key ID from an X.509 certDavid Howells1-0/+268
2012-10-09Merge tag 'xtensa-next-20121008' of git://github.com/czankel/xtensa-linuxLinus Torvalds1-0/+2
2012-10-08X.509: Add simple ASN.1 grammar compilerDavid Howells4-0/+1559
2012-10-08Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds8-16/+16
2012-10-06kernel-doc: don't mangle whitespace in Example sectionDaniel Santos1-2/+7
2012-10-06kernel-doc: bugfix - empty line in Example sectionDaniel Santos1-1/+10
2012-10-06kernel-doc: bugfix - multi-line macrosDaniel Santos1-0/+3
2012-10-06checkpatch: fix name of "MODULE_PARM_DESC"Kees Cook1-1/+1
2012-10-06checkpatch: check networking specific block comment styleJoe Perches1-0/+14
2012-10-06checkpatch: update suggested printk conversionsJoe Perches1-2/+4
2012-10-06checkpatch: check utf-8 content from a commit log when it's missing from charsetPasi Savanainen1-3/+12
2012-10-06kbuild: make: fix if_changed when command contains backslashesSascha Hauer1-1/+1
2012-10-03modpost: fix modpost warnings for xtensaMax Filippov1-0/+2
2012-10-03Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linu...Linus Torvalds2-25/+41
2012-10-03Merge tag 'dt-for-3.7' of git://sources.calxeda.com/kernel/linuxLinus Torvalds30-701/+3847
2012-10-03kbuild: Fix gcc -x syntaxJean Delvare6-13/+13
2012-10-02UAPI: Plumb the UAPI Kbuilds into the user header installation and checkingDavid Howells2-20/+39
2012-10-02UAPI: Remove the objhdr-y export listDavid Howells1-5/+2
2012-10-01Merge tag 'staging-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+15
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-5/+5
2012-10-01Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+3
2012-10-01Merge tag 'localmodconfig-v3.7-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-26/+24
2012-10-01localmodconfig: Fix localyesconfig to set to 'y' not 'm'Yuta Ando1-0/+2
2012-10-01dtc: import latest upstream dtcStephen Warren30-701/+3847
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2012-09-27kconfig: replace 'oldnoconfig' with 'olddefconfig', and keep the old name as ...Adam Lee2-12/+25
2012-09-27menuconfig: Assign jump keys per-page instead of globallyBenjamin Poirier6-73/+149
2012-09-27menuconfig: Do not open code textbox scroll up/downBenjamin Poirier1-44/+11
2012-09-27menuconfig: Add jump keys to search resultsBenjamin Poirier5-35/+94
2012-09-27menuconfig: Extend dialog_textbox so that it can return to a scrolled positionBenjamin Poirier3-6/+28
2012-09-27menuconfig: Extend dialog_textbox so that it can exit on arbitrary keypressesBenjamin Poirier3-13/+33
2012-09-27menuconfig: Remove superfluous conditionnalBenjamin Poirier1-5/+3
2012-09-27Kbuild: use normal compression settings for tar*-pkgAndi Kleen1-3/+3
2012-09-27kbuild: Do not package /boot and /lib in make tar-pkgMichal Marek2-3/+3
2012-09-26s390/exceptions: switch to relative exception table entriesHeiko Carstens1-5/+5
2012-09-25Merge branch 'akpm' (sundry from Andrew)Linus Torvalds1-1/+1
2012-09-25checksyscalls: fix "here document" handlingHeiko Carstens1-1/+1
2012-09-23Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds1-2/+2
2012-09-21firmware: fix directory creation rule matching with make 3.80Mark Asselstine1-2/+2
2012-09-16Merge 3.6-rc6 into staging-nextGreg Kroah-Hartman2-3/+8
2012-09-13Merge branch 'core/rcu' into perf/coreIngo Molnar2-2/+2
2012-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lli...Linus Torvalds1-1/+6
2012-09-11kbuild: add symbol prefix arg to kallsymsJames Hogan1-1/+6
2012-09-07staging/ipack: Fix bug introduced by IPack device matchingJens Taprogge1-1/+1
2012-09-06Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds2-2/+2
2012-09-04Staging: ipack: implement ipack device table.Jens Taprogge1-0/+15
2012-09-01Coccinelle: fix typo in memdup_user.cocciFengguang Wu1-2/+2
2012-08-31scripts/Makefile.modpost: error in finding modules from .mod files.이건호2-2/+2
2012-08-31scripts/tags.sh: Add magic for pci access functionsKirill Tkhai1-2/+6
2012-08-31kconfig: document oldnoconfig to what it really does in conf.cAdam Lee1-1/+1
2012-08-31scripts/coccinelle: ptr_ret: Add ternary operator versionLars-Peter Clausen1-0/+26
2012-08-31scripts/kernel-doc: added support for html5Dan Luedtke1-7/+266
2012-08-30firmware: fix directory creation rule matching with make 3.82Mark Asselstine1-1/+1
2012-08-30kconfig/mconf.c: revision of curses initialization.Dirk Gouders3-4/+8
2012-08-28Merge branch 'perf/urgent' into perf/coreIngo Molnar3-2/+4
2012-08-23ftrace: Make recordmcount.c handle __fentry__Steven Rostedt1-1/+3
2012-08-21checkpatch: add control statement test to SINGLE_STATEMENT_DO_WHILE_MACROJoe Perches1-1/+2
2012-08-17scripts/kernel-doc: fix fatal script errorRandy Dunlap1-0/+1
2012-08-16localmodconfig: Use my variable for loop in streamline_config.plBill Pemberton1-1/+1
2012-08-16localmodconfig: Use 3 parameter open in streamline_config.plBill Pemberton1-16/+14
2012-08-16localmodconfig: Rework find_config in streamline_config.plBill Pemberton1-8/+6
2012-08-16localmodconfig: Set default value for ksource in streamline_config.plBill Pemberton1-1/+1
2012-08-16scripts/decodecode: Fixup trapping instruction markerBorislav Petkov1-1/+1
2012-08-10link-vmlinux.sh: Fix stray "echo" in error messageMichal Marek1-1/+1
2012-07-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-0/+1
2012-07-30Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-3/+68
2012-07-30checkpatch: add checks for do {} while (0) macro misusesJoe Perches1-0/+39
2012-07-30checkpatch: Add acheck for use of sizeof without parenthesisJoe Perches1-0/+6
2012-07-30checkpatch: check usleep_range() argumentsJoe Perches1-0/+16
2012-07-30checkpatch: test for non-standard signaturesJoe Perches1-1/+5
2012-07-30checkpatch: Update alignment checkJoe Perches1-2/+2
2012-07-30Merge tag 'localmodconfig-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-17/+158
2012-07-30Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds5-21/+264
2012-07-30Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds9-36/+104
2012-07-30Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-2/+2
2012-07-26Merge tag 'usb-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+4
2012-07-26kconfig: Document oldnoconfig to what it really doesSteven Rostedt1-1/+1
2012-07-26scripts/tags.sh: Teach [ce]tags about libtraceeevent error codesNamhyung Kim1-2/+4
2012-07-26nconf: add u, d command keys in scroll windowsBenjamin Poirier2-6/+8
2012-07-26menuconfig: add u, d, q command keys in text boxesBenjamin Poirier2-3/+6
2012-07-26scripts/config: fix double-quotes un-escapingYann E. MORIN1-1/+1
2012-07-26s390/exceptions: sort exception table at build timeHeiko Carstens1-0/+1
2012-07-24Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+11
2012-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-07-20trivial: typo in comment in mksysmapMasatake YAMATO1-1/+1
2012-07-13scripts/coccinelle: list iterator variable semantic patchJulia Lawall1-0/+147
2012-07-13kconfig: Print errors to stderr in the MakefileMichal Marek1-14/+14
2012-07-13kconfig: allow long lines in config fileCody Schafer1-2/+59
2012-07-13scripts/coccinelle: Find threaded IRQs requests which are missing IRQF_ONESHOTLars-Peter Clausen1-0/+65
2012-07-13kconfig: remove lkc_defs.h from .gitignore and dontdiffPaul Bolle1-1/+0
2012-07-13xconfig: add quiet rule for mocYaakov Selkowitz1-2/+5
2012-07-13xconfig: use pkgconfig to find mocYaakov Selkowitz1-2/+2
2012-07-07kbuild: Print errors to stderrMichal Marek1-2/+2
2012-07-05Merge 3.5-rc5 into usb-nextGreg Kroah-Hartman1-0/+0
2012-07-04kconfig: fix check-lxdialog for DLL platformsYaakov Selkowitz1-1/+1
2012-07-04kconfig: check ncursesw headers first in check-lxdialogYaakov Selkowitz1-3/+3
2012-07-04kconfig/nconf: fix compile with ncurses reentrant APIYaakov Selkowitz1-0/+4
2012-06-28deb-pkg: Add all Makefiles to header packagemaximilian attems1-1/+1
2012-06-28deb-pkg: Install linux-firmware-image in versioned dirmaximilian attems1-2/+3
2012-06-28scripts/config: add option to undef a symbolYann E. MORIN1-0/+10
2012-06-28scripts/config: allow alternate prefix to config option symbolYann E. MORIN1-13/+19
2012-06-28scripts/config: add option to not upper-case symbolsYann E. MORIN1-3/+15
2012-06-27chmod +x scripts/gfp-translateDave Jones1-0/+0
2012-06-25Merge 3.5-rc4 into usb-nextGreg Kroah-Hartman1-1/+2
2012-06-20get_maintainer: Fix --help warningJoe Perches1-1/+2
2012-06-19localmodconfig: Add debug environment variable LOCALMODCONFIG_DEBUGSteven Rostedt1-0/+21
2012-06-19localmodconfig: Check if configs are already set for selectsSteven Rostedt1-11/+104
2012-06-19localmodconfig: Read in orig config file to avoid extra processingSteven Rostedt1-2/+24
2012-06-19localmodconfig: Comments and cleanup for streamline_config.plSteven Rostedt1-4/+9
2012-06-16scripts/modpost: check for bad references in .pci.fixups areaSebastian Andrzej Siewior1-0/+11
2012-06-13USB: allow match on bInterfaceNumberBjørn Mork1-1/+4
2012-05-31checkpatch: suggest pr_<level> over printk(KERN_<LEVEL>Joe Perches1-0/+13
2012-05-31checkpatch: check for whitespace before semicolon at EOLEric Nelson1-0/+7
2012-05-28Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds3-1/+101
2012-05-28Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2-10/+23
2012-05-28Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-0/+221
2012-05-26builddeb: include autogenerated header filesLekensteyn1-1/+1
2012-05-25scripts/coccinelle: sizeof of pointerJulia Lawall1-0/+65
2012-05-25scripts/coccinelle: address test is always trueJulia Lawall1-0/+35
2012-05-23Merge tag 'module-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+10
2012-05-23Merge branch 'delete-mca' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2-2/+2
2012-05-23Merge branch 'x86-extable-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-0/+517
2012-05-23modpost: use proper kernel style for autogenerated filesGreg Kroah-Hartman1-4/+4
2012-05-23modpost: Stop grab_file() from leaking filedescriptors if fstat() failsJesper Juhl1-3/+6
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+4
2012-05-18x86, realmode: 16-bit real-mode code support for relocs toolH. Peter Anvin1-0/+2
2012-05-17MCA: delete all remaining traces of microchannel bus support.Paul Gortmaker2-2/+2
2012-05-16scripts/config: properly report and set string optionsYann E. MORIN1-4/+7
2012-05-10kbuild: fix ia64 linkSam Ravnborg1-2/+2
2012-05-07kbuild: all{no,yes,mod,def,rand}config only read files when instructed to.Eric W. Biederman1-1/+3
2012-05-05kbuild: link of vmlinux moved to a scriptSam Ravnborg1-0/+211
2012-05-05kconfig: Add error handling to KCONFIG_ALLCONFIGEric W. Biederman1-6/+14
2012-05-01HID: Allow bus wildcard matchingHenrik Rydberg1-1/+2
2012-05-01HID: Add device group to modaliasHenrik Rydberg1-0/+2
2012-04-24scripts/sortextable: Handle relative entries, and other cleanupsDavid Daney3-88/+164
2012-04-23Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds1-0/+4
2012-04-19scripts: Add sortextable to sort the kernel's exception table.David Daney4-0/+441
2012-04-18xz: Enable BCJ filters on SPARC and 32-bit x86Lasse Collin1-2/+2
2012-04-18Fix modpost failures in fedora 17David Miller1-0/+4