summaryrefslogtreecommitdiffstats
path: root/arch/s390/include
Commit message (Expand)AuthorAgeFilesLines
* compat: move compat_siginfo_t definition to asm/compat.hDenys Vlasenko2012-10-061-1/+74
* Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-10-041-0/+1
|\
| * Merge remote-tracking branch 'upstream/master' into queueMarcelo Tosatti2012-08-262-2/+10
| |\
| * \ Merge remote-tracking branch 'upstream' into nextAvi Kivity2012-08-054-4/+17
| |\ \
| * | | s390/dis: Instruction decoding interfaceCornelia Huck2012-07-261-0/+1
* | | | UAPI: (Scripted) Set up UAPI Kbuild filesDavid Howells2012-10-021-0/+3
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2012-10-0126-115/+547
|\ \ \ \
| * | | | s390/cmpxchg,percpu: implement cmpxchg_double()Heiko Carstens2012-09-262-1/+82
| * | | | s390/percpu: implement this_cpu_add_return()Heiko Carstens2012-09-261-2/+8
| * | | | s390/percpu: implement this_cpu_xchg()Heiko Carstens2012-09-261-0/+18
| * | | | s390/crashdump: move fill_cpu_elf_notes() prototype to header fileHeiko Carstens2012-09-261-0/+2
| * | | | s390/syscalls: wire up kcmp system callHeiko Carstens2012-09-261-1/+2
| * | | | s390/appldata: change return value of appldata_asmHeiko Carstens2012-09-261-1/+1
| * | | | s390/etr,stp: use -EOPNOTSUPP instead of -ENOSYSHeiko Carstens2012-09-261-4/+4
| * | | | s390/sysinfo,stsi: change return code handlingHeiko Carstens2012-09-261-15/+1
| * | | | s390/exceptions: switch to relative exception table entriesHeiko Carstens2012-09-262-19/+38
| * | | | s390/scm: remove superfluous lockSebastian Ott2012-09-261-2/+0
| * | | | s390/smp,topology: add polarization member to pcpu structHeiko Carstens2012-09-262-18/+2
| * | | | s390/sysinfo,topology: fix cpu topology maximum nesting detectionHeiko Carstens2012-09-261-0/+2
| * | | | s390/sysinfo: add additional z196 fields to outputHeiko Carstens2012-09-261-6/+15
| * | | | s390/topology: remove sysinfo header include, add forward declaration insteadHeiko Carstens2012-09-261-1/+1
| * | | | s390/mm: rename addressing_mode to s390_user_modeHeiko Carstens2012-09-262-2/+2
| * | | | s390/cache: add cpu cache information to /proc/cpuinfoHeiko Carstens2012-09-261-0/+6
| * | | | s390: add support for transactional memoryMartin Schwidefsky2012-09-265-3/+21
| * | | | s390: add support for runtime instrumentationJan Glauber2012-09-267-2/+114
| * | | | s390/eadm_sch: add support for irq statisticsSebastian Ott2012-09-261-0/+1
| * | | | s390/cio: add eadm subchannel driverSebastian Ott2012-09-261-0/+1
| * | | | s390: add scm notificationSebastian Ott2012-09-261-0/+1
| * | | | s390: add scm bus driverSebastian Ott2012-09-261-0/+51
| * | | | s390: add eadm related structuresSebastian Ott2012-09-263-3/+135
| * | | | s390: add eadm facility bitsSebastian Ott2012-09-263-29/+40
| * | | | s390/smp: fix smp_find_processor_id() argument mismatchHeiko Carstens2012-09-261-1/+1
| * | | | s390/string: provide asm lib functions for memcpy and memcmpHeiko Carstens2012-09-261-8/+0
| * | | | s390/bpf,jit: BPF Just In Time compiler for s390Martin Schwidefsky2012-09-261-0/+1
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-10-012-4/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | vtime: Consolidate system/idle context detectionFrederic Weisbecker2012-09-251-0/+3
| * | | | Merge branch 'sched/urgent' into sched/coreIngo Molnar2012-09-045-5/+14
| |\ \ \ \
| * | | | | s390: Remove leftover account_tick_vtime() headerFrederic Weisbecker2012-08-201-2/+0
| * | | | | cputime: Consolidate vtime handling on context switchFrederic Weisbecker2012-08-201-2/+0
| | |_|/ / | |/| | |
* | | | | s390/hugetlb: use direct TLB flushing for hugetlbfs pagesGerald Schaefer2012-09-061-14/+10
* | | | | s390/mm: fix deadlock in unmap_hugepage_range()Gerald Schaefer2012-09-031-2/+0
| |/ / / |/| | |
* | | | s390/32: Don't clobber personality flags on execHeiko Carstens2012-08-301-1/+2
* | | | s390/smp: add missing smp_store_status() for !SMPHeiko Carstens2012-08-281-0/+1
* | | | s390: Always use "long" for ssize_t to match size_tGeert Uytterhoeven2012-08-211-2/+1
| |_|/ |/| |
* | | s390/seccomp: add support for system call filtering using BPFHeiko Carstens2012-08-081-0/+10
* | | s390/mm: remove MAX_PHYSADDR_BITS defineHeiko Carstens2012-08-081-2/+0
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2012-07-313-3/+17
|\ \
| * | s390/mm: rename user_mode variable to addressing_modeHeiko Carstens2012-07-302-2/+2
| * | s390/mm: downgrade page table after fork of a 31 bit processMartin Schwidefsky2012-07-262-1/+15
| |/
* | ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon2012-07-301-1/+0
|/
OpenPOWER on IntegriCloud