summaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm
Commit message (Expand)AuthorAgeFilesLines
* KVM: s390: Add support for channel I/O instructions.Cornelia Huck2013-01-071-0/+1
* KVM: s390: Add support for machine checks.Cornelia Huck2013-01-071-0/+8
* KVM: s390: Support for I/O interrupts.Cornelia Huck2013-01-071-0/+2
* KVM: s390: Add a channel I/O based virtio transport driver.Cornelia Huck2012-12-181-0/+1
* s390/ccwdev: Include asm/schid.h.Cornelia Huck2012-12-181-3/+1Star
* KVM: Make KVM_PRIVATE_MEM_SLOTS optionalAlex Williamson2012-12-141-2/+0Star
* KVM: Rename KVM_MEMORY_SLOTS -> KVM_USER_MEM_SLOTSAlex Williamson2012-12-141-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2012-12-1320-37/+1329
|\
| * s390/pci: no msleep in potential IRQ contextJan Glauber2012-12-051-5/+5
| * vga: compile fix, disable vga for s390Jan Glauber2012-11-301-0/+6
| * s390/pci: s390 specific PCI sysfs attributesJan Glauber2012-11-301-0/+4
| * s390/pci: PCI hotplug support via SCLPJan Glauber2012-11-302-0/+13
| * s390/pci: CHSC PCI support for error and availability eventsJan Glauber2012-11-301-0/+4
| * s390/pci: DMA supportJan Glauber2012-11-304-10/+302
| * s390/pci: PCI adapter interrupts for MSI/MSI-XJan Glauber2012-11-304-0/+62
| * s390/bitops: find leftmost bit instruction supportJan Glauber2012-11-301-0/+81
| * s390/pci: CLP interfaceJan Glauber2012-11-303-0/+217
| * s390/pci: base supportJan Glauber2012-11-304-8/+603
| * s390/ccwgroup: allow drivers to call set_{on,off}lineSebastian Ott2012-11-231-0/+3
| * s390/topology: cleanup topology codeHeiko Carstens2012-11-231-16/+18
| * s390/memory hotplug: use pfmf instruction to initialize storage keysHeiko Carstens2012-11-231-0/+2
| * s390/mm: keep fault_init() private to fault.cHeiko Carstens2012-11-231-1/+0Star
| * s390: use ccw_device_get_schidSebastian Ott2012-11-231-3/+0Star
| * s390: Add a mechanism to get the subchannel id.Cornelia Huck2012-11-231-0/+5
| * s390/mm,vmem: use 2GB frames for identity mappingHeiko Carstens2012-11-231-0/+10
* | asm-generic, mm: pgtable: consolidate zero page helpersKirill A. Shutemov2012-12-131-10/+1Star
* | 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/+0Star
| * | s390: switch to generic fork/vfork/cloneAl Viro2012-11-291-0/+3
| | |
| | \
| *-. \ Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arc...Al Viro2012-11-291-1/+0Star
| |\ \ \ | | |_|/ | |/| |
| | * | Merge branch 'arch-microblaze' into no-rebasesAl Viro2012-11-172-13/+24
| | |\ \
| | * \ \ Merge branch 'arch-frv' into no-rebasesAl Viro2012-11-171-1/+1
| | |\ \ \
| | * | | | s390: switch to saner kernel_execve() semanticsAl Viro2012-10-291-1/+0Star
| | | |_|/ | | |/| |
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-12-121-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-121-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-121-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-121-1/+1
| |_|/ |/| |
* | | 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
|/ /
* / perf_cpum_cf: Add support for counters available with IBM zEC12Hendrik Brueckner2012-10-181-1/+1
|/
* Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-141-15/+3Star
|\
| * Make most arch asm/module.h files use asm-generic/module.hDavid Howells2012-09-281-15/+3Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-121-4/+0Star
|\ \
| * | sanitize tsk_is_polling()Al Viro2012-10-011-3/+0Star
| * | bury _TIF_RESTORE_SIGMASKAl Viro2012-10-011-1/+0Star