summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | constify copy_siginfo_to_user{,32}()Al Viro2013-11-091-1/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-121-0/+1
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'linus' into sched/coreIngo Molnar2013-11-017-29/+33
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | Merge branch 'core/urgent' into sched/coreIngo Molnar2013-10-115-24/+28
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | Merge tag 'v3.12-rc4' into sched/coreIngo Molnar2013-10-094-3/+8
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | sched, arch: Create asm/preempt.hPeter Zijlstra2013-09-251-0/+1
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-11-121-31/+21
|\ \ \ \ \ \ \ \
| * | | | | | | | irq: Consolidate do_softirq() arch overriden implementationsFrederic Weisbecker2013-10-011-31/+21
| | |/ / / / / / | |/| | | | | |
* | | | | | | | s390/mm,tlb: correct tlb flush on page table upgradeMartin Schwidefsky2013-11-046-51/+21
* | | | | | | | s390/mm: page_table_realloc returns failureDominik Dingel2013-10-311-8/+13
* | | | | | | | s390: allow to set gcc -mtune flagHeiko Carstens2013-10-312-0/+69
* | | | | | | | 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