summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2012-10-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-11/+9
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-17s390/mm: fix user access page-table walk codeGerald Schaefer1-79/+63
2012-09-15Merge 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-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-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-01Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-1/+1
2012-08-01memcg: rename config variablesAndrew Morton1-1/+1
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds17-105/+103
2012-07-31ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon2-1/+1
2012-07-31atomic64_test: simplify the #ifdef for atomic64_dec_if_positive() testCatalin Marinas1-0/+1
2012-07-30s390: make use of user_mode() macro where possibleHeiko Carstens4-15/+15
2012-07-30s390/mm: rename user_mode variable to addressing_modeHeiko Carstens6-14/+15
2012-07-30s390/mm: fix fault handling for page table walk caseHeiko Carstens1-6/+7
2012-07-30s390/mm: make page faults killableHeiko Carstens1-1/+11
2012-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-18/+0
2012-07-26s390: update defconfigHeiko Carstens1-2/+3
2012-07-26s390/mm: downgrade page table after fork of a 31 bit processMartin Schwidefsky4-8/+25
2012-07-26s390/ipl: Use diagnose 8 command separationMichael Holzheu1-10/+2
2012-07-26s390/linker script: use RO_DATA_SECTIONHeiko Carstens1-1/+1
2012-07-26s390/exceptions: sort exception table at build timeHeiko Carstens2-1/+1
2012-07-26s390/debug: remove module_exit function / move EXPORT_SYMBOLsHeiko Carstens1-47/+23
2012-07-24Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-38/+55
2012-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds175-989/+519
2012-07-20s390/vtimer: rework virtual timer interfaceMartin Schwidefsky13-472/+222
2012-07-20s390/dis: Add the servc instruction to the disassembler.Cornelia Huck1-0/+1
2012-07-20s390/comments: unify copyright messages and remove file namesHeiko Carstens164-355/+149
2012-07-20s390/lgr: Add init check to lgr_info_log()Michael Holzheu1-10/+5
2012-07-17s390/cpu init: use __get_cpu_var instead of per_cpuHeiko Carstens1-1/+1
2012-07-17s390/idle: reduce size of s390_idle_data structureHeiko Carstens1-1/+1
2012-07-17s390/idle: fix sequence handling vs cpu hotplugHeiko Carstens2-3/+2
2012-07-16s390/hypfs: Add missing get_next_ino()Michael Holzheu1-0/+1
2012-07-03KVM: s390: Fix sigp sense handling.Cornelia Huck2-5/+10
2012-07-03KVM: s390: use sigp condition code definesHeiko Carstens1-29/+29