summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | s390/kvm: avoid automatic sie reentryMartin Schwidefsky2013-05-212-44/+36
| * | | | | s390/kvm: Kick guests out of sie if prefix page host pte is touchedChristian Borntraeger2013-05-214-37/+53
| * | | | | s390/kvm: Provide a way to prevent reentering SIEChristian Borntraeger2013-05-215-2/+40
| * | | | | s390/kvm: Mark if a cpu is in SIEChristian Borntraeger2013-05-213-4/+13
| * | | | | s390/kvm: rename RCP_xxx defines to PGSTE_xxxMartin Schwidefsky2013-05-212-44/+40
| * | | | | s390/kvm: fix psw rewinding in handle_skeyMartin Schwidefsky2013-05-211-1/+2
| * | | | | s390/pgtable: fix ipte notify bitChristian Borntraeger2013-05-211-2/+2
| * | | | | KVM: get rid of $(addprefix ../../../virt/kvm/, ...) in MakefilesMarc Zyngier2013-05-191-1/+2
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-07-0327-155/+228
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | s390/dasd: Fail all requests when DASD_FLAG_ABORTIO is setHannes Reinecke2013-07-011-0/+4