summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2013-07-031-4/+0
|\
| * s390: remove setting for saved_max_pfnZhang Yanfei2013-07-031-4/+0
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-07-034-42/+95
|\ \
| * | KVM: s390,perf: Detect if perf samples belong to KVM host or guestHeinz Graalfs2013-06-173-0/+54
| * | s390/kvm: avoid automatic sie reentryMartin Schwidefsky2013-05-211-43/+33
| * | s390/kvm: Provide a way to prevent reentering SIEChristian Borntraeger2013-05-212-1/+4
| * | s390/kvm: Mark if a cpu is in SIEChristian Borntraeger2013-05-212-3/+9
* | | s390/irq: store interrupt information in pt_regsMartin Schwidefsky2013-06-265-10/+29
* | | s390/smp: get rid of generic_smp_call_function_interruptHeiko Carstens2013-06-261-4/+1
| |/ |/|
* | s390/ipl: Fix FCP WWPN and LUN format strings for readMichael Holzheu2013-06-241-4/+4
* | s390/irq: Only define synchronize_irq() on SMPBen Hutchings2013-06-191-0/+2
* | s390/pci: Implement IRQ functions if !PCIBen Hutchings2013-06-101-0/+64
* | s390/sclp: fix new line detectionPeter Oberparleiter2013-06-051-1/+1
* | s390/dumpstack: fix address ranges for asynchronous and panic stackMartin Schwidefsky2013-06-051-4/+8
* | s390/smp: lost IPIs on cpu hotplugHeiko Carstens2013-05-271-16/+11
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-05-215-8/+9
|\ \ | |/ |/|
| * s390/smp: fix cpu re-scan vs. cpu stateMartin Schwidefsky2013-05-171-1/+1
| * s390/ftrace: fix mcount adjustmentHeiko Carstens2013-05-153-7/+6
| * s390/disassembler: prevent endless loop in print_fn_code()Heiko Carstens2013-05-071-0/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-102-15/+2
|\ \ | |/ |/|
| * switch compat_sys_sysctl to COMPAT_SYSCALL_DEFINEAl Viro2013-05-092-5/+1
| * unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINEAl Viro2013-05-092-10/+1
* | s390/mem_detect: remove artificial kdump memory typesHeiko Carstens2013-05-032-23/+9
* | s390/mem_detect: limit memory detection loop to "mem=" parameterHeiko Carstens2013-05-023-3/+2
* | s390/kdump,bootmem: fix bootmem allocator bitmap sizeHeiko Carstens2013-05-021-1/+5
* | s390: get rid of odd global real_memory_sizeHeiko Carstens2013-05-021-8/+11
* | s390/mem_detect: move memory detection code to mm folderHeiko Carstens2013-05-022-146/+1
* | s390/zfcpdump: exploit new cio_ignore keywordsSebastian Ott2013-05-021-12/+4
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-014-22/+5
|\
| * Include missing linux/slab.h inclusionsDavid Howells2013-04-291-0/+1
| * create_proc_cpu_mask() doesn't need an argument...Al Viro2013-04-091-4/+2
| * switch compat readv/writev variants to COMPAT_SYSCALL_DEFINEAl Viro2013-04-092-18/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-015-173/+14
|\ \
| * | merge compat sys_ipc instancesAl Viro2013-03-034-51/+4
| * | consolidate compat lookup_dcookie()Al Viro2013-03-032-8/+1
| * | convert vmsplice to COMPAT_SYSCALL_DEFINEAl Viro2013-03-032-8/+1
| * | switch getrusage() to COMPAT_SYSCALL_DEFINEAl Viro2013-03-032-6/+1
| * | switch epoll_pwait to COMPAT_SYSCALL_DEFINEAl Viro2013-03-032-11/+1
| * | convert sendfile{,64} to COMPAT_SYSCALL_DEFINEAl Viro2013-03-034-62/+2
| * | switch signalfd{,4}() to COMPAT_SYSCALL_DEFINEAl Viro2013-03-032-15/+2
| * | teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long longAl Viro2013-03-031-12/+2
* | | dump_stack: unify debug information printed by show_regs()Tejun Heo2013-04-301-8/+1
* | | dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo2013-04-301-17/+0
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-04-301-1/+1
|\ \ \
| * | | treewide: Fix typos in printk and commentMasanari Iida2013-03-181-1/+1
| |/ /
* | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-303-30/+10
|\ \ \
| * | | s390: Use generic idle loopThomas Gleixner2013-04-083-30/+10
| | |/ | |/|
* | | s390: system call path micro optimizationMartin Schwidefsky2013-04-263-9/+4
* | | s390: lowcore stack pointer offsetsMartin Schwidefsky2013-04-264-48/+46
* | | s390/signal: Add BEA to compat signal handler parametersMichael Holzheu2013-04-171-0/+2