summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | clocksource: Get rid of cycle_lastThomas Gleixner2014-07-231-1/+1
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-08-041-6/+6
|\ \ \
| * \ \ Merge tag 'v3.16-rc7' into perf/core, to merge in the latest fixes before app...Ingo Molnar2014-07-282-5/+13
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'perf/urgent' into perf/core, to pick up fixes and refresh the b...Ingo Molnar2014-06-251-1/+3
| |\ \ \ | | | |/ | | |/|
| * | | s390, perf: Use common PMU interrupt disabled codeVince Weaver2014-06-191-6/+6
* | | | Merge tag 'trace-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2014-08-042-10/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | s390/ftrace: remove check of obsolete variable function_trace_stopHeiko Carstens2014-07-182-10/+3
| | |/ | |/|
* | | s390/ptrace: fix PSW mask checkMartin Schwidefsky2014-07-161-2/+10
* | | s390: require mvcos facility, not tod clock steering facilityDavid Hildenbrand2014-07-161-3/+3
|/ /
* | s390/compat: correct ucontext layout for high gprsMartin Schwidefsky2014-06-161-1/+3
|/
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-06-041-3/+2
|\
| * s390: Avoid call to irq_reserve_irqs()Thomas Gleixner2014-05-161-1/+5
| * s390: Remove pointless arch_show_interrupts()Thomas Gleixner2014-05-161-5/+0
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds2014-06-043-7/+15
|\ \
| * | s390: add fields to lowcore definitionJens Freimann2014-04-221-0/+7
| * | s390: rename and split lowcore field per_perc_atmidJens Freimann2014-04-223-6/+7
| * | s390: fix name of lowcore field at offset 0xa3Jens Freimann2014-04-221-1/+1
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-06-031-0/+20
|\ \
| * | sched, s390: Create a dedicated topology tableVincent Guittot2014-05-071-0/+20
| |/
* | s390/lowcore: replace lowcore irb array with a per-cpu variableMartin Schwidefsky2014-05-281-1/+0
* | s390/facilities: remove extract-cpu-time facility checkHeiko Carstens2014-05-281-4/+4
* | s390: require mvcos facility for z10 and newer machinesHeiko Carstens2014-05-271-3/+3
* | s390/time: cast tv_nsec to u64 prior to shift in update_vsyscallMartin Schwidefsky2014-05-271-1/+1
* | s390: split TIF bits into CIF, PIF and TIF bitsMartin Schwidefsky2014-05-208-98/+105
* | s390/uaccess: simplify control register updatesMartin Schwidefsky2014-05-202-2/+2
* | s390/smp: Avoid busy loop after halt and "begin" on z/VMMichael Holzheu2014-05-201-9/+0
* | s390/dump: Remove CONFIG_ZFCPDUMPMichael Holzheu2014-05-202-8/+6
* | s390/spinlock: optimize spinlock code sequencePhilipp Hachtmann2014-05-202-0/+7
* | s390/mm: Convert bootmem to memblockPhilipp Hachtmann2014-05-205-337/+208
|/
* s390/compat: fix typoHeiko Carstens2014-04-111-1/+1
* s390: add 31 bit warning messageHeiko Carstens2014-04-111-0/+32
* s390: wire up sys_renameat2Heiko Carstens2014-04-112-0/+2
* s390: show_registers() should not map user space addresses to kernel symbolsHeiko Carstens2014-04-111-4/+4
* s390/smp: fix smp_stop_cpu() for !CONFIG_SMPHeiko Carstens2014-04-091-15/+0
* s390: fix control register updateMartin Schwidefsky2014-04-091-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2014-04-0811-21/+76
|\
| * s390/uaccess: rework uaccess code - fix locking issuesHeiko Carstens2014-04-033-4/+45
| * s390/mm,tlb: optimize TLB flushing for zEC12Martin Schwidefsky2014-04-032-0/+8
| * s390/irq: Use defines for external interruption codesThomas Huth2014-04-037-17/+23
* | Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-04-072-5/+13
|\ \
| * | s390, smp: Fix CPU hotplug callback registrationSrivatsa S. Bhat2014-03-201-4/+9
| * | s390, cacheinfo: Fix CPU hotplug callback registrationSrivatsa S. Bhat2014-03-201-1/+4
* | | Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2014-04-031-2/+1
|\ \ \
| * | | ftrace: Do not pass data to ftrace_dyn_arch_initJiri Slaby2014-03-071-1/+1
| * | | ftrace: Pass retval through return in ftrace_dyn_arch_init()Jiri Slaby2014-03-071-1/+0
* | | | Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-04-021-0/+1
|\ \ \ \
| * \ \ \ Merge tag 'kvm-for-3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Paolo Bonzini2014-03-041-2/+5
| |\ \ \ \ | | |/ / /
| * | | | virtio-ccw: virtio-ccw adapter interrupt support.Cornelia Huck2014-03-041-0/+1
* | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-04-011-0/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge branch 'irq/for-gpio' into irq/coreThomas Gleixner2014-03-121-1/+1
| |\ \ \ \ | | | |_|/ | | |/| |
OpenPOWER on IntegriCloud