aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-11[S390] Fix compile error in swab.hMartin Schwidefsky1-1/+1
2012-04-11[S390] Fix stfle() lowcore protection problemMichael Holzheu2-3/+2
2012-04-11[S390] cpum_cf: get rid of compile warningsHeiko Carstens1-2/+2
2012-04-11[S390] irq: simple coding style changeHeiko Carstens1-3/+6
2012-04-11[S390] update default configurationMichael Holzheu1-19/+18
2012-04-11[S390] fix tlb flushing for page table pagesMartin Schwidefsky4-28/+61
2012-04-11[S390] kernel: Use local_irq_save() for memcpy_real()Michael Holzheu1-9/+18
2012-03-30[S390] Fix build errors (fallout from system.h disintegration)Heiko Carstens7-2/+9
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-60/+10
2012-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-0/+1
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds36-336/+361
2012-03-28Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds10-83/+305
2012-03-28Delete all instances of asm/system.hDavid Howells1-7/+0
2012-03-28Disintegrate asm/system.h for S390David Howells36-335/+366
2012-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds10-34/+969
2012-03-23coredump: remove VM_ALWAYSDUMP flagJason Baron1-8/+2
2012-03-23[S390] register cpu devices for SMP=nMartin Schwidefsky1-0/+1
2012-03-23[S390] perf: add support for s390x CPU countersHendrik Brueckner5-5/+912
2012-03-23[S390] oprofile: Allow multiple users of the measurement alert interruptJan Glauber4-30/+59
2012-03-23[S390] Remove unncessary export of arch_pick_mmap_layoutBen Hutchings1-2/+0
2012-03-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds44-1458/+1594
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+2
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-0/+11
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-4/+2
2012-03-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-9/+1
2012-03-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+1
2012-03-20Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+1
2012-03-15[PATCH v3] ipc: provide generic compat versions of IPC syscallsChris Metcalf1-0/+1
2012-03-13Merge tag 'v3.3-rc7' into sched/coreIngo Molnar3-5/+29
2012-03-13[S390] kernel: Pass correct stack for smp_call_ipl_cpu()Michael Holzheu1-1/+2
2012-03-12Merge branch 'perf/urgent' into perf/coreIngo Molnar3-5/+29
2012-03-12sched: Cleanup cpu_active madnessPeter Zijlstra1-6/+0
2012-03-11[S390] Ensure that vmcore_info pointer is never accessed directlyMichael Holzheu1-1/+6
2012-03-11[S390] stack dump: fix indentation in outputHeiko Carstens1-2/+2
2012-03-11[S390] kernel: Add OS info memory interfaceMichael Holzheu8-20/+304
2012-03-11[S390] Use block_sigmask()Matt Fleming2-10/+2
2012-03-11[S390] kernel: Add z/VM LGR detectionMichael Holzheu12-31/+291
2012-03-11[S390] irq: external interrupt code passingHeiko Carstens8-19/+23
2012-03-11[S390] irq: set __ARCH_IRQ_EXIT_IRQS_DISABLEDHeiko Carstens1-0/+1
2012-03-11[S390] Use copy_to_absolute_zero() instead of "stura/sturg"Michael Holzheu1-24/+6
2012-03-11[S390] rework idle codeMartin Schwidefsky12-208/+210
2012-03-11[S390] rework smp codeMartin Schwidefsky20-1134/+739
2012-03-11[S390] rename lowcore fieldMartin Schwidefsky6-10/+10
2012-03-11[S390] Fix gcc 4.6.0 compile warningMichael Holzheu1-1/+1
2012-03-08KVM: Introduce kvm_memory_slot::arch and move lpage_info into itTakuya Yoshikawa2-0/+13
2012-03-08KVM: s390: provide control registers via kvm_runChristian Borntraeger2-1/+10
2012-03-08KVM: s390: add stop_on_stop flag when doing stop and storeJens Freimann1-1/+2
2012-03-08KVM: s390: ignore sigp stop overinitiativeJens Freimann1-0/+3
2012-03-08KVM: s390: make sigp restart return busy when stop pendingJens Freimann1-0/+31
2012-03-08KVM: s390: do store status after handling STOP_ON_STOP bitJens Freimann1-8/+12