summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2008-10-203-3/+74
|\
| * [MTD] [NAND] Freescale i.MX2 NAND driverSascha Hauer2008-09-021-0/+27
| * [MTD] [NAND] pxa3xx_nand: moved some helper variables out from platform dataEnrico Scholz2008-09-011-8/+1
| * [MTD] [NAND] pxa3xx_nand: added some 'const' annotations to the exported APIEnrico Scholz2008-09-011-4/+4
| * [MTD] [NAND] pxa3xx_nand: allow to define flash types in the platform dataEnrico Scholz2008-09-011-0/+3
| * [MTD] [NAND] pxa3xx_nand: moved nand definitions into shared platform headerEnrico Scholz2008-09-011-0/+44
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2008-09-01826-8125/+106615
| |\
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2008-08-122506-4348/+193623
| |\ \
* | | | mn10300: use bcd2bin/bin2bcdAdrian Bunk2008-10-201-3/+3
* | | | mips: use bcd2bin/bin2bcdAdrian Bunk2008-10-205-59/+59
* | | | rtc: use bcd2bin/bin2bcdAdrian Bunk2008-10-201-10/+10
* | | | cris: use bcd2bin/bin2bcdAdrian Bunk2008-10-204-45/+45
* | | | alpha: use bcd2bin/bin2bcdAdrian Bunk2008-10-202-11/+11
* | | | always reserve elfcore header memory in crash kernelSimon Horman2008-10-202-4/+2
* | | | kdump: add is_vmcore_usable() and vmcore_unusable()Simon Horman2008-10-201-2/+2
* | | | kdump: use is_kdump_kernel() in sba_init()Simon Horman2008-10-201-3/+2
* | | | kdump: make elfcorehdr_addr independent of CONFIG_PROC_VMCOREVivek Goyal2008-10-207-4/+36
* | | | uml: fix a compile errorWANG Cong2008-10-201-1/+2
* | | | arch/m68k/bvme6000/rtc.c: remove duplicated includeHuang Weiyi2008-10-201-1/+0
* | | | container freezer: implement freezer cgroup subsystemMatt Helsley2008-10-2022-0/+41
* | | | container freezer: add TIF_FREEZE flag to all architecturesMatt Helsley2008-10-207-0/+13
* | | | mm: rewrite vmap layerNick Piggin2008-10-203-0/+4
* | | | mm: cleanup to make remove_memory() arch-neutralBadari Pulavarty2008-10-203-45/+0
* | | | Export kmap_atomic_pfn for DRM-GEM.Eric Anholt2008-10-181-0/+1
* | | | Merge branch 'for-linus' of git://www.jni.nu/crisLinus Torvalds2008-10-1713-4/+6
|\ \ \ \
| * | | | CRIS: proper defconfig setupAdrian Bunk2008-10-135-0/+2
| * | | | [CRIS] Rename boot-linkscripts and fix the path to them.Jesper Nilsson2008-07-148-4/+4
* | | | | Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-10-1642-1083/+2465
|\ \ \ \ \
| * | | | | KVM: ia64: Add intel iommu support for guests.Xiantao Zhang2008-10-152-0/+13
| * | | | | KVM: ia64: add directed mmio range support for kvm guestsXiantao Zhang2008-10-154-22/+33
| * | | | | KVM: ia64: Make pmt table be able to hold physical mmio entries.Xiantao Zhang2008-10-151-6/+13
| * | | | | KVM: Move irqchip_in_kernel() from ioapic.h to irq.hXiantao Zhang2008-10-152-0/+5
| * | | | | KVM: Separate irq ack notification out of arch/x86/kvm/irq.cXiantao Zhang2008-10-156-48/+6
| * | | | | KVM: Move device assignment logic to common codeXiantao Zhang2008-10-151-255/+0
| * | | | | KVM: Device Assignment: Move vtd.c from arch/x86/kvm/ to virt/kvm/Zhang xiantao2008-10-152-194/+3
| * | | | | KVM: VMX: enable invlpg exiting if EPT is disabledMarcelo Tosatti2008-10-151-1/+2
| * | | | | KVM: x86: Silence various LAPIC-related host kernel messagesJan Kiszka2008-10-152-11/+9
| * | | | | KVM: Device Assignment: Map mmio pages into VT-d page tableWeidong Han2008-10-151-18/+11
| * | | | | KVM: PIC: enhance IPI avoidanceMarcelo Tosatti2008-10-153-2/+18
| * | | | | KVM: MMU: add "oos_shadow" parameter to disable oosMarcelo Tosatti2008-10-151-1/+4
| * | | | | KVM: MMU: speed up mmu_unsync_walkMarcelo Tosatti2008-10-151-12/+60
| * | | | | KVM: MMU: out of sync shadow coreMarcelo Tosatti2008-10-153-18/+197
| * | | | | KVM: MMU: mmu_convert_notrap helperMarcelo Tosatti2008-10-151-0/+14
| * | | | | KVM: MMU: awareness of new kvm_mmu_zap_page behaviourMarcelo Tosatti2008-10-151-4/+9
| * | | | | KVM: MMU: mmu_parent_walkMarcelo Tosatti2008-10-151-0/+27
| * | | | | KVM: x86: trap invlpgMarcelo Tosatti2008-10-155-5/+71
| * | | | | KVM: MMU: sync roots on mmu reloadMarcelo Tosatti2008-10-152-0/+37
| * | | | | KVM: MMU: mode specific sync_pageMarcelo Tosatti2008-10-152-0/+64
| * | | | | KVM: MMU: do not write-protect large mappingsMarcelo Tosatti2008-10-151-2/+8
| * | | | | KVM: MMU: move local TLB flush to mmu_set_spteMarcelo Tosatti2008-10-151-4/+4
OpenPOWER on IntegriCloud