Revision e1dbc5a41051d4791160727829903ec5169c7152 authored by Linus Torvalds on 24 August 2018, 16:31:34 UTC, committed by Linus Torvalds on 24 August 2018, 16:31:34 UTC
Pull s390 updates from Martin Schwidefsky:

 - A couple of patches for the zcrypt driver:
     + Add two masks to determine which AP cards and queues are host
       devices, this will be useful for KVM AP device passthrough
     + Add-on patch to improve the parsing of the new apmask and aqmask
     + Some code beautification

 - Second try to reenable the GCC plugins, the first patch set had a
   patch to do this but the merge somehow missed this

 - Remove the s390 specific GCC version check and use the generic one

 - Three patches for kdump, two bug fixes and one cleanup

 - Three patches for the PCI layer, one bug fix and two cleanups

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux:
  s390: remove gcc version check (4.3 or newer)
  s390/zcrypt: hex string mask improvements for apmask and aqmask.
  s390/zcrypt: AP bus support for alternate driver(s)
  s390/zcrypt: code beautify
  s390/zcrypt: switch return type to bool for ap_instructions_available()
  s390/kdump: Remove kzalloc_panic
  s390/kdump: Fix memleak in nt_vmcoreinfo
  s390/kdump: Make elfcorehdr size calculation ABI compliant
  s390/pci: remove fmb address from debug output
  s390/pci: remove stale rc
  s390/pci: fix out of bounds access during irq setup
  s390/zcrypt: fix ap_instructions_available() returncodes
  s390: reenable gcc plugins for real
2 parent s 40c431a + 4ec8483
History
File Mode Size
Kconfig -rw-r--r-- 24.7 KB
Makefile -rw-r--r-- 2.8 KB
blktrace.c -rw-r--r-- 45.3 KB
bpf_trace.c -rw-r--r-- 33.0 KB
ftrace.c -rw-r--r-- 165.1 KB
power-traces.c -rw-r--r-- 505 bytes
preemptirq_delay_test.c -rw-r--r-- 1.6 KB
ring_buffer.c -rw-r--r-- 136.0 KB
ring_buffer_benchmark.c -rw-r--r-- 10.8 KB
rpm-traces.c -rw-r--r-- 510 bytes
trace.c -rw-r--r-- 206.3 KB
trace.h -rw-r--r-- 57.4 KB
trace_benchmark.c -rw-r--r-- 5.2 KB
trace_benchmark.h -rw-r--r-- 871 bytes
trace_branch.c -rw-r--r-- 10.0 KB
trace_clock.c -rw-r--r-- 3.6 KB
trace_entries.h -rw-r--r-- 8.4 KB
trace_event_perf.c -rw-r--r-- 11.9 KB
trace_events.c -rw-r--r-- 78.4 KB
trace_events_filter.c -rw-r--r-- 55.0 KB
trace_events_filter_test.h -rw-r--r-- 1.1 KB
trace_events_hist.c -rw-r--r-- 132.1 KB
trace_events_trigger.c -rw-r--r-- 40.4 KB
trace_export.c -rw-r--r-- 5.3 KB
trace_functions.c -rw-r--r-- 18.0 KB
trace_functions_graph.c -rw-r--r-- 38.4 KB
trace_hwlat.c -rw-r--r-- 16.6 KB
trace_irqsoff.c -rw-r--r-- 17.4 KB
trace_kdb.c -rw-r--r-- 3.2 KB
trace_kprobe.c -rw-r--r-- 41.7 KB
trace_kprobe_selftest.c -rw-r--r-- 353 bytes
trace_kprobe_selftest.h -rw-r--r-- 313 bytes
trace_mmiotrace.c -rw-r--r-- 8.6 KB
trace_nop.c -rw-r--r-- 2.2 KB
trace_output.c -rw-r--r-- 30.9 KB
trace_output.h -rw-r--r-- 1.2 KB
trace_preemptirq.c -rw-r--r-- 2.1 KB
trace_printk.c -rw-r--r-- 8.6 KB
trace_probe.c -rw-r--r-- 16.5 KB
trace_probe.h -rw-r--r-- 11.5 KB
trace_sched_switch.c -rw-r--r-- 3.0 KB
trace_sched_wakeup.c -rw-r--r-- 19.5 KB
trace_selftest.c -rw-r--r-- 26.0 KB
trace_selftest_dynamic.c -rw-r--r-- 270 bytes
trace_seq.c -rw-r--r-- 9.9 KB
trace_stack.c -rw-r--r-- 11.0 KB
trace_stat.c -rw-r--r-- 7.6 KB
trace_stat.h -rw-r--r-- 1009 bytes
trace_syscalls.c -rw-r--r-- 20.0 KB
trace_uprobe.c -rw-r--r-- 32.0 KB
tracing_map.c -rw-r--r-- 29.8 KB
tracing_map.h -rw-r--r-- 11.3 KB

back to top