aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-18s390/smp: improve setup of possible cpu maskHeiko Carstens2-9/+17
2013-12-02s390/time,vdso: fix clock_gettime for CLOCK_MONOTONICMartin Schwidefsky2-11/+4
2013-12-02s390/vdso: ectg gettime support for CLOCK_THREAD_CPUTIME_IDMartin Schwidefsky3-2/+7
2013-12-02s390/vdso: fix access-list entry initializationHeiko Carstens1-1/+1
2013-11-25s390/mm: handle asce-type exceptions as normal page faultMartin Schwidefsky1-1/+1
2013-11-25s390,time: revert direct ktime path for s390 clockevent deviceMartin Schwidefsky1-15/+4
2013-11-25s390/time,vdso: convert to the new update_vsyscall interfaceMartin Schwidefsky6-42/+58
2013-11-20s390/signal: always restore saved runtime instrumentation psw bitHendrik Brueckner2-2/+2
2013-11-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds3-13/+18
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-11-15s390/sclp: Consolidate early sclp init calls to sclp_early_detect()Michael Holzheu1-2/+1
2013-11-15s390/sclp: Determine HSA size dynamically for zfcpdumpMichael Holzheu3-12/+18
2013-11-13Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds1-1/+1
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-11-13mm/arch: use NUMA_NO_NODEJianguo Wu1-1/+1
2013-11-12Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-31/+21
2013-11-09constify copy_siginfo_to_user{,32}()Al Viro1-1/+1
2013-11-04s390/mm,tlb: correct tlb flush on page table upgradeMartin Schwidefsky2-2/+1
2013-10-31s390/vtime: correct idle time calculationMartin Schwidefsky2-3/+3
2013-10-28s390: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-1/+1
2013-10-24s390/compat: make psw32_user_bits a constant value againHeiko Carstens3-7/+3
2013-10-24s390: fix handling of runtime instrumentation psw bitHeiko Carstens3-14/+32
2013-10-24s390: fix save and restore of the floating-point-control registerMartin Schwidefsky5-59/+75
2013-10-24s390/cache: get rid of compile warningHeiko Carstens1-3/+2
2013-10-24s390/compat,signal: change return values to -EFAULTHeiko Carstens2-17/+19
2013-10-24s390: Remove zfcpdump NR_CPUS dependencyMichael Holzheu2-14/+31
2013-10-24s390/ftrace: prepare_ftrace_return() function call orderHeiko Carstens1-5/+4
2013-10-24s390/crashdump: remove unused variableHeiko Carstens1-1/+0
2013-10-24s390/mm: do not initialize storage keysMartin Schwidefsky1-0/+2
2013-10-24s390/uaccess: always run the kernel in home spaceMartin Schwidefsky10-75/+33
2013-10-24s390/bitops: use generic find bit functions / reimplement _left variantHeiko Carstens2-49/+1
2013-10-24s390/bitops: optimize set_bit() for constant valuesHeiko Carstens1-1/+1
2013-10-24s390/bitops: remove CONFIG_SMP / simplify non-atomic bitopsHeiko Carstens1-6/+0
2013-10-24s390/kprobes: allow kprobes only on known instructionsHeiko Carstens2-1/+3
2013-10-24s390/kprobes: use insn_length helper functionHeiko Carstens1-4/+5
2013-10-24s390/dis: move disassembler function prototypes to proper header fileHeiko Carstens1-0/+1
2013-10-24s390/dis: move common definitions to a header fileSuzuki K. Poulose1-28/+1
2013-10-24s390/dis: rename structures for unique typesSuzuki K. Poulose1-28/+28
2013-10-24s390/kprobes: have more correct if statement in s390_get_insn_slot()Heiko Carstens1-1/+1
2013-10-22s390/time: correct use of store clock fastMartin Schwidefsky1-1/+1
2013-10-15s390/compat,signal: fix return value of copy_siginfo_(to|from)_user32()Heiko Carstens1-2/+2
2013-10-14doc: typo on word accounting in kprobes.c in mutliple architecturesAnoop Thomas Mathew1-1/+1
2013-10-01irq: Consolidate do_softirq() arch overriden implementationsFrederic Weisbecker1-31/+21
2013-09-30s390: fix system call restart after inferior callMartin Schwidefsky2-0/+2
2013-09-30s390: Allow vmalloc target buffers for copy_from_oldmem()Michael Holzheu1-22/+20
2013-09-30s390/kprobes: add exrl to list of prohibited opcodesHeiko Carstens1-1/+5
2013-09-11s390/vmcore: use vmcore for zfcpdumpMichael Holzheu1-18/+104
2013-09-11s390/vmcore: implement remap_oldmem_pfn_range for s390Jan Willeke1-0/+26
2013-09-11s390/vmcore: use ELF header in new memory featureMichael Holzheu1-27/+54
2013-09-11s390/kprobes: add support for pc-relative long displacement instructionsHeiko Carstens1-7/+137