summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2016-02-10KVM: s390: bail out early on fatal signal in dirty loggingChristian Borntraeger1-0/+2
2016-02-10KVM: s390: do not block CPU on dirty loggingChristian Borntraeger1-0/+1
2016-02-10KVM: s390: do not take mmap_sem on dirty log queryChristian Borntraeger1-2/+0
2016-02-10KVM: s390: remove old fragment of vector registersDavid Hildenbrand1-7/+1
2016-02-10KVM: s390: instruction-fetching exceptions on SIE faultsDavid Hildenbrand1-2/+10
2016-02-10KVM: s390: provide prog irq ilc on SIE faultsDavid Hildenbrand1-4/+8
2016-02-10KVM: s390: irq delivery should not rely on icptcodeDavid Hildenbrand2-1/+3
2016-02-10KVM: s390: clean up prog irq injection on prog irq icptsDavid Hildenbrand1-21/+20
2016-02-10KVM: s390: read the correct opcode on SIE faultsDavid Hildenbrand1-2/+1
2016-02-10KVM: s390: gaccess: implement instruction fetching modeDavid Hildenbrand2-4/+28
2016-02-10KVM: s390: gaccess: introduce access modesDavid Hildenbrand5-35/+43
2016-02-10KVM: s390: migration / injection of prog irq ilcDavid Hildenbrand1-1/+11
2016-02-10KVM: s390: PSW forwarding / rewinding / ilc reworkDavid Hildenbrand5-36/+50
2016-02-10KVM: s390: sync of fp registers via kvm_runDavid Hildenbrand2-7/+13
2016-02-10KVM: s390: allow sync of fp registers via vregsDavid Hildenbrand1-1/+4
2016-02-09KVM: x86: consolidate different ways to test for in-kernel LAPICPaolo Bonzini5-29/+22
2016-02-09KVM: x86: consolidate "has lapic" checks into irq.cPaolo Bonzini2-8/+7
2016-02-09KVM: APIC: remove unnecessary double checks on APIC existencePaolo Bonzini1-16/+3
2016-02-09KVM/VMX: Add host irq information in trace event when updating IRTE for poste...Feng Wu2-5/+9
2016-02-09KVM: x86: Add lowest-priority support for vt-d posted-interruptsFeng Wu1-7/+49
2016-02-09KVM: x86: Use vector-hashing to deliver lowest-priority interruptsFeng Wu6-7/+82
2016-02-09KVM: Recover IRTE to remapped mode if the interrupt is not single-destinationFeng Wu1-1/+14
2016-02-09KVM: x86: introduce do_shl32_div32Paolo Bonzini2-8/+17
2016-02-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-12/+52
2016-02-08Merge tag 'regmap-fix-v4.5-big-endian' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds9-0/+9
2016-02-08Merge tag 'kvm-arm-for-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini5-12/+52
2016-02-08Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds31-147/+226
2016-02-06um: asm/page.h: remove the pte_high member from struct pte_tNicolai Stange1-13/+10
2016-02-06mm, hugetlb: don't require CMA for runtime gigantic pagesVlastimil Babka1-2/+2
2016-02-06m32r: fix build failure due to SMP and MMUSudip Mukherjee1-0/+1
2016-02-05regmap: mmio: Revert to v4.4 endianness handlingMark Brown9-0/+9
2016-02-05Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds3-4/+22
2016-02-05ARM: multi_v7_defconfig: enable DW_WATCHDOGDinh Nguyen1-0/+1
2016-02-05ARM: nomadik: fix up SD/MMC DT settingsLinus Walleij1-17/+20
2016-02-03arm64: asm: Explicitly include linux/personality.h in asm/page.hMark Brown1-0/+1
2016-02-02arm64: futex.h: Add missing PAN togglingJames Morse1-0/+2
2016-02-02arm64: allow vmalloc regions to be set with set_memory_*Ard Biesheuvel1-4/+19
2016-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-10/+9
2016-02-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-2/+4
2016-02-01Merge tag 'vexpress-for-v4.5/fixes-rc2' of git://git.kernel.org/pub/scm/linux...Olof Johansson1-0/+1
2016-02-01Merge tag 'mvebu-fixes-4.5-1' of git://git.infradead.org/linux-mvebu into fixesOlof Johansson5-31/+35
2016-02-01Merge tag 'omap-for-v4.5/fixes-rc1' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson13-91/+130
2016-02-01Merge tag 'at91-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nferr...Olof Johansson5-4/+31
2016-02-01ARM64: tegra: Add chosen node for tegra132 norrinJon Hunter1-0/+2
2016-02-01ARM: realview: use "depends on" instead of "if" after promptMasahiro Yamada1-1/+2
2016-02-01ARM: tango: use "depends on" instead of "if" after promptMasahiro Yamada1-1/+2
2016-02-01ARM: tango: use const and __initconst for smp_operationsMasahiro Yamada1-1/+1
2016-02-01ARM: realview: use const and __initconst for smp_operationsMasahiro Yamada1-1/+1
2016-02-01arm64: dts: Add missing DMA Abort interrupt to JunoRobin Murphy1-0/+1
2016-02-01Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2-0/+13