summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
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 o...Mike Frysinger1-1/+1
2008-10-16Blackfin arch: disable CONFIG_HW_RANDOM and CONFIG_DAB in defconfig filesMike Frysinger13-18/+18
2008-10-16[ARM] S3C24XX: Fix redefine of DEFINE_TIMER() in s3c24xx pwm-clock.cNelson Castillo1-6/+6
2008-10-16[ARM] S3C2443: Fix HCLK rateBen Dooks1-2/+1
2008-10-16[ARM] S3C24XX: pwm-clock set_parent mask fixDallas Foley1-1/+1
2008-10-16Blackfin arch: update cache flush prototypes with argument names to make them...Mike Frysinger1-5/+5
2008-10-16Blackfin arch: move bfin_addr_dcachable() and friends into the cacheflush hea...Mike Frysinger3-17/+18
2008-10-16Blackfin arch: use the new bfin_addr_dcachable() functionMike Frysinger1-3/+2
2008-10-16Blackfin arch: fix bug - build kernel failed at head.S when reprogram clock o...Robin Getz5-5/+5
2008-10-16Blackfin arch: unify/cleanup cache codeMike Frysinger1-115/+58
2008-10-16Blackfin arch: update AD7879 platform resources in board fileMichael Hennerich1-8/+17
2008-10-16Blackfin arch: Zero out bss region in L1/L2 memory.Graf Yang1-0/+54
2008-10-16Blackfin arch: add read/write IO accessor functions to BlackfinBryan Wu1-0/+30
2008-10-16[PATCH] remove unused ibcs2/PER_SVR4 in SET_PERSONALITYMartin Schwidefsky16-32/+24
2008-10-15cpufreq: remove policy->governor setting in drivers initializationDominik Brodowski9-12/+0
2008-10-15Merge branch 'fixes' into for-linusRussell King1122-19050/+90447
2008-10-15Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds26-284/+256
2008-10-15Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds281-6171/+12899
2008-10-15KVM: ia64: Add intel iommu support for guests.Xiantao Zhang2-0/+13
2008-10-15KVM: ia64: add directed mmio range support for kvm guestsXiantao Zhang4-22/+33
2008-10-15KVM: ia64: Make pmt table be able to hold physical mmio entries.Xiantao Zhang1-6/+13
2008-10-15KVM: Move irqchip_in_kernel() from ioapic.h to irq.hXiantao Zhang2-0/+5
2008-10-15KVM: Separate irq ack notification out of arch/x86/kvm/irq.cXiantao Zhang6-48/+6
2008-10-15KVM: Move device assignment logic to common codeXiantao Zhang1-255/+0
2008-10-15KVM: Device Assignment: Move vtd.c from arch/x86/kvm/ to virt/kvm/Zhang xiantao2-194/+3
2008-10-15KVM: VMX: enable invlpg exiting if EPT is disabledMarcelo Tosatti1-1/+2
2008-10-15KVM: x86: Silence various LAPIC-related host kernel messagesJan Kiszka2-11/+9
2008-10-15KVM: Device Assignment: Map mmio pages into VT-d page tableWeidong Han1-18/+11
2008-10-15KVM: PIC: enhance IPI avoidanceMarcelo Tosatti3-2/+18
2008-10-15KVM: MMU: add "oos_shadow" parameter to disable oosMarcelo Tosatti1-1/+4
2008-10-15KVM: MMU: speed up mmu_unsync_walkMarcelo Tosatti1-12/+60
2008-10-15KVM: MMU: out of sync shadow coreMarcelo Tosatti3-18/+197
2008-10-15KVM: MMU: mmu_convert_notrap helperMarcelo Tosatti1-0/+14
2008-10-15KVM: MMU: awareness of new kvm_mmu_zap_page behaviourMarcelo Tosatti1-4/+9
2008-10-15KVM: MMU: mmu_parent_walkMarcelo Tosatti1-0/+27
2008-10-15KVM: x86: trap invlpgMarcelo Tosatti5-5/+71
2008-10-15KVM: MMU: sync roots on mmu reloadMarcelo Tosatti2-0/+37
2008-10-15KVM: MMU: mode specific sync_pageMarcelo Tosatti2-0/+64
2008-10-15KVM: MMU: do not write-protect large mappingsMarcelo Tosatti1-2/+8
2008-10-15KVM: MMU: move local TLB flush to mmu_set_spteMarcelo Tosatti1-4/+4
2008-10-15KVM: MMU: split mmu_set_spteMarcelo Tosatti1-44/+57
2008-10-15KVM: MMU: flush remote TLBs on large->normal entry overwriteMarcelo Tosatti1-1/+4
2008-10-15x86: pvclock: fix shadowed variable warningHarvey Harrison1-5/+5
2008-10-15KVM: ia64: add support for Tukwila processorsXiantao Zhang1-21/+91
2008-10-15KVM: ia64: Implement a uniform vps interfaceXiantao Zhang4-51/+84
2008-10-15KVM: don't enter guest after SIPI was received by a CPUGleb Natapov1-1/+1