summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2015-08-03s390/mm: make arch_add_memory() NUMA awareGerald Schaefer1-19/+19
2015-08-03s390/mm: enable gup code for NUMAGerald Schaefer1-0/+10
2015-08-03s390/mm: add NUMA balancing primitivesMartin Schwidefsky1-0/+13
2015-08-03KVM: s390: use pid of cpu thread for sampling taggingChristian Borntraeger2-7/+4
2015-08-03s390/kernel: remove save_fpu_regs() parameter and use __LC_CURRENT insteadHendrik Brueckner10-47/+45
2015-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2015-07-30bpf: provide helper that indicates eBPF was migratedDaniel Borkmann1-1/+1
2015-07-30KVM: s390: Fix hang VCPU hang/loop regressionChristian Borntraeger1-2/+2
2015-07-30Merge branch 'linus' into irq/coreThomas Gleixner15-60/+72
2015-07-30s390/bpf: recache skb->data/hlen for skb_vlan_push/popMichael Holzheu2-23/+37
2015-07-30s390/bpf: Only clear A and X for converted BPF programsMichael Holzheu1-9/+11
2015-07-30s390/bpf: increase BPF_SIZE_MAXMichael Holzheu1-12/+3
2015-07-30s390/bpf: Fix multiple macro expansionsMichael Holzheu1-2/+3
2015-07-30s390/bpf: clear correct BPF accumulator registerMichael Holzheu1-7/+7
2015-07-29KVM: s390: log capability enablement and vm attribute changesChristian Borntraeger1-0/+19
2015-07-29KVM: s390: Provide global debug logChristian Borntraeger3-2/+26
2015-07-29KVM: s390: adapt debug entries for instruction handlingChristian Borntraeger2-15/+17
2015-07-29KVM: s390: improve debug feature usageChristian Borntraeger1-1/+1
2015-07-29KVM: s390: more irq names for trace eventsDavid Hildenbrand2-8/+17
2015-07-29KVM: s390: Fixup interrupt vcpu event messages and levelsChristian Borntraeger1-24/+27
2015-07-29KVM: s390: add more debug data for the pfault diagnosesChristian Borntraeger1-0/+4
2015-07-29KVM: s390: remove "from (user|kernel)" from irq injection messagesDavid Hildenbrand2-27/+17
2015-07-29KVM: s390: VCPU_EVENT cleanup for prefix changesChristian Borntraeger4-6/+2
2015-07-29KVM: s390: Improve vcpu event debugging for diagnosesChristian Borntraeger1-1/+3
2015-07-29KVM: s390: add kvm stat counter for all diagnosesChristian Borntraeger3-1/+10
2015-07-29KVM: s390: only reset CMMA state if it was enabled beforeDominik Dingel1-0/+4
2015-07-29KVM: s390: clean up cmma_enable checkDominik Dingel3-17/+8
2015-07-29KVM: s390: filter space-switch events when PER is enforcedDavid Hildenbrand1-0/+35
2015-07-29KVM: s390: propagate error from enable storage keyDominik Dingel1-1/+3
2015-07-29s390/pci: use pci_rescan_remove_lockSebastian Ott2-4/+13
2015-07-29s390/pci: handle events for unused functionsSebastian Ott1-4/+2
2015-07-29s390/pci: free resources after failed bus allocationSebastian Ott1-4/+9
2015-07-29s390/smp: add missing __init annotation to __smp_store_cpu_state()Heiko Carstens1-2/+2
2015-07-29s390/sclp: convert early sclp console code to CMartin Schwidefsky7-356/+186
2015-07-28s390/cachinfo: add missing facility check to init_cache_level()Heiko Carstens1-0/+2
2015-07-27atomic: Replace atomic_{set,clear}_mask() usagePeter Zijlstra3-33/+33
2015-07-27atomic: Collapse all atomic_{set,clear}_mask definitionsPeter Zijlstra1-10/+0
2015-07-27atomic: Provide atomic_{or,xor,and}Peter Zijlstra1-2/+0
2015-07-27s390: Provide atomic_{or,xor,and}Peter Zijlstra1-14/+33
2015-07-27s390/bpf: clear correct BPF accumulator registerMichael Holzheu1-7/+7
2015-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller15-60/+72
2015-07-22s390/pci: Use for_pci_msi_entry() to access MSI device listJiang Liu1-3/+3
2015-07-22s390/pci: inline get_zdevSebastian Ott4-21/+20
2015-07-22s390/nmi: use the normal asynchronous stack for machine checksMartin Schwidefsky1-16/+9
2015-07-22s390/kernel: squeeze a few more cycles out of the system call handlerMartin Schwidefsky1-41/+34
2015-07-22s390/kvm: integrate HANDLE_SIE_INTERCEPT into cleanup_criticalMartin Schwidefsky1-118/+123
2015-07-22s390/kvm: fix interrupt race with HANDLE_SIE_INTERCEPTMartin Schwidefsky1-10/+4
2015-07-22s390/crypto: add cpu feature modaliases for crypto modulesHendrik Brueckner7-8/+14
2015-07-22s390/module: enable generic CPU feature modalias using s390 ELF hwcapsHendrik Brueckner4-1/+40
2015-07-22s390/kernel: lazy restore fpu registersHendrik Brueckner15-203/+482