summaryrefslogtreecommitdiffstats
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2013-10-24s390/cio: fix error-prone definesPeter Oberparleiter1-19/+19
2013-10-24s390: Remove zfcpdump NR_CPUS dependencyMichael Holzheu4-15/+40
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/atomic: use 'unsigned int' instead of 'unsigned long' for atomic_*_mask()Chen Gang1-2/+2
2013-10-24s390/gup: handle zero nr_pages case correctlyHeiko Carstens1-1/+1
2013-10-24s390/gup: reduce code duplication between [__]get_user_pages_fast functionsHeiko Carstens1-58/+23
2013-10-24s390/mm: do not initialize storage keysMartin Schwidefsky3-2/+11
2013-10-24s390/bpf,jit: fix prolog oddityMartin Schwidefsky1-2/+2
2013-10-24s390: cleanup and add sanity checks to control register macrosHeiko Carstens1-61/+51
2013-10-24s390/pci: implement hibernation hooksSebastian Ott1-0/+41
2013-10-24s390/uaccess: always run the kernel in home spaceMartin Schwidefsky21-459/+51
2013-10-24s390/bitops: rename find_first_bit_left() to find_first_bit_inv()Heiko Carstens2-10/+39
2013-10-24s390/bitops: use flogr instruction to implement __ffs, ffs, __fls, fls and fls64Heiko Carstens1-0/+125
2013-10-24s390/bitops: use generic find bit functions / reimplement _left variantHeiko Carstens6-604/+126
2013-10-24s390/s390dbf: add debug_level_enabled() functionHendrik Brueckner1-0/+5
2013-10-24s390/bitops: optimize set_bit() for constant valuesHeiko Carstens2-1/+37
2013-10-24s390/bitops: remove CONFIG_SMP / simplify non-atomic bitopsHeiko Carstens2-217/+65
2013-10-24s390/atomic: various small cleanupsHeiko Carstens1-18/+24
2013-10-24s390/atomic: optimize atomic_add() for constant valuesHeiko Carstens1-8/+40
2013-10-24s390/kprobes: allow kprobes only on known instructionsHeiko Carstens3-1/+9
2013-10-24s390/kprobes: use insn_length helper functionHeiko Carstens1-4/+5
2013-10-24s390/dis: move disassembler function prototypes to proper header fileHeiko Carstens5-6/+7
2013-10-24s390/dis: move common definitions to a header fileSuzuki K. Poulose2-28/+43
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 git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-52/+58
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-17Powerpc KVM work is based on a commit after rc4.Gleb Natapov9-27/+36
2013-10-17kvm: Add struct kvm arg to memslot APIsAneesh Kumar K.V1-2/+3
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-14doc: typo on word accounting in kprobes.c in mutliple architecturesAnoop Thomas Mathew1-1/+1
2013-10-14KVM: s390: Get rid of KVM_HPAGE definesChristoffer Dall1-7/+0
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-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2013-10-07net: fix unsafe set_memory_rw from softirqAlexei Starovoitov1-1/+3
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-3/+8
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