aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-29s390/kexec_file: Simplify parmarea accessPhilipp Rudo6-25/+28
2019-04-29s390/purgatory: Omit use of bin2cPhilipp Rudo2-6/+17
2019-04-29s390/purgatory: Reduce purgatory sizePhilipp Rudo2-4/+64
2019-04-29s390/kexec_file: Fix detection of text segment in ELF loaderPhilipp Rudo1-1/+6
2019-04-29s390/kexec_file: Fix potential segment overlap in ELF loaderPhilipp Rudo1-1/+1
2019-04-26s390/boot: pad bzImage to 4KMartin Schwidefsky1-0/+1
2019-04-26s390/ipl: add helper functions to create an IPL reportMartin Schwidefsky2-0/+161
2019-04-26s390/ipl: read IPL report at early bootMartin Schwidefsky7-11/+250
2019-04-26s390/ipl: add definitions for the IPL report blockMartin Schwidefsky1-1/+61
2019-04-26s390/ipl: provide uapi header for list directed IPLMartin Schwidefsky5-128/+161
2019-04-26s390/ipl: make ipl_info less confusingMartin Schwidefsky4-68/+66
2019-04-25s390: report new CPU capabilitiesMartin Schwidefsky3-1/+14
2019-04-25s390/crypto: use TRNG for seeding/reseedingHarald Freudenberger1-20/+47
2019-04-25s390/crypto: rework generate_entropy function for pseudo random ddHarald Freudenberger1-28/+58
2019-04-24s390/mm: fix pxd_bad with folded page tablesMartin Schwidefsky1-14/+19
2019-04-24s390/kasan: fix strncpy_from_user kasan checksVasily Gorbik1-0/+2
2019-04-23Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-0/+4
2019-04-23s390/cpum_cf_diag: Add support for CPU-MF SVN 6Thomas-Mich Richter1-2/+7
2019-04-23s390/mm: convert to the generic get_user_pages_fast codeMartin Schwidefsky4-292/+14
2019-04-23s390/mm: make the pxd_offset functions more robustMartin Schwidefsky2-45/+55
2019-04-18Merge tag 's390-5.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds3-6/+6
2019-04-18crypto: s390 - Forbid 2-key 3DES in FIPS modeHerbert Xu1-17/+4
2019-04-17s390/speculation: Support 'mitigations=' cmdline optionJosh Poimboeuf1-1/+2
2019-04-17s390: correct some inline assembly constraintsVasily Gorbik2-5/+5
2019-04-15arch: add pidfd and io_uring syscalls everywhereArnd Bergmann1-0/+4
2019-04-14s390/stacktrace: Remove the pointless ULONG_MAX markerThomas Gleixner1-6/+0
2019-04-11s390: avoid __builtin_return_address(n) on clangArnd Bergmann1-0/+5
2019-04-11s390: Convert IS_ENABLED uses to __is_definedJoe Perches3-7/+7
2019-04-11s390: make chkbss work with clangArnd Bergmann1-1/+2
2019-04-11s390: make __load_psw_mask work with clangArnd Bergmann1-3/+3
2019-04-11s390: syscall_wrapper: avoid clang warningArnd Bergmann1-2/+2
2019-04-11s390: don't build vdso32 with clangArnd Bergmann3-6/+9
2019-04-11s390: remove -fno-strength-reduce flagArnd Bergmann1-1/+1
2019-04-11s390: fine-tune stack switch helperMartin Schwidefsky1-9/+9
2019-04-10s390/mm: silence compiler warning when compiling without CONFIG_PGSTEThomas Huth1-0/+2
2019-04-10s390/protvirt: block kernel command line alterationVasily Gorbik1-1/+1
2019-04-10s390/protvirt: add memory sharing for diag 308 set/storeVasily Gorbik2-0/+12
2019-04-10s390/uv: introduce guest side ultravisor codeVasily Gorbik6-0/+175
2019-04-10s390: introduce .boot.preserved.data section compile time validationVasily Gorbik1-2/+2
2019-04-10s390: move ipl block to .boot.preserved.data sectionVasily Gorbik5-29/+16
2019-04-10s390: introduce .boot.preserved.data sectionGerald Schaefer6-0/+31
2019-04-10Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar1-18/+10
2019-04-08arch: Use asm-generic header for asm/mmiowb.hWill Deacon1-0/+1
2019-04-05syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)1-6/+5
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)1-12/+5
2019-04-03locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long1-6/+0
2019-04-03locking/rwsem: Remove arch specific rwsem filesWaiman Long1-1/+0
2019-04-03s390/tlb: Convert to generic mmu_gatherMartin Schwidefsky3-151/+42
2019-04-03asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZEPeter Zijlstra1-3/+1
2019-03-29s390/cpum_cf: Add support for CPU-MF SVN 6Thomas Richter2-38/+84