summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-04-032-0/+3
|\
| * sparc: fix implicit include of slab.h in leon_pci_grpci2.cPaul Gortmaker2014-02-131-0/+1
| * sun4M: add include of slab.h for kzallocStephen Rothwell2014-02-121-0/+2
| * Merge branch 'driver-core-next' into cgroup/for-3.15Tejun Heo2014-02-082-10/+9
| |\
* | \ Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2014-04-0312-70/+38
|\ \ \
| * | | ftrace/x86: BUG when ftrace recovery failsPetr Mladek2014-03-071-3/+15
| * | | ftrace: Do not pass data to ftrace_dyn_arch_initJiri Slaby2014-03-0712-12/+12
| * | | ftrace: Pass retval through return in ftrace_dyn_arch_init()Jiri Slaby2014-03-0712-34/+0
| * | | ftrace/x86: Have ftrace_write() return -EPERM and clean up callersSteven Rostedt (Red Hat)2014-03-071-19/+8
| * | | ftrace/x86: One more missing sync after fixup of function modification failurePetr Mladek2014-03-041-1/+1
| * | | ftrace/x86: Run a sync after fixup on failureSteven Rostedt (Red Hat)2014-03-041-2/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-04-037-44/+769
|\ \ \ \
| * | | | crypto: ghash-clmulni-intel - use C implementation for setkey()Ard Biesheuvel2014-04-012-32/+11
| * | | | crypto: x86/sha1 - reduce size of the AVX2 asm implementationMathias Krause2014-03-251-1/+0
| * | | | crypto: x86/sha1 - fix stack alignment of AVX2 variantMathias Krause2014-03-251-5/+2
| * | | | crypto: x86/sha1 - re-enable the AVX variantMathias Krause2014-03-251-10/+16
| * | | | crypto: sha - SHA1 transform x86_64 AVX2chandramouli narayanan2014-03-213-7/+757
| * | | | crypto: remove a duplicate checks in __cbc_decrypt()Dan Carpenter2014-02-262-6/+0
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-04-038-31/+33
|\ \ \ \ \
| * | | | | net: filter: add jited flag to indicate jit compiled filtersDaniel Borkmann2014-03-315-5/+12
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-293-15/+6
| |\ \ \ \ \
| * | | | | | net: Rename skb->rxhash to skb->hashTom Herbert2014-03-265-13/+13
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-2631-237/+101
| |\ \ \ \ \ \
| * | | | | | | uml/net_kern: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman2014-03-241-1/+1
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-1546-382/+268
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-03-132-12/+7
| |\ \ \ \ \ \ \ \
| | * | | | | | | | wl1251: move power GPIO handling into the driverSebastian Reichel2014-02-282-9/+4
| | * | | | | | | | wl1251: split wl251 platform data to a separate structureLuciano Coelho2014-02-282-3/+3
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-04-034-5/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | ARM: spear: clean up editing mistakePaul Bolle2014-03-101-1/+1
| * | | | | | | | | | Merge branch 'master' into for-nextJiri Kosina2014-02-202181-35485/+70464
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / | | |/| | | | | | | |
| * | | | | | | | | | Kconfig: Remove useless "default N" linesPaul Bolle2014-02-202-3/+0
| * | | | | | | | | | treewide: Fix typo in Documentation/DocBookMasanari Iida2014-02-191-1/+1
* | | | | | | | | | | Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-04-0264-761/+2619
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'kvm-ppchv-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2014-03-2913-67/+377
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | KVM: PPC: Book3S HV: Save/restore host PMU registers that are new in POWER8Paul Mackerras2014-03-293-1/+33
| | * | | | | | | | | | | KVM: PPC: Book3S HV: Fix decrementer timeouts with non-zero TB offsetPaul Mackerras2014-03-291-1/+9
| | * | | | | | | | | | | KVM: PPC: Book3S HV: Don't use kvm_memslots() in real modePaul Mackerras2014-03-292-3/+15
| | * | | | | | | | | | | KVM: PPC: Book3S HV: Return ENODEV error rather than EIOPaul Mackerras2014-03-291-1/+1
| | * | | | | | | | | | | KVM: PPC: Book3S: Trim top 4 bits of physical address in RTAS codePaul Mackerras2014-03-291-2/+5
| | * | | | | | | | | | | KVM: PPC: Book3S HV: Add get/set_one_reg for new TM stateMichael Neuling2014-03-291-22/+125
| | * | | | | | | | | | | KVM: PPC: Book3S HV: Add transactional memory supportMichael Neuling2014-03-294-30/+149
| | * | | | | | | | | | | KVM: PPC: Book3S HV: Fix KVM hang with CONFIG_KVM_XICS=nAnton Blanchard2014-03-261-3/+1
| | * | | | | | | | | | | KVM: PPC: Book3S: Introduce hypervisor call H_GET_TCELaurent Dufour2014-03-263-1/+31
| | * | | | | | | | | | | KVM: PPC: Book3S HV: Fix incorrect userspace exit on ioeventfd writeGreg Kurz2014-03-262-3/+8
| * | | | | | | | | | | | KVM: vmx: fix MPX detectionPaolo Bonzini2014-03-271-1/+2
| * | | | | | | | | | | | Merge tag 'kvm-s390-20140325' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2014-03-255-10/+28
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | KVM: s390: clear local interrupts at cpu initial resetJens Freimann2014-03-253-0/+16
| | * | | | | | | | | | | | KVM: s390: Fix possible memory leak in SIGP functionsThomas Huth2014-03-251-8/+6
| | * | | | | | | | | | | | KVM: s390: fix calculation of idle_mask array sizeJens Freimann2014-03-251-2/+1