| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2014-04-03 | 12 | -70/+38 |
|\ |
|
| * | ftrace/x86: BUG when ftrace recovery fails | Petr Mladek | 2014-03-07 | 1 | -3/+15 |
| * | ftrace: Do not pass data to ftrace_dyn_arch_init | Jiri Slaby | 2014-03-07 | 12 | -12/+12 |
| * | ftrace: Pass retval through return in ftrace_dyn_arch_init() | Jiri Slaby | 2014-03-07 | 12 | -34/+0 |
| * | ftrace/x86: Have ftrace_write() return -EPERM and clean up callers | Steven Rostedt (Red Hat) | 2014-03-07 | 1 | -19/+8 |
| * | ftrace/x86: One more missing sync after fixup of function modification failure | Petr Mladek | 2014-03-04 | 1 | -1/+1 |
| * | ftrace/x86: Run a sync after fixup on failure | Steven Rostedt (Red Hat) | 2014-03-04 | 1 | -2/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2014-04-03 | 7 | -44/+769 |
|\ \ |
|
| * | | crypto: ghash-clmulni-intel - use C implementation for setkey() | Ard Biesheuvel | 2014-04-01 | 2 | -32/+11 |
| * | | crypto: x86/sha1 - reduce size of the AVX2 asm implementation | Mathias Krause | 2014-03-25 | 1 | -1/+0 |
| * | | crypto: x86/sha1 - fix stack alignment of AVX2 variant | Mathias Krause | 2014-03-25 | 1 | -5/+2 |
| * | | crypto: x86/sha1 - re-enable the AVX variant | Mathias Krause | 2014-03-25 | 1 | -10/+16 |
| * | | crypto: sha - SHA1 transform x86_64 AVX2 | chandramouli narayanan | 2014-03-21 | 3 | -7/+757 |
| * | | crypto: remove a duplicate checks in __cbc_decrypt() | Dan Carpenter | 2014-02-26 | 2 | -6/+0 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2014-04-03 | 8 | -31/+33 |
|\ \ \ |
|
| * | | | net: filter: add jited flag to indicate jit compiled filters | Daniel Borkmann | 2014-03-31 | 5 | -5/+12 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-03-29 | 3 | -15/+6 |
| |\ \ \ |
|
| * | | | | net: Rename skb->rxhash to skb->hash | Tom Herbert | 2014-03-26 | 5 | -13/+13 |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-03-26 | 31 | -237/+101 |
| |\ \ \ \ |
|
| * | | | | | uml/net_kern: Call dev_consume_skb_any instead of dev_kfree_skb. | Eric W. Biederman | 2014-03-24 | 1 | -1/+1 |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-03-15 | 46 | -382/+268 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2014-03-13 | 2 | -12/+7 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | wl1251: move power GPIO handling into the driver | Sebastian Reichel | 2014-02-28 | 2 | -9/+4 |
| | * | | | | | | wl1251: split wl251 platform data to a separate structure | Luciano Coelho | 2014-02-28 | 2 | -3/+3 |
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2014-04-03 | 4 | -5/+2 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | ARM: spear: clean up editing mistake | Paul Bolle | 2014-03-10 | 1 | -1/+1 |
| * | | | | | | | | Merge branch 'master' into for-next | Jiri Kosina | 2014-02-20 | 2181 | -35485/+70464 |
| |\ \ \ \ \ \ \ \
| | | |_|_|_|_|_|/
| | |/| | | | | | |
|
| * | | | | | | | | Kconfig: Remove useless "default N" lines | Paul Bolle | 2014-02-20 | 2 | -3/+0 |
| * | | | | | | | | treewide: Fix typo in Documentation/DocBook | Masanari Iida | 2014-02-19 | 1 | -1/+1 |
* | | | | | | | | | Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2014-04-02 | 64 | -761/+2619 |
|\ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ | Merge branch 'kvm-ppchv-next' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Paolo Bonzini | 2014-03-29 | 13 | -67/+377 |
| |\ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | KVM: PPC: Book3S HV: Save/restore host PMU registers that are new in POWER8 | Paul Mackerras | 2014-03-29 | 3 | -1/+33 |
| | * | | | | | | | | | KVM: PPC: Book3S HV: Fix decrementer timeouts with non-zero TB offset | Paul Mackerras | 2014-03-29 | 1 | -1/+9 |
| | * | | | | | | | | | KVM: PPC: Book3S HV: Don't use kvm_memslots() in real mode | Paul Mackerras | 2014-03-29 | 2 | -3/+15 |
| | * | | | | | | | | | KVM: PPC: Book3S HV: Return ENODEV error rather than EIO | Paul Mackerras | 2014-03-29 | 1 | -1/+1 |
| | * | | | | | | | | | KVM: PPC: Book3S: Trim top 4 bits of physical address in RTAS code | Paul Mackerras | 2014-03-29 | 1 | -2/+5 |
| | * | | | | | | | | | KVM: PPC: Book3S HV: Add get/set_one_reg for new TM state | Michael Neuling | 2014-03-29 | 1 | -22/+125 |
| | * | | | | | | | | | KVM: PPC: Book3S HV: Add transactional memory support | Michael Neuling | 2014-03-29 | 4 | -30/+149 |
| | * | | | | | | | | | KVM: PPC: Book3S HV: Fix KVM hang with CONFIG_KVM_XICS=n | Anton Blanchard | 2014-03-26 | 1 | -3/+1 |
| | * | | | | | | | | | KVM: PPC: Book3S: Introduce hypervisor call H_GET_TCE | Laurent Dufour | 2014-03-26 | 3 | -1/+31 |
| | * | | | | | | | | | KVM: PPC: Book3S HV: Fix incorrect userspace exit on ioeventfd write | Greg Kurz | 2014-03-26 | 2 | -3/+8 |
| * | | | | | | | | | | KVM: vmx: fix MPX detection | Paolo Bonzini | 2014-03-27 | 1 | -1/+2 |
| * | | | | | | | | | | Merge tag 'kvm-s390-20140325' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Paolo Bonzini | 2014-03-25 | 5 | -10/+28 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | KVM: s390: clear local interrupts at cpu initial reset | Jens Freimann | 2014-03-25 | 3 | -0/+16 |
| | * | | | | | | | | | | KVM: s390: Fix possible memory leak in SIGP functions | Thomas Huth | 2014-03-25 | 1 | -8/+6 |
| | * | | | | | | | | | | KVM: s390: fix calculation of idle_mask array size | Jens Freimann | 2014-03-25 | 1 | -2/+1 |
| | * | | | | | | | | | | KVM: s390: randomize sca address | Christian Borntraeger | 2014-03-25 | 1 | -0/+5 |
| * | | | | | | | | | | | KVM: s390: irq routing for adapter interrupts. | Cornelia Huck | 2014-03-21 | 6 | -1/+172 |
| * | | | | | | | | | | | KVM: s390: adapter interrupt sources | Cornelia Huck | 2014-03-21 | 5 | -1/+220 |
| * | | | | | | | | | | | KVM: Add per-vm capability enablement. | Cornelia Huck | 2014-03-21 | 1 | -0/+24 |