aboutsummaryrefslogtreecommitdiffstats
path: root/include (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-10-16epoll: drop unnecessary testDavide Libenzi1-6/+3
2008-10-16AT91: atmel_pwm only available for certain AT91 processorsAndrew Victor1-1/+1
2008-10-16Fix typo in the FIRMWARE_IN_KERNEL helpAlberto Bertogli1-1/+1
2008-10-16exec.c, compat.c: fix count(), compat_count() bounds checkingJason Baron2-2/+2
2008-10-16kernel/sys.c: improve code generationAndrew Morton1-8/+12
2008-10-16utsname: completely overwrite prior informationVegard Nossum1-2/+4
2008-10-16dontdiff: more updates to be closer to gitignoreRandy Dunlap1-26/+33
2008-10-16doc: typo in Documentation/filesystems/nfsroot.txtShane McDonald1-1/+1
2008-10-16profiling: dynamically enable readprofile at runtimeDave Hansen4-13/+84
2008-10-16rlimit: permit setting RLIMIT_NOFILE to RLIM_INFINITYAdam Tkac1-4/+12
2008-10-16sysrq: add enable_mask in sysrq_moom_opNaohiro Ooiwa1-0/+1
2008-10-16Make the taint flags reliableAndi Kleen6-82/+101
2008-10-16initramfs: add option to preserve mtime from initramfs cpio imagesNye Liu1-0/+53
2008-10-16Kconfig: eliminate "def_bool n" constructsJan Beulich7-41/+19
2008-10-16wait: kill is_sync_wait()Tejun Heo2-21/+2
2008-10-16vsprintf: use new vsprintf symbolic function pointer formatBjorn Helgaas3-10/+14
2008-10-16fix random typosDanny ter Haar3-6/+7
2008-10-16identify_ramdisk_image(): correct typo about return value in commentGeert Uytterhoeven1-1/+1
2008-10-16nubus: fix mis-indented statementIlpo Järvinen1-1/+1
2008-10-16Fix Documentation/filesystems/ramfs-rootfs-initramfs.txtfrans1-1/+1
2008-10-16eeepc: depends on RFKILLRandy Dunlap1-0/+1
2008-10-16drivers/misc: Use DIV_ROUND_UPJulia Lawall1-1/+1
2008-10-16init.h: remove long-dead __setup_null_param() macroRobert P. J. Day1-4/+0
2008-10-16kernel/dma.c: remove a CVS keywordAdrian Bunk1-1/+1
2008-10-16include/linux/mount.h: remove CVS keywordAdrian Bunk1-2/+0
2008-10-16misc: replace __FUNCTION__ with __func__Harvey Harrison6-8/+8
2008-10-16include: replace __FUNCTION__ with __func__Harvey Harrison21-35/+35