summaryrefslogtreecommitdiff
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm-current/current'Stephen Rothwell2016-02-128-113/+14
|\
| * param: convert some "on"/"off" users to strtoboolKees Cook2016-02-102-11/+4
| * s390/extable: use generic search and sort routinesArd Biesheuvel2016-02-103-93/+2
| * printk/nmi: generic solution for safe printk in NMIPetr Mladek2016-02-101-0/+1
| * s390: query dynamic DEBUG_PAGEALLOC settingChristian Borntraeger2016-02-102-9/+7
| * kernel/lockdep: eliminate lockdep_init()Andrey Ryabinin2016-02-101-1/+0
* | Merge remote-tracking branch 'livepatching/for-next'Stephen Rothwell2016-02-121-1/+1
|\ \
| * | livepatch: change the error message in asm/livepatch.h header filesMiroslav Benes2016-01-181-1/+1
* | | Merge remote-tracking branch 'kvms390/next'Stephen Rothwell2016-02-129-121/+193
|\ \ \
| * | | KVM: s390: bail out early on fatal signal in dirty loggingChristian Borntraeger2016-02-101-0/+2
| * | | KVM: s390: do not block CPU on dirty loggingChristian Borntraeger2016-02-101-0/+1
| * | | KVM: s390: do not take mmap_sem on dirty log queryChristian Borntraeger2016-02-101-2/+0
| * | | KVM: s390: remove old fragment of vector registersDavid Hildenbrand2016-02-101-7/+1
| * | | KVM: s390: instruction-fetching exceptions on SIE faultsDavid Hildenbrand2016-02-101-2/+10
| * | | KVM: s390: provide prog irq ilc on SIE faultsDavid Hildenbrand2016-02-101-4/+8
| * | | KVM: s390: irq delivery should not rely on icptcodeDavid Hildenbrand2016-02-102-1/+3
| * | | KVM: s390: clean up prog irq injection on prog irq icptsDavid Hildenbrand2016-02-101-21/+20
| * | | KVM: s390: read the correct opcode on SIE faultsDavid Hildenbrand2016-02-101-2/+1
| * | | KVM: s390: gaccess: implement instruction fetching modeDavid Hildenbrand2016-02-102-4/+28
| * | | KVM: s390: gaccess: introduce access modesDavid Hildenbrand2016-02-105-35/+43
| * | | KVM: s390: migration / injection of prog irq ilcDavid Hildenbrand2016-02-101-1/+11
| * | | KVM: s390: PSW forwarding / rewinding / ilc reworkDavid Hildenbrand2016-02-105-36/+50
| * | | KVM: s390: sync of fp registers via kvm_runDavid Hildenbrand2016-02-102-7/+13
| * | | KVM: s390: allow sync of fp registers via vregsDavid Hildenbrand2016-02-101-1/+4
| | |/ | |/|
* | | Merge remote-tracking branch 'tip/auto-latest'Stephen Rothwell2016-02-122-5/+4
|\ \ \
| * \ \ Merge branch 'locking/core'Ingo Molnar2016-02-091-1/+0
| |\ \ \
| | * | | locking/lockdep: Eliminate lockdep_init()Andrey Ryabinin2016-02-091-1/+0
| | |/ /
| * | | arch: Set IORESOURCE_SYSTEM_RAM flag for System RAMToshi Kani2016-01-301-4/+4
| |/ /
* | | s390/oprofile: fix address range for asynchronous stackHeiko Carstens2016-02-101-3/+5
* | | s390/perf_event: fix address range for asynchronous stackHeiko Carstens2016-02-101-3/+5
* | | s390/stacktrace: add save_stack_trace_regs()Pratyush Anand2016-02-101-0/+11
* | | s390/stacktrace: save full stack tracesHeiko Carstens2016-02-101-9/+12
* | | s390/stacktrace: add missing end markerHeiko Carstens2016-02-101-0/+2
* | | s390/stacktrace: fix address ranges for asynchronous and panic stackHeiko Carstens2016-02-101-5/+6
* | | s390/stacktrace: fix save_stack_trace_tsk() for current taskHeiko Carstens2016-02-101-0/+4
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2016-01-2931-136/+135
|\ \
| * | s390/pci: remove iomap sanity checksSebastian Ott2016-01-261-9/+4
| * | s390/pci: set error state for unusable functionsSebastian Ott2016-01-261-0/+5
| * | s390/pci: fix bar checkSebastian Ott2016-01-261-1/+1
| * | s390/pci: resize iomapSebastian Ott2016-01-261-12/+22
| * | s390/pci: improve ZPCI_* macrosSebastian Ott2016-01-262-7/+10
| * | s390/pci: provide ZPCI_ADDR macroSebastian Ott2016-01-262-7/+4
| * | s390/pci: adjust IOMAP_MAX_ENTRIESSebastian Ott2016-01-261-1/+1
| * | s390/numa: move numa_init_late() from device to arch_initcallMichael Holzheu2016-01-261-1/+1
| * | s390: remove all usages of PSW_ADDR_INSNHeiko Carstens2016-01-1914-49/+41
| * | s390: remove all usages of PSW_ADDR_AMODEHeiko Carstens2016-01-1910-33/+28
| * | s390: wire up copy_file_range syscallHeiko Carstens2016-01-193-1/+4
| * | s390: remove superfluous memblock_alloc() return value checksHeiko Carstens2016-01-193-6/+0
| * | s390/numa: allocate memory with correct alignmentHeiko Carstens2016-01-191-1/+1
| * | s390/irqflags: optimize irq restoreChristian Borntraeger2016-01-192-3/+8