aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-09Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/miscLinus Torvalds3-92/+69
2014-08-08arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaAndy Lutomirski1-15/+0
2014-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds2-45/+52
2014-08-06s390: Use get_signal() signal_setup_done()Richard Weinberger3-92/+69
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+8
2014-08-04Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+6
2014-08-04Merge tag 'trace-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-10/+3
2014-07-28s390/irq: improve displayed interrupt order in /proc/interruptsHendrik Brueckner1-45/+50
2014-07-28Merge tag 'v3.16-rc7' into perf/core, to merge in the latest fixes before applying new changesIngo Molnar2-5/+13
2014-07-23timekeeping: Create struct tk_read_base and use it in struct timekeeperThomas Gleixner1-8/+8
2014-07-23clocksource: Get rid of cycle_lastThomas Gleixner1-1/+1
2014-07-22s390/kdump: Return NOTIFY_OK for all actions other than MEM_GOING_OFFLINEMichael Holzheu1-0/+2
2014-07-18s390/ftrace: remove check of obsolete variable function_trace_stopHeiko Carstens2-10/+3
2014-07-16s390/ptrace: fix PSW mask checkMartin Schwidefsky1-2/+10
2014-07-16s390: require mvcos facility, not tod clock steering facilityDavid Hildenbrand1-3/+3
2014-06-25Merge branch 'perf/urgent' into perf/core, to pick up fixes and refresh the branchIngo Molnar1-1/+3
2014-06-19s390, perf: Use common PMU interrupt disabled codeVince Weaver1-6/+6
2014-06-16s390/compat: correct ucontext layout for high gprsMartin Schwidefsky1-1/+3
2014-06-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds1-3/+2
2014-06-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds3-7/+15
2014-06-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds1-0/+20
2014-05-28s390/lowcore: replace lowcore irb array with a per-cpu variableMartin Schwidefsky1-1/+0
2014-05-28s390/facilities: remove extract-cpu-time facility checkHeiko Carstens1-4/+4
2014-05-27s390: require mvcos facility for z10 and newer machinesHeiko Carstens1-3/+3
2014-05-27s390/time: cast tv_nsec to u64 prior to shift in update_vsyscallMartin Schwidefsky1-1/+1
2014-05-20s390: split TIF bits into CIF, PIF and TIF bitsMartin Schwidefsky8-98/+105
2014-05-20s390/uaccess: simplify control register updatesMartin Schwidefsky2-2/+2
2014-05-20s390/smp: Avoid busy loop after halt and "begin" on z/VMMichael Holzheu1-9/+0
2014-05-20s390/dump: Remove CONFIG_ZFCPDUMPMichael Holzheu2-8/+6
2014-05-20s390/spinlock: optimize spinlock code sequencePhilipp Hachtmann2-0/+7
2014-05-20s390/mm: Convert bootmem to memblockPhilipp Hachtmann5-337/+208
2014-05-16s390: Avoid call to irq_reserve_irqs()Thomas Gleixner1-1/+5
2014-05-16s390: Remove pointless arch_show_interrupts()Thomas Gleixner1-5/+0
2014-05-07sched, s390: Create a dedicated topology tableVincent Guittot1-0/+20
2014-04-22s390: add fields to lowcore definitionJens Freimann1-0/+7
2014-04-22s390: rename and split lowcore field per_perc_atmidJens Freimann3-6/+7
2014-04-22s390: fix name of lowcore field at offset 0xa3Jens Freimann1-1/+1
2014-04-11s390/compat: fix typoHeiko Carstens1-1/+1
2014-04-11s390: add 31 bit warning messageHeiko Carstens1-0/+32
2014-04-11s390: wire up sys_renameat2Heiko Carstens2-0/+2
2014-04-11s390: show_registers() should not map user space addresses to kernel symbolsHeiko Carstens1-4/+4
2014-04-09s390/smp: fix smp_stop_cpu() for !CONFIG_SMPHeiko Carstens1-15/+0
2014-04-09s390: fix control register updateMartin Schwidefsky1-1/+1
2014-04-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds11-21/+76
2014-04-07Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-5/+13
2014-04-03Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-2/+1
2014-04-03s390/uaccess: rework uaccess code - fix locking issuesHeiko Carstens3-4/+45
2014-04-03s390/mm,tlb: optimize TLB flushing for zEC12Martin Schwidefsky2-0/+8
2014-04-03s390/irq: Use defines for external interruption codesThomas Huth7-17/+23
2014-04-02Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1