summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2015-02-13lib/string.c: remove strnicmp()Rasmus Villemoes1-1/+0
2015-02-13all arches, signal: move restart_block to struct task_structAndy Lutomirski3-6/+2
2015-02-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-25/+3
2015-02-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds55-568/+1120
2015-02-12mm: gup: use get_user_pages_unlocked within get_user_pages_fastAndrea Arcangeli1-4/+2
2015-02-12mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov1-1/+1
2015-02-12mm/hugetlb: reduce arch dependent code around follow_huge_*Naoya Horiguchi1-20/+0
2015-02-11s390: drop pte_file()-related helpersKirill A. Shutemov1-25/+4
2015-02-10s390/process: free vx save area when releasing tasksHendrik Brueckner1-0/+8
2015-02-10s390/hypfs: Eliminate hypfs intervalMichael Holzheu2-40/+12
2015-02-10s390/hypfs: Add diagnose 0c supportMichael Holzheu5-4/+184
2015-02-10s390/cacheinfo: don't use smp_processor_id() in preemptible contextHeiko Carstens1-2/+5
2015-02-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2015-02-06mm/debug_pagealloc: fix build failure on ppc and some other archsJoonsoo Kim1-4/+0
2015-01-30s390/smp: increase maximum value of NR_CPUS to 512Heiko Carstens1-3/+3
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds1-0/+6
2015-01-29s390/jump label: use different nop instructionHeiko Carstens2-7/+19
2015-01-29s390/jump label: add sanity checksHeiko Carstens1-14/+42
2015-01-29s390/mm: correct missing space when reporting user process faultsHendrik Brueckner1-1/+1
2015-01-29s390/ftrace: hotpatch support for function tracingHeiko Carstens7-5/+45
2015-01-29s390: reintroduce diag 44 calls for cpu_relax()Heiko Carstens2-5/+10
2015-01-23s390/spinlock: add compare-and-delay to lock wait loopsMartin Schwidefsky3-7/+66
2015-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2-18/+19
2015-01-22Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-7/+3
2015-01-22s390: update default configurationMartin Schwidefsky5-7/+5
2015-01-22s390/smp: remove check for CONFIG_ZFCPDUMPPaul Bolle1-1/+1
2015-01-22s390: add SMT supportMartin Schwidefsky16-107/+390
2015-01-22s390: avoid z13 cache aliasingMartin Schwidefsky5-18/+155
2015-01-22s390: add z13 code generation supportMartin Schwidefsky4-1/+26
2015-01-21Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-0/+1
2015-01-20module_arch_freeing_init(): new hook for archs before module->module_init freed.Rusty Russell1-7/+3
2015-01-15s390/bpf: Zero extend parameters before calling C functionMichael Holzheu1-4/+6
2015-01-15s390/bpf: Fix sk_load_byte_msh()Michael Holzheu1-4/+4
2015-01-15s390/bpf: Fix offset parameter for skb_copy_bits()Michael Holzheu1-0/+2
2015-01-15s390/bpf: Fix skb_copy_bits() parameter passingMichael Holzheu1-10/+10
2015-01-15s390/bpf: Fix JMP_JGE_K (A >= K) and JMP_JGT_K (A > K)Michael Holzheu1-6/+3
2015-01-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds9-24/+78
2015-01-12s390/uprobes: fix user space PER eventsJan Willeke1-9/+60
2015-01-09s390/bpf: Fix JMP_JGE_X (A > X) and JMP_JGT_X (A >= X)Michael Holzheu1-2/+2
2015-01-09s390/bpf: Fix ALU_NEG (A = -A)Michael Holzheu1-2/+2
2015-01-08s390: move cacheinfo sysfs to generic cacheinfo infrastructureSudeep Holla1-296/+92
2015-01-08s390/crypto: remove 'const' to avoid compiler warningsChen Gang1-2/+2
2015-01-08s390: remove unnecessary KERN_CONTJoe Perches1-1/+1
2015-01-08s390/sclp: sign extend return value of _sclp_print_early()Heiko Carstens1-1/+2
2015-01-08s390/sclp: fix declaration of _sclp_print_early()Chen Gang2-2/+3
2015-01-08s390: keep Kconfig sortedHeiko Carstens1-1/+1
2015-01-08s390/signal: add sys_sigreturn and sys_rt_sigreturn declarationsHeiko Carstens1-1/+3
2015-01-08s390/pgtable: add unsigned long castsHeiko Carstens1-3/+3
2015-01-08s390/disassembler: remove indentical initializerHeiko Carstens1-1/+0
2015-01-08s390/pci: add missing address space annotationHeiko Carstens1-2/+2