summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* x86: update iomem_resource end based on CPU physical address capabilitiesBjorn Helgaas2010-10-261-0/+1
* x86/PCI: allocate space from the end of a region, not the beginningBjorn Helgaas2010-10-261-6/+11
* x86/PCI: MMCONFIG: fix region end calculationBjorn Helgaas2010-10-171-3/+1
* PCI: update Intel chipset names and definesSeth Heasley2010-10-171-6/+6
* x86/PCI: irq and pci_ids patch for Intel Patsburg DeviceIDsSeth Heasley2010-10-151-0/+1
* PCI: OLPC: Only enable PCI configuration type override on XO-1Daniel Drake2010-10-153-4/+6
* Don't dump task struct in a.out core-dumpsLinus Torvalds2010-10-141-17/+5
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-10-1311-17/+44
|\
| * ARM: relax ioremap prohibition (309caa9) for -final and -stableRussell King2010-10-131-2/+6
| * Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6Russell King2010-10-122-1/+2
| |\
| | * cpuimx27: fix i2c bus selectionEric Bénard2010-10-081-1/+1
| | * cpuimx27: fix compile when ULPI is selectedEric Bénard2010-10-081-0/+1
| * | ARM: 6440/1: ep93xx: DMA: fix channel_disableMika Westerberg2010-10-121-1/+1
| * | ARM: 6435/1: Fix HWCAP_TLS flag for ARM11MPCore/Cortex-A9Tony Lindgren2010-10-081-1/+1
| * | ARM: 6436/1: AT91: Fix power-saving in idle-mode on 926T processorsAnders Larsen2010-10-081-4/+3
| * | ARM: fix section mismatch warnings in Versatile ExpressRussell King2010-10-052-3/+3
| * | ARM: 6412/1: kprobes-decode: add support for MOVW instructionWill Deacon2010-10-041-3/+4
| * | ARM: 6419/1: mmu: Fix MT_MEMORY and MT_MEMORY_NONCACHED pte flagsSantosh Shilimkar2010-10-041-2/+2
| * | ARM: 6416/1: errata: faulty hazard checking in the Store Buffer may lead to d...Will Deacon2010-10-042-0/+22
* | | Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-10-131-0/+1
|\ \ \
| * | | omap: iommu-load cam register before flushing the entryHari Kanigeri2010-10-051-0/+1
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-10-133-10/+10
|\ \ \ \
| * | | | x86, numa: For each node, register the memory blocks actually usedYinghai Lu2010-10-111-3/+5
| * | | | x86, AMD, MCE thresholding: Fix the MCi_MISCj iteration orderBorislav Petkov2010-10-111-6/+3
| * | | | x86, mce, therm_throt.c: Fix missing curly braces in error handling logicJin Dongming2010-10-081-1/+2
* | | | | KVM: x86: Move TSC reset out of vmcb_initZachary Amsden2010-10-111-1/+1
* | | | | KVM: x86: Fix SVM VMCB resetZachary Amsden2010-10-111-1/+1
* | | | | Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-10-097-7/+30
|\ \ \ \ \
| * | | | | ARM: SAMSUNG: Add a workaround for get_clock() for serial driverMarek Szyprowski2010-10-081-1/+26
| * | | | | ARM: S5P: Bug fix on errors of build with CONFIG_PREEMPT_NONESeungChull Suh2010-10-084-0/+4
| * | | | | ARM: SAMSUNG: Fix build warnings because of unused codesKukjin Kim2010-10-082-6/+0
| |/ / / /
* | | | | Define _addr_lsb in siginfo_t for mipsAndi Kleen2010-10-091-0/+1
|/ / / /
* | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2010-10-0628-57/+125
|\ \ \ \
| * | | | MIPS: Octeon: Place cnmips_cu2_setup in __init memory.David Daney2010-10-041-1/+1
| * | | | MIPS: Don't place cu2 notifiers in __cpuinitdataDavid Daney2010-10-041-1/+1
| * | | | MIPS: Calculate VMLINUZ_LOAD_ADDRESS based on the length of vmlinux.binShmulik Ladkani2010-10-041-1/+1
| * | | | MIPS: Alchemy: Resolve prom section mismatchesManuel Lauss2010-10-041-3/+2
| * | | | MIPS: Fix syscall 64 bit number comments.Ralf Baechle2010-10-041-2/+2
| * | | | MIPS: Hookup fanotify_init, fanotify_mark, and prlimit64 syscalls.David Daney2010-10-046-9/+37
| * | | | MIPS: TX49xx: Rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGNFUJITA Tomonori2010-10-041-1/+1
| * | | | MIPS: N32: Fix getdents64 syscall for n32Bernhard Walle2010-10-041-1/+1
| * | | | MIPS: Remove pr_<level> uses of KERN_<level>Joe Perches2010-10-042-2/+2
| * | | | MIPS: PNX8550: Sort out machine halt, restart and powerdown functions.Ralf Baechle2010-10-042-17/+6
| * | | | MIPS: GIC: Remove dependencies from Malta files.Ralf Baechle2010-10-044-5/+5
| * | | | MIPS: Kconfig: Fix and clarify kconfig help text for VSMP and SMTC.Ralf Baechle2010-10-041-2/+18
| * | | | MIPS: DMA: Fix computation of DMA flags from device's coherent_dma_mask.Ralf Baechle2010-10-041-8/+20
| * | | | MIPS: Audit: Fix hang in entry.S.Ralf Baechle2010-10-041-1/+2
| * | | | MIPS: Document why RELOC_HIDE is there.Ralf Baechle2010-10-041-0/+14
| * | | | MIPS: Octeon: Determine if helper needs to be builtAndreas Bießmann2010-10-042-1/+5
| * | | | MIPS: Use generic atomic64 for 32-bit kernelsDeng-Cheng Zhu2010-10-042-0/+5
OpenPOWER on IntegriCloud