aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-09Kconfig: clean up the long arch list for the UID16 config optionCatalin Marinas1-0/+1
2012-10-07Merge branch 'virtio-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+0
2012-10-06compat: move compat_siginfo_t definition to asm/compat.hDenys Vlasenko2-69/+74
2012-10-04Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds11-4/+644
2012-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-16/+0
2012-10-03Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linux-headersLinus Torvalds1-0/+3
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+0
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds2-18/+38
2012-10-02UAPI: (Scripted) Set up UAPI Kbuild filesDavid Howells1-0/+3
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds74-773/+3073
2012-10-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-11/+9
2012-09-28virtio: remove CONFIG_VIRTIO_RINGRusty Russell1-1/+0
2012-09-27KVM: s390: Fix vcpu_load handling in interrupt codeChristian Borntraeger1-2/+0
2012-09-26hypfs: ->d_parent is never NULL or negativeAl Viro1-2/+0
2012-09-26s390: update defconfigHeiko Carstens1-7/+7
2012-09-26s390/jump label,nss: let shared kernel support depend on !JUMP_LABELHeiko Carstens1-2/+2
2012-09-26s390/disassembler: fix decoding of risblg instructionHeiko Carstens1-1/+1
2012-09-26s390/bpf,jit: add support for BPF_S_ANC_ALU_XOR_X instructionHeiko Carstens1-0/+5
2012-09-26s390/traps: move call to print_modules() out of show_regs()Heiko Carstens1-1/+1
2012-09-26s390/mm: mark free_initrd_mem() as __initHeiko Carstens1-2/+2
2012-09-26s390/cmpxchg,percpu: implement cmpxchg_double()Heiko Carstens3-1/+83
2012-09-26s390/percpu: implement this_cpu_add_return()Heiko Carstens1-2/+8
2012-09-26s390/percpu: implement this_cpu_xchg()Heiko Carstens1-0/+18
2012-09-26s390/kexec: remove CONFIG_KEXECHeiko Carstens2-8/+2
2012-09-26s390/irq: use designated initializers for irq class arrayHeiko Carstens1-29/+29
2012-09-26s390: add uninitialized_var() to suppress false positive compiler warningsHeiko Carstens2-3/+3
2012-09-26s390/crashdump: move fill_cpu_elf_notes() prototype to header fileHeiko Carstens3-3/+5
2012-09-26s390/process: add missing header includeHeiko Carstens1-0/+1
2012-09-26s390/ptrace: add missing ifdefHeiko Carstens1-1/+2
2012-09-26s390/ipl,decrompressor: disable branch profilingHeiko Carstens1-0/+1
2012-09-26s390/perf_events: compile only for CONFIG_64BITHeiko Carstens1-1/+4
2012-09-26s390/topology: use for_each_set_bit to simplify the codeWei Yongjun1-4/+1
2012-09-26s390/syscalls: wire up kcmp system callHeiko Carstens3-1/+11
2012-09-26s390/appldata: change return value of appldata_asmHeiko Carstens1-1/+1
2012-09-26s390/kexec: change return value of machine_kexec_prepareHeiko Carstens1-1/+1
2012-09-26s390/etr,stp: use -EOPNOTSUPP instead of -ENOSYSHeiko Carstens2-6/+6
2012-09-26s390/sysinfo,stsi: change return code handlingHeiko Carstens5-50/+48
2012-09-26s390/exceptions: switch to relative exception table entriesHeiko Carstens9-28/+127
2012-09-26s390/scm: remove superfluous lockSebastian Ott1-2/+0
2012-09-26s390/smp,topology: add polarization member to pcpu structHeiko Carstens4-29/+25
2012-09-26s390/sysinfo,topology: fix cpu topology maximum nesting detectionHeiko Carstens4-20/+31
2012-09-26s390/mm: implement __get_user_pages_fast()Gerald Schaefer1-0/+37
2012-09-26s390/sysinfo: add additional z196 fields to outputHeiko Carstens2-14/+39
2012-09-26s390/sysinfo: convert /proc/sysinfo to seqfileHeiko Carstens1-167/+115
2012-09-26s390/topology: remove sysinfo header include, add forward declaration insteadHeiko Carstens2-1/+2
2012-09-26s390/mm: shorten addressing mode initializationHeiko Carstens1-18/+10
2012-09-26s390/mm: rename addressing_mode to s390_user_modeHeiko Carstens7-14/+14
2012-09-26s390/mm: change default addressing modeHeiko Carstens1-11/+1
2012-09-26s390/smp: avoid concurrent write to sigp status fieldHeiko Carstens1-6/+7
2012-09-26s390/processor: use ARRAY_SIZE instead of hard coded valueHeiko Carstens1-2/+2