aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds10-30/+27
2013-05-17s390/pgtable: fix ipte notify bitChristian Borntraeger1-2/+2
2013-05-17s390/smp: fix cpu re-scan vs. cpu stateMartin Schwidefsky1-1/+1
2013-05-15s390/ftrace: fix mcount adjustmentHeiko Carstens4-12/+13
2013-05-15s390: fix gmap_ipte_notifier vs. software dirty pagesChristian Borntraeger1-2/+1
2013-05-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds2-15/+2
2013-05-09switch compat_sys_sysctl to COMPAT_SYSCALL_DEFINEAl Viro2-5/+1
2013-05-09unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINEAl Viro2-10/+1
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-05-07s390: disable pfmf for clear page instructionChristian Borntraeger1-12/+8
2013-05-07s390/disassembler: prevent endless loop in print_fn_code()Heiko Carstens1-0/+2
2013-05-07s390: remove non existent reference to GENERIC_KERNEL_THREADAlexander Shiyan1-1/+0
2013-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds13-217/+356
2013-05-05Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds11-728/+340
2013-05-03s390/mem_detect: remove artificial kdump memory typesHeiko Carstens5-103/+41
2013-05-03s390/mm: add pte invalidation notifier for kvmMartin Schwidefsky2-14/+173
2013-05-02s390/memory hotplug: provide memory_block_size_bytes() functionHeiko Carstens1-0/+11
2013-05-02s390/mem_detect: limit memory detection loop to "mem=" parameterHeiko Carstens5-7/+23
2013-05-02s390/kdump,bootmem: fix bootmem allocator bitmap sizeHeiko Carstens1-1/+5
2013-05-02s390: get rid of odd global real_memory_sizeHeiko Carstens2-9/+11
2013-05-02s390/mem_detect: add DAT sanity checkHeiko Carstens1-1/+13
2013-05-02s390/mem_detect: fix lockdep irq tracingHeiko Carstens1-3/+5
2013-05-02s390/mem_detect: move memory detection code to mm folderHeiko Carstens3-2/+2
2013-05-02s390/zfcpdump: exploit new cio_ignore keywordsSebastian Ott1-12/+4
2013-05-02s390/uaccess: add "fallthrough" commentsHeiko Carstens1-0/+3
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-22/+5
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+2
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds7-182/+14
2013-04-30Kconfig: consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKSStephen Boyd4-23/+1
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo1-8/+1
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo1-17/+0
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2013-04-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-30/+10
2013-04-30Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2013-04-29sparse-vmemmap: specify vmemmap population range in bytesJohannes Weiner1-9/+6
2013-04-29mm/hugetlb: add more arch-defined huge_pte functionsGerald Schaefer3-57/+96
2013-04-29mm/s390: use common help functions to free reserved pagesJiang Liu1-29/+6
2013-04-29Include missing linux/slab.h inclusionsDavid Howells1-0/+1
2013-04-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds47-913/+1047
2013-04-26s390/pci: use pci_scan_root_busSebastian Ott1-33/+17
2013-04-26s390: remove small stack config optionHeiko Carstens3-28/+0
2013-04-26s390: system call path micro optimizationMartin Schwidefsky6-13/+24
2013-04-26s390: lowcore stack pointer offsetsMartin Schwidefsky4-48/+46
2013-04-23s390/uapi: change struct statfs[64] member types to unsigned valuesHeiko Carstens2-52/+48
2013-04-23s390/pci: return correct dma address for offset > PAGE_SIZEGerald Schaefer1-3/+1
2013-04-23s390/ptrace: remove empty ifdefsHeiko Carstens1-5/+1
2013-04-23s390/compat: remove ptrace compat definitions from uapi header fileHeiko Carstens3-20/+17
2013-04-23s390/compat: fix compile error for !COMPATHeiko Carstens1-2/+2
2013-04-23s390/compat: fix compat_sys_statfs() memory corruptionHeiko Carstens1-1/+1
2013-04-23s390/mm,gmap: segment mapping raceMartin Schwidefsky1-69/+91