summaryrefslogtreecommitdiff
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2008-11-0712-76/+106
|\
| * [IA64] Reserve elfcorehdr memory in CONFIG_CRASH_DUMPJay Lan2008-11-071-1/+1
| * [IA64] fix boot panic caused by offline CPUsDoug Chapman2008-11-062-8/+28
| * [IA64] reorder Kconfig options to match x86Bjorn Helgaas2008-11-061-9/+9
| * [IA64] Build VT-D iommu support into generic kernelTony Luck2008-11-041-0/+1
| * [IA64] remove dead BIO_VMERGE_BOUNDARY definitionFUJITA Tomonori2008-11-041-24/+0
| * [IA64] remove duplicated #include from pci-dma.cHuang Weiyi2008-11-041-2/+0
| * [IA64] use common header for software IO/TLBJoerg Roedel2008-11-042-29/+2
| * [IA64] fix the difference between node_mem_map and node_start_pfnKen'ichi Ohmichi2008-11-042-2/+0
| * [IA64] Add error_recovery_info field to SAL section headerRuss Anderson2008-11-041-1/+14
| * [IA64] Add UV watchlist support.Russ Anderson2008-11-041-0/+45
| * [IA64] Simplify SGI uv vs. sn2 driver issuesRuss Anderson2008-11-041-0/+6
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-11-071-2/+2
|\ \
| * | x86, xen: fix use of pgd_page now that it really does return a pageJeremy Fitzhardinge2008-11-061-2/+2
* | | xen: make sure stray alias mappings are gone before pinningJeremy Fitzhardinge2008-11-072-5/+9
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-11-0612-32/+39
|\ \ \ | |/ /
| * | Revert "x86: default to reboot via ACPI"Eduardo Habkost2008-11-061-5/+1
| * | x86: align DirectMap in /proc/meminfoHugh Dickins2008-11-061-4/+4
| * | Merge branch 'iommu-fixes-2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2008-11-061-2/+7
| |\ \
| | * | AMD IOMMU: fix lazy IO/TLB flushing in unmap pathJoerg Roedel2008-11-061-1/+6
| | * | AMD IOMMU: fix detection of NP capable IOMMUsJoerg Roedel2008-10-301-1/+1
| * | | x86: add smp_mb() before sending INVALIDATE_TLB_VECTORSuresh Siddha2008-11-062-0/+11
| * | | x86: remove VISWS and PARAVIRT around NR_IRQS puzzleYinghai Lu2008-11-061-3/+3
| * | | x86: mention ACPI in top-level Kconfig menuBjorn Helgaas2008-11-061-1/+1
| * | | x86: size NR_IRQS on 32-bit systems the same way as 64-bitYinghai Lu2008-11-061-14/+6
| * | | x86: don't allow nr_irqs > NR_IRQSBen Hutchings2008-11-061-0/+2
| * | | x86: don't use tsc_khz to calculate lpj if notsc is passedAlok Kataria2008-11-041-4/+4
| * | | x86, voyager: fix smp_intr_init() compile breakageJames Bottomley2008-11-033-2/+3
* | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-11-0611-67/+122
|\ \ \ \
| * \ \ \ Merge branch 'omap-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tm...Russell King2008-11-064-16/+16
| |\ \ \ \
| | * | | | ARM: OMAP: Fix define for twl4030 irqsTony Lindgren2008-11-041-1/+1
| | * | | | ARM: OMAP: Fix get_irqnr_and_base to clear spurious interrupt bitsTony Lindgren2008-11-041-1/+3
| | * | | | ARM: OMAP: Fix debugfs_create_*'s error checking method for arm/plat-omapZhaolei2008-11-041-10/+10
| | * | | | ARM: OMAP: Fix compiler warnings in gpmc.cSanjeev Premi2008-11-041-4/+2
| | |/ / /
| * | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/xs...Russell King2008-11-061-2/+2
| |\ \ \ \
| | * | | | [ARM] xsc3: fix xsc3_l2_inv_rangeDan Williams2008-11-061-2/+2
| | |/ / /
| * | | | [ARM] mm: fix page table initializationRussell King2008-11-063-36/+87
| * | | | [ARM] fix naming of MODULE_START / MODULE_ENDRussell King2008-11-063-12/+12
| * | | | [ARM] fix VFP+softfloat binariesRussell King2008-11-041-1/+5
| | |_|/ | |/| |
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2008-11-062-1/+1
|\ \ \ \
| * | | | powerpc: Fix "unused variable" warning in pci_dlpar.cStephen Rothwell2008-11-051-1/+0
| * | | | powerpc/cell: Fix compile error in ras.cAlexey Dobriyan2008-11-051-0/+1
| |/ / /
* | | | sched: re-tune balancingIngo Molnar2008-11-051-3/+4
|/ / /
* | | Merge branch 'io-mappings-for-linus-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2008-11-037-11/+70
|\ \ \ | |/ / |/| |
| * | io mapping: clean up #ifdefsKeith Packard2008-11-031-0/+4
| * | x86: add iomap_atomic*()/iounmap_atomic() on 32-bit using fixmapsKeith Packard2008-10-316-11/+66
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-11-023-5/+13
|\ \ \
| * | | sparc64: Fix PCI resource mapping on sparc64Max Dmitrichenko2008-11-021-1/+9
| * | | sparc64: Kill annoying warning when building compat_binfmt_elf.oDavid S. Miller2008-11-021-2/+2
| * | | sparc32: kernel/trace/trace.c wants DIE_OOPSAl Viro2008-11-011-0/+1