summaryrefslogtreecommitdiffstats
path: root/arch/s390/include
Commit message (Expand)AuthorAgeFilesLines
* s390/smp,sclp: fix size of sclp_cpu_info structureHeiko Carstens2013-12-021-1/+2
* s390/time,vdso: convert to the new update_vsyscall interfaceMartin Schwidefsky2013-11-251-2/+3
* s390/mm: optimize copy_pageHeiko Carstens2013-11-201-25/+13
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-11-195-19/+8
|\
| * s390/scm_block: do not hide eadm subchannel dependencySebastian Ott2013-11-151-12/+1
| * s390/sclp: Consolidate early sclp init calls to sclp_early_detect()Michael Holzheu2013-11-151-2/+1
| * s390/sclp: Move early code from sclp_cmd.c to sclp_early.cMichael Holzheu2013-11-151-0/+2
| * s390/sclp: Determine HSA size dynamically for zfcpdumpMichael Holzheu2013-11-152-3/+2
| * s390/pci: implement pcibios_remove_busSebastian Ott2013-11-151-2/+0
| * s390/pci: improve handling of bus resourcesSebastian Ott2013-11-151-1/+3
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-192-4/+0
|\ \ | |/ |/|
| * preempt: Make PREEMPT_ACTIVE genericThomas Gleixner2013-11-131-2/+0
| * hardirq: Make hardirq bits genericThomas Gleixner2013-11-131-2/+0
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-11-151-8/+0
|\ \
| * \ Powerpc KVM work is based on a commit after rc4.Gleb Natapov2013-10-174-3/+8
| |\ \
| * | | KVM: s390: Get rid of KVM_HPAGE definesChristoffer Dall2013-10-141-7/+0
| * | | KVM: s390: Remove dead "rerun vcpu" codeThomas Huth2013-09-241-1/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-11-131-0/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-233-16/+18
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-013-2/+7
| |\ \ \ \
| * | | | | net: introduce SO_MAX_PACING_RATEEric Dumazet2013-09-281-0/+2
| | |_|/ / | |/| | |
* | | | | 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-012-15/+17
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Merge branch 'core/urgent' into sched/coreIngo Molnar2013-10-111-1/+1
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge tag 'v3.12-rc4' into sched/coreIngo Molnar2013-10-093-2/+7
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | sched, arch: Create asm/preempt.hPeter Zijlstra2013-09-251-0/+1
| | |_|_|/ | |/| | |
* | | | | s390/mm,tlb: correct tlb flush on page table upgradeMartin Schwidefsky2013-11-041-2/+0
* | | | | s390/percpu: remove this_cpu_xor() implementationHeiko Carstens2013-10-311-6/+0
* | | | | s390/time: fix get_tod_clock_ext inline assemblyMartin Schwidefsky2013-10-311-2/+4
* | | | | s390/pci: cleanup function information blockSebastian Ott2013-10-241-9/+6
* | | | | s390/pci: remove CONFIG_PCI_DEBUG dependancySebastian Ott2013-10-241-5/+0
* | | | | 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-241-1/+3
* | | | | s390: fix handling of runtime instrumentation psw bitHeiko Carstens2013-10-243-1/+5
* | | | | s390: fix save and restore of the floating-point-control registerMartin Schwidefsky2013-10-243-44/+83
* | | | | 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-242-1/+9
* | | | | s390/atomic: use 'unsigned int' instead of 'unsigned long' for atomic_*_mask()Chen Gang2013-10-241-2/+2
* | | | | s390/mm: do not initialize storage keysMartin Schwidefsky2013-10-241-1/+6
* | | | | s390: cleanup and add sanity checks to control register macrosHeiko Carstens2013-10-241-61/+51
* | | | | s390/uaccess: always run the kernel in home spaceMartin Schwidefsky2013-10-245-35/+15
* | | | | s390/bitops: rename find_first_bit_left() to find_first_bit_inv()Heiko Carstens2013-10-241-5/+34
* | | | | 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-241-554/+46
* | | | | s390/s390dbf: add debug_level_enabled() functionHendrik Brueckner2013-10-241-0/+5
* | | | | s390/bitops: optimize set_bit() for constant valuesHeiko Carstens2013-10-241-0/+36
* | | | | s390/bitops: remove CONFIG_SMP / simplify non-atomic bitopsHeiko Carstens2013-10-241-211/+65
* | | | | s390/atomic: various small cleanupsHeiko Carstens2013-10-241-18/+24