summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2013-10-24s390/dis: rename structures for unique typesSuzuki K. Poulose1-28/+28
2013-10-24s390/atomic: make use of interlocked-access facility 1 instructionsHeiko Carstens1-12/+65
2013-10-24s390/atomic: implement atomic_sub_return() with atomic_add_return()Heiko Carstens1-21/+2
2013-10-24s390/kprobes: have more correct if statement in s390_get_insn_slot()Heiko Carstens1-1/+1
2013-10-24s390: always set -march compiler optionHeiko Carstens1-7/+7
2013-10-24s390/bitops: make use of interlocked-access facility 1 instructionsHeiko Carstens1-17/+49
2013-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds6-28/+30
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+3
2013-10-22s390/time: correct use of store clock fastMartin Schwidefsky4-25/+25
2013-10-15s390/compat,signal: fix return value of copy_siginfo_(to|from)_user32()Heiko Carstens1-2/+2
2013-10-15s390/mm,kvm: fix software dirty bits vs. kvm for old machinesMartin Schwidefsky1-1/+3
2013-10-11Merge branch 'core/urgent' into sched/coreIngo Molnar5-24/+28
2013-10-11compiler/gcc4: Add quirk for 'asm goto' miscompilation bugIngo Molnar1-1/+1
2013-10-09Merge tag 'v3.12-rc4' into sched/coreIngo Molnar4-3/+8
2013-10-07net: fix unsafe set_memory_rw from softirqAlexei Starovoitov1-1/+3
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-28s390: enable ARCH_USE_CMPXCHG_LOCKREFHeiko Carstens2-0/+6
2013-09-28mutex: replace CONFIG_HAVE_ARCH_MUTEX_CPU_RELAX with simple ifdefHeiko Carstens3-3/+2
2013-09-25sched, arch: Create asm/preempt.hPeter Zijlstra1-0/+1
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-1/+0
2013-09-13arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner1-0/+2
2013-09-12s390/vmcore: use vmcore for zfcpdumpMichael Holzheu3-19/+107
2013-09-12s390/vmcore: implement remap_oldmem_pfn_range for s390Jan Willeke1-0/+26
2013-09-12s390/vmcore: use ELF header in new memory featureMichael Holzheu1-27/+54
2013-09-12s390/kprobes: add support for pc-relative long displacement instructionsHeiko Carstens2-8/+140
2013-09-12mm: migrate: check movability of hugepage in unmap_and_move_huge_page()Naoya Horiguchi1-0/+5
2013-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds20-122/+117
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 Carstens8-16/+13
2013-09-07s390/compat signal: add couple of __force annotationsHeiko Carstens1-5/+5
2013-09-07s390/mm: add __releases()/__acquires() annotations to gmap_alloc_table()Heiko Carstens1-1/+3
2013-09-07s390: keep Kconfig sortedHeiko Carstens1-3/+3
2013-09-07Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2-5/+0
2013-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds5-106/+93
2013-09-05Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds10-116/+195
2013-09-05Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-5/+9
2013-09-04Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-3/+8
2013-09-04s390/irq: rework irq subclass handlingHeiko Carstens6-51/+32
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-09-04s390: update defconfigHeiko Carstens1-12/+27
2013-09-04s390/bpf,jit: fix address randomizationHeiko Carstens1-1/+1
2013-09-04don't pass superblock to hypfs_{mkdir,create*}Al Viro4-46/+39
2013-09-04don't pass superblock to hypfs_diag_create_filesAl Viro3-30/+26