summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | cpumask: centralize cpu_online_map and cpu_possible_mapRusty Russell2008-12-132-6/+1
* | | | | Merge branch 'kvm-updates/2.6.29' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-01-021-18/+23
|\ \ \ \ \
| * | | | | KVM: Consolidate userspace memory capability reporting into common codeAvi Kivity2008-12-311-2/+0
| * | | | | KVM: s390: Fix memory leak of vcpu->runChristian Borntraeger2008-12-311-2/+2
| * | | | | KVM: s390: Fix refcounting and allow module unloadChristian Borntraeger2008-12-311-14/+21
| | |_|/ / | |/| | |
* | | | | take init_fs to saner placeAl Viro2008-12-311-1/+0
|/ / / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2008-12-301-0/+4
|\ \ \ \
| * | | | virtio: use KVM_S390_VIRTIO_RING_ALIGN instead of relying on pagesizeRusty Russell2008-12-301-0/+4
| | |_|/ | |/| |
* | | | aio: make the lookup_ioctx() locklessJens Axboe2008-12-291-2/+2
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2008-12-281-2/+2
|\ \ \
| * \ \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-0214-79/+108
| |\ \ \ | | |/ /
| * | | netdev: introduce dev_get_stats()Stephen Hemminger2008-11-191-2/+2
* | | | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2008-12-2860-810/+1922
|\ \ \ \
| * | | | [S390] convert cpu related printks to pr_xxx macros.Martin Schwidefsky2008-12-255-100/+112
| * | | | [S390] convert dcssblk and extmem printks messages to pr_xxx macros.Hongjie Yang2008-12-251-63/+43
| * | | | [S390] convert s390 debug feature printks to pr_xxx macros.Michael Holzheu2008-12-251-18/+19
| * | | | [S390] convert appldata printks to pr_xxx macros.Gerald Schaefer2008-12-253-21/+16
| * | | | [S390] convert setup printks to pr_xxx macros.Martin Schwidefsky2008-12-251-26/+46
| * | | | [S390] convert hypfs printks to pr_xxx macros.Michael Holzheu2008-12-252-9/+15
| * | | | [S390] convert time printks to pr_xxx macros.Martin Schwidefsky2008-12-251-5/+9
| * | | | [S390] convert cpacf printks to pr_xxx macros.Jan Glauber2008-12-251-5/+9
| * | | | [S390] convert cpcmd printks to pr_xxx macros.Christian Borntraeger2008-12-251-2/+5
| * | | | [S390] s390: Remove redundant testJulia Lawall2008-12-251-1/+1
| * | | | [S390] s390/setup: set default preferred console device "ttyS"Hendrik Brueckner2008-12-251-0/+3
| * | | | [S390] panic_stack leak in smp_alloc_lowcoreMartin Schwidefsky2008-12-251-5/+2
| * | | | [S390] clear_table inline assembly contraintsMartin Schwidefsky2008-12-251-1/+4
| * | | | [S390] Remove config options.Martin Schwidefsky2008-12-259-143/+20
| * | | | [S390] cpu topology: remove dead codeHeiko Carstens2008-12-251-18/+1
| * | | | [S390] cpu topology: introduce kernel parameterHeiko Carstens2008-12-251-1/+11
| * | | | [S390] add new machine types to setup_hwcaps.Martin Schwidefsky2008-12-251-0/+5
| * | | | [S390] Remove initial kernel stack backchain initialization.Heiko Carstens2008-12-252-2/+0
| * | | | [S390] s390: use the new byteorder headersHarvey Harrison2008-12-251-51/+21
| * | | | [S390] Add processor type march=z10 and a processor type safety check.Martin Schwidefsky2008-12-255-47/+61
| * | | | [S390] remove warnings with functions ending in BUGMartin Schwidefsky2008-12-251-1/+4
| * | | | [S390] mark disabled_wait as noreturn functionHeiko Carstens2008-12-251-1/+3
| * | | | [S390] cio: update sac valuesPeter Oberparleiter2008-12-251-2/+2
| * | | | [S390] remove ptrace warning on 31 bit.Martin Schwidefsky2008-12-251-6/+4
| * | | | [S390] ftrace: function tracer backend for s390Heiko Carstens2008-12-255-0/+76
| * | | | [S390] service level interface.Martin Schwidefsky2008-12-251-0/+11
| * | | | [S390] qdio: rework debug feature loggingJan Glauber2008-12-251-10/+0
| * | | | [S390] qdio: fix qeth port count detectionJan Glauber2008-12-251-8/+8
| * | | | [S390] zcrypt: Use of Thin InterruptsFelix Beck2008-12-251-0/+1
| * | | | [S390] Move stfle to header file.Heiko Carstens2008-12-252-19/+18
| * | | | [S390] convert s390 to generic IPI infrastructureHeiko Carstens2008-12-254-158/+24
| * | | | [S390] serialize stp/etr workMartin Schwidefsky2008-12-251-5/+18
| * | | | [S390] convert etr/stp to stop_machine interfaceHeiko Carstens2008-12-251-81/+131
| * | | | [S390] introduce vdso on s390Martin Schwidefsky2008-12-2524-1/+1218
| * | | | [S390] cpu topology: dont destroy cpu sets on topology changeHeiko Carstens2008-12-251-1/+2
| * | | | [S390] audit: get s390 ret_from_fork in sync with other architecturesAl Viro2008-12-252-2/+2
| * | | | [S390] cpu topology: fix cpu_core_map initializationHeiko Carstens2008-12-251-4/+4
| | |/ / | |/| |
OpenPOWER on IntegriCloud