summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-08-07vfio-pci: Use mutex around open, release, and removeAlex Williamson
2014-08-07vfio-pci: Release devices with BusMaster disabledAlex Williamson
2014-08-07Merge tag 'microblaze-3.17-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds
2014-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds
2014-08-07Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2014-08-07Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2014-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2014-08-07avr32: fix error return codeJulia Lawall
2014-08-07Merge branch 'akpm' (patchbomb from Andrew Morton)Linus Torvalds
2014-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-08-07Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds
2014-08-07Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-08-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2014-08-07Merge tag 'sound-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2014-08-07Merge tag 'hsi-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/sre...Linus Torvalds
2014-08-07Merge tag 'for-v3.17' of git://git.infradead.org/battery-2.6Linus Torvalds
2014-08-07powerpc/eeh: Export eeh_iommu_group_to_pe()Gavin Shan
2014-08-07netlink: hold nl_sock_hash_lock during diag dumpThomas Graf
2014-08-07checkpatch: update $declaration_macros, add uninitialized_varJoe Perches
2014-08-07checkpatch: warn on missing spaces in broken up quotedDan Carpenter
2014-08-07checkpatch: fix false positives for --strict "space after cast" testJoe Perches
2014-08-07checkpatch: fix false positive MISSING_BREAK warnings with --fileJoe Perches
2014-08-07checkpatch: add test for native c90 types in unusual orderJoe Perches
2014-08-07checkpatch: add signed generic typesJoe Perches
2014-08-07checkpatch: add short int to c variable typesJoe Perches
2014-08-07checkpatch: add for_each tests to indentation and brace testsJoe Perches
2014-08-07checkpatch: fix brace style misuses of else and whileJoe Perches
2014-08-07checkpatch: add --fix option for a couple OPEN_BRACE misusesJoe Perches
2014-08-07checkpatch: use the correct indentation for which()Joe Perches
2014-08-07checkpatch: add fix_insert_line and fix_delete_line helpersJoe Perches
2014-08-07checkpatch: add ability to insert and delete lines to patch/fileJoe Perches
2014-08-07checkpatch: add an index variable for fixed linesJoe Perches
2014-08-07checkpatch: warn on break after goto or return with same tab indentationJoe Perches
2014-08-07checkpatch: emit a warning on file add/move/deleteJoe Perches
2014-08-07checkpatch: add test for commit id formatting style in commit logJoe Perches
2014-08-07checkpatch: emit fewer kmalloc_array/kcalloc conversion warningsJoe Perches
2014-08-07checkpatch: improve "no space after cast" testJoe Perches
2014-08-07checkpatch: allow multiple const * typesJoe Perches
2014-08-07checkpatch: warn on unnecessary parentheses around references of foo->barJoe Perches
2014-08-07checkpatch: quiet Kconfig help message checkingJoe Perches
2014-08-07checkpatch: change blank line after declaration type to "LINE_SPACING"Joe Perches
2014-08-07checkpatch: add a multiple blank lines testJoe Perches
2014-08-07checkpatch: add test for blank lines after function/struct/union/enumJoe Perches
2014-08-07checkpatch.pl: also suggest 'else if' when if follows braceRasmus Villemoes
2014-08-07checkpatch: ignore email headers betterJoe Perches
2014-08-07checkpatch: fix function pointers in blank line needed after declarations testJoe Perches
2014-08-07checkpatch: fix complex macro false positive for escaped constant charJoe Perches
2014-08-07checkpatch: warn on unnecessary else after return or breakJoe Perches