summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-151-1/+1
|\
| * arch/hotplug: Call into idle with a proper stateThomas Gleixner2016-03-011-1/+1
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-03-142-3/+3
|\ \
| * | Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar2016-02-298-25/+59
| |\|
| * | KVM: Use simple waitqueue for vcpu->wqMarcelo Tosatti2016-02-252-3/+3
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-141-1/+0
|\ \ \
| * \ \ Merge tag 'v4.5-rc6' into locking/core, to pick up fixesIngo Molnar2016-02-298-25/+59
| |\ \ \ | | | |/ | | |/|
| * | | locking/lockdep: Eliminate lockdep_init()Andrey Ryabinin2016-02-091-1/+0
| | |/ | |/|
* | | Merge branch 'core-resources-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2016-03-141-4/+4
|\ \ \
| * \ \ Merge tag 'v4.5-rc6' into core/resources, to resolve conflictIngo Molnar2016-03-048-25/+59
| |\ \ \ | | | |/ | | |/|
| * | | arch: Set IORESOURCE_SYSTEM_RAM flag for System RAMToshi Kani2016-01-301-4/+4
| | |/ | |/|
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-03-101-1/+1
|\ \ \
| * | | KVM: s390: correct fprs on SIGP (STOP AND) STORE STATUSDavid Hildenbrand2016-03-081-1/+1
| | |/ | |/|
* | | s390/mm: four page table levels vs. forkMartin Schwidefsky2016-03-102-10/+30
* | | s390/cpumf: Fix lpp detectionChristian Borntraeger2016-03-081-1/+1
|/ /
* | s390/fpu: signals vs. floating point control registerMartin Schwidefsky2016-02-221-0/+2
* | s390/compat: correct restore of high gprs on signal returnMartin Schwidefsky2016-02-221-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2016-02-195-23/+55
|\ \
| * | s390/maccess: reduce stnsm instructionsHeiko Carstens2016-02-171-4/+6
| * | s390/diag: avoid lockdep recursionHeiko Carstens2016-02-111-0/+3
| * | s390: fix DAT off memory access, e.g. on kdumpChristian Borntraeger2016-02-111-1/+3
| * | s390/oprofile: fix address range for asynchronous stackHeiko Carstens2016-02-101-3/+5
| * | s390/perf_event: fix address range for asynchronous stackHeiko Carstens2016-02-101-3/+5
| * | s390/stacktrace: add save_stack_trace_regs()Pratyush Anand2016-02-101-0/+11
| * | s390/stacktrace: save full stack tracesHeiko Carstens2016-02-101-9/+12
| * | s390/stacktrace: add missing end markerHeiko Carstens2016-02-101-0/+2
| * | s390/stacktrace: fix address ranges for asynchronous and panic stackHeiko Carstens2016-02-101-5/+6
| * | s390/stacktrace: fix save_stack_trace_tsk() for current taskHeiko Carstens2016-02-101-0/+4
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-02-181-1/+1
|\ \ | |/ |/|
| * livepatch: change the error message in asm/livepatch.h header filesMiroslav Benes2016-01-181-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2016-01-2931-136/+135
|\ \
| * | s390/pci: remove iomap sanity checksSebastian Ott2016-01-261-9/+4
| * | s390/pci: set error state for unusable functionsSebastian Ott2016-01-261-0/+5
| * | s390/pci: fix bar checkSebastian Ott2016-01-261-1/+1
| * | s390/pci: resize iomapSebastian Ott2016-01-261-12/+22
| * | s390/pci: improve ZPCI_* macrosSebastian Ott2016-01-262-7/+10
| * | s390/pci: provide ZPCI_ADDR macroSebastian Ott2016-01-262-7/+4
| * | s390/pci: adjust IOMAP_MAX_ENTRIESSebastian Ott2016-01-261-1/+1
| * | s390/numa: move numa_init_late() from device to arch_initcallMichael Holzheu2016-01-261-1/+1
| * | s390: remove all usages of PSW_ADDR_INSNHeiko Carstens2016-01-1914-49/+41
| * | s390: remove all usages of PSW_ADDR_AMODEHeiko Carstens2016-01-1910-33/+28
| * | s390: wire up copy_file_range syscallHeiko Carstens2016-01-193-1/+4
| * | s390: remove superfluous memblock_alloc() return value checksHeiko Carstens2016-01-193-6/+0
| * | s390/numa: allocate memory with correct alignmentHeiko Carstens2016-01-191-1/+1
| * | s390/irqflags: optimize irq restoreChristian Borntraeger2016-01-192-3/+8
| * | s390/mm: use TASK_MAX_SIZE where applicableDominik Dingel2016-01-192-7/+7
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-01-274-81/+44
|\ \ \
| * | | KVM: s390: fix memory overwrites when vx is disabledDavid Hildenbrand2016-01-262-84/+43
| * | | KVM: s390: Enable the KVM-VFIO deviceDong Jia Shi2016-01-262-1/+2
| * | | KVM: s390: fix guest fprs memory leakDavid Hildenbrand2016-01-261-1/+4
| | |/ | |/|