aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-02KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells1-0/+2
2009-08-09Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2009-08-07[S390] KVM: Read buffer overflowRoel Kluin1-3/+4
2009-08-07[S390] kernel: Storing machine flags early in lowcoreHendrik Brueckner1-0/+3
2009-08-05KVM: s390: fix wait_queue handlingChristian Borntraeger1-1/+1
2009-07-27Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds5-45/+48
2009-07-27mm: Pass virtual address to [__]p{te,ud,md}_free_tlb()Benjamin Herrenschmidt1-3/+6
2009-07-24[S390] vdso: clock_gettime of CLOCK_THREAD_CPUTIME_ID with noexec=onMartin Schwidefsky1-2/+9
2009-07-24[S390] vdso: fix per cpu area allocationHeiko Carstens1-3/+4
2009-07-24[S390] hibernation: fix register corruption on machine checksHeiko Carstens2-33/+25
2009-07-24[S390] hibernation: fix lowcore handlingHeiko Carstens2-7/+10
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan3-3/+0
2009-07-10Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds7-8/+54
2009-07-10sched: INIT_PREEMPT_COUNTPeter Zijlstra1-1/+1
2009-07-07[S390] define KTIME_SCALAR for 32-bit s390Martin Schwidefsky1-0/+3
2009-07-07[S390] add generic atomic64 support for 31 bitHeiko Carstens2-1/+7
2009-07-07[S390] set SCHED_OMIT_FRAME_POINTER for s390Martin Schwidefsky1-0/+4
2009-07-07[S390] add __ucmpdi2() helper functionHeiko Carstens2-1/+27
2009-07-07[S390] perf_counter build fixHeiko Carstens1-0/+2
2009-07-07[S390] shutdown actions: save/return rc from init functionFrank Munzert1-6/+9
2009-07-07[S390] udelay: disable lockdep to avoid false positivesHeiko Carstens1-0/+2
2009-06-28KVM: s390: Allow stfle instruction in the guestChristian Borntraeger3-3/+26
2009-06-22[S390] Update default configuration.Martin Schwidefsky1-18/+54
2009-06-22[S390] kprobes: defer setting of ctlblk stateHeiko Carstens1-11/+7
2009-06-22[S390] Enable tick based perf_counter on s390.Martin Schwidefsky2-0/+9
2009-06-22[S390] lockless idle time accountingMartin Schwidefsky3-17/+35
2009-06-22[S390] pm: fix build error for !SMPHeiko Carstens1-2/+4
2009-06-22[S390] qdio: Sanitize do_QDIO sanity checksJan Glauber1-1/+1
2009-06-22[S390] s390: remove DEBUG_MALLOCPekka Enberg1-9/+0
2009-06-22[S390] time: convert from bootmem to slabHeiko Carstens2-16/+5
2009-06-21Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds2-2/+2
2009-06-20Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-06-18function-graph: add stack frame testSteven Rostedt1-1/+1
2009-06-18ptrace: remove PT_DTRACE from avr32, mn10300, parisc, s390, sh, xtensaOleg Nesterov2-6/+0
2009-06-16Merge branch 'akpm'Linus Torvalds2-20/+1
2009-06-16kmap_types: make most arches use generic header fileRandy Dunlap1-16/+1
2009-06-16mm: consolidate init_mm definitionAlexey Dobriyan1-4/+0
2009-06-16[S390] s390: hibernation support for s390Hans-Joachim Picht12-27/+375
2009-06-16[S390] pm: appldata power management callbacksGerald Schaefer1-4/+115
2009-06-16[S390] cio: force console functionMartin Schwidefsky1-0/+1
2009-06-16[S390] pm: add kernel_page_presentHans-Joachim Picht1-0/+19
2009-06-16[S390] pm: ccwgroup bus power management callbacksSebastian Ott1-0/+10
2009-06-16[S390] pm: ccw bus power management callbacksSebastian Ott1-5/+13
2009-06-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-06-12Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds42-171/+1173
2009-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds7-11/+18
2009-06-12PM: Remove unused asm/suspend.hMagnus Damm1-5/+0
2009-06-12trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in documentation and source comments.Martin Olsson1-1/+1
2009-06-12module: cleanup FIXME comments about trimming exception table entries.Rusty Russell1-2/+0
2009-06-12asm-generic: merge branch 'master' of torvalds/linux-2.6Arnd Bergmann7-53/+126