summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* signal: Define __ARCH_HAS_SA_RESTORER so we know whether to clear sa_restorerBen Hutchings2013-03-271-0/+1
* s390/mm: fix flush_tlb_kernel_range()Heiko Carstens2013-03-271-2/+0
* s390/timer: avoid overflow when programming clock comparatorHeiko Carstens2013-03-061-0/+3
* s390/kvm: Fix store status for ACRS/FPRSChristian Borntraeger2013-03-061-0/+8
* s390/time: fix sched_clock() overflowHeiko Carstens2013-02-063-2/+30
* s390/kvm: dont announce RRBM supportChristian Borntraeger2013-01-031-1/+1
* s390/gup: add missing TASK_SIZE check to get_user_pages_fast()Heiko Carstens2012-12-061-1/+1
* s390/signal: set correct address space controlMartin Schwidefsky2012-12-064-7/+27
* s390: fix linker script for 31 bit buildsHeiko Carstens2012-10-302-2/+2
* s390/compat: fix mmap compat system callsHeiko Carstens2012-08-191-2/+0
* s390/compat: fix compat wrappers for process_vm system callsHeiko Carstens2012-08-191-2/+2
* s390/mm: fix fault handling for page table walk caseHeiko Carstens2012-08-101-6/+7
* s390/mm: downgrade page table after fork of a 31 bit processMartin Schwidefsky2012-08-104-8/+25
* s390/idle: fix sequence handling vs cpu hotplugHeiko Carstens2012-08-022-3/+2
* s390/pfault: fix task state raceHeiko Carstens2012-05-311-2/+12
* KVM: s390: Sanitize fpc registers for KVM_SET_FPUChristian Borntraeger2012-05-311-1/+1
* KVM: s390: do store status after handling STOP_ON_STOP bitJens Freimann2012-05-311-8/+12
* fix tlb flushing for page table pagesMartin Schwidefsky2012-04-224-28/+61
* S390: KEYS: Enable the compat keyctl wrapper on s390xDavid Howells2012-03-121-0/+3
* compat: fix compile breakage on s390Heiko Carstens2012-03-127-13/+3
* S390: correct ktime to tod clock comparator conversionMartin Schwidefsky2012-02-291-2/+5
* procfs: do not confuse jiffies with cputime64_tAndreas Schwab2011-12-291-0/+2
* oprofile: Fix uninitialized memory access when writing to writing to oprofilefsRobert Richter2011-12-191-1/+1
* [S390] remove reset of system call restart on psw changesMartin Schwidefsky2011-12-011-12/+0
* [S390] add missing .set function for NT_S390_LAST_BREAK regsetMartin Schwidefsky2011-12-011-0/+18
* [S390] fix page change underindication in pgste_update_allCarsten Otte2011-12-011-4/+4
* [S390] ptrace inferior call interactions with TIF_SYSCALLMartin Schwidefsky2011-12-011-5/+3
* [S390] kdump: Replace is_kdump_kernel() with OLDMEM_BASE checkMichael Holzheu2011-12-011-1/+1
* Merge branch 'kvm-updates/3.2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-11-207-11/+65
|\
| * KVM: s390: announce SYNC_MMUChristian Borntraeger2011-11-171-0/+1
| * KVM: s390: Fix tprot lockingChristian Borntraeger2011-11-171-2/+8
| * KVM: s390: handle SIGP sense running interceptsCornelia Huck2011-11-173-0/+41
| * KVM: s390: Fix RUNNING flag misinterpretationCornelia Huck2011-11-176-9/+15
* | [S390] topology: fix topology on z10 machinesHeiko Carstens2011-11-141-7/+38
* | [S390] crypto: avoid MSA3 and MSA4 instructions in ESA modeJan Glauber2011-11-141-2/+5
* | [S390] avoid STCKF if running in ESA modeJan Glauber2011-11-143-1/+6
* | [S390] zfcpdump: Do not initialize zfcpdump in kdump modeMichael Holzheu2011-11-141-1/+3
* | [S390] Kconfig: Select CONFIG_KEXEC for CONFIG_CRASH_DUMPMichael Holzheu2011-11-141-0/+1
* | [S390] incorrect note program headerMartin Schwidefsky2011-11-141-0/+2
* | [S390] pfault: ignore leftover completion interruptsHeiko Carstens2011-11-141-2/+7
* | [S390] fix pgste update logicMartin Schwidefsky2011-11-141-3/+9
* | [S390] wire up process_vm syscallsHeiko Carstens2011-11-143-1/+25
|/
* Merge branch 'upstream/jump-label-noearly' of git://git.kernel.org/pub/scm/li...Linus Torvalds2011-11-061-20/+31
|\
| * s390/jump-label: add arch_jump_label_transform_static()Jeremy Fitzhardinge2011-10-251-20/+31
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-062-0/+2
|\ \
| * | s390: add missing module.h/export.h includesHeiko Carstens2011-10-312-0/+2
* | | Merge branch 'akpm' (Andrew's incoming - part two)Linus Torvalds2011-11-021-1/+13
|\ \ \
| * | | thp: share get_huge_page_tail()Andrea Arcangeli2011-11-021-11/+0
| * | | s390: gup_huge_pmd() return 0 if pte changesAndrea Arcangeli2011-11-021-10/+11
| * | | s390: gup_huge_pmd() support THP tail recountingAndrea Arcangeli2011-11-021-1/+23