aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-11uapi: export all headers under uapi directoriesNicolas Dichtel1-46/+0
2017-05-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds11-16/+14
2017-05-08treewide: decouple cacheflush.h and set_memory.hLaura Abbott2-8/+1
2017-05-08s390: use set_memory.h headerLaura Abbott7-1/+7
2017-05-08treewide: move set_memory_* functions away from cacheflush.hLaura Abbott2-27/+32
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko1-8/+2
2017-05-08cpumask: make "nr_cpumask_bits" unsignedAlexey Dobriyan1-1/+1
2017-05-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds13-78/+489
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatchingLinus Torvalds2-9/+45
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+6
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds91-508/+1495
2017-05-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+0
2017-05-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2017-05-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2017-05-01Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-188/+62
2017-04-27KVM: add kvm_{test,clear}_request to replace {test,clear}_bitRadim Krčmář1-1/+1
2017-04-27Merge branch 's390forkvm' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into featuresMartin Schwidefsky1-2/+3
2017-04-26HAVE_ARCH_HARDENED_USERCOPY is unconditional nowAl Viro1-1/+0
2017-04-26CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional nowAl Viro1-1/+0
2017-04-26Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64', 'uaccess.avr32', 'uaccess.bfin', 'uaccess.c6x', 'uaccess.cris', 'uaccess.frv', 'uaccess.h8300', 'uaccess.hexagon', 'uaccess.ia64', 'uaccess.m32r', 'uaccess.m68k', 'uaccess.metag', 'uaccess.microblaze', 'uaccess.mips', ...Al Viro20-220/+119
2017-04-26s390/crypt: use the correct module alias for paes_s390.Harald Freudenberger1-1/+1
2017-04-26s390: kvm: Cpu model support for msa6, msa7 and msa8Jason J. Herne3-1/+7
2017-04-26Merge branch 's390forkvm' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linuxChristian Borntraeger1-2/+3
2017-04-26s390/cpacf: Introduce kma instructionJason J. Herne1-0/+1
2017-04-26s390/cpacf: query instructions use unique parameters for compatibility with KMAJason J. Herne1-2/+2
2017-04-26s390/crypto: Provide s390 specific arch random functionality.Harald Freudenberger5-1/+117
2017-04-26s390/crypto: Add new subfunctions to the cpacf PRNO function.Harald Freudenberger1-2/+29
2017-04-26s390/crypto: Renaming PPNO to PRNO.Harald Freudenberger3-32/+32
2017-04-26s390/pageattr: avoid unnecessary page table splittingHeiko Carstens1-3/+7
2017-04-25s390/mm: simplify arch_get_unmapped_area[_topdown]Martin Schwidefsky1-57/+32
2017-04-25s390/mm: make TASK_SIZE independent from the number of page table levelsMartin Schwidefsky7-33/+21
2017-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2017-04-21s390/gs: add regset for the guarded storage broadcast control blockMartin Schwidefsky1-0/+46
2017-04-21KVM: s390: Support keyless subset guest modeFarhan Ali7-8/+32
2017-04-21s390/sclp: Detect KSS facilityFarhan Ali1-0/+1
2017-04-20s390/kvm: Add use_cmma field to mm_context_tClaudio Imbrenda2-0/+3
2017-04-20s390/kvm: Add PGSTE manipulation functionsClaudio Imbrenda4-6/+185
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+2
2017-04-14s390/time: Set ->min_delta_ticks and ->max_delta_ticksNicolai Stange1-0/+2
2017-04-12KVM: s390: fix stale machine check data for guarded storageChristian Borntraeger1-0/+2
2017-04-12KVM: s390: Fix sdnxo setting for nested guestsChristian Borntraeger1-1/+1
2017-04-12s390/spinlock: remove compare and delay instructionMartin Schwidefsky3-45/+13
2017-04-12s390/spinlock: use atomic primitives for spinlocksMartin Schwidefsky4-76/+70
2017-04-12s390/mm: fix CMMA vs KSM vs othersChristian Borntraeger1-0/+2
2017-04-08New getsockopt option to get socket cookieChenbo Feng1-0/+2
2017-04-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-5/+2
2017-04-07KVM: s390: introduce AIS capabilityYi Min Zhao1-0/+15
2017-04-06Merge commit 'b4fb8f66f1ae2e167d06c12d018025a8d4d3ba7e' into uaccess.ia64Al Viro4-4/+4
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-23/+22
2017-04-06KVM: s390: introduce adapter interrupt inject functionYi Min Zhao3-6/+69