summaryrefslogtreecommitdiffstats
path: root/arch/s390/include
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-12-121-0/+1
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-175-16/+30
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-104-8/+17
| |\ \
| * | | sk-filter: Add ability to get socket filter program (v2)Pavel Emelyanov2012-11-011-0/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-122-3/+3
|\ \ \ \
| * | | | unify default ptrace_signal_deliverAl Viro2012-11-291-2/+0
| * | | | s390: switch to generic fork/vfork/cloneAl Viro2012-11-281-0/+3
| | | | |
| | \ \ \
| *-. \ \ \ Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arc...Al Viro2012-11-281-1/+0
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Merge branch 'arch-microblaze' into no-rebasesAl Viro2012-11-162-13/+24
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'arch-frv' into no-rebasesAl Viro2012-11-163-6/+17
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | * | | | | s390: switch to saner kernel_execve() semanticsAl Viro2012-10-291-1/+0
| | | |_|/ / | | |/| | |
* | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-12-111-0/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'sched-cputime-for-mingo' of git://git.kernel.org/pub/scm/linux/ker...Ingo Molnar2012-12-081-0/+1
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | vtime: Consolidate a bit the ctx switch codeFrederic Weisbecker2012-11-191-0/+1
| | | |/ / / | | |/| | |
* | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-12-111-0/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-12-081-0/+1
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | tracing,x86: Add a TSC trace_clockDavid Sharp2012-11-131-0/+1
| | |/ / / /
* | | | | | mm: add comment on storage key dirty bit semanticsJan Kara2012-12-111-0/+3
|/ / / / /
* | | | | s390/topology: fix core id vs physical package id mix-upHeiko Carstens2012-11-121-0/+3
* | | | | s390/signal: set correct address space controlMartin Schwidefsky2012-11-122-3/+3
| |_|/ / |/| | |
* | | | s390: Move css limits from drivers/s390/cio/ to include/asm/.Cornelia Huck2012-11-061-0/+2
* | | | s390/thp: respect page protection in pmd_none() and pmd_present()Gerald Schaefer2012-10-261-13/+22
|/ / /
* | | s390,uapi: do not use uapi/asm-generic/kvm_para.hDavid Howells2012-10-192-2/+11
* | | perf_cpum_cf: Add support for counters available with IBM zEC12Hendrik Brueckner2012-10-181-1/+1
* | | s390/chpid: make headers usable (again)Sebastian Ott2012-10-181-5/+5
| |/ |/|
* | UAPI: Put a comment into uapi/asm-generic/kvm_para.h and use it from archesDavid Howells2012-10-172-0/+2
|/
* Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-141-15/+3
|\
| * Make most arch asm/module.h files use asm-generic/module.hDavid Howells2012-09-281-15/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-121-4/+0
|\ \
| * | sanitize tsk_is_polling()Al Viro2012-10-011-3/+0
| * | bury _TIF_RESTORE_SIGMASKAl Viro2012-10-011-1/+0
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2012-10-1062-1173/+1307
|\ \ \
| * \ \ Merge tag 'disintegrate-s390-20121009' ofMartin Schwidefsky2012-10-0959-1149/+1258
| |\ \ \
| | * | | UAPI: (Scripted) Disintegrate arch/s390/include/asmDavid Howells2012-10-0959-1149/+1258
| * | | | s390/vmalloc: have separate modules areaHeiko Carstens2012-10-091-7/+14
| * | | | s390/css_chars: remove superfluous ifdefSebastian Ott2012-10-091-3/+0
| * | | | s390/chsc: make headers usableSebastian Ott2012-10-092-9/+11
| * | | | s390/mm: fix pmd_huge() usage for kernel mappingHeiko Carstens2012-10-091-0/+9
| * | | | s390/mm: use pfmf instruction to initialize storage keysHeiko Carstens2012-10-092-3/+14
| * | | | s390/facilities: cleanup PFMF and HPAGE machine facility detectionHeiko Carstens2012-10-091-6/+5
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-102-1/+5
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | s390: convert to generic kernel_execve()Al Viro2012-09-301-0/+1
| * | s390: switch to generic kernel_thread()Al Viro2012-09-301-1/+0
| * | s390: fold execve_tail() into start_thread(), convert to generic sys_execve()Al Viro2012-09-302-0/+4
| |/
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-10-094-18/+217
|\ \
| * | mm: Add and use update_mmu_cache_pmd() in transparent huge page code.David Miller2012-10-091-0/+1
| * | thp, s390: architecture backend for thp on s390Gerald Schaefer2012-10-094-18/+196
| * | thp, s390: thp pagetable pre-allocation for s390Gerald Schaefer2012-10-091-0/+6
| * | thp, s390: thp splitting backend for s390Gerald Schaefer2012-10-091-0/+13
| * | mm: hugetlb: add arch hook for clearing page flags before entering poolWill Deacon2012-10-091-0/+1
OpenPOWER on IntegriCloud