summaryrefslogtreecommitdiffstats
path: root/arch/s390 (follow)
Commit message (Expand)AuthorAgeFilesLines
* s390/ftrace: avoid pointer arithmetics with function pointersHeiko Carstens2013-09-071-2/+2
* s390: make various functions static, add declarations to header filesHeiko Carstens2013-09-078-16/+13
* s390/compat signal: add couple of __force annotationsHeiko Carstens2013-09-071-5/+5
* s390/mm: add __releases()/__acquires() annotations to gmap_alloc_table()Heiko Carstens2013-09-071-1/+3
* s390: keep Kconfig sortedHeiko Carstens2013-09-071-3/+3
* s390/irq: rework irq subclass handlingHeiko Carstens2013-09-046-51/+32
* s390/irq: use hlists for external interrupt handler arrayHeiko Carstens2013-09-041-12/+12
* s390/dumpstack: convert print_symbol to %pSRHeiko Carstens2013-09-041-10/+10
* s390/perf: Remove print_hex_dump_bytes() debug outputHendrik Brueckner2013-09-041-4/+1
* s390: update defconfigHeiko Carstens2013-09-041-12/+27
* s390/bpf,jit: fix address randomizationHeiko Carstens2013-09-041-1/+1
* s390/pci: use virtual memory for iommu bitmapSebastian Ott2013-08-301-9/+3
* s390/pci: update function handle after resume from hibernateSebastian Ott2013-08-304-5/+45
* s390/pci: try harder to modify a functionSebastian Ott2013-08-301-2/+2
* s390/pci: split lpfSebastian Ott2013-08-304-54/+72
* s390/hibernate: add early resume functionSebastian Ott2013-08-303-5/+12
* s390/pci: add recover sysfs knobSebastian Ott2013-08-302-2/+29
* s390/pci: use claim_resourceSebastian Ott2013-08-301-29/+34
* s390/pci/hotplug: convert to be builtin onlySebastian Ott2013-08-302-41/+17
* s390/mm: implement software referenced bitsMartin Schwidefsky2013-08-295-187/+244
* s390/tx: allow program interruption filtering in user spaceMartin Schwidefsky2013-08-281-3/+3
* s390/pgtable: fix mprotect for single-threaded KVM guestsMartin Schwidefsky2013-08-281-0/+1
* s390/time: return with irqs disabled from psw_idleMartin Schwidefsky2013-08-285-6/+4
* s390/kprobes: add support for compare and branch instructionsHeiko Carstens2013-08-221-2/+19
* s390/switch_to: fix save_access_regs() / restore_access_regs()Heiko Carstens2013-08-221-2/+7
* s390/bitops: fix inline assembly constraintsHeiko Carstens2013-08-221-6/+6
* s390/mm: introduce ptep_flush_lazy helperMartin Schwidefsky2013-08-225-25/+24
* s390/time: clock comparator revalidationMartin Schwidefsky2013-08-221-4/+1
* s390/pgtable: add pgste_get helperMartin Schwidefsky2013-08-221-1/+10
* s390/pgtable: skip pgste updates on full flushMartin Schwidefsky2013-08-221-4/+3
* s390/mm: cleanup page table definitionsMartin Schwidefsky2013-08-2210-325/+333
* s390/mm: remove dead pfmf inline assemblyHeiko Carstens2013-08-221-10/+0
* s390: convert interrupt handling to use generic hardirqMartin Schwidefsky2013-08-2212-455/+207
* s390/pci: use adapter interrupt vector helpersMartin Schwidefsky2013-08-223-208/+165
* s390/pci: cleanup function namesMartin Schwidefsky2013-08-225-28/+28
* s390/airq: introduce adapter interrupt vector helperMartin Schwidefsky2013-08-221-0/+67
* s390: replace remaining strict_strtoul() with kstrtoul()Heiko Carstens2013-08-222-2/+2
* s390: Fix broken buildGuenter Roeck2013-08-171-1/+1
* Fix TLB gather virtual address range invalidation corner casesLinus Torvalds2013-08-161-2/+6
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-08-112-9/+16
|\
| * KVM: s390: fix pfmf non-quiescing control handlingHeiko Carstens2013-07-291-2/+2
| * KVM: s390: move kvm_guest_enter,exit closer to sieDominik Dingel2013-07-291-7/+14
* | s390/perf: fix compile error (undefined reference sie_exit)Heiko Carstens2013-07-261-4/+5
* | s390/bitops: fix find_next_bit_leftMartin Schwidefsky2013-07-261-1/+1
* | s390: add support for IBM zBC12 machineHeiko Carstens2013-07-264-4/+7
* | s390/Kconfig: select 'TTY' when 'S390_GUEST' is enabledChen Gang2013-07-261-0/+1
* | s390: add support for LZ4-compressed kernelHeiko Carstens2013-07-263-3/+11
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-07-206-43/+186
|\
| * s390/kdump: Allow copy_oldmem_page() copy to virtual memoryMichael Holzheu2013-07-181-4/+47
| * s390/bpf,jit: add pkt_type supportHeiko Carstens2013-07-181-0/+42