summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel
AgeCommit message (Expand)AuthorFilesLines
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-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
2013-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds12-96/+69
2013-09-09s390/irq: reduce size of external interrupt handler hash arrayHeiko Carstens1-2/+4
2013-09-07s390/compat,uid16: use current_cred()Heiko Carstens1-4/+5
2013-09-07s390/ftrace: avoid pointer arithmetics with function pointersHeiko Carstens1-2/+2
2013-09-07s390: make various functions static, add declarations to header filesHeiko Carstens6-15/+11
2013-09-07s390/compat signal: add couple of __force annotationsHeiko Carstens1-5/+5
2013-09-04Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2013-09-04s390/irq: rework irq subclass handlingHeiko Carstens3-43/+20
2013-09-04s390/irq: use hlists for external interrupt handler arrayHeiko Carstens1-12/+12
2013-09-04s390/dumpstack: convert print_symbol to %pSRHeiko Carstens1-10/+10
2013-09-04s390/perf: Remove print_hex_dump_bytes() debug outputHendrik Brueckner1-4/+1
2013-08-30s390/pci: update function handle after resume from hibernateSebastian Ott1-0/+2
2013-08-30s390/hibernate: add early resume functionSebastian Ott2-5/+11
2013-08-28s390/tx: allow program interruption filtering in user spaceMartin Schwidefsky1-3/+3
2013-08-28s390/time: return with irqs disabled from psw_idleMartin Schwidefsky4-4/+4
2013-08-22s390/kprobes: add support for compare and branch instructionsHeiko Carstens1-2/+19
2013-08-22s390/time: clock comparator revalidationMartin Schwidefsky1-4/+1
2013-08-22s390/mm: cleanup page table definitionsMartin Schwidefsky1-2/+2
2013-08-22s390: convert interrupt handling to use generic hardirqMartin Schwidefsky3-106/+75
2013-08-22s390: replace remaining strict_strtoul() with kstrtoul()Heiko Carstens2-2/+2
2013-08-14Merge branch 'timers/nohz-v3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar1-0/+1
2013-08-14vtime: Describe overriden functions in dedicated arch headersFrederic Weisbecker1-0/+1
2013-07-26s390/perf: fix compile error (undefined reference sie_exit)Heiko Carstens1-4/+5
2013-07-26s390: add support for IBM zBC12 machineHeiko Carstens1-0/+1
2013-07-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2-15/+86