summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel
Commit message (Expand)AuthorAgeFilesLines
* s390/time,vdso: fix clock_gettime for CLOCK_MONOTONICMartin Schwidefsky2013-12-022-11/+4Star
* s390/vdso: ectg gettime support for CLOCK_THREAD_CPUTIME_IDMartin Schwidefsky2013-12-023-2/+7
* s390/vdso: fix access-list entry initializationHeiko Carstens2013-12-021-1/+1
* s390/mm: handle asce-type exceptions as normal page faultMartin Schwidefsky2013-11-251-1/+1
* s390,time: revert direct ktime path for s390 clockevent deviceMartin Schwidefsky2013-11-251-15/+4Star
* s390/time,vdso: convert to the new update_vsyscall interfaceMartin Schwidefsky2013-11-256-42/+58
* s390/signal: always restore saved runtime instrumentation psw bitHendrik Brueckner2013-11-202-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-11-193-13/+18
|\
| * s390/sclp: Consolidate early sclp init calls to sclp_early_detect()Michael Holzheu2013-11-151-2/+1Star
| * s390/sclp: Determine HSA size dynamically for zfcpdumpMichael Holzheu2013-11-153-12/+18
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-161-1/+1
|\ \ | |/ |/|
| * doc: typo on word accounting in kprobes.c in mutliple architecturesAnoop Thomas Mathew2013-10-141-1/+1
* | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-11-131-1/+1
|\ \
| * | mm/arch: use NUMA_NO_NODEJianguo Wu2013-11-131-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-131-1/+1
|\ \ \ | |/ / |/| |
| * | constify copy_siginfo_to_user{,32}()Al Viro2013-11-091-1/+1
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-11-121-31/+21Star
|\ \ \
| * | | irq: Consolidate do_softirq() arch overriden implementationsFrederic Weisbecker2013-10-011-31/+21Star
| |/ /
* | | s390/mm,tlb: correct tlb flush on page table upgradeMartin Schwidefsky2013-11-042-2/+1Star
* | | s390/vtime: correct idle time calculationMartin Schwidefsky2013-10-312-3/+3
* | | s390: convert use of typedef ctl_table to struct ctl_tableJoe Perches2013-10-281-1/+1
* | | s390/compat: make psw32_user_bits a constant value againHeiko Carstens2013-10-243-7/+3Star
* | | s390: fix handling of runtime instrumentation psw bitHeiko Carstens2013-10-243-14/+32
* | | s390: fix save and restore of the floating-point-control registerMartin Schwidefsky2013-10-245-59/+75
* | | s390/cache: get rid of compile warningHeiko Carstens2013-10-241-3/+2Star
* | | s390/compat,signal: change return values to -EFAULTHeiko Carstens2013-10-242-17/+19
* | | s390: Remove zfcpdump NR_CPUS dependencyMichael Holzheu2013-10-242-14/+31
* | | s390/ftrace: prepare_ftrace_return() function call orderHeiko Carstens2013-10-241-5/+4Star
* | | s390/crashdump: remove unused variableHeiko Carstens2013-10-241-1/+0Star
* | | s390/mm: do not initialize storage keysMartin Schwidefsky2013-10-241-0/+2
* | | s390/uaccess: always run the kernel in home spaceMartin Schwidefsky2013-10-2410-75/+33Star
* | | s390/bitops: use generic find bit functions / reimplement _left variantHeiko Carstens2013-10-242-49/+1Star
* | | s390/bitops: optimize set_bit() for constant valuesHeiko Carstens2013-10-241-1/+1
* | | s390/bitops: remove CONFIG_SMP / simplify non-atomic bitopsHeiko Carstens2013-10-241-6/+0Star
* | | s390/kprobes: allow kprobes only on known instructionsHeiko Carstens2013-10-242-1/+3
* | | s390/kprobes: use insn_length helper functionHeiko Carstens2013-10-241-4/+5
* | | s390/dis: move disassembler function prototypes to proper header fileHeiko Carstens2013-10-241-0/+1
* | | s390/dis: move common definitions to a header fileSuzuki K. Poulose2013-10-241-28/+1Star
* | | s390/dis: rename structures for unique typesSuzuki K. Poulose2013-10-241-28/+28
* | | s390/kprobes: have more correct if statement in s390_get_insn_slot()Heiko Carstens2013-10-241-1/+1
* | | s390/time: correct use of store clock fastMartin Schwidefsky2013-10-221-1/+1
* | | s390/compat,signal: fix return value of copy_siginfo_(to|from)_user32()Heiko Carstens2013-10-151-2/+2
* | | s390: fix system call restart after inferior callMartin Schwidefsky2013-09-302-0/+2
* | | s390: Allow vmalloc target buffers for copy_from_oldmem()Michael Holzheu2013-09-301-22/+20Star
* | | s390/kprobes: add exrl to list of prohibited opcodesHeiko Carstens2013-09-301-1/+5
|/ /
* | s390/vmcore: use vmcore for zfcpdumpMichael Holzheu2013-09-121-18/+104
* | s390/vmcore: implement remap_oldmem_pfn_range for s390Jan Willeke2013-09-121-0/+26
* | s390/vmcore: use ELF header in new memory featureMichael Holzheu2013-09-121-27/+54
* | s390/kprobes: add support for pc-relative long displacement instructionsHeiko Carstens2013-09-121-7/+137
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-09-1112-96/+69Star
|\ \ | |/ |/|