aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
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-21Merge tag 'tegra-for-3.12-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into next/socKevin Hilman2-5/+0
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-14Merge branch 'timers/nohz-v3' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/nohzIngo Molnar3-3/+8
2013-08-14vtime: Describe overriden functions in dedicated arch headersFrederic Weisbecker3-3/+8
2013-08-12PCI: remove ARCH_SUPPORTS_MSI kconfig optionThomas Petazzoni1-1/+0
2013-08-12PCI: use weak functions for MSI arch-specific functionsThomas Petazzoni1-4/+0
2013-08-11Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-9/+16
2013-07-29KVM: s390: Make KVM_HVA_ERR_BAD usable on s390Dominik Dingel1-0/+8
2013-07-29KVM: s390: Add helper function for setting condition codeThomas Huth2-9/+13
2013-07-29KVM: s390: Fix sparse warnings in priv.cThomas Huth1-3/+3
2013-07-29KVM: s390: declare virtual HW facilitiesMichael Mueller3-15/+22
2013-07-29KVM: s390: fix task size checkMartin Schwidefsky2-1/+3
2013-07-29KVM: s390: allow sie enablement for multi-threaded programsMartin Schwidefsky4-84/+129
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/s390/linuxLinus 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
2013-07-18s390/bpf,jit: call module_free() from any contextHeiko Carstens1-17/+3
2013-07-18KVM: Introduce kvm_arch_memslots_updated()Takuya Yoshikawa1-0/+4
2013-07-18KVM: s390: use cookies for ioeventfdCornelia Huck1-4/+13
2013-07-16s390/ptrace: PTRACE_TE_ABORT_RANDMichael Mueller4-14/+51
2013-07-15s390: Replace weird use of PTR_RET.Rusty Russell1-4/+8
2013-07-15PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell1-1/+1
2013-07-14s390: delete __cpuinit usage from all s390 filesPaul Gortmaker7-26/+24
2013-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1