summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | s390/percpu: remove this_cpu_xor() implementationHeiko Carstens2013-10-311-6/+0
* | | | | | | s390/vtime: correct idle time calculationMartin Schwidefsky2013-10-312-3/+3
* | | | | | | s390/time: fix get_tod_clock_ext inline assemblyMartin Schwidefsky2013-10-311-2/+4
* | | | | | | s390: convert use of typedef ctl_table to struct ctl_tableJoe Perches2013-10-283-10/+10
* | | | | | | s390/pci: cleanup function information blockSebastian Ott2013-10-242-40/+21
* | | | | | | s390/pci: remove CONFIG_PCI_DEBUG dependancySebastian Ott2013-10-241-5/+0
* | | | | | | s390/pci: message cleanupSebastian Ott2013-10-244-61/+46
* | | | | | | Update default configurationMartin Schwidefsky2013-10-241-1/+3
* | | | | | | s390: add a couple of useful defconfigsHeiko Carstens2013-10-244-0/+1969
* | | | | | | s390/percpu: make use of interlocked-access facility 1 instructionsHeiko Carstens2013-10-241-25/+100
* | | | | | | s390/percpu: use generic percpu ops for CONFIG_32BITHeiko Carstens2013-10-241-19/+7
* | | | | | | s390/compat: make psw32_user_bits a constant value againHeiko Carstens2013-10-244-8/+6
* | | | | | | s390: fix handling of runtime instrumentation psw bitHeiko Carstens2013-10-246-15/+37
* | | | | | | s390: fix save and restore of the floating-point-control registerMartin Schwidefsky2013-10-2410-111/+175
* | | | | | | s390/crypto: fix aes_s390 crypto module unload problemIngo Tuchscherer2013-10-241-3/+12
* | | | | | | s390/appldata: make copy_from_user() invocations provably correctHeiko Carstens2013-10-241-3/+5
* | | | | | | s390/cmm: make copy_from_user() invocation provably correctHeiko Carstens2013-10-241-2/+2
* | | | | | | s390/cache: get rid of compile warningHeiko Carstens2013-10-241-3/+2
* | | | | | | s390/compat,signal: change return values to -EFAULTHeiko Carstens2013-10-242-17/+19
* | | | | | | s390: Remove unused declaration of zfcpdump_prefix_array[]Michael Holzheu2013-10-241-1/+0
* | | | | | | s390/cio: fix error-prone definesPeter Oberparleiter2013-10-241-19/+19
* | | | | | | s390: Remove zfcpdump NR_CPUS dependencyMichael Holzheu2013-10-244-15/+40
* | | | | | | s390/ftrace: prepare_ftrace_return() function call orderHeiko Carstens2013-10-241-5/+4
* | | | | | | s390/crashdump: remove unused variableHeiko Carstens2013-10-241-1/+0
* | | | | | | s390/atomic: use 'unsigned int' instead of 'unsigned long' for atomic_*_mask()Chen Gang2013-10-241-2/+2
* | | | | | | s390/gup: handle zero nr_pages case correctlyHeiko Carstens2013-10-241-1/+1
* | | | | | | s390/gup: reduce code duplication between [__]get_user_pages_fast functionsHeiko Carstens2013-10-241-58/+23
* | | | | | | s390/mm: do not initialize storage keysMartin Schwidefsky2013-10-243-2/+11
* | | | | | | s390/bpf,jit: fix prolog oddityMartin Schwidefsky2013-10-241-2/+2
* | | | | | | s390: cleanup and add sanity checks to control register macrosHeiko Carstens2013-10-241-61/+51
* | | | | | | 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
| |_|_|/ / / |/| | | | |
OpenPOWER on IntegriCloud