summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | s390/pci: implement hibernation hooksSebastian Ott2013-10-241-0/+41
* | | | | | s390/uaccess: always run the kernel in home spaceMartin Schwidefsky2013-10-2421-459/+51
* | | | | | s390/bitops: rename find_first_bit_left() to find_first_bit_inv()Heiko Carstens2013-10-242-10/+39
* | | | | | s390/bitops: use flogr instruction to implement __ffs, ffs, __fls, fls and fls64Heiko Carstens2013-10-241-0/+125
* | | | | | s390/bitops: use generic find bit functions / reimplement _left variantHeiko Carstens2013-10-246-604/+126
* | | | | | s390/s390dbf: add debug_level_enabled() functionHendrik Brueckner2013-10-241-0/+5
* | | | | | s390/bitops: optimize set_bit() for constant valuesHeiko Carstens2013-10-242-1/+37
* | | | | | s390/bitops: remove CONFIG_SMP / simplify non-atomic bitopsHeiko Carstens2013-10-242-217/+65
* | | | | | s390/atomic: various small cleanupsHeiko Carstens2013-10-241-18/+24
* | | | | | s390/atomic: optimize atomic_add() for constant valuesHeiko Carstens2013-10-241-8/+40
* | | | | | s390/kprobes: allow kprobes only on known instructionsHeiko Carstens2013-10-243-1/+9
* | | | | | s390/kprobes: use insn_length helper functionHeiko Carstens2013-10-241-4/+5
* | | | | | s390/dis: move disassembler function prototypes to proper header fileHeiko Carstens2013-10-245-6/+7
* | | | | | s390/dis: move common definitions to a header fileSuzuki K. Poulose2013-10-242-28/+43
* | | | | | s390/dis: rename structures for unique typesSuzuki K. Poulose2013-10-241-28/+28
* | | | | | s390/atomic: make use of interlocked-access facility 1 instructionsHeiko Carstens2013-10-241-12/+65
* | | | | | s390/atomic: implement atomic_sub_return() with atomic_add_return()Heiko Carstens2013-10-241-21/+2
* | | | | | s390/kprobes: have more correct if statement in s390_get_insn_slot()Heiko Carstens2013-10-241-1/+1
* | | | | | s390: always set -march compiler optionHeiko Carstens2013-10-241-7/+7
* | | | | | s390/bitops: make use of interlocked-access facility 1 instructionsHeiko Carstens2013-10-241-17/+49
| |_|_|/ / |/| | | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-10-236-28/+30
|\ \ \ \ \
| * | | | | s390/time: correct use of store clock fastMartin Schwidefsky2013-10-224-25/+25
| * | | | | s390/compat,signal: fix return value of copy_siginfo_(to|from)_user32()Heiko Carstens2013-10-151-2/+2
| * | | | | s390/mm,kvm: fix software dirty bits vs. kvm for old machinesMartin Schwidefsky2013-10-151-1/+3
| | |_|/ / | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-10-231-1/+3
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | net: fix unsafe set_memory_rw from softirqAlexei Starovoitov2013-10-071-1/+3
| |/ /
* | | compiler/gcc4: Add quirk for 'asm goto' miscompilation bugIngo Molnar2013-10-111-1/+1
* | | 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/+20
* | | s390/kprobes: add exrl to list of prohibited opcodesHeiko Carstens2013-09-301-1/+5
|/ /
* | s390: enable ARCH_USE_CMPXCHG_LOCKREFHeiko Carstens2013-09-282-0/+6
* | mutex: replace CONFIG_HAVE_ARCH_MUTEX_CPU_RELAX with simple ifdefHeiko Carstens2013-09-283-3/+2
|/
* Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-131-1/+0
* arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2013-09-121-0/+2
* s390/vmcore: use vmcore for zfcpdumpMichael Holzheu2013-09-113-19/+107
* s390/vmcore: implement remap_oldmem_pfn_range for s390Jan Willeke2013-09-111-0/+26
* s390/vmcore: use ELF header in new memory featureMichael Holzheu2013-09-111-27/+54
* s390/kprobes: add support for pc-relative long displacement instructionsHeiko Carstens2013-09-112-8/+140
* mm: migrate: check movability of hugepage in unmap_and_move_huge_page()Naoya Horiguchi2013-09-111-0/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-09-1120-122/+117
|\
| * s390/irq: reduce size of external interrupt handler hash arrayHeiko Carstens2013-09-091-2/+4
| * s390/compat,uid16: use current_cred()Heiko Carstens2013-09-071-4/+5
| * s390/ftrace: avoid pointer arithmetics with function pointersHeiko Carstens2013-09-071-2/+2
| * s390: make various functions static, add declarations to header filesHeiko Carstens2013-09-078-16/+13
| * s390/compat signal: add couple of __force annotationsHeiko Carstens2013-09-071-5/+5
| * s390/mm: add __releases()/__acquires() annotations to gmap_alloc_table()Heiko Carstens2013-09-071-1/+3
| * s390: keep Kconfig sortedHeiko Carstens2013-09-071-3/+3
| * s390/irq: rework irq subclass handlingHeiko Carstens2013-09-046-51/+32
| * s390/irq: use hlists for external interrupt handler arrayHeiko Carstens2013-09-041-12/+12
| * s390/dumpstack: convert print_symbol to %pSRHeiko Carstens2013-09-041-10/+10