summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* arm/arm64: KVM: Fix ioctl error handlingMichael S. Tsirkin2016-03-092-2/+2
* KVM: x86: fix root cause for missed hardware breakpointsPaolo Bonzini2016-03-091-5/+4
* kvm: x86: Update tsc multiplier on change.Owen Hofmann2016-03-091-5/+9
* mips/kvm: fix ioctl error handlingMichael S. Tsirkin2016-03-091-2/+2
* parisc: Fix ptrace syscall number and return value modificationHelge Deller2016-03-092-6/+15
* x86/irq: Plug vector cleanup raceThomas Gleixner2016-03-031-10/+53
* x86/irq: Call irq_force_move_complete with irq descriptorThomas Gleixner2016-03-033-7/+11
* x86/irq: Remove outgoing CPU from vector cleanup maskThomas Gleixner2016-03-031-2/+16
* x86/irq: Remove the cpumask allocation from send_cleanup_vector()Thomas Gleixner2016-03-031-13/+3
* x86/irq: Clear move_in_progress before sending cleanup IPIThomas Gleixner2016-03-031-1/+3
* x86/irq: Remove offline cpus from vector cleanupThomas Gleixner2016-03-031-2/+6
* x86/irq: Get rid of code duplicationThomas Gleixner2016-03-031-18/+15
* x86/irq: Copy vectormask instead of an AND operationThomas Gleixner2016-03-031-1/+1
* x86/irq: Check vector allocation earlyThomas Gleixner2016-03-031-13/+25
* x86/irq: Reorganize the search in assign_irq_vectorThomas Gleixner2016-03-031-8/+16
* x86/irq: Reorganize the return path in assign_irq_vectorThomas Gleixner2016-03-031-14/+8
* x86/irq: Do not use apic_chip_data.old_domain as temporary bufferJiang Liu2016-03-031-3/+5
* x86/irq: Validate that irq descriptor is still activeThomas Gleixner2016-03-031-0/+9
* x86/irq: Fix a race in x86_vector_free_irqs()Jiang Liu2016-03-031-8/+8
* x86/irq: Call chip->irq_set_affinity in proper contextThomas Gleixner2016-03-031-1/+5
* x86/entry/compat: Add missing CLAC to entry_INT80_32Andy Lutomirski2016-03-031-0/+1
* x86/mpx: Fix off-by-one comparison with nr_registersColin Ian King2016-03-031-1/+1
* xen/arm: correctly handle DMA mapping of compound pagesIan Campbell2016-03-031-7/+14
* ARM: at91/dt: fix typo in sama5d2 pinmux descriptionsLudovic Desroches2016-03-031-1/+1
* ARM: OMAP2+: Fix onenand initialization to avoid filesystem corruptionIvaylo Dimitrov2016-03-031-3/+3
* powerpc/eeh: Fix partial hotplug criterionGavin Shan2016-03-031-2/+1
* KVM: x86: MMU: fix ubsan index-out-of-range warningMike Krinkin2016-03-031-1/+1
* KVM: x86: fix conversion of addresses to linear in 32-bit protected modePaolo Bonzini2016-03-031-2/+2
* KVM: x86: fix missed hardware breakpointsPaolo Bonzini2016-03-031-0/+1
* ARCv2: SMP: Emulate IPI to self using software triggered interruptVineet Gupta2016-03-033-5/+32
* ARCv2: STAR 9000950267: Handle return from intr to Delay Slot #2Vineet Gupta2016-03-031-1/+18
* sparc64: fix incorrect sign extension in sys_sparc64_personalityDmitry V. Levin2016-03-031-1/+1
* MIPS: Fix buffer overflow in syscall_get_arguments()James Hogan2016-03-031-3/+1
* MIPS: Fix some missing CONFIG_CPU_MIPSR6 #ifdefsHuacai Chen2016-03-032-3/+3
* MIPS: hpet: Choose a safe value for the ETIME checkHuacai Chen2016-03-031-3/+7
* MIPS: Loongson-3: Fix SMP_ASK_C0COUNT IPI handlerHuacai Chen2016-03-031-7/+13
* Revert "MIPS: Fix PAGE_MASK definition"Dan Williams2016-03-031-1/+1
* uml: flush stdout before forkingVegard Nossum2016-03-031-0/+2
* s390/fpu: signals vs. floating point control registerMartin Schwidefsky2016-03-031-0/+2
* s390/compat: correct restore of high gprs on signal returnMartin Schwidefsky2016-03-031-1/+1
* s390: fix normalization bug in exception table sortingArd Biesheuvel2016-03-031-2/+6
* KVM: s390: fix memory overwrites when vx is disabledDavid Hildenbrand2016-03-032-86/+43
* s390/kvm: remove dependency on struct save_area definitionMartin Schwidefsky2016-03-032-15/+16
* ARM: 8457/1: psci-smp is built only for SMPArnd Bergmann2016-03-031-1/+1
* KVM: s390: fix guest fprs memory leakDavid Hildenbrand2016-03-031-1/+4
* arm64: errata: Add -mpc-relative-literal-loads to build flagsdann frazier2016-03-031-0/+1
* ARM: debug-ll: fix BCM63xx entry for multiplatformArnd Bergmann2016-03-031-11/+6
* m32r: fix m32104ut_defconfig build failSudip Mukherjee2016-02-251-0/+3
* KVM: PPC: Fix ONE_REG AltiVec supportGreg Kurz2016-02-251-10/+10
* KVM: PPC: Fix emulation of H_SET_DABR/X on POWER8Thomas Huth2016-02-251-1/+1