summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* x86_64, asm: Work around AMD SYSRET SS descriptor attribute issueAndy Lutomirski2015-04-275-0/+48
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-274-22/+22
|\
| * VFS: assorted d_backing_inode() annotationsDavid Howells2015-04-151-1/+1
| * VFS: assorted weird filesystems: d_inode() annotationsDavid Howells2015-04-153-21/+21
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-04-261-1/+1
|\ \
| * | crypto: x86/sha512_ssse3 - fixup for asm function prototype changeArd Biesheuvel2015-04-241-1/+1
* | | Merge tag 'cris-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jes...Linus Torvalds2015-04-2647-1145/+285Star
|\ \ \
| * | | cris: fix integer overflow in ELF_ET_DYN_BASEAndrey Ryabinin2015-03-251-1/+1
| * | | CRISv32: use GENERIC_SCHED_CLOCKRabin Vincent2015-03-253-0/+12
| * | | CRISv32: use MMIO clocksourceRabin Vincent2015-03-252-21/+5Star
| * | | CRISv32: use generic clockeventsRabin Vincent2015-03-252-60/+86
| * | | CRIS: use generic headers via KbuildRabin Vincent2015-03-2513-53/+12Star
| * | | CRIS: use generic cmpxchg.hRabin Vincent2015-03-252-51/+1Star
| * | | CRIS: use generic atomic.hRabin Vincent2015-03-254-165/+1Star
| * | | CRIS: use generic atomic bitopsRabin Vincent2015-03-251-110/+1Star
| * | | CRISv10: remove redundant macros from system.hRabin Vincent2015-03-251-8/+0Star
| * | | CRIS: remove SMP codeRabin Vincent2015-03-2517-638/+1Star
| * | | CRISv32: don't enable irqs in INIT_THREADRabin Vincent2015-03-251-2/+1Star
| * | | CRISv32: handle multiple signalsRabin Vincent2015-03-252-32/+26Star
| * | | CRISv32: prevent bogus restarts on sigreturnRabin Vincent2015-03-252-2/+8
| * | | CRISv32: don't attempt syscall restart on irq exitRabin Vincent2015-03-251-0/+2
| * | | CRIS: add Axis 88 board device treeRabin Vincent2015-03-252-0/+56
| * | | CRISv32: add device tree supportRabin Vincent2015-03-256-0/+46
| * | | CRISv32: add irq domains supportRabin Vincent2015-03-252-3/+26
| * | | CRIS: enable GPIOLIBRabin Vincent2015-03-251-0/+1
* | | | Merge tag 'powerpc-4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds2015-04-2611-117/+137
|\ \ \ \
| * | | | powerpc/mm: Fix build error with CONFIG_PPC_TRANSACTIONAL_MEM disabledAneesh Kumar K.V2015-04-231-0/+1
| * | | | powerpc/kvm: Fix ppc64_defconfig + PPC_POWERNV=n build errorShreyas B. Prabhu2015-04-171-1/+1
| * | | | powerpc/mm/thp: Return pte address if we find trans_splitting.Aneesh Kumar K.V2015-04-174-22/+10Star
| * | | | powerpc/mm/thp: Make page table walk safe against thp split/collapseAneesh Kumar K.V2015-04-179-36/+88
| * | | | KVM: PPC: Remove page table walk helpersAneesh Kumar K.V2015-04-173-57/+28Star
| * | | | KVM: PPC: Use READ_ONCE when dereferencing pte_t pointerAneesh Kumar K.V2015-04-172-9/+16
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/scottw...Michael Ellerman2015-04-171-0/+1
| |\ \ \ \
| | * | | | powerpc/hugetlb: Call mm_dec_nr_pmds() in hugetlb_free_pmd_range()Scott Wood2015-04-151-0/+1
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-04-2629-391/+1607
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'kvm-arm-for-4.1-take2' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2015-04-223-4/+15
| |\ \ \ \ \ \
| | * | | | | | KVM: arm/arm64: check IRQ number on userland injectionAndre Przywara2015-04-223-4/+15
| * | | | | | | Merge tag 'signed-kvm-ppc-queue' of git://github.com/agraf/linux-2.6 into kvm...Paolo Bonzini2015-04-2122-364/+1561
| |\ \ \ \ \ \ \
| | * | | | | | | KVM: PPC: Book3S HV: Use msgsnd for signalling threads on POWER8Paul Mackerras2015-04-214-22/+70
| | * | | | | | | KVM: PPC: Book3S HV: Translate kvmhv_commence_exit to CPaul Mackerras2015-04-214-68/+75
| | * | | | | | | KVM: PPC: Book3S HV: Streamline guest entry and exitPaul Mackerras2015-04-211-86/+126
| | * | | | | | | KVM: PPC: Book3S HV: Use bitmap of active threads rather than countPaul Mackerras2015-04-215-49/+44Star
| | * | | | | | | KVM: PPC: Book3S HV: Use decrementer to wake napping threadsPaul Mackerras2015-04-211-2/+41
| | * | | | | | | KVM: PPC: Book3S HV: Don't wake thread with no vcpu on guest IPIPaul Mackerras2015-04-211-3/+7
| | * | | | | | | KVM: PPC: Book3S HV: Get rid of vcore nap_count and n_wokenPaul Mackerras2015-04-214-35/+34Star
| | * | | | | | | KVM: PPC: Book3S HV: Move vcore preemption point up into kvmppc_run_vcpuPaul Mackerras2015-04-212-42/+55
| | * | | | | | | KVM: PPC: Book3S HV: Minor cleanupsPaul Mackerras2015-04-213-28/+19Star
| | * | | | | | | KVM: PPC: Book3S HV: Simplify handling of VCPUs that need a VPA updatePaul Mackerras2015-04-212-29/+32
| | * | | | | | | KVM: PPC: Book3S HV: Accumulate timing information for real-mode codePaul Mackerras2015-04-217-2/+346
| | * | | | | | | KVM: PPC: Book3S HV: Create debugfs file for each guest's HPTPaul Mackerras2015-04-214-0/+152