summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2012-12-192-3/+0
* COMPAT_SYSCALL_DEFINE: infrastructureAl Viro2012-12-191-0/+3
* unify default ptrace_signal_deliverAl Viro2012-11-291-2/+0
* flagday: don't pass regs to copy_thread()Al Viro2012-11-281-2/+1
* take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.hAl Viro2012-11-281-4/+0
* s390: switch to generic fork/vfork/cloneAl Viro2012-11-283-42/+14
*-. Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arc...Al Viro2012-11-284-49/+11
|\ \
| * \ Merge branch 'arch-microblaze' into no-rebasesAl Viro2012-11-165-16/+33
| |\ \
| * \ \ Merge branch 'arch-frv' into no-rebasesAl Viro2012-11-169-20/+33
| |\ \ \
| * | | | s390: switch to saner kernel_execve() semanticsAl Viro2012-10-294-49/+11
| | |_|/ | |/| |
* | | | s390/mm: have 16 byte aligned struct pagesHeiko Carstens2012-11-131-0/+1
* | | | s390/gup: fix access_ok() usage in __get_user_pages_fast()Heiko Carstens2012-11-131-2/+1
* | | | s390/gup: add missing TASK_SIZE check to get_user_pages_fast()Heiko Carstens2012-11-131-1/+1
* | | | s390/topology: fix core id vs physical package id mix-upHeiko Carstens2012-11-122-2/+7
* | | | s390/signal: set correct address space controlMartin Schwidefsky2012-11-124-7/+27
| |_|/ |/| |
* | | s390/sclp: fix addressing mode clobberHeiko Carstens2012-11-061-1/+7
* | | 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/mm: use pmd_large() instead of pmd_huge()Gerald Schaefer2012-10-262-2/+2
| |/ |/|
* | s390,uapi: do not use uapi/asm-generic/kvm_para.hDavid Howells2012-10-192-2/+11
* | s390/cache: fix data/instruction cache outputHeiko Carstens2012-10-181-3/+6
* | s390: fix linker script for 31 bit buildsHeiko Carstens2012-10-182-2/+2
* | s390/thp: select HAVE_ARCH_TRANSPARENT_HUGEPAGEGerald Schaefer2012-10-181-0/+1
* | s390/kdump: Use 64 bit mode for 0x10000 entry pointMichael Holzheu2012-10-181-8/+2
* | perf_cpum_cf: Add support for counters available with IBM zEC12Hendrik Brueckner2012-10-182-2/+6
* | 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-142-15/+5
|\
| * Make most arch asm/module.h files use asm-generic/module.hDavid Howells2012-09-282-15/+5
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-122-3/+3
|\ \
| * | time: Convert CONFIG_GENERIC_TIME_VSYSCALL to CONFIG_GENERIC_TIME_VSYSCALL_OLDJohn Stultz2012-09-242-2/+2
| * | time: Move update_vsyscall definitions to timekeeper_internal.hJohn Stultz2012-09-241-1/+1
* | | 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-1074-1260/+1732
|\ \ \ \
| * \ \ \ Merge tag 'disintegrate-s390-20121009' ofMartin Schwidefsky2012-10-0959-1149/+1258
| |\ \ \ \
| | * | | | UAPI: (Scripted) Disintegrate arch/s390/include/asmDavid Howells2012-10-0959-1149/+1258
| * | | | | s390/entry: fix svc number for TIF_SYSCALL system call restartMartin Schwidefsky2012-10-091-1/+1
| * | | | | s390/mm,vmem: fix vmem_add_mem()/vmem_remove_range()Heiko Carstens2012-10-091-4/+12
| * | | | | s390/vmalloc: have separate modules areaHeiko Carstens2012-10-094-12/+46
| * | | | | s390/css_chars: remove superfluous ifdefSebastian Ott2012-10-091-3/+0
| * | | | | s390/chsc: make headers usableSebastian Ott2012-10-092-9/+11
| * | | | | s390/mm: let kernel text section always begin at 1MBHeiko Carstens2012-10-092-6/+0
| * | | | | s390/mm: fix mapping of read-only kernel text sectionHeiko Carstens2012-10-091-2/+2
| * | | | | s390/mm: add page table dumperHeiko Carstens2012-10-093-0/+232
| * | | | | s390: add support to start the kernel in 64 bit mode.Martin Schwidefsky2012-10-091-31/+70
| * | | | | s390/mm,pageattr: remove superfluous EXPORT_SYMBOLsHeiko Carstens2012-10-091-3/+0
| * | | | | s390/mm,pageattr: add more page table walk sanity checksHeiko Carstens2012-10-091-12/+25
| * | | | | s390/mm: fix pmd_huge() usage for kernel mappingHeiko Carstens2012-10-093-15/+25