summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2013-09-062-5/+0Star
|\
| * Merge tag 'tegra-for-3.12-soc' of git://git.kernel.org/pub/scm/linux/kernel/g...Kevin Hilman2013-08-212-5/+0Star
| |\
| | * PCI: remove ARCH_SUPPORTS_MSI kconfig optionThomas Petazzoni2013-08-121-1/+0Star
| | * PCI: use weak functions for MSI arch-specific functionsThomas Petazzoni2013-08-121-4/+0Star
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-09-055-106/+93Star
|\ \ \
| * | | don't pass superblock to hypfs_{mkdir,create*}Al Viro2013-09-044-46/+39Star
| * | | don't pass superblock to hypfs_diag_create_filesAl Viro2013-09-043-30/+26Star
| * | | don't pass superblock to hypfs_vm_create_files()Al Viro2013-09-043-36/+35Star
| * | | oprofilefs_create_...() do not need superblock argumentAl Viro2013-09-041-13/+13
| * | | oprofilefs_mkdir() doesn't need superblock argumentAl Viro2013-09-041-3/+3
| * | | oprofile: don't bother with passing superblock to ->create_files()Al Viro2013-09-041-18/+17Star
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-09-0510-116/+195
|\ \ \ \
| * | | | KVM: s390: Make KVM_HVA_ERR_BAD usable on s390Dominik Dingel2013-07-291-0/+8
| * | | | KVM: s390: Add helper function for setting condition codeThomas Huth2013-07-292-9/+13
| * | | | KVM: s390: Fix sparse warnings in priv.cThomas Huth2013-07-291-3/+3
| * | | | KVM: s390: declare virtual HW facilitiesMichael Mueller2013-07-293-15/+22
| * | | | KVM: s390: fix task size checkMartin Schwidefsky2013-07-292-1/+3
| * | | | KVM: s390: allow sie enablement for multi-threaded programsMartin Schwidefsky2013-07-294-84/+129
| * | | | KVM: Introduce kvm_arch_memslots_updated()Takuya Yoshikawa2013-07-181-0/+4
| * | | | KVM: s390: use cookies for ioeventfdCornelia Huck2013-07-181-4/+13
| | |_|/ | |/| |
* | | | Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-09-052-5/+9
|\ \ \ \
| * | | | s390: Replace weird use of PTR_RET.Rusty Russell2013-07-151-4/+8
| * | | | PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell2013-07-151-1/+1
| |/ / /
* | | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-09-043-3/+8
|\ \ \ \
| * \ \ \ Merge branch 'timers/nohz-v3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar2013-08-143-3/+8
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | vtime: Describe overriden functions in dedicated arch headersFrederic Weisbecker2013-08-143-3/+8
* | | | | s390/pci: use virtual memory for iommu bitmapSebastian Ott2013-08-301-9/+3Star
* | | | | 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/+17Star
* | | | | 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/+4Star
* | | | | 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/+24Star
* | | | | s390/time: clock comparator revalidationMartin Schwidefsky2013-08-221-4/+1Star
* | | | | s390/pgtable: add pgste_get helperMartin Schwidefsky2013-08-221-1/+10
* | | | | s390/pgtable: skip pgste updates on full flushMartin Schwidefsky2013-08-221-4/+3Star
* | | | | s390/mm: cleanup page table definitionsMartin Schwidefsky2013-08-2210-325/+333
* | | | | s390/mm: remove dead pfmf inline assemblyHeiko Carstens2013-08-221-10/+0Star
* | | | | s390: convert interrupt handling to use generic hardirqMartin Schwidefsky2013-08-2212-455/+207Star
* | | | | s390/pci: use adapter interrupt vector helpersMartin Schwidefsky2013-08-223-208/+165Star
* | | | | s390/pci: cleanup function namesMartin Schwidefsky2013-08-225-28/+28