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 Torvalds2015-04-2810-328/+1032
|\
| * s390/zcrypt: Introduce new SHA-512 based Pseudo Random Generator.Harald Freudenberger2015-04-232-102/+870
| * s390/mm: change swap pte encoding and pgtable cleanupMartin Schwidefsky2015-04-232-123/+97
| * s390/mm: correct transfer of dirty & young bits in __pmd_to_pteMartin Schwidefsky2015-04-231-2/+2
| * s390/bpf: add dependency to z196 featuresHeiko Carstens2015-04-231-1/+1
| * s390/kvm: remove delayed reallocation of page tables for KVMMartin Schwidefsky2015-04-235-100/+59
| * kexec: allocate the kexec control page with KEXEC_CONTROL_MEMORY_GFPMartin Schwidefsky2015-04-231-0/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-9/+9
|\ \
| * | VFS: assorted weird filesystems: d_inode() annotationsDavid Howells2015-04-151-9/+9
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-04-261-1/+1
|\ \ \ | |_|/ |/| |
| * | KVM: s390: disable RRBM againChristian Borntraeger2015-04-151-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-04-209-823/+1273
|\ \ \
| * | | s390/pci: add locking for fmb accessSebastian Ott2015-04-153-6/+12
| * | | s390/pci: extract software counters from fmbSebastian Ott2015-04-154-14/+28
| * | | s390/bpf: Add s390x eBPF JIT compiler backendMichael Holzheu2015-04-154-803/+1234
| * | | s390: Use bool function return values of true/false not 1/0Joe Perches2015-04-151-1/+1
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-152-2/+5
|\ \ \ \
| * | | | s390: remove use of seq_printf return valueJoe Perches2015-04-151-2/+4
| * | | | kernel: conditionally support non-root users, groups and capabilitiesIulia Manda2015-04-151-0/+1
* | | | | Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-154-27/+4
|\ \ \ \ \
| * | | | | s390: Remove signal translation and exec_domainRichard Weinberger2015-04-124-27/+4
* | | | | | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-04-151-2/+0
|\ \ \ \ \ \ | |_|/ / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | make new_sync_{read,write}() staticAl Viro2015-04-111-2/+0
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-04-152-2/+0
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | Merge branch 'iocb' into for-davemAl Viro2015-04-091-1/+1
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-024-19/+62
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | s390: fix /proc/interrupts outputSebastian Ott2015-03-251-1/+0
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-201-1/+0
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-0911-82/+76
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-0312-177/+174
| |\ \ \ \ \ \
| * | | | | | | s390: remove claw driverUrsula Braun2015-02-281-1/+0
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-04-14106-7095/+1328
|\ \ \ \ \ \ \ \
| * | | | | | | | s390/smp: wait until secondaries are active & onlineHeiko Carstens2015-04-131-1/+2
| * | | | | | | | s390/hibernate: fix save and restore of kernel text sectionHeiko Carstens2015-04-131-0/+4
| * | | | | | | | s390/cacheinfo: add missing facility checkHeiko Carstens2015-04-131-0/+4
| * | | | | | | | s390/syscalls: simplify syscall_get_arch()Heiko Carstens2015-03-301-1/+1
| * | | | | | | | s390/irq: enforce correct irqclass_sub_desc array sizeHeiko Carstens2015-03-251-1/+2
| * | | | | | | | s390: remove "64" suffix from mem64.S and swsusp_asm64.SHeiko Carstens2015-03-254-2/+2
| * | | | | | | | s390/ipl: cleanup macro usageSebastian Ott2015-03-251-19/+11
| * | | | | | | | s390/ipl: cleanup shutdown_action attributesSebastian Ott2015-03-251-31/+20
| * | | | | | | | s390/ipl: cleanup bin attr usageSebastian Ott2015-03-251-56/+18
| * | | | | | | | s390/uprobes: fix address space annotationHeiko Carstens2015-03-251-1/+3
| * | | | | | | | s390: add missing arch_release_task_struct() declarationHeiko Carstens2015-03-251-0/+2
| * | | | | | | | s390: make couple of functions and variables staticHeiko Carstens2015-03-252-2/+2
| * | | | | | | | s390/maccess: improve s390_kernel_write()Heiko Carstens2015-03-251-25/+20
| * | | | | | | | s390/maccess: remove potentially broken probe_kernel_write()Heiko Carstens2015-03-255-18/+28
| * | | | | | | | s390/traps: panic() instead of die() on translation exceptionHeiko Carstens2015-03-251-1/+1
| * | | | | | | | s390: remove test_facility(2) (== z/Architecture mode active) checksHeiko Carstens2015-03-252-8/+3
| * | | | | | | | s390/cmpxchg: simplify cmpxchg_doubleHeiko Carstens2015-03-251-6/+1
| * | | | | | | | s390: remove 31 bit syscallsHeiko Carstens2015-03-252-361/+361
OpenPOWER on IntegriCloud