summaryrefslogtreecommitdiffstats
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2013-09-07s390/compat signal: add couple of __force annotationsHeiko Carstens1-5/+5
2013-09-07s390/mm: add __releases()/__acquires() annotations to gmap_alloc_table()Heiko Carstens1-1/+3
2013-09-07s390: keep Kconfig sortedHeiko Carstens1-3/+3
2013-09-04s390/irq: rework irq subclass handlingHeiko Carstens6-51/+32
2013-09-04s390/irq: use hlists for external interrupt handler arrayHeiko Carstens1-12/+12
2013-09-04s390/dumpstack: convert print_symbol to %pSRHeiko Carstens1-10/+10
2013-09-04s390/perf: Remove print_hex_dump_bytes() debug outputHendrik Brueckner1-4/+1
2013-09-04s390: update defconfigHeiko Carstens1-12/+27
2013-09-04s390/bpf,jit: fix address randomizationHeiko Carstens1-1/+1
2013-08-30s390/pci: use virtual memory for iommu bitmapSebastian Ott1-9/+3
2013-08-30s390/pci: update function handle after resume from hibernateSebastian Ott4-5/+45
2013-08-30s390/pci: try harder to modify a functionSebastian Ott1-2/+2
2013-08-30s390/pci: split lpfSebastian Ott4-54/+72
2013-08-30s390/hibernate: add early resume functionSebastian Ott3-5/+12
2013-08-30s390/pci: add recover sysfs knobSebastian Ott2-2/+29
2013-08-30s390/pci: use claim_resourceSebastian Ott1-29/+34
2013-08-30s390/pci/hotplug: convert to be builtin onlySebastian Ott2-41/+17
2013-08-29s390/mm: implement software referenced bitsMartin Schwidefsky5-187/+244
2013-08-28s390/tx: allow program interruption filtering in user spaceMartin Schwidefsky1-3/+3
2013-08-28s390/pgtable: fix mprotect for single-threaded KVM guestsMartin Schwidefsky1-0/+1
2013-08-28s390/time: return with irqs disabled from psw_idleMartin Schwidefsky5-6/+4
2013-08-22s390/kprobes: add support for compare and branch instructionsHeiko Carstens1-2/+19
2013-08-22s390/switch_to: fix save_access_regs() / restore_access_regs()Heiko Carstens1-2/+7
2013-08-22s390/bitops: fix inline assembly constraintsHeiko Carstens1-6/+6
2013-08-22s390/mm: introduce ptep_flush_lazy helperMartin Schwidefsky5-25/+24
2013-08-22s390/time: clock comparator revalidationMartin Schwidefsky1-4/+1
2013-08-22s390/pgtable: add pgste_get helperMartin Schwidefsky1-1/+10
2013-08-22s390/pgtable: skip pgste updates on full flushMartin Schwidefsky1-4/+3
2013-08-22s390/mm: cleanup page table definitionsMartin Schwidefsky10-325/+333
2013-08-22s390/mm: remove dead pfmf inline assemblyHeiko Carstens1-10/+0
2013-08-22s390: convert interrupt handling to use generic hardirqMartin Schwidefsky12-455/+207
2013-08-22s390/pci: use adapter interrupt vector helpersMartin Schwidefsky3-208/+165
2013-08-22s390/pci: cleanup function namesMartin Schwidefsky5-28/+28
2013-08-22s390/airq: introduce adapter interrupt vector helperMartin Schwidefsky1-0/+67
2013-08-22s390: replace remaining strict_strtoul() with kstrtoul()Heiko Carstens2-2/+2
2013-08-16s390: Fix broken buildGuenter Roeck1-1/+1
2013-08-16Fix TLB gather virtual address range invalidation corner casesLinus Torvalds1-2/+6
2013-08-11Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-9/+16
2013-07-29KVM: s390: fix pfmf non-quiescing control handlingHeiko Carstens1-2/+2
2013-07-29KVM: s390: move kvm_guest_enter,exit closer to sieDominik Dingel1-7/+14
2013-07-26s390/perf: fix compile error (undefined reference sie_exit)Heiko Carstens1-4/+5
2013-07-26s390/bitops: fix find_next_bit_leftMartin Schwidefsky1-1/+1
2013-07-26s390: add support for IBM zBC12 machineHeiko Carstens4-4/+7
2013-07-26s390/Kconfig: select 'TTY' when 'S390_GUEST' is enabledChen Gang1-0/+1
2013-07-26s390: add support for LZ4-compressed kernelHeiko Carstens3-3/+11
2013-07-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds6-43/+186
2013-07-18s390/kdump: Allow copy_oldmem_page() copy to virtual memoryMichael Holzheu1-4/+47
2013-07-18s390/bpf,jit: add pkt_type supportHeiko Carstens1-0/+42
2013-07-18s390/bpf,jit: address randomize and write protect jit codeHeiko Carstens1-5/+46
2013-07-18s390/bpf,jit: use generic jit dumperHeiko Carstens1-8/+2