summaryrefslogtreecommitdiffstats
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-23s390/mm,gmap: implement gmap_translate()Heiko Carstens2-22/+87
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+4
2013-04-21Merge branch 'perf/urgent' into perf/coreIngo Molnar2-29/+58
2013-04-17s390: move dummy io_remap_pfn_range() to asm/pgtable.hLinus Torvalds2-4/+4
2013-04-17s390/pci: remove disable_device implementationSebastian Ott1-34/+0
2013-04-17s390/pci: disable per defaultSebastian Ott1-3/+3
2013-04-17s390/pci: return error after failed pci opsSebastian Ott1-4/+12
2013-04-17s390/pci: do not read data after failed loadSebastian Ott3-5/+11
2013-04-17s390/pci: add exception table to load/store instructionsSebastian Ott2-24/+30
2013-04-17s390/pci: rename instruction wrappersSebastian Ott5-28/+29
2013-04-17s390/pci: uninline instruction wrappersSebastian Ott3-199/+202
2013-04-17s390/pci: implement pcibios_add_deviceSebastian Ott1-3/+11
2013-04-17s390/pci: do not modify function handlesSebastian Ott2-0/+8
2013-04-17s390/pci: debug device statesSebastian Ott4-16/+16
2013-04-17s390/pci: msi cleanup hash usageSebastian Ott1-4/+6
2013-04-17s390/signal: Add BEA to compat signal handler parametersMichael Holzheu1-0/+2
2013-04-17s390/cio: ccw_device_force_console don't use static variableSebastian Ott1-1/+1
2013-04-17s390/cio: wait_cons_dev don't use static variableSebastian Ott2-2/+1
2013-04-17s390/hibernate: Save and restore absolute zero pagesMichael Holzheu3-3/+58
2013-04-17s390/bitops: get rid of __BITOPS_BARRIER()Heiko Carstens1-4/+3
2013-04-17s390/bitops: remove unnecessary macro definitions in asm/bitops.hAkinobu Mita1-57/+53
2013-04-17s390/mm: speedup storage key initializationHeiko Carstens1-15/+9
2013-04-17s390/dumpstack: fix call chain walkingHeiko Carstens3-250/+253
2013-04-17s390/hypfs: Use PTR_RET functionAlexandru Gheorghiu1-3/+1
2013-04-17s390/cmm: Removed useless labelAlexandru Gheorghiu1-5/+3
2013-04-17s390/bpf,jit: use kcalloc instead of kmalloc and memsetStelian Nirlu1-2/+1
2013-04-17s390/dis: use explicit buf lenStefan Raspl3-6/+8
2013-04-17s390/pci: use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun1-2/+1
2013-04-17s390/mm: zero page cache synonyms for zEC12Martin Schwidefsky1-1/+9
2013-04-17s390/mm: protection exception PSW for aborted transactionMartin Schwidefsky1-2/+7
2013-04-17idle: Remove GENERIC_IDLE_LOOP config switchThomas Gleixner1-1/+0
2013-04-15s390/kdump: Add PM notifier for kdumpMichael Holzheu1-0/+30
2013-04-09create_proc_cpu_mask() doesn't need an argument...Al Viro1-4/+2
2013-04-09switch compat readv/writev variants to COMPAT_SYSCALL_DEFINEAl Viro2-18/+2
2013-04-08s390: Use generic idle loopThomas Gleixner4-30/+11
2013-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-29/+58
2013-04-06oprofile, s390: Add support for IBM zEnterprise EC12Andreas Krebbel1-0/+1
2013-04-02KVM: s390: Enable KVM_CAP_NR_MEMSLOTS on s390Nick Wang1-0/+3
2013-04-02KVM: s390: Remove the sanity checks for kvm memory slotNick Wang1-12/+4
2013-04-02KVM: s390: fix compile with !CONFIG_COMPATHeiko Carstens1-0/+1
2013-04-02KVM: s390: fix stsi exception handlingHeiko Carstens1-10/+10
2013-04-02KVM: s390: fix and enforce return code handling for irq injectionsHeiko Carstens4-73/+37
2013-04-02KVM: s390: make if statements in lpsw/lpswe handlers readableHeiko Carstens1-34/+24
2013-04-02KVM: s390: fix return code handling in lpsw/lpswe handlersHeiko Carstens1-30/+14