summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | 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
| |_|_|/ / |/| | | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-10-236-28/+30
|\ \ \ \ \
| * | | | | s390/time: correct use of store clock fastMartin Schwidefsky2013-10-224-25/+25
| * | | | | s390/compat,signal: fix return value of copy_siginfo_(to|from)_user32()Heiko Carstens2013-10-151-2/+2
| * | | | | s390/mm,kvm: fix software dirty bits vs. kvm for old machinesMartin Schwidefsky2013-10-151-1/+3
| | |_|/ / | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-10-231-1/+3
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | net: fix unsafe set_memory_rw from softirqAlexei Starovoitov2013-10-071-1/+3
| |/ /
* | | compiler/gcc4: Add quirk for 'asm goto' miscompilation bugIngo Molnar2013-10-111-1/+1
* | | s390: fix system call restart after inferior callMartin Schwidefsky2013-09-302-0/+2
* | | s390: Allow vmalloc target buffers for copy_from_oldmem()Michael Holzheu2013-09-301-22/+20
* | | s390/kprobes: add exrl to list of prohibited opcodesHeiko Carstens2013-09-301-1/+5
|/ /
* | s390: enable ARCH_USE_CMPXCHG_LOCKREFHeiko Carstens2013-09-282-0/+6
* | mutex: replace CONFIG_HAVE_ARCH_MUTEX_CPU_RELAX with simple ifdefHeiko Carstens2013-09-283-3/+2
|/
* Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-131-1/+0
* arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2013-09-121-0/+2
OpenPOWER on IntegriCloud