summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-08-011-1/+1
|\
| * memcg: rename config variablesAndrew Morton2012-08-011-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2012-08-0117-105/+103Star
|\ \ | |/ |/|
| * s390: make use of user_mode() macro where possibleHeiko Carstens2012-07-304-15/+15
| * s390/mm: rename user_mode variable to addressing_modeHeiko Carstens2012-07-306-14/+15
| * s390/mm: fix fault handling for page table walk caseHeiko Carstens2012-07-301-6/+7
| * s390/mm: make page faults killableHeiko Carstens2012-07-301-1/+11
| * s390: update defconfigHeiko Carstens2012-07-261-2/+3
| * s390/mm: downgrade page table after fork of a 31 bit processMartin Schwidefsky2012-07-264-8/+25
| * s390/ipl: Use diagnose 8 command separationMichael Holzheu2012-07-261-10/+2Star
| * s390/linker script: use RO_DATA_SECTIONHeiko Carstens2012-07-261-1/+1
| * s390/exceptions: sort exception table at build timeHeiko Carstens2012-07-262-1/+1
| * s390/debug: remove module_exit function / move EXPORT_SYMBOLsHeiko Carstens2012-07-261-47/+23Star
* | ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon2012-07-312-1/+1
* | atomic64_test: simplify the #ifdef for atomic64_dec_if_positive() testCatalin Marinas2012-07-311-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2012-07-261-18/+0Star
|\ \ | |/ |/|
| * crypto: s390 - clean up DES code a bit morePaul Bolle2012-06-141-18/+0Star
* | Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-07-245-38/+55
|\ \
| * | KVM: s390: Fix sigp sense handling.Cornelia Huck2012-07-032-5/+10
| * | KVM: s390: use sigp condition code definesHeiko Carstens2012-07-031-29/+29
| * | KVM: s390: fix sigp set prefix status stored casesHeiko Carstens2012-07-031-2/+5
| * | KVM: s390: fix sigp sense running condition code handlingHeiko Carstens2012-07-031-2/+2
| * | s390/smp/kvm: unifiy sigp definitionsHeiko Carstens2012-07-033-85/+64Star
| * | s390/smp: remove redundant checkHeiko Carstens2012-07-031-2/+2
| * | KVM: s390: Perform early event mask processing during bootHeinz Graalfs2012-06-142-3/+11
| * | KVM: s390: Set CPU in stopped state on initial cpu resetChristian Borntraeger2012-06-141-0/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2012-07-24175-989/+519Star
|\ \
| * | s390/vtimer: rework virtual timer interfaceMartin Schwidefsky2012-07-2013-472/+222Star
| * | s390/dis: Add the servc instruction to the disassembler.Cornelia Huck2012-07-201-0/+1
| * | s390/comments: unify copyright messages and remove file namesHeiko Carstens2012-07-20164-355/+149Star
| * | s390/lgr: Add init check to lgr_info_log()Michael Holzheu2012-07-201-10/+5Star
| * | s390/cpu init: use __get_cpu_var instead of per_cpuHeiko Carstens2012-07-171-1/+1
| * | s390/idle: reduce size of s390_idle_data structureHeiko Carstens2012-07-171-1/+1
| * | s390/idle: fix sequence handling vs cpu hotplugHeiko Carstens2012-07-172-3/+2Star
| * | s390/hypfs: Add missing get_next_ino()Michael Holzheu2012-07-161-0/+1
| * | s390/ipl: Fix ipib handling for "dumpreipl" shutdown actionMichael Holzheu2012-06-271-1/+1
| * | s390/smp: make absolute lowcore / cpu restart parameter accesses more robustHeiko Carstens2012-06-1410-36/+39
| * | s390/ccwgroup: remove unused ccwgroup_device memberSebastian Ott2012-06-051-2/+0Star
| * | s390/sigp: use sigp order code defines in assembly codeHeiko Carstens2012-06-0510-21/+33
| * | s390/smp: use sigp cpu status definitionsHeiko Carstens2012-06-051-2/+1Star
| * | s390/smp/kvm: unifiy sigp definitionsHeiko Carstens2012-06-053-85/+64Star
| * | s390/smp: remove redundant checkHeiko Carstens2012-06-051-2/+2
| * | s390/kvm: get rid of duplicate instructionChristian Borntraeger2012-06-051-1/+0Star
| |/
* / S390: Smp: remove call to ipi_call_lock()/ipi_call_unlock()Yong Zhang2012-06-051-2/+0Star
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-013-46/+15Star
|\
| * new helper: signal_delivered()Al Viro2012-06-012-10/+2Star
| * most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-012-9/+0Star
| * pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-013-25/+19Star
| * new helper: sigmask_to_save()Al Viro2012-06-011-6/+1Star
| * new helper: restore_saved_sigmask()Al Viro2012-06-011-4/+1Star