summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-123-25/+3Star
|\
| * mm: gup: use get_user_pages_unlocked within get_user_pages_fastAndrea Arcangeli2015-02-121-4/+2Star
| * mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov2015-02-121-1/+1
| * mm/hugetlb: reduce arch dependent code around follow_huge_*Naoya Horiguchi2015-02-121-20/+0Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-02-1255-568/+1120
|\ \ | |/ |/|
| * s390/process: free vx save area when releasing tasksHendrik Brueckner2015-02-101-0/+8
| * s390/hypfs: Eliminate hypfs intervalMichael Holzheu2015-02-102-40/+12Star
| * s390/hypfs: Add diagnose 0c supportMichael Holzheu2015-02-105-4/+184
| * s390/cacheinfo: don't use smp_processor_id() in preemptible contextHeiko Carstens2015-02-101-2/+5
| * s390/smp: increase maximum value of NR_CPUS to 512Heiko Carstens2015-01-301-3/+3
| * s390/jump label: use different nop instructionHeiko Carstens2015-01-292-7/+19
| * s390/jump label: add sanity checksHeiko Carstens2015-01-291-14/+42
| * s390/mm: correct missing space when reporting user process faultsHendrik Brueckner2015-01-291-1/+1
| * s390/ftrace: hotpatch support for function tracingHeiko Carstens2015-01-297-5/+45
| * s390: reintroduce diag 44 calls for cpu_relax()Heiko Carstens2015-01-292-5/+10
| * s390/spinlock: add compare-and-delay to lock wait loopsMartin Schwidefsky2015-01-233-7/+66
| * s390: update default configurationMartin Schwidefsky2015-01-225-7/+5Star
| * s390/smp: remove check for CONFIG_ZFCPDUMPPaul Bolle2015-01-221-1/+1
| * s390: add SMT supportMartin Schwidefsky2015-01-2216-107/+390
| * s390: avoid z13 cache aliasingMartin Schwidefsky2015-01-225-18/+155
| * s390: add z13 code generation supportMartin Schwidefsky2015-01-224-1/+26
| * s390: move cacheinfo sysfs to generic cacheinfo infrastructureSudeep Holla2015-01-081-296/+92Star
| * s390/crypto: remove 'const' to avoid compiler warningsChen Gang2015-01-081-2/+2
| * s390: remove unnecessary KERN_CONTJoe Perches2015-01-081-1/+1
| * s390/sclp: sign extend return value of _sclp_print_early()Heiko Carstens2015-01-081-1/+2
| * s390/sclp: fix declaration of _sclp_print_early()Chen Gang2015-01-082-2/+3
| * s390: keep Kconfig sortedHeiko Carstens2015-01-081-1/+1
| * s390/signal: add sys_sigreturn and sys_rt_sigreturn declarationsHeiko Carstens2015-01-081-1/+3
| * s390/pgtable: add unsigned long castsHeiko Carstens2015-01-081-3/+3
| * s390/disassembler: remove indentical initializerHeiko Carstens2015-01-081-1/+0Star
| * s390/pci: add missing address space annotationHeiko Carstens2015-01-081-2/+2
| * s390/ftrace: add code replacement sanity checksHeiko Carstens2015-01-081-46/+49
* | s390: drop pte_file()-related helpersKirill A. Shutemov2015-02-101-25/+4Star
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-02-091-0/+1
|\ \
| * \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2015-01-211-0/+1
| |\ \
| | * | rcu: Make SRCU optional by using CONFIG_SRCUPranith Kumar2015-01-061-0/+1
* | | | mm/debug_pagealloc: fix build failure on ppc and some other archsJoonsoo Kim2015-02-051-4/+0Star
* | | | vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-01-291-0/+6
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-01-222-18/+19
|\ \ \ \
| * | | | s390/bpf: Zero extend parameters before calling C functionMichael Holzheu2015-01-151-4/+6
| * | | | s390/bpf: Fix sk_load_byte_msh()Michael Holzheu2015-01-151-4/+4
| * | | | s390/bpf: Fix offset parameter for skb_copy_bits()Michael Holzheu2015-01-151-0/+2
| * | | | s390/bpf: Fix skb_copy_bits() parameter passingMichael Holzheu2015-01-151-10/+10
| * | | | s390/bpf: Fix JMP_JGE_K (A >= K) and JMP_JGT_K (A > K)Michael Holzheu2015-01-151-6/+3Star
| |/ / /
* | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-01-221-7/+3Star
|\ \ \ \ | |/ / / |/| | |
| * | | module_arch_freeing_init(): new hook for archs before module->module_init freed.Rusty Russell2015-01-201-7/+3Star
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-01-149-24/+78
|\ \ \ | |/ / |/| |
| * | s390/uprobes: fix user space PER eventsJan Willeke2015-01-121-9/+60
| * | s390/bpf: Fix JMP_JGE_X (A > X) and JMP_JGT_X (A >= X)Michael Holzheu2015-01-091-2/+2
| * | s390/bpf: Fix ALU_NEG (A = -A)Michael Holzheu2015-01-091-2/+2
| |/