summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* s390: Fix broken buildGuenter Roeck2013-08-161-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-196-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
| * s390/bpf,jit: address randomize and write protect jit codeHeiko Carstens2013-07-181-5/+46
| * s390/bpf,jit: use generic jit dumperHeiko Carstens2013-07-181-8/+2
| * s390/bpf,jit: call module_free() from any contextHeiko Carstens2013-07-181-17/+3
| * s390/ptrace: PTRACE_TE_ABORT_RANDMichael Mueller2013-07-164-14/+51
* | s390: delete __cpuinit usage from all s390 filesPaul Gortmaker2013-07-147-26/+24
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-07-131-1/+1
|\
| * net: rename busy poll socket op and globalsEliezer Tamir2013-07-101-1/+1
* | mm: remove free_area_cacheMichel Lespinasse2013-07-101-4/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-091-0/+2
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-07-034-6/+10
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-195-48/+95
| |\ \
| * | | net: add socket option for low latency pollingEliezer Tamir2013-06-171-0/+2
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-07-042-4/+6
|\ \ \ \
| * \ \ \ Merge tag 'v3.10' into nextBenjamin Herrenschmidt2013-07-014-6/+10
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | mm/THP: add pmd args to pgtable deposit and withdraw APIsAneesh Kumar K.V2013-06-202-4/+6
| | |_|/ | |/| |
* | | | Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2013-07-032-22/+6
|\ \ \ \
| * | | | s390: remove setting for saved_max_pfnZhang Yanfei2013-07-031-4/+0
| * | | | mm/s390: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-031-15/+2
| * | | | mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-031-1/+1
| * | | | mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu2013-07-031-1/+1
| * | | | mm: change signature of free_reserved_area() to fix building warningsJiang Liu2013-07-031-1/+2
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-07-0316-283/+527
|\ \ \ \ \
| * | | | | KVM: s390: Fixed priority of execution in STSIThomas Huth2013-06-201-7/+16
| * | | | | KVM: s390: Reworked LCTL and LCTLG instructionsThomas Huth2013-06-203-85/+81
| * | | | | KVM: s390: Check for access exceptions during TPIThomas Huth2013-06-201-3/+4
| * | | | | KVM: s390: Check for PSTATE when handling DIAGNOSEThomas Huth2013-06-201-0/+3
| * | | | | KVM: s390: Privileged operation checks moved to instruction handlersThomas Huth2013-06-201-24/+39
| * | | | | KVM: s390: Privileged operation check for TPROTThomas Huth2013-06-201-0/+3
| * | | | | KVM: s390: Renamed PGM_PRIVILEGED_OPERATIONThomas Huth2013-06-203-12/+9
| * | | | | KVM: s390: Fix epsw instruction decodingThomas Huth2013-06-171-2/+1
| * | | | | KVM: s390,perf: Detect if perf samples belong to KVM host or guestHeinz Graalfs2013-06-175-0/+65
| * | | | | KVM: s390: Use common waitqueueChristian Borntraeger2013-06-174-19/+19
| * | | | | KVM: s390: code cleanup to use common vcpu slab cacheMichael Mueller2013-06-171-3/+3
| * | | | | KVM: s390: guest large pagesChristian Borntraeger2013-06-174-5/+99
| * | | | | KVM: s390: Provide function for setting the guest storage keyChristian Borntraeger2013-06-172-0/+51
| * | | | | KVM: s390: Add "devname:kvm" alias.Cornelia Huck2013-06-031-0/+9
| * | | | | s390: fix gmap_ipte_notifier vs. software dirty pagesChristian Borntraeger2013-05-211-2/+1