summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
...
| * | s390/ipl: add helper functions to create an IPL reportMartin Schwidefsky2019-04-262-0/+161
| * | s390/ipl: read IPL report at early bootMartin Schwidefsky2019-04-267-11/+250
| * | s390/ipl: add definitions for the IPL report blockMartin Schwidefsky2019-04-261-1/+61
| * | s390/ipl: provide uapi header for list directed IPLMartin Schwidefsky2019-04-265-128/+161
| * | s390/ipl: make ipl_info less confusingMartin Schwidefsky2019-04-264-68/+66Star
| * | s390: report new CPU capabilitiesMartin Schwidefsky2019-04-253-1/+14
| * | s390/crypto: use TRNG for seeding/reseedingHarald Freudenberger2019-04-251-20/+47
| * | s390/crypto: rework generate_entropy function for pseudo random ddHarald Freudenberger2019-04-251-28/+58
| * | s390/mm: fix pxd_bad with folded page tablesMartin Schwidefsky2019-04-241-14/+19
| * | s390/kasan: fix strncpy_from_user kasan checksVasily Gorbik2019-04-241-0/+2
| * | s390/cpum_cf_diag: Add support for CPU-MF SVN 6Thomas-Mich Richter2019-04-231-2/+7
| * | s390/mm: convert to the generic get_user_pages_fast codeMartin Schwidefsky2019-04-234-292/+14Star
| * | s390/mm: make the pxd_offset functions more robustMartin Schwidefsky2019-04-232-45/+55
| * | s390: avoid __builtin_return_address(n) on clangArnd Bergmann2019-04-111-0/+5
| * | s390: Convert IS_ENABLED uses to __is_definedJoe Perches2019-04-113-7/+7
| * | s390: make chkbss work with clangArnd Bergmann2019-04-111-1/+2
| * | s390: make __load_psw_mask work with clangArnd Bergmann2019-04-111-3/+3
| * | s390: syscall_wrapper: avoid clang warningArnd Bergmann2019-04-111-2/+2
| * | s390: don't build vdso32 with clangArnd Bergmann2019-04-113-6/+9
| * | s390: remove -fno-strength-reduce flagArnd Bergmann2019-04-111-1/+1
| * | s390: fine-tune stack switch helperMartin Schwidefsky2019-04-111-9/+9
| * | s390/mm: silence compiler warning when compiling without CONFIG_PGSTEThomas Huth2019-04-101-0/+2
| * | s390/protvirt: block kernel command line alterationVasily Gorbik2019-04-101-1/+1
| * | s390/protvirt: add memory sharing for diag 308 set/storeVasily Gorbik2019-04-102-0/+12
| * | s390/uv: introduce guest side ultravisor codeVasily Gorbik2019-04-106-0/+175
| * | s390: introduce .boot.preserved.data section compile time validationVasily Gorbik2019-04-101-2/+2
| * | s390: move ipl block to .boot.preserved.data sectionVasily Gorbik2019-04-105-29/+16Star
| * | s390: introduce .boot.preserved.data sectionGerald Schaefer2019-04-106-0/+31
| * | s390/cpum_cf: Add support for CPU-MF SVN 6Thomas Richter2019-03-292-38/+84
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-062-7/+0Star
|\ \ \
| * \ \ Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2019-04-101-18/+10Star
| |\ \ \
| * | | | locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long2019-04-031-6/+0Star
| * | | | locking/rwsem: Remove arch specific rwsem filesWaiman Long2019-04-031-1/+0Star
| | |_|/ | |/| |
* | | | Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-05-061-6/+0Star
|\ \ \ \
| * | | | s390/stacktrace: Remove the pointless ULONG_MAX markerThomas Gleixner2019-04-141-6/+0Star
| | |/ / | |/| |
* | | | Merge branch 'core-speculation-for-linus' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-05-061-1/+2
|\ \ \ \
| * | | | s390/speculation: Support 'mitigations=' cmdline optionJosh Poimboeuf2019-04-171-1/+2
* | | | | Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-063-153/+42Star
|\ \ \ \ \
| * | | | | s390/tlb: Convert to generic mmu_gatherMartin Schwidefsky2019-04-033-151/+42Star
| * | | | | asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZEPeter Zijlstra2019-04-031-3/+1Star
| | |_|/ / | |/| | |
* | | | | Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds2019-04-231-0/+4
|\ \ \ \ \
| * | | | | arch: add pidfd and io_uring syscalls everywhereArnd Bergmann2019-04-151-0/+4
* | | | | | Merge tag 's390-5.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-04-183-6/+6
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | s390: correct some inline assembly constraintsVasily Gorbik2019-04-172-5/+5
| | |_|_|/ | |/| | |
| * | | | s390/mem_detect: Use IS_ENABLED(CONFIG_BLK_DEV_INITRD)Joe Perches2019-03-291-1/+1
| | |/ / | |/| |
* | | | syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)2019-04-051-6/+5Star
* | | | syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)2019-04-051-12/+5Star
|/ / /
* | | Merge tag 's390-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-03-286-48/+76
|\ \ \ | |/ / |/| |
| * | s390/cpumf: Fix warning from check_processor_idThomas Richter2019-03-281-6/+13
| * | zcrypt: handle AP Info notification from CHSC SEI commandTony Krowiak2019-03-111-0/+11