aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2008-10-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds
2008-10-20Merge git://git.infradead.org/mtd-2.6Linus Torvalds
2008-10-20mn10300: use bcd2bin/bin2bcdAdrian Bunk
2008-10-20mips: use bcd2bin/bin2bcdAdrian Bunk
2008-10-20rtc: use bcd2bin/bin2bcdAdrian Bunk
2008-10-20cris: use bcd2bin/bin2bcdAdrian Bunk
2008-10-20alpha: use bcd2bin/bin2bcdAdrian Bunk
2008-10-20always reserve elfcore header memory in crash kernelSimon Horman
2008-10-20kdump: add is_vmcore_usable() and vmcore_unusable()Simon Horman
2008-10-20kdump: use is_kdump_kernel() in sba_init()Simon Horman
2008-10-20kdump: make elfcorehdr_addr independent of CONFIG_PROC_VMCOREVivek Goyal
2008-10-20uml: fix a compile errorWANG Cong
2008-10-20arch/m68k/bvme6000/rtc.c: remove duplicated includeHuang Weiyi
2008-10-20container freezer: implement freezer cgroup subsystemMatt Helsley
2008-10-20container freezer: add TIF_FREEZE flag to all architecturesMatt Helsley
2008-10-20mm: rewrite vmap layerNick Piggin
2008-10-20mm: cleanup to make remove_memory() arch-neutralBadari Pulavarty
2008-10-20Merge branches 'topic/asoc', 'topic/misc-fixes', 'topic/ps3-csbits' and 'topi...Takashi Iwai
2008-10-20ps3: Add passthru support for non-audio streamsTakashi Iwai
2008-10-20ps3: Add ps3av_audio_mute_analog()Masakazu Mokuno
2008-10-18Export kmap_atomic_pfn for DRM-GEM.Eric Anholt
2008-10-17Merge branch 'for-linus' of git://www.jni.nu/crisLinus Torvalds
2008-10-16Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2008-10-16Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2008-10-16Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2008-10-16FRV: Eliminate NULL test and memset after alloc_bootmemJulia Lawall
2008-10-16FRV: Provide dma_map_page() for NOMMU and fix commentsDavid Howells
2008-10-16frv: use generic pci_enable_resources()Bjorn Helgaas
2008-10-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...Linus Torvalds
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2008-10-16Merge branch 'personality' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds
2008-10-16Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2008-10-16sysctl: simplify ->strategyAlexey Dobriyan
2008-10-16fbdev: ignore VESA modes if framebuffer does not support themMichal Januszewski
2008-10-16spi_s3c24xx: pin configuration updatesBen Dooks
2008-10-16alpha: introduce field 'taso' into struct linux_binprmKirill A. Shutemov
2008-10-16sparc64: use iommu_num_pages function in IOMMU codeJoerg Roedel
2008-10-16alpha: use iommu_num_pages function in IOMMU codeJoerg Roedel
2008-10-16powerpc: use iommu_num_pages function in IOMMU codeJoerg Roedel
2008-10-16x86: convert Calgary IOMMU driver to generic iommu_num_pages functionJoerg Roedel
2008-10-16x86, AMD IOMMU: convert driver to generic iommu_num_pages functionJoerg Roedel
2008-10-16x86: convert GART driver to generic iommu_num_pages functionJoerg Roedel
2008-10-16powerpc: rename iommu_num_pages function to iommu_nr_pagesJoerg Roedel
2008-10-16sparc64: rename iommu_num_pages function to iommu_nr_pagesJoerg Roedel
2008-10-16x86: rename iommu_num_pages function to iommu_nr_pagesJoerg Roedel
2008-10-16compat: generic compat get/settimeofdayChristoph Hellwig
2008-10-16compat: move cp_compat_stat to common codeChristoph Hellwig
2008-10-16Make the taint flags reliableAndi Kleen
2008-10-16Kconfig: eliminate "def_bool n" constructsJan Beulich
2008-10-16misc: replace __FUNCTION__ with __func__Harvey Harrison