summaryrefslogtreecommitdiffstats
path: root/arch/s390/include
AgeCommit message (Expand)AuthorFilesLines
2013-10-31s390/time: fix get_tod_clock_ext inline assemblyMartin Schwidefsky1-2/+4
2013-10-24s390/pci: cleanup function information blockSebastian Ott1-9/+6
2013-10-24s390/pci: remove CONFIG_PCI_DEBUG dependancySebastian Ott1-5/+0
2013-10-24s390/percpu: make use of interlocked-access facility 1 instructionsHeiko Carstens1-25/+100
2013-10-24s390/percpu: use generic percpu ops for CONFIG_32BITHeiko Carstens1-19/+7
2013-10-24s390/compat: make psw32_user_bits a constant value againHeiko Carstens1-1/+3
2013-10-24s390: fix handling of runtime instrumentation psw bitHeiko Carstens3-1/+5
2013-10-24s390: fix save and restore of the floating-point-control registerMartin Schwidefsky3-44/+83
2013-10-24s390: Remove unused declaration of zfcpdump_prefix_array[]Michael Holzheu1-1/+0
2013-10-24s390/cio: fix error-prone definesPeter Oberparleiter1-19/+19
2013-10-24s390: Remove zfcpdump NR_CPUS dependencyMichael Holzheu2-1/+9
2013-10-24s390/atomic: use 'unsigned int' instead of 'unsigned long' for atomic_*_mask()Chen Gang1-2/+2
2013-10-24s390/mm: do not initialize storage keysMartin Schwidefsky1-1/+6
2013-10-24s390: cleanup and add sanity checks to control register macrosHeiko Carstens1-61/+51
2013-10-24s390/uaccess: always run the kernel in home spaceMartin Schwidefsky5-35/+15
2013-10-24s390/bitops: rename find_first_bit_left() to find_first_bit_inv()Heiko Carstens1-5/+34
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 Carstens1-554/+46
2013-10-24s390/s390dbf: add debug_level_enabled() functionHendrik Brueckner1-0/+5
2013-10-24s390/bitops: optimize set_bit() for constant valuesHeiko Carstens1-0/+36
2013-10-24s390/bitops: remove CONFIG_SMP / simplify non-atomic bitopsHeiko Carstens1-211/+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 Carstens1-0/+6
2013-10-24s390/dis: move disassembler function prototypes to proper header fileHeiko Carstens2-5/+4
2013-10-24s390/dis: move common definitions to a header fileSuzuki K. Poulose1-0/+42
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/bitops: make use of interlocked-access facility 1 instructionsHeiko Carstens1-17/+49
2013-10-22s390/time: correct use of store clock fastMartin Schwidefsky1-14/+14
2013-10-15s390/mm,kvm: fix software dirty bits vs. kvm for old machinesMartin Schwidefsky1-1/+3
2013-10-11compiler/gcc4: Add quirk for 'asm goto' miscompilation bugIngo Molnar1-1/+1
2013-09-28s390: enable ARCH_USE_CMPXCHG_LOCKREFHeiko Carstens1-0/+5
2013-09-28mutex: replace CONFIG_HAVE_ARCH_MUTEX_CPU_RELAX with simple ifdefHeiko Carstens2-2/+2
2013-09-11s390/vmcore: use vmcore for zfcpdumpMichael Holzheu1-0/+1
2013-09-11s390/kprobes: add support for pc-relative long displacement instructionsHeiko Carstens1-1/+3
2013-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-4/+8
2013-09-06Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds1-4/+0
2013-09-04Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-20/+22
2013-09-04Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-3/+7
2013-09-04s390/irq: rework irq subclass handlingHeiko Carstens1-4/+8
2013-08-30s390/pci: update function handle after resume from hibernateSebastian Ott1-0/+4
2013-08-30s390/pci: split lpfSebastian Ott1-2/+2
2013-08-30s390/hibernate: add early resume functionSebastian Ott1-0/+1
2013-08-30s390/pci/hotplug: convert to be builtin onlySebastian Ott1-13/+11
2013-08-29s390/mm: implement software referenced bitsMartin Schwidefsky2-157/+197
2013-08-28s390/pgtable: fix mprotect for single-threaded KVM guestsMartin Schwidefsky1-0/+1
2013-08-22s390/switch_to: fix save_access_regs() / restore_access_regs()Heiko Carstens1-2/+7
2013-08-22s390/bitops: fix inline assembly constraintsHeiko Carstens1-6/+6
2013-08-22s390/mm: introduce ptep_flush_lazy helperMartin Schwidefsky4-22/+21