summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
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
2012-09-26s390/cache: add cpu cache information to /proc/cpuinfoHeiko Carstens3-10/+43
2012-09-26s390: add support for transactional memoryMartin Schwidefsky13-21/+150
2012-09-26s390: add support for runtime instrumentationJan Glauber14-3/+300
2012-09-26s390/eadm_sch: add support for irq statisticsSebastian Ott2-0/+2
2012-09-26s390/cio: add eadm subchannel driverSebastian Ott2-0/+12
2012-09-26s390: add scm notificationSebastian Ott1-0/+1
2012-09-26s390: add scm bus driverSebastian Ott2-0/+58
2012-09-26s390: add eadm related structuresSebastian Ott3-3/+135
2012-09-26s390: add eadm facility bitsSebastian Ott3-29/+40
2012-09-26s390/kexec: move machine_crash_shutdown() to machine_kexec.cHeiko Carstens3-15/+5
2012-09-26s390/cpu hotplug: mask out CPU_TASKS_FROZEN in cu hotplug notifiersHeiko Carstens3-7/+3
2012-09-26s390/smp: fix smp_find_processor_id() argument mismatchHeiko Carstens1-1/+1
2012-09-26s390/cpu hotplug: use hotcpu_notifier() instead of register_cpu_notifier()Heiko Carstens1-5/+1
2012-09-26s390/kvm: Improve Kconfig help text.Cornelia Huck1-4/+5
2012-09-26s390/kconfig: split the s390 base menuJan Glauber2-191/+196
2012-09-26s390/cache: expose cpu cache topology via sysfsHeiko Carstens2-0/+360
2012-09-26s390: enable large page support with CONFIG_DEBUG_PAGEALLOCGerald Schaefer2-3/+1
2012-09-26s390/string: provide asm lib functions for memcpy and memcmpHeiko Carstens7-81/+213
2012-09-26s390/bpf,jit: improve code generationHeiko Carstens1-4/+37
2012-09-26s390/bpf,jit: BPF Just In Time compiler for s390Martin Schwidefsky7-0/+898
2012-09-25vtime: Consolidate system/idle context detectionFrederic Weisbecker1-0/+3
2012-09-25cputime: Use a proper subsystem naming for vtime related APIsFrederic Weisbecker1-3/+3
2012-09-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds4-95/+75
2012-09-21userns: Convert s390 getting uid and gid system calls to use kuid and kgidEric W. Biederman1-12/+24
2012-09-21userns: Convert s390 hypfs to use kuid and kgid where appropriateEric W. Biederman1-6/+14
2012-09-17s390/mm: fix user access page-table walk codeGerald Schaefer1-79/+63
2012-09-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+5
2012-09-10s390/hwcaps: do not report high gprs for 31 bit kernelMartin Schwidefsky1-0/+2
2012-09-06KVM: split kvm_arch_flush_shadowMarcelo Tosatti1-1/+6
2012-09-06s390/hugetlb: use direct TLB flushing for hugetlbfs pagesGerald Schaefer1-14/+10
2012-09-04Merge branch 'sched/urgent' into sched/coreIngo Molnar10-14/+28
2012-09-03s390/mm: fix deadlock in unmap_hugepage_range()Gerald Schaefer1-2/+0
2012-08-30s390/32: Don't clobber personality flags on execHeiko Carstens1-1/+2
2012-08-28s390/smp: add missing smp_store_status() for !SMPHeiko Carstens1-0/+1
2012-08-27oprofile, s390: Fix uninitialized memory access when writing to oprofilefsRobert Richter1-5/+5
2012-08-26Merge remote-tracking branch 'upstream/master' into queueMarcelo Tosatti7-11/+24
2012-08-21s390: Always use "long" for ssize_t to match size_tGeert Uytterhoeven1-2/+1
2012-08-20s390: Remove leftover account_tick_vtime() headerFrederic Weisbecker1-2/+0
2012-08-20cputime: Consolidate vtime handling on context switchFrederic Weisbecker2-4/+2
2012-08-17cputime: Generalize CONFIG_VIRT_CPU_ACCOUNTINGFrederic Weisbecker1-3/+2
2012-08-08s390/compat: fix mmap compat system callsHeiko Carstens1-2/+0
2012-08-08s390/compat: fix compat wrappers for process_vm system callsHeiko Carstens1-2/+2
2012-08-08s390: do not clobber personality flags in sys_32_personality()Jiri Kosina1-4/+5
2012-08-08s390/seccomp: add support for system call filtering using BPFHeiko Carstens3-1/+17
2012-08-08s390/mm: remove MAX_PHYSADDR_BITS defineHeiko Carstens1-2/+0
2012-08-05Merge remote-tracking branch 'upstream' into nextAvi Kivity19-125/+106
2012-08-01crypto: arch/s390 - cleanup - remove unneeded cra_list initializationJussi Kivilinna3-16/+0
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-1/+1