summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-03-184-4/+1532
|\ \
| * \ Merge branch 'core' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/opr...Ingo Molnar2011-03-174-4/+1532
| |\ \
| | * | oprofile, s390: CleanupsRobert Richter2011-03-162-4/+3
| | * | oprofile, s390: Remove hwsampler_files.c and merge it into init.cHeinz Graalfs2011-03-163-166/+159
| | * | oprofile, s390: Fix section mismatch of function hws_cpu_callback()Robert Richter2011-02-151-1/+1
| | * | oprofile, s390: Rework hwsampler implementationRobert Richter2011-02-152-23/+38
| | * | oprofile, s390: Enhance OProfile to support System zs hardware sampling featureHeinz Graalfs2011-02-153-2/+153
| | * | oprofile, s390: Add support for hardware based sampling on System z processorsHeinz Graalfs2011-02-154-1/+1371
* | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2011-03-179-18/+82
|\ \ \ \
| * | | | [S390] kexec: Disable ftrace during kexecHeiko Carstens2011-03-151-0/+2
| * | | | [S390] support XZ compressed kernelHeiko Carstens2011-03-153-1/+11
| * | | | [S390] Write protect module text and RO dataJan Glauber2011-03-154-0/+63
| * | | | [S390] remove redundant stack check optionJan Glauber2011-03-152-17/+6
| | |_|/ | |/| |
* | | | Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-03-161-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | percpu: align percpu readmostly subsection to cachelineTejun Heo2011-01-251-1/+1
| | |/ | |/|
* | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-03-151-63/+0
|\ \ \
| * \ \ Merge commit 'v2.6.38-rc5' into core/lockingIngo Molnar2011-02-167-72/+9
| |\ \ \
| * | | | rwsem: Move duplicate function prototypes to linux/rwsem.hThomas Gleixner2011-01-271-6/+0
| * | | | rwsem: Unify the duplicate rwsem_is_locked() inlinesThomas Gleixner2011-01-271-5/+0
| * | | | rwsem: Move duplicate init macros and functions to linux/rwsem.hThomas Gleixner2011-01-271-35/+0
| * | | | rwsem: Move duplicate struct rwsem declaration to linux/rwsem.hThomas Gleixner2011-01-271-12/+0
| * | | | rwsem: Cleanup includesThomas Gleixner2011-01-271-5/+0
| | |/ / | |/| |
* | | | futex: Sanitize futex ops argument typesMichel Lespinasse2011-03-115-20/+20
* | | | futex: Sanitize cmpxchg_futex_value_locked APIMichel Lespinasse2011-03-115-12/+17
| |_|/ |/| |
* | | [S390] net: provide architecture specific NET_SKB_PADHorst Hartmann2011-02-171-0/+1
* | | [S390] atomic: use inline asmHeiko Carstens2011-02-171-4/+18
* | | [S390] correct ipl parameter block safe guardMartin Schwidefsky2011-02-171-2/+3
* | | [S390] atomic: use ACCESS_ONCE() for atomic_read()Heiko Carstens2011-02-171-6/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2011-02-161-0/+1
|\ \ \ | |_|/ |/| |
| * | crypto: sha-s390 - Reset index after processing partial blockHerbert Xu2011-02-071-0/+1
| |/
* | s390: remove task_show_regsMartin Schwidefsky2011-02-152-42/+0
* | [S390] reset default for CONFIG_CHSC_SCHSebastian Ott2011-01-311-1/+1
* | [S390] use asm-generic/cacheflush.hAkinobu Mita2011-01-311-22/+1
* | [S390] tlb: fix build error caused by THPHeiko Carstens2011-01-311-0/+1
* | [S390] missing sacf in uaccessMartin Schwidefsky2011-01-311-6/+4
* | [S390] pgtable_list corruptionMartin Schwidefsky2011-01-311-1/+2
|/
* Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2011-01-148-25/+101
|\
| * [S390] Randomize PIEsHeiko Carstens2011-01-122-1/+14
| * [S390] Randomise the brk regionHeiko Carstens2011-01-122-0/+21
OpenPOWER on IntegriCloud