aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-31s390/percpu: remove this_cpu_xor() implementationHeiko Carstens1-6/+0
2013-10-31s390/vtime: correct idle time calculationMartin Schwidefsky2-3/+3
2013-10-31s390/time: fix get_tod_clock_ext inline assemblyMartin Schwidefsky1-2/+4
2013-10-28s390: convert use of typedef ctl_table to struct ctl_tableJoe Perches3-10/+10
2013-10-24s390/pci: cleanup function information blockSebastian Ott2-40/+21
2013-10-24s390/pci: remove CONFIG_PCI_DEBUG dependancySebastian Ott1-5/+0
2013-10-24s390/pci: message cleanupSebastian Ott4-61/+46
2013-10-24Update default configurationMartin Schwidefsky1-1/+3
2013-10-24s390: add a couple of useful defconfigsHeiko Carstens4-0/+1969
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 Carstens4-8/+6
2013-10-24s390: fix handling of runtime instrumentation psw bitHeiko Carstens6-15/+37
2013-10-24s390: fix save and restore of the floating-point-control registerMartin Schwidefsky10-111/+175
2013-10-24s390/crypto: fix aes_s390 crypto module unload problemIngo Tuchscherer1-3/+12
2013-10-24s390/appldata: make copy_from_user() invocations provably correctHeiko Carstens1-3/+5
2013-10-24s390/cmm: make copy_from_user() invocation provably correctHeiko Carstens1-2/+2
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 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 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