aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-23PCI/MSI: Rename mask/unmask_msi_irq treewideThomas Gleixner1-2/+2
2014-11-23PCI/MSI: Rename mask/unmask_msi_irq et alThomas Gleixner1-2/+2
2014-11-23PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Jiang Liu1-1/+1
2014-11-21s390/traps: die on translation exceptionsHeiko Carstens1-2/+6
2014-11-21s390/traps: print interrupt code and instruction length codeHeiko Carstens3-4/+6
2014-11-19assorted conversions to %p[dD]Al Viro1-2/+1
2014-11-19mm: Make arch_unmap()/bprm_mm_init() available to all architecturesDave Hansen1-0/+11
2014-11-19s390/kernel: add system calls for PCI memory accessAlexey Ishchuk6-2/+125
2014-11-19s390: fix ptrace of user area if the inferior uses vector registersMartin Schwidefsky1-22/+75
2014-11-18s390/irq: use irq 0Sebastian Ott2-11/+5
2014-11-18s390/io: add ioport_map stubsFrank Blaschka1-0/+9
2014-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-90/+67
2014-11-11s390/MSI: Use __msi_mask_irq() instead of default_msi_mask_irq()Yijing Wang1-2/+2
2014-11-11Merge branch 'io' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into asm-genericArnd Bergmann1-5/+0
2014-11-11net: introduce SO_INCOMING_CPUEric Dumazet1-0/+2
2014-11-10/dev/mem: Use more consistent data typesThierry Reding2-4/+5
2014-11-07Merge tag 'kvm-s390-next-20141107' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini2-44/+48
2014-11-07KVM: s390: fix handling of lctl[g]/stctl[g]Heiko Carstens1-36/+32
2014-11-07KVM: s390: flush CPU on load controlChristian Borntraeger1-2/+2
2014-11-07KVM: s390: Fix ipte lockingChristian Borntraeger1-6/+14
2014-11-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds11-90/+67
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-nextGreg Kroah-Hartman1-1/+0
2014-11-03s390/cpum_sf: Remove initialization of PMU event indexHendrik Brueckner1-1/+0
2014-11-03s390/signal: add sparse annotationsMartin Schwidefsky2-2/+2
2014-11-03s390/mm: use correct unlock function in gmap_ipte_notifyMartin Schwidefsky1-1/+1
2014-11-03s390/pci: add sparse annotationsMartin Schwidefsky2-4/+8
2014-11-03s390/pci: improve irq number check for msixSebastian Ott3-6/+3
2014-11-03s390/cmpxchg: use compiler builtinsMartin Schwidefsky3-234/+19
2014-11-03Merge remote-tracking branch 'origin/master' into HEADPaolo Bonzini1-6/+0
2014-10-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+0
2014-10-28KVM: s390: sigp: split handling of SIGP STOP (AND STORE STATUS)David Hildenbrand1-7/+18
2014-10-28KVM: s390: sigp: inject emergency calls in a separate functionDavid Hildenbrand1-3/+9
2014-10-28KVM: s390: sigp: instruction counters for all sigp ordersDavid Hildenbrand3-1/+21
2014-10-28KVM: s390: sigp: separate preparation handlersDavid Hildenbrand2-15/+33
2014-10-28KVM: s390: sigp: move target cpu checks into dispatcherDavid Hildenbrand1-91/+48
2014-10-28KVM: s390: sigp: dispatch orders with one target in a separate functionDavid Hildenbrand1-31/+43
2014-10-28KVM: s390: Fix size of monitor-class number fieldThomas Huth1-1/+1
2014-10-28KVM: s390: Cleanup usage of current->mm in set_guest_storage_keyJason J. Herne1-1/+1
2014-10-28KVM: s390: Make the simple ipte mutex specific to a VM instead of globalThomas Huth3-11/+12
2014-10-28perf: Fix and clean up initialization of pmu::event_idxPeter Zijlstra1-6/+0
2014-10-28s390/ftrace: add ftrace_graph_is_dead() checkHeiko Carstens1-0/+2
2014-10-27s390/mm: pmdp_get_and_clear_full optimizationMartin Schwidefsky1-0/+13
2014-10-27s390/mm: missing pte for gmap_ipte_notify should trigger a VM_BUGDominik Dingel1-2/+1
2014-10-27s390/kprobes: make use of NOKPROBE_SYMBOL()Heiko Carstens7-46/+74
2014-10-27s390/ftrace,kprobes: allow to patch first instructionHeiko Carstens11-90/+212
2014-10-27s390/mm: disable KSM for storage key enabled pagesDominik Dingel3-7/+28
2014-10-27s390/mm: prevent and break zero page mappings in case of storage keysDominik Dingel2-1/+17
2014-10-27s390/mm: recfactor global pgste updatesDominik Dingel4-102/+56
2014-10-27s390: update default configurationMartin Schwidefsky5-74/+32
2014-10-27s390/vdso: fix stack corruptionHeiko Carstens4-16/+29