aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-20uml: fix a compile errorWANG Cong1-1/+2
2008-10-20arch/m68k/bvme6000/rtc.c: remove duplicated includeHuang Weiyi1-1/+0
2008-10-20container freezer: implement freezer cgroup subsystemMatt Helsley22-0/+41
2008-10-20container freezer: add TIF_FREEZE flag to all architecturesMatt Helsley7-0/+13
2008-10-20mm: rewrite vmap layerNick Piggin3-0/+4
2008-10-20mm: cleanup to make remove_memory() arch-neutralBadari Pulavarty3-45/+0
2008-10-18Export kmap_atomic_pfn for DRM-GEM.Eric Anholt1-0/+1
2008-10-17Merge branch 'for-linus' of git://www.jni.nu/crisLinus Torvalds13-4/+6
2008-10-16Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvmLinus Torvalds42-1083/+2465
2008-10-16Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds8-24/+21
2008-10-16Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-28/+17
2008-10-16FRV: Eliminate NULL test and memset after alloc_bootmemJulia Lawall1-2/+0
2008-10-16FRV: Provide dma_map_page() for NOMMU and fix commentsDavid Howells2-5/+29
2008-10-16frv: use generic pci_enable_resources()Bjorn Helgaas3-34/+1
2008-10-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6Linus Torvalds29-174/+210
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds6-8/+11
2008-10-16Merge branch 'personality' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds16-32/+24
2008-10-16Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds171-1082/+12036
2008-10-16sysctl: simplify ->strategyAlexey Dobriyan2-12/+11
2008-10-16fbdev: ignore VESA modes if framebuffer does not support themMichal Januszewski1-5/+4
2008-10-16spi_s3c24xx: pin configuration updatesBen Dooks1-0/+1
2008-10-16alpha: introduce field 'taso' into struct linux_binprmKirill A. Shutemov1-1/+1
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-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 Roedel3-10/+10
2008-10-16compat: generic compat get/settimeofdayChristoph Hellwig16-460/+20
2008-10-16compat: move cp_compat_stat to common codeChristoph Hellwig7-258/+0
2008-10-16Make the taint flags reliableAndi Kleen1-7/+7
2008-10-16Kconfig: eliminate "def_bool n" constructsJan Beulich3-35/+14
2008-10-16misc: replace __FUNCTION__ with __func__Harvey Harrison2-2/+2
2008-10-16uml: remove the dead TTY_LOG codeAdrian Bunk3-232/+0
2008-10-16alpha: notify_cpu_starting() compile fixletAlexey Dobriyan1-0/+1
2008-10-16Alpha Miata: remove dead URLAdrian Bunk1-2/+1
2008-10-16asm-h8300/md.h: remove CVS keywordAdrian Bunk1-1/+1
2008-10-16h8300: GENERIC_BUG supportYoshinori Sato6-10/+25
2008-10-16h8300: update timer handler - misc updateYoshinori Sato4-83/+97
2008-10-16h8300: update timer handler - new filesYoshinori Sato5-0/+372
2008-10-16h8300: update timer handler - delete filesYoshinori Sato10-310/+0
2008-10-16device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman4-8/+7
2008-10-16sysfs: crash debuggingAndrew Morton2-0/+4
2008-10-16Blackfin arch: make sure cycles is marked as volatile so gcc doesnt reorder on usMike Frysinger1-1/+1
2008-10-16Blackfin arch: disable CONFIG_HW_RANDOM and CONFIG_DAB in defconfig filesMike Frysinger13-18/+18
2008-10-16Blackfin arch: update cache flush prototypes with argument names to make them less mysteriousMike Frysinger1-5/+5
2008-10-16Blackfin arch: move bfin_addr_dcachable() and friends into the cacheflush header where it belongsMike Frysinger3-17/+18