Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Pull s390 updates from Martin Schwidefsky: "The bulk of the s390 updates for v3.14. New features are the perf support for the CPU-Measurement Sample Facility and the EP11 support for the crypto cards. And the normal cleanups and bug-fixes" * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux: (44 commits) s390/cpum_sf: fix printk format warnings s390: Fix misspellings using 'codespell' tool s390/qdio: bridgeport support - CHSC part s390: delete new instances of __cpuinit usage s390/compat: fix PSW32_USER_BITS definition s390/zcrypt: add support for EP11 coprocessor cards s390/mm: optimize randomize_et_dyn for !PF_RANDOMIZE s390: use IS_ENABLED to check if a CONFIG is set to y or m s390/cio: use device_lock to synchronize calls to the ccwgroup driver s390/cio: use device_lock to synchronize calls to the ccw driver s390/cio: fix unlocked access of online member s390/cpum_sf: Add flag to process full SDBs only s390/cpum_sf: Add raw data sampling to support the diagnostic-sampling function s390/cpum_sf: Filter perf events based event->attr.exclude_* settings s390/cpum_sf: Detect KVM guest samples s390/cpum_sf: Add helper to read TOD from trailer entries s390/cpum_sf: Atomically reset trailer entry fields of sample-data-blocks s390/cpum_sf: Dynamically extend the sampling buffer if overflows occur s390/pci: reenable per default s390/pci/dma: fix accounting of allocated_pages ...
No related branches found
No related tags found
Showing
- Documentation/kmsg/s390/zcrypt 20 additions, 0 deletionsDocumentation/kmsg/s390/zcrypt
- arch/s390/include/asm/compat.h 2 additions, 1 deletionarch/s390/include/asm/compat.h
- arch/s390/include/asm/cpu_mf.h 181 additions, 0 deletionsarch/s390/include/asm/cpu_mf.h
- arch/s390/include/asm/css_chars.h 2 additions, 0 deletionsarch/s390/include/asm/css_chars.h
- arch/s390/include/asm/pci.h 1 addition, 0 deletionsarch/s390/include/asm/pci.h
- arch/s390/include/asm/perf_event.h 75 additions, 5 deletionsarch/s390/include/asm/perf_event.h
- arch/s390/include/asm/qdio.h 34 additions, 1 deletionarch/s390/include/asm/qdio.h
- arch/s390/include/asm/sclp.h 2 additions, 2 deletionsarch/s390/include/asm/sclp.h
- arch/s390/include/uapi/asm/zcrypt.h 65 additions, 0 deletionsarch/s390/include/uapi/asm/zcrypt.h
- arch/s390/kernel/Makefile 2 additions, 1 deletionarch/s390/kernel/Makefile
- arch/s390/kernel/compat_signal.c 3 additions, 2 deletionsarch/s390/kernel/compat_signal.c
- arch/s390/kernel/entry64.S 4 additions, 4 deletionsarch/s390/kernel/entry64.S
- arch/s390/kernel/perf_cpum_cf.c 1 addition, 0 deletionsarch/s390/kernel/perf_cpum_cf.c
- arch/s390/kernel/perf_cpum_cf_events.c 322 additions, 0 deletionsarch/s390/kernel/perf_cpum_cf_events.c
- arch/s390/kernel/perf_cpum_sf.c 1641 additions, 0 deletionsarch/s390/kernel/perf_cpum_sf.c
- arch/s390/kernel/perf_event.c 162 additions, 12 deletionsarch/s390/kernel/perf_event.c
- arch/s390/kernel/process.c 6 additions, 8 deletionsarch/s390/kernel/process.c
- arch/s390/kernel/ptrace.c 12 additions, 15 deletionsarch/s390/kernel/ptrace.c
- arch/s390/kernel/s390_ksyms.c 1 addition, 1 deletionarch/s390/kernel/s390_ksyms.c
- arch/s390/kernel/setup.c 1 addition, 1 deletionarch/s390/kernel/setup.c
Loading
Please register or sign in to comment