summaryrefslogtreecommitdiff
path: root/arch/s390/include/asm
AgeCommit message (Expand)AuthorFilesLines
2012-10-18perf_cpum_cf: Add support for counters available with IBM zEC12Hendrik Brueckner1-1/+1
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-15/+3
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+0
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds49-3180/+60
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-1/+5
2012-10-09Merge tag 'disintegrate-s390-20121009' ofMartin Schwidefsky46-3162/+17
2012-10-09s390/vmalloc: have separate modules areaHeiko Carstens1-7/+14
2012-10-09s390/css_chars: remove superfluous ifdefSebastian Ott1-3/+0
2012-10-09s390/chsc: make headers usableSebastian Ott2-9/+11
2012-10-09s390/mm: fix pmd_huge() usage for kernel mappingHeiko Carstens1-0/+9
2012-10-09s390/mm: use pfmf instruction to initialize storage keysHeiko Carstens2-3/+14
2012-10-09s390/facilities: cleanup PFMF and HPAGE machine facility detectionHeiko Carstens1-6/+5
2012-10-09UAPI: (Scripted) Disintegrate arch/s390/include/asmDavid Howells46-3160/+17
2012-10-09Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds4-18/+217
2012-10-09mm: Add and use update_mmu_cache_pmd() in transparent huge page code.David Miller1-0/+1
2012-10-09thp, s390: architecture backend for thp on s390Gerald Schaefer4-18/+196
2012-10-09thp, s390: thp pagetable pre-allocation for s390Gerald Schaefer1-0/+6
2012-10-09thp, s390: thp splitting backend for s390Gerald Schaefer1-0/+13
2012-10-09mm: hugetlb: add arch hook for clearing page flags before entering poolWill Deacon1-0/+1
2012-10-09Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Linus Torvalds1-0/+2
2012-10-06compat: move compat_siginfo_t definition to asm/compat.hDenys Vlasenko1-1/+74
2012-10-04Merge branch 'disintegrate-asm-generic' of git://git.infradead.org/users/dhow...Arnd Bergmann27-119/+550
2012-10-04Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2012-10-03asm-generic: Add default clkdev.hMark Brown1-0/+2
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds26-115/+547
2012-10-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-4/+3
2012-10-01sanitize tsk_is_polling()Al Viro1-3/+0
2012-10-01bury _TIF_RESTORE_SIGMASKAl Viro1-1/+0
2012-09-30s390: convert to generic kernel_execve()Al Viro1-0/+1
2012-09-30s390: switch to generic kernel_thread()Al Viro1-1/+0
2012-09-30s390: fold execve_tail() into start_thread(), convert to generic sys_execve()Al Viro2-0/+4
2012-09-28Make most arch asm/module.h files use asm-generic/module.hDavid Howells1-15/+3
2012-09-26s390/cmpxchg,percpu: implement cmpxchg_double()Heiko Carstens2-1/+82
2012-09-26s390/percpu: implement this_cpu_add_return()Heiko Carstens1-2/+8
2012-09-26s390/percpu: implement this_cpu_xchg()Heiko Carstens1-0/+18
2012-09-26s390/crashdump: move fill_cpu_elf_notes() prototype to header fileHeiko Carstens1-0/+2
2012-09-26s390/syscalls: wire up kcmp system callHeiko Carstens1-1/+2
2012-09-26s390/appldata: change return value of appldata_asmHeiko Carstens1-1/+1
2012-09-26s390/etr,stp: use -EOPNOTSUPP instead of -ENOSYSHeiko Carstens1-4/+4
2012-09-26s390/sysinfo,stsi: change return code handlingHeiko Carstens1-15/+1
2012-09-26s390/exceptions: switch to relative exception table entriesHeiko Carstens2-19/+38
2012-09-26s390/scm: remove superfluous lockSebastian Ott1-2/+0
2012-09-26s390/smp,topology: add polarization member to pcpu structHeiko Carstens2-18/+2
2012-09-26s390/sysinfo,topology: fix cpu topology maximum nesting detectionHeiko Carstens1-0/+2
2012-09-26s390/sysinfo: add additional z196 fields to outputHeiko Carstens1-6/+15
2012-09-26s390/topology: remove sysinfo header include, add forward declaration insteadHeiko Carstens1-1/+1
2012-09-26s390/mm: rename addressing_mode to s390_user_modeHeiko Carstens2-2/+2
2012-09-26s390/cache: add cpu cache information to /proc/cpuinfoHeiko Carstens1-0/+6
2012-09-26s390: add support for transactional memoryMartin Schwidefsky5-3/+21
2012-09-26s390: add support for runtime instrumentationJan Glauber7-2/+114