summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
...
| * | | s390/uprobes: common library for kprobes and uprobesJan Willeke2014-09-254-151/+168
| * | | s390/rwlock: use the interlocked-access facility 1 instructionsMartin Schwidefsky2014-09-252-2/+108
| * | | s390/rwlock: improve writer fairnessMartin Schwidefsky2014-09-251-5/+9
| * | | s390/rwlock: remove interrupt-enabling rwlock variant.Martin Schwidefsky2014-09-252-66/+4
| * | | s390/mm: remove change bit override supportHeiko Carstens2014-09-254-13/+6
| * | | s390/vmemmap: remove memset call from vmemmap_populate()Heiko Carstens2014-09-251-3/+2
| * | | s390/head.s: use zero as address for stflChristian Borntraeger2014-09-251-1/+1
| * | | s390/rwlock: use directed yield for write-locked rwlocksMartin Schwidefsky2014-09-255-32/+54
| * | | s390/hmcdrv: HMC drive CD/DVD accessRalf Hoppe2014-09-252-0/+2
| * | | s390/spinlock: optimize spin_unlock codeHeiko Carstens2014-09-092-9/+18
| * | | s390/ftrace: optimize mcount codeHeiko Carstens2014-09-093-34/+55
| * | | s390/kprobes: remove unused jprobe_return_end()Heiko Carstens2014-09-091-5/+0
| * | | s390/ftrace: enforce DYNAMIC_FTRACE if FUNCTION_TRACER is selectedHeiko Carstens2014-09-095-13/+2
| * | | s390/ftrace: add HAVE_DYNAMIC_FTRACE_WITH_REGS supportHeiko Carstens2014-09-094-12/+43
| * | | s390/ftrace: optimize function graph caller codeHeiko Carstens2014-09-093-6/+34
| * | | s390: pass march flag to assembly files as wellHeiko Carstens2014-09-091-7/+10
| * | | s390/vdso: add vdso support for coarse clocksMartin Schwidefsky2014-09-097-10/+95
| * | | s390/vdso: replace stck with stckeMartin Schwidefsky2014-09-094-12/+12
| * | | s390: remove unused MACHINE_FLAG_RRBMHeiko Carstens2014-09-092-5/+0
* | | | Merge branch 'x86-seccomp-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-141-1/+1
|\ \ \ \
| * | | | seccomp,x86,arm,mips,s390: Remove nr parameter from secure_computingAndy Lutomirski2014-09-031-1/+1
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-131-0/+2
|\ \ \ \ \
| * | | | | sched, time: Fix build error with 64 bit cputime_t on 32 bit systemsRik van Riel2014-10-031-0/+2
* | | | | | Merge branch 'for-v3.18' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2014-10-102-14/+22
|\ \ \ \ \ \
| * | | | | | s390: Implement dma_{alloc,free}_attrs()Thierry Reding2014-08-262-14/+22
| | |_|_|/ / | |/| | | |
* | | | | | nosave: consolidate __nosave_{begin,end} in <asm/sections.h>Geert Uytterhoeven2014-10-091-5/+1
* | | | | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-091-0/+1
|\ \ \ \ \ \
| * | | | | | irq_work: Introduce arch_irq_work_has_interrupt()Peter Zijlstra2014-09-131-0/+1
| | |/ / / / | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-081-72/+12
|\ \ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-245-0/+5
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-235-61/+96
| |\ \ \ \ \ \ \
| * | | | | | | | net: filter: constify detection of pkt_type_offsetHannes Frederic Sowa2014-09-131-34/+1
| * | | | | | | | net: bpf: be friendly to kmemcheckDaniel Borkmann2014-09-091-1/+1
| * | | | | | | | net: bpf: consolidate JIT binary allocatorDaniel Borkmann2014-09-091-36/+9
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-079-18/+50
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | net: bpf: make eBPF interpreter images read-onlyDaniel Borkmann2014-09-051-1/+1
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-10-0814-646/+593
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | KVM: s390: count vcpu wakeups in stat.halt_wakeupDavid Hildenbrand2014-10-013-0/+3
| * | | | | | | KVM: s390/facilities: allow TOD-CLOCK steering facility bitChristian Borntraeger2014-10-011-1/+1
| * | | | | | | KVM: s390: register flic ops dynamicallyCornelia Huck2014-09-172-1/+3
| * | | | | | | KVM: s390/interrupt: remove double assignmentChristian Borntraeger2014-09-101-1/+0
| * | | | | | | KVM: s390/cmm: Fix prefix handling for diag 10 balloonChristian Borntraeger2014-09-101-8/+18
| * | | | | | | KVM: s390: get rid of constant condition in ipte_unlock_simpleChristian Borntraeger2014-09-101-2/+1
| * | | | | | | KVM: s390: unintended fallthrough for external callChristian Borntraeger2014-09-101-0/+1
| * | | | | | | KVM: s390: Limit guest size to 16TBChristian Borntraeger2014-09-101-1/+1
| * | | | | | | KVM: s390: add __must_check to interrupt deliver functionsChristian Borntraeger2014-09-102-7/+7
| * | | | | | | KVM: CPACF: Enable MSA4 instructions for kvm guestTony Krowiak2014-09-102-1/+46
| * | | | | | | KVM: remove garbage arg to *hardware_{en,dis}ableRadim Krčmář2014-08-292-2/+2
| * | | | | | | KVM: static inline empty kvm_arch functionsRadim Krčmář2014-08-292-43/+14
| * | | | | | | KVM: forward declare structs in kvm_types.hPaolo Bonzini2014-08-291-2/+3
OpenPOWER on IntegriCloud