| Commit message (Expand) | Author | Age |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2014-05-21 |
|\ |
|
| * | crypto: s390 - fix aes,des ctr mode concurrency finding. | Harald Freudenberger | 2014-05-08 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2014-05-02 |
|\ \ |
|
| * | | s390/bpf,jit: initialize A register if 1st insn is BPF_S_LDX_B_MSH | Martin Schwidefsky | 2014-04-25 |
* | | | Merge branch 'safe-dirty-tlb-flush' | Linus Torvalds | 2014-04-27 |
|\ \ \ |
|
| * | | | mm: split 'tlb_flush_mmu()' into tlb flushing and memory freeing parts | Linus Torvalds | 2014-04-25 |
| |/ / |
|
* / / | s390/ccwgroup: Fix memory corruption | Christian Borntraeger | 2014-04-25 |
|/ / |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2014-04-16 |
|\ \ |
|
| * | | s390/compat: fix typo | Heiko Carstens | 2014-04-11 |
| * | | s390/uaccess: fix possible register corruption in strnlen_user_srst() | Heiko Carstens | 2014-04-11 |
| * | | s390: add 31 bit warning message | Heiko Carstens | 2014-04-11 |
| * | | s390: wire up sys_renameat2 | Heiko Carstens | 2014-04-11 |
| * | | s390: show_registers() should not map user space addresses to kernel symbols | Heiko Carstens | 2014-04-11 |
| * | | s390/mm: print control registers and page table walk on crash | Heiko Carstens | 2014-04-09 |
| * | | s390/smp: fix smp_stop_cpu() for !CONFIG_SMP | Heiko Carstens | 2014-04-09 |
| * | | s390: fix control register update | Martin Schwidefsky | 2014-04-09 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2014-04-12 |
|\ \ \ |
|
| * | | | get rid of DEBUG_WRITECOUNT | Al Viro | 2014-04-01 |
* | | | | Merge git://git.infradead.org/users/eparis/audit | Linus Torvalds | 2014-04-12 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | audit: use uapi/linux/audit.h for AUDIT_ARCH declarations | Eric Paris | 2014-03-20 |
| * | | | syscall_get_arch: remove useless function arguments | Eric Paris | 2014-03-20 |
| * | | | audit: Add CONFIG_HAVE_ARCH_AUDITSYSCALL | AKASHI Takahiro | 2014-03-20 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2014-04-08 |
|\ \ \ \ |
|
| * | | | | s390/uaccess: rework uaccess code - fix locking issues | Heiko Carstens | 2014-04-03 |
| * | | | | s390/mm,tlb: optimize TLB flushing for zEC12 | Martin Schwidefsky | 2014-04-03 |
| * | | | | s390/mm,tlb: safeguard against speculative TLB creation | Martin Schwidefsky | 2014-04-03 |
| * | | | | s390/irq: Use defines for external interruption codes | Thomas Huth | 2014-04-03 |
| * | | | | s390/irq: Add defines for external interruption codes | Thomas Huth | 2014-04-03 |
| * | | | | kvm/s390: also set guest pages back to stable on kexec/kdump | Christian Borntraeger | 2014-04-01 |
| * | | | | s390/bitops,atomic: add missing memory barriers | Heiko Carstens | 2014-04-01 |
* | | | | | Merge branch 'akpm' (incoming from Andrew) | Linus Torvalds | 2014-04-07 |
|\ \ \ \ \ |
|
| * | | | | | Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAP | Uwe Kleine-König | 2014-04-07 |
| * | | | | | mm: revert "thp: make MADV_HUGEPAGE check for mm->def_flags" | Alex Thorlton | 2014-04-07 |
* | | | | | | Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-04-07 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | s390, smp: Fix CPU hotplug callback registration | Srivatsa S. Bhat | 2014-03-20 |
| * | | | | | s390, cacheinfo: Fix CPU hotplug callback registration | Srivatsa S. Bhat | 2014-03-20 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2014-04-03 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | ftrace: Do not pass data to ftrace_dyn_arch_init | Jiri Slaby | 2014-03-07 |
| * | | | | ftrace: Pass retval through return in ftrace_dyn_arch_init() | Jiri Slaby | 2014-03-07 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2014-04-02 |
|\ \ \ \ \ |
|
| * | | | | | net: filter: add jited flag to indicate jit compiled filters | Daniel Borkmann | 2014-03-31 |
| * | | | | | net: Rename skb->rxhash to skb->hash | Tom Herbert | 2014-03-26 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2014-04-02 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge branch 'master' into for-next | Jiri Kosina | 2014-02-20 |
| |\ \ \ \ \
| | | |/ / /
| | |/| | | |
|
| * | | | | | treewide: Fix typo in Documentation/DocBook | Masanari Iida | 2014-02-19 |
* | | | | | | Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2014-04-02 |
|\ \ \ \ \ \ |
|
| * \ \ \ \ \ | Merge tag 'kvm-s390-20140325' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Paolo Bonzini | 2014-03-25 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | KVM: s390: clear local interrupts at cpu initial reset | Jens Freimann | 2014-03-25 |
| | * | | | | | | KVM: s390: Fix possible memory leak in SIGP functions | Thomas Huth | 2014-03-25 |
| | * | | | | | | KVM: s390: fix calculation of idle_mask array size | Jens Freimann | 2014-03-25 |