summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2013-06-27KVM: x86: remove vcpu's CPL check in host-invoked XCR setZhanghaoyu (A)1-3/+2
2013-06-27tilepro: work around module link error with gcc 4.7Chris Metcalf1-0/+2
2013-06-20x86: Fix typo in kexec register clearingKees Cook1-1/+1
2013-06-07um: Serve io_remap_pfn_range()Richard Weinberger1-0/+2
2013-06-07Kirkwood: Enable PCIe port 1 on QNAP TS-11x/TS-21xMartin Michlmayr1-1/+1
2013-06-07ARM: plat-orion: Fix num_resources and id for ge10 and ge11Gregory CLEMENT1-6/+6
2013-06-07avr32: fix relocation check for signed 18-bit offsetHans-Christian Egtvedt1-1/+1
2013-05-19xen/vcpu/pvhvm: Fix vcpu hotplugging hanging.Konrad Rzeszutek Wilk1-0/+15
2013-05-19ARM: OMAP: RX-51: change probe order of touchscreen and panel SPI devicesAaro Koskinen1-2/+2
2013-05-19KVM: VMX: fix halt emulation while emulating invalid guest sateGleb Natapov1-0/+6
2013-05-12Revert "x86, amd: Disable way access filter on Piledriver CPUs" it is duplicatedAndre Przywara1-14/+0
2013-05-12x86/mm: account for PGDIR_SIZE alignmentJerry Hoemann1-0/+5
2013-05-12powerpc: fix numa distance for form0 device treeVaidyanathan Srinivasan1-1/+1
2013-05-08s390: move dummy io_remap_pfn_range() to asm/pgtable.hLinus Torvalds1-0/+4
2013-05-08x86: Eliminate irq_mis_count counted in arch_irq_statLi Fei1-4/+0
2013-05-08Wrong asm register contraints in the kvm implementationStephan Schreiber1-1/+1
2013-05-08Wrong asm register contraints in the futex implementationStephan Schreiber1-3/+2
2013-05-08Fix initialization of CMCI/CMCP interruptsTony Luck3-13/+33
2013-05-08xen/time: Fix kasprintf splat when allocating timer%d IRQ line.Konrad Rzeszutek Wilk2-2/+9
2013-05-08powerpc/spufs: Initialise inode->i_ino in spufs_new_inode()Michael Ellerman1-0/+1
2013-05-08powerpc: Add isync to copy_and_flushMichael Neuling1-0/+1
2013-05-01sparc32: support atomic64_tSam Ravnborg2-0/+3
2013-05-01sparc64: Fix race in TLB batch processing.David S. Miller7-55/+242
2013-04-26ARM: 7696/1: Fix kexec by setting outer_cache.inv_all for FeroceonIllia Ragozin1-0/+1
2013-04-26KVM: Allow cross page reads and writes from cached translations.Andrew Honig1-6/+4
2013-04-26KVM: x86: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache functions (CVE-...Andy Honig2-27/+16
2013-04-26KVM: x86: fix for buffer overflow in handling of MSR_KVM_SYSTEM_TIME (CVE-201...Andy Honig1-0/+5
2013-04-17x86, mm: Patch out arch_flush_lazy_mmu_mode() when running on bare metalBoris Ostrovsky5-13/+21
2013-04-17x86, mm, paravirt: Fix vmalloc_fault oops during lazy MMU updatesSamu Kallio1-2/+4
2013-04-17x86-32, mm: Rip out x86_32 NUMA remapping codeDave Hansen1-161/+0
2013-04-12x86-32, mm: Rip out x86_32 NUMA remapping codeDave Hansen3-13/+0
2013-04-12powerpc: pSeries_lpar_hpte_remove fails from Adjunct partition being performe...Michael Wolf1-1/+7
2013-04-12alpha: Add irongate_io to PCI bus resourcesJay Estabrook1-0/+5
2013-04-05iommu/amd: Make sure dma_ops are set for hotplug devicesJoerg Roedel1-10/+14
2013-04-05KVM: x86: invalid opcode oops on SET_SREGS with OSXSAVE bit set (CVE-2012-4461)Petr Matousek1-0/+6
2013-04-05KVM: Ensure all vcpus are consistent with in-kernel irqchip settingsAvi Kivity2-0/+13
2013-04-05KVM: x86: Prevent starting PIT timers in the absence of irqchip supportJan Kiszka1-3/+7
2013-04-05KVM: Clean up error handling during VCPU creationJan Kiszka1-5/+0
2013-04-05signal: Define __ARCH_HAS_SA_RESTORER so we know whether to clear sa_restorerBen Hutchings12-0/+13
2013-03-28x86-64: Fix the failure case in copy_user_handle_tail()CQ Tang1-2/+2
2013-03-20s390/mm: fix flush_tlb_kernel_range()Heiko Carstens1-2/+0
2013-03-20perf,x86: fix wrmsr_on_cpu() warning on suspend/resumeLinus Torvalds1-1/+3
2013-03-20perf,x86: fix kernel crash with PEBS/BTS after suspend/resumeStephane Eranian2-0/+10
2013-03-20powerpc: Fix cputable entry for 970MP rev 1.0Benjamin Herrenschmidt1-1/+1
2013-03-14ARM: fix scheduling while atomic warning in alignment handling codeRussell King1-7/+4
2013-03-14ARM: VFP: fix emulation of second VFP instructionRussell King1-1/+1
2013-03-04s390/kvm: Fix store status for ACRS/FPRS fixJiri Slaby1-1/+1
2013-03-04x86/apic: Work around boot failure on HP ProLiant DL980 G7 Server systemsStoney Wang1-5/+12
2013-03-04x86: Do not leak kernel page mapping locationsKees Cook1-3/+6
2013-03-04x86: Make sure we can boot in the case the BDA contains pure garbageH. Peter Anvin1-19/+34