aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://g...Linus Torvalds2011-05-191-3/+3
|\ \
| * \ Merge commit 'v2.6.39-rc7' into sched/coreIngo Molnar2011-05-124-8/+9
| |\ \
| * | | sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra2011-04-141-3/+3
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-05-195-4/+99
|\ \ \ \
| * | | | ftrace/s390: mcount offset calculationMartin Schwidefsky2011-05-161-3/+1
| * | | | Merge commit 'v2.6.39-rc7' into perf/coreIngo Molnar2011-05-104-8/+9
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2011-04-274-1/+98
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | jump label: Add s390 supportJan Glauber2011-04-044-1/+98
* | | | | module: undo module RONX protection correctly.Jan Glauber2011-05-192-0/+6
| |_|_|/ |/| | |
* | | | [S390] fix alloc_pgste check in init_new_contextMartin Schwidefsky2011-05-101-1/+1
* | | | [S390] oprofile: fix min/max interval query checksMartin Schwidefsky2011-05-103-18/+8
* | | | [S390] replace diag10() with diag10_range() functionMichael Holzheu2011-05-103-24/+16
* | | | [S390] disassembler: handle b280/spp instructionChristian Borntraeger2011-05-101-0/+1
* | | | [S390] kernel: Initialize register 14 when starting new CPUMichael Holzheu2011-05-102-2/+2
| |_|/ |/| |
* | | [S390] irqstats: fix counting of pfault, dasd diag and virtio irqsHeiko Carstens2011-04-291-1/+1
* | | [S390] prng: fix pointer arithmeticMartin Schwidefsky2011-04-271-1/+1
* | | [S390] kvm-390: Let kernel exit SIE instruction on workCarsten Otte2011-04-201-2/+2
* | | [S390] pfault: fix token handlingHeiko Carstens2011-04-201-2/+2
* | | [S390] fix page table walk for changing page attributesJan Glauber2011-04-201-2/+3
* | | [S390] prng: prevent access beyond end of stackJan Glauber2011-04-201-1/+1
|/ /
* | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2011-04-084-8/+8
|\ \
| * | [S390] compile fix for latest binutilsMartin Schwidefsky2011-04-041-1/+1
| * | [S390] Fix parameter passing for smp_switch_to_cpu()Michael Holzheu2011-04-042-2/+6
| * | [S390] oprofile s390: prevent stack corruptionJan Glauber2011-04-041-5/+1
| |/
* / Fix common misspellingsLucas De Marchi2011-03-319-11/+11
|/
* Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2011-03-2511-262/+332
|\
| * [S390] cmpxchg: implement cmpxchg64()Heiko Carstens2011-03-231-9/+29
| * [S390] xchg/cmpxchg: move to own header fileHeiko Carstens2011-03-232-195/+206
| * [S390] ccwgroup_driver: remove duplicate membersSebastian Ott2011-03-231-4/+0
| * [S390] ccw_driver: remove duplicate membersSebastian Ott2011-03-231-4/+0
| * [S390] setup: register bss section as resourceHeiko Carstens2011-03-231-0/+8
| * [S390] setup: simplify setup_resources()Heiko Carstens2011-03-231-46/+34
| * [S390] wire up sys_syncfsHeiko Carstens2011-03-233-1/+8
| * [S390] wire up sys_clock_adjtimeHeiko Carstens2011-03-233-1/+9
| * [S390] wire up sys_open_by_handle_atHeiko Carstens2011-03-233-1/+10
| * [S390] wire up sys_name_to_handle_atHeiko Carstens2011-03-233-1/+12
| * [S390] oprofile: disable hw sampling for CONFIG_32BITHeiko Carstens2011-03-232-3/+15
| * [S390] early: limit savesys cmd string handlingHeiko Carstens2011-03-231-2/+3
| * [S390] early: Fix possible overlapping data bufferChen Liu2011-03-231-7/+10
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-03-231-3/+3
|\ \
| * | mm: arch: rename in_gate_area_no_task to in_gate_area_no_mmStephen Wilson2011-03-231-1/+1
| * | mm: arch: make in_gate_area take an mm_struct instead of a task_structStephen Wilson2011-03-231-1/+1
| * | mm: arch: make get_gate_vma take an mm_struct instead of a task_structStephen Wilson2011-03-231-1/+1
* | | remove dma64_addr_tFUJITA Tomonori2011-03-231-2/+0
* | | bitops: remove minix bitops from asm/bitops.hAkinobu Mita2011-03-231-1/+0
* | | bitops: remove ext2 non-atomic bitops from asm/bitops.hAkinobu Mita2011-03-231-7/+0
* | | s390: introduce little-endian bitopsAkinobu Mita2011-03-231-19/+54
| |/ |/|
* | add the common dma_addr_t typedef to include/linux/types.hFUJITA Tomonori2011-03-221-6/+0
|/
* Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-03-203-3/+3
|\
| * s390: change to new flag variablematt mooney2011-03-173-3/+3