summaryrefslogtreecommitdiff
path: root/scripts (unfollow)
Commit message (Expand)Author
2013-01-03misc: remove __dev* attributes.Greg Kroah-Hartman
2013-01-02UAPI: Strip _UAPI prefix on header install no matter the whitespaceDavid Howells
2012-12-20checkpatch: warn on uapi #includes that #include <uapi/...Joe Perches
2012-12-18Coccinelle: add api/d_find_alias.cocciCyril Roelandt
2012-12-17checkpatch: warn on CamelCase variable namesJoe Perches
2012-12-17checkpatch: add support for floating point constantsJoe Perches
2012-12-17checkpatch: find hex constants as a single IDENTJoe Perches
2012-12-17checkpatch: add --strict test for switch/default missing breakJoe Perches
2012-12-17checkpatch: warn when declaring "struct spinlock foo;"Joe Perches
2012-12-17checkpatch: Add --strict messages for blank lines around bracesJoe Perches
2012-12-17checkpatch: extend line continuation testJoe Perches
2012-12-17checkpatch: allow control over line length warning, default remains 80Joe Perches
2012-12-17checkpatch: consolidate if (foo) bar(foo) checks and add debugfs_removeAndy Whitcroft
2012-12-17checkpatch: remove reference to feature-removal-schedule.txtTao Ma
2012-12-17checkpatch: warn about using CONFIG_EXPERIMENTALKees Cook
2012-12-17checkpatch: warn on unnecessary line continuationsJoe Perches
2012-12-14scripts/config: Fix wrong "shift" for --keep-caseHiroshi Doyu
2012-12-14MODSIGN: Add modules_sign make targetJosh Boyer
2012-12-11scripts/tags.sh: Support compiled sourceJoonsoo Kim
2012-12-11scripts/tags.sh: Support subarch for ARMJoonsoo Kim
2012-12-09scripts/coccinelle/misc/warn.cocci: use WARNJulia Lawall
2012-12-06scripts/kernel-doc: check that non-void fcts describe their return valueYacine Belkadi
2012-11-30modpost.c: Stop checking __dev* section mismatchesGreg Kroah-Hartman
2012-11-30kbuild: centralize .dts->.dtb ruleStephen Warren
2012-11-27scripts/kernel-doc: check that non-void fcts describe their return valueYacine Belkadi
2012-11-26UAPI: strip the _UAPI prefix from header guards during header installationDavid Howells
2012-11-21sign-file: fix the perl warning message when extracting ASN.1Chun-Yi Lee
2012-11-21script: dtc: clean generated filesMagnus Damm
2012-11-20scripts/pnmtologo: fix for plain PBMAndreas Bießmann
2012-11-09checkpatch: improve network block comment style checkingJoe Perches
2012-11-06modules: don't break modules_install on external modules with no key.Rusty Russell
2012-11-04ARM: 7568/1: Sort exception table at compile timeStephen Boyd
2012-10-25menuconfig: Replace CIRCLEQ by list_head-style lists.Benjamin Poirier
2012-10-19MODSIGN: Move the magic string to the end of a module and eliminate the searchDavid Howells
2012-10-19MODSIGN: perlify sign-file and merge in x509keyidDavid Howells
2012-10-19kbuild: Fix module signature generationLinus Torvalds
2012-10-19kbuild: sign the modules at install timeRusty Russell
2012-10-17dtc: fix for_each_*() to skip first object if deletedStephen Warren
2012-10-17uapi: Allow automatic generation of uapi/asm/ header filesCatalin Marinas
2012-10-15kbuild: Fix accidental revert in commit fe04ddfMichal Marek
2012-10-11modpost: Permit .GCC.command.line sectionsJonathan Kliegman
2012-10-11coccicheck: Add the rep+ctxt modeNicolas Palix
2012-10-11scripts/coccinelle/tests/odd_ptr_err.cocci: semantic patch for IS_ERR/PTR_ERR...Julia Lawall
2012-10-10MODSIGN: Sign modules during the build processDavid Howells
2012-10-10MODSIGN: Provide a script for generating a key ID from an X.509 certDavid Howells
2012-10-08X.509: Add simple ASN.1 grammar compilerDavid Howells
2012-10-06kernel-doc: don't mangle whitespace in Example sectionDaniel Santos
2012-10-06kernel-doc: bugfix - empty line in Example sectionDaniel Santos
2012-10-06kernel-doc: bugfix - multi-line macrosDaniel Santos
2012-10-06checkpatch: fix name of "MODULE_PARM_DESC"Kees Cook