summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-10-16checkpatch: accept any sized le/be typeAndy Whitcroft1-1/+1
2008-10-16checkpatch: macros which define structure members are not complexAndy Whitcroft1-0/+1
2008-10-16checkpatch: handle do without braces if we have enough contextAndy Whitcroft1-3/+24
2008-10-16checkpatch: labels are not possible typesAndy Whitcroft1-1/+1
2008-10-16checkpatch: do is not a possible typeAndy Whitcroft1-6/+18
2008-10-16checkpatch: version: 0.23Andy Whitcroft1-1/+1
2008-10-16checkpatch: ensure we only apply checks to the lines within hunksAndy Whitcroft1-2/+3
2008-10-16checkpatch: suspect indent count condition lines correctlyAndy Whitcroft1-1/+2
2008-10-16checkpatch: check line endings in text format filesAndy Whitcroft1-3/+4
2008-10-16checkpatch: handle comment/quote nesting correctlyAndy Whitcroft1-1/+1
2008-10-16checkpatch: suppress errors triggered by short patchAndy Whitcroft1-0/+1
2008-10-16checkpatch: case/default checks should only check changed linesAndy Whitcroft1-8/+9
2008-10-16checkpatch: version: 0.22Andy Whitcroft1-1/+1
2008-10-16checkpatch: perform indent checks on perlAndy Whitcroft1-2/+5
2008-10-16checkpatch: report the correct lines for single statement blocksAndy Whitcroft1-3/+3
2008-10-16checkpatch: %Lx tests should hand %% as a literalAndy Whitcroft1-0/+1
2008-10-16checkpatch: suspect indent -- skip over preprocessor, label and blank linesAndy Whitcroft1-10/+15
2008-10-16checkpatch: report the real first line of all suspect indentsAndy Whitcroft1-55/+86
2008-10-16checkpatch: report any absolute references to kernel source filesAndy Whitcroft1-0/+41
2008-10-16checkpatch: reduce warnings for #include of asm/foo.h to check from arch/bar.cAndy Whitcroft1-4/+9
2008-10-16checkpatch: include/asm checks should be anchoredAndy Whitcroft1-1/+1
2008-10-16checkpatch: fix up comment checks search to scan the entire blockAndy Whitcroft1-3/+8
2008-10-16checkpatch: complex macros -- fix up extension handlingAndy Whitcroft1-2/+2
2008-10-16checkpatch: ____cacheline_aligned et al are modifiersAndy Whitcroft1-1/+4
2008-10-16checkpatch: add tests for the attribute matcherAndy Whitcroft1-0/+10
2008-10-16checkpatch: switch indent allow plain returnAndy Whitcroft1-1/+5
2008-10-16checkpatch: conditional indent -- labels have different indent rulesAndy Whitcroft1-3/+8
2008-10-16checkpatch: values: double ampersand may be unaryAndy Whitcroft1-2/+2
2008-10-16checkpatch: square brackets -- exemption for array slices in bracesAndy Whitcroft1-2/+4
2008-10-16sparc64: use iommu_num_pages function in IOMMU codeJoerg Roedel3-18/+10
2008-10-16alpha: use iommu_num_pages function in IOMMU codeJoerg Roedel1-12/+5
2008-10-16powerpc: use iommu_num_pages function in IOMMU codeJoerg Roedel1-16/+7
2008-10-16x86: convert Calgary IOMMU driver to generic iommu_num_pages functionJoerg Roedel1-14/+4
2008-10-16x86, AMD IOMMU: convert driver to generic iommu_num_pages functionJoerg Roedel1-5/+6
2008-10-16x86: convert GART driver to generic iommu_num_pages functionJoerg Roedel1-4/+4
2008-10-16introduce generic iommu_num_pages functionJoerg Roedel2-0/+12
2008-10-16powerpc: rename iommu_num_pages function to iommu_nr_pagesJoerg Roedel1-6/+6
2008-10-16sparc64: rename iommu_num_pages function to iommu_nr_pagesJoerg Roedel3-8/+8
2008-10-16x86: rename iommu_num_pages function to iommu_nr_pagesJoerg Roedel4-11/+11
2008-10-16compat: generic compat get/settimeofdayChristoph Hellwig19-460/+85
2008-10-16compat: move cp_compat_stat to common codeChristoph Hellwig9-259/+39
2008-10-16include/linux/clk.h: fix commentAlex Raimondi1-0/+4
2008-10-16Add kerneldoc documentation for new printk format extensionsAndi Kleen2-0/+14
2008-10-16SubmittingPatches: add a reference to Andi's OLS paperAndi Kleen1-0/+5
2008-10-16Document panic_on_unrecovered_nmi sysctlBernhard Walle1-0/+12
2008-10-16taint: fix kernel-docRandy Dunlap1-15/+15
2008-10-16Remove Andrew Morton's http://www.zip.com.au/~akpm/FD Cami4-11/+5
2008-10-16Remove Andrew Morton's old email accountsFrancois Cami21-32/+31
2008-10-16documentation: explain memory barriersRandy Dunlap1-0/+3
2008-10-16kernel/kallsyms.c: fix double returnWANG Cong1-1/+0