1. aa70f06 s390: limit brk randomization to 32MB by Martin Schwidefsky · 6 years ago
  2. 5973596 s390/smp: Fix calling smp_call_ipl_cpu() from ipl CPU by David Hildenbrand · 6 years ago
  3. 7ed458f s390/smp: fix CPU hotplug deadlock with CPU rescan by Gerald Schaefer · 6 years ago
  4. 17eb3c3 s390/early: improve machine detection by Christian Borntraeger · 6 years ago
  5. 696c3ed s390/cpum_cf: Reject request for sampling in event initialization by Thomas Richter · 6 years ago
  6. 2188cf0 s390/mm: Check for valid vma before zapping in gmap_discard by Janosch Frank · 6 years ago
  7. 064cd45 s390/mm: Fix ERROR: "__node_distance" undefined! by Justin M. Forbes · 6 years ago
  8. 2636487 s390/vdso: add missing FORCE to build targets by Vasily Gorbik · 6 years ago
  9. fccb699 s390/sthyi: Fix machine name validity indication by Janosch Frank · 6 years ago
  10. dbf9a05 sched/cputime: Convert kcpustat to nsecs by Frederic Weisbecker · 8 years ago
  11. 2d81291 s390/extmem: fix gcc 8 stringop-overflow warning by Vasily Gorbik · 6 years ago
  12. 2f412c5 s390/mm: correct allocate_pgste proc_handler callback by Vasily Gorbik · 6 years ago
  13. 2fdd661 KVM: s390: vsie: copy wrapping keys to right place by Pierre Morel · 6 years ago
  14. 9e9792d s390/lib: use expoline for all bcr instructions by Martin Schwidefsky · 6 years ago
  15. 74bc618 s390/kdump: Fix memleak in nt_vmcoreinfo by Philipp Rudo · 6 years ago
  16. 664a64b s390/pci: fix out of bounds access during irq setup by Sebastian Ott · 6 years ago
  17. d519aab s390/numa: move initial setup of node_to_cpumask_map by Martin Schwidefsky · 6 years ago
  18. b9f66a2 s390/qdio: reset old sbal_state flags by Julian Wiedmann · 6 years ago
  19. 33a9081 s390: fix br_r1_trampoline for machines without exrl by Martin Schwidefsky · 6 years ago
  20. 1ad4098 s390/kvm: fix deadlock when killed by oom by Claudio Imbrenda · 6 years ago
  21. 36b0779 bpf, s390: fix potential memleak when later bpf_jit_prog fails by Daniel Borkmann · 6 years ago
  22. 67d64e1 perf: fix invalid bit in diagnostic entry by Thomas Richter · 6 years ago
  23. 157674a s390/cpum_sf: Add data entry sizes to sampling trailer entry by Thomas Richter · 6 years ago
  24. 0cab67a s390: Correct register corruption in critical section cleanup by Christian Borntraeger · 6 years ago
  25. fcc47be KVM: s390: vsie: fix < 8k check for the itdba by David Hildenbrand · 6 years ago
  26. 6089a72 s390: use expoline thunks in the BPF JIT by Martin Schwidefsky · 6 years ago
  27. 1ace5fc s390: extend expoline to BC instructions by Martin Schwidefsky · 6 years ago
  28. b004790 s390: move spectre sysfs attribute code by Martin Schwidefsky · 6 years ago
  29. b35421a s390/kernel: use expoline for indirect branches by Martin Schwidefsky · 6 years ago
  30. caa47e1 s390/ftrace: use expoline for indirect branches by Martin Schwidefsky · 6 years ago
  31. cba0d6c s390/lib: use expoline for indirect branches by Martin Schwidefsky · 6 years ago
  32. f37bfc0 s390/crc32-vx: use expoline for indirect branches by Martin Schwidefsky · 6 years ago
  33. 4a5c26d s390: move expoline assembler macros to a header by Martin Schwidefsky · 6 years ago
  34. 63257f2 s390: add assembler macros for CPU alternatives by Martin Schwidefsky · 6 years ago
  35. 633b4eb s390: remove indirect branch from do_softirq_own_stack by Martin Schwidefsky · 6 years ago
  36. a03e14f s390/cpum_sf: ensure sample frequency of perf event attributes is non-zero by Hendrik Brueckner · 6 years ago
  37. 81da9f8 futex: Remove duplicated code and fix undefined behaviour by Jiri Slaby · 7 years ago
  38. bce133a s390/facilites: use stfle_fac_list array size for MAX_FACILITY_BIT by Heiko Carstens · 8 years ago
  39. bed2d76 s390/uprobes: implement arch_uretprobe_is_alive() by Heiko Carstens · 6 years ago
  40. 037069f s390: correct module section names for expoline code revert by Martin Schwidefsky · 6 years ago
  41. 906cd97 s390: correct nospec auto detection init order by Martin Schwidefsky · 6 years ago
  42. fa90b9a s390: add sysfs attributes for spectre by Martin Schwidefsky · 6 years ago
  43. 4a51204 s390: report spectre mitigation via syslog by Martin Schwidefsky · 6 years ago
  44. 3e17958 s390: add automatic detection of the spectre defense by Martin Schwidefsky · 6 years ago
  45. 2afb4e9 s390: move nobp parameter functions to nospec-branch.c by Martin Schwidefsky · 6 years ago
  46. 7634817 s390/entry.S: fix spurious zeroing of r0 by Christian Borntraeger · 6 years ago
  47. 7ae60d0 s390: do not bypass BPENTER for interrupt system calls by Martin Schwidefsky · 6 years ago
  48. 49a48a0 s390: Replace IS_ENABLED(EXPOLINE_*) with IS_ENABLED(CONFIG_EXPOLINE_*) by Eugeniu Rosca · 6 years ago
  49. 2a0b0e1 KVM: s390: force bp isolation for VSIE by Christian Borntraeger · 6 years ago
  50. 24fbc4e s390: introduce execute-trampolines for branches by Martin Schwidefsky · 6 years ago
  51. a1f44e7 s390: run user space and KVM guests with modified branch prediction by Martin Schwidefsky · 6 years ago
  52. 07f65a8 s390: add options to change branch prediction behaviour for the kernel by Martin Schwidefsky · 6 years ago
  53. 46bd2c0 s390/alternative: use a copy of the facility bit mask by Martin Schwidefsky · 6 years ago
  54. 2dcf46a s390: add optimized array_index_mask_nospec by Martin Schwidefsky · 6 years ago
  55. c225feb s390: scrub registers on kernel entry and KVM exit by Martin Schwidefsky · 6 years ago
  56. 4d9c2b6 KVM: s390: wire up bpb feature by Christian Borntraeger · 6 years ago
  57. 420fd81 s390: enable CPU alternatives unconditionally by Heiko Carstens · 6 years ago
  58. d69aa5e s390: introduce CPU alternatives by Vasily Gorbik · 6 years ago
  59. f3ba3ea hypfs_kill_super(): deal with failed allocations by Al Viro · 6 years ago
  60. d6bcc21 s390/ipl: ensure loadparm valid flag is set by Vasily Gorbik · 6 years ago
  61. 26c18cb s390: move _text symbol to address higher than zero by Heiko Carstens · 7 years ago
  62. 58a1452 s390/topology: fix typo in early topology code by Heiko Carstens · 8 years ago
  63. 6687863 KVM: s390: fix memory overwrites when not using SCA entries by David Hildenbrand · 7 years ago
  64. b392a53 crypto: hash - annotate algorithms taking optional key by Eric Biggers · 7 years ago
  65. 15c5e60 s390: fix handling of -1 in set{,fs}[gu]id16 syscalls by Eugene Syromiatnikov · 7 years ago
  66. 79258d9 kernel: make groups_sort calling a responsibility group_info allocators by Thiago Rafael Becker · 7 years ago
  67. 47273f0 s390: always save and restore all registers on context switch by Heiko Carstens · 7 years ago
  68. ffb17c0 KVM: s390: Fix skey emulation permission check by Janosch Frank · 7 years ago
  69. bd6a705 s390: fix compat system call table by Heiko Carstens · 7 years ago
  70. 63074a7 s390/pci: do not require AIS facility by Christian Borntraeger · 7 years ago
  71. 232b47b s390/runtime instrumentation: simplify task exit handling by Heiko Carstens · 7 years ago
  72. 6c5bac3 s390/kbuild: enable modversions for symbols exported from asm by Heiko Carstens · 8 years ago
  73. 7160a44 s390/disassembler: increase show_code buffer size by Vasily Gorbik · 7 years ago
  74. 5380996 s390/disassembler: add missing end marker for e7 table by Heiko Carstens · 7 years ago
  75. 550435a s390/runtime instrumention: fix possible memory corruption by Heiko Carstens · 7 years ago
  76. c9d0db6 s390: fix transactional execution control register handling by Heiko Carstens · 7 years ago
  77. 31c8c49 security/keys: add CONFIG_KEYS_COMPAT to Kconfig by Bilal Amarni · 7 years ago
  78. 0ddb64c s390/topology: make "topology=off" parameter work by Heiko Carstens · 8 years ago
  79. c31f565 s390/crypto: Extend key length check for AES-XTS in fips mode. by Harald Freudenberger · 7 years ago
  80. aa7a7e9 s390/prng: Adjust generation of entropy to produce real 256 bits. by Harald Freudenberger · 7 years ago
  81. 75903d4 s390/mm: make pmdp_invalidate() do invalidation only by Gerald Schaefer · 7 years ago
  82. 22338c5 s390/mm: fix write access check in gup_huge_pmd() by Gerald Schaefer · 7 years ago
  83. de4360d s390/mm: fix race on mm->context.flush_mm by Martin Schwidefsky · 7 years ago
  84. 536ab63 s390/mm: fix local TLB flushing vs. detach of an mm address space by Martin Schwidefsky · 7 years ago
  85. 07886674 s390/mm: avoid empty zero pages for KVM guests to avoid postcopy hangs by Christian Borntraeger · 7 years ago
  86. cfb917a KVM: s390: sthyi: fix specification exception detection by Heiko Carstens · 7 years ago
  87. a745333 KVM: s390: sthyi: fix sthyi inline assembly by Heiko Carstens · 7 years ago
  88. 1b582a2 bpf, s390: fix jit branch offset related to ldimm64 by Daniel Borkmann · 7 years ago
  89. 8302e9d s390/syscalls: Fix out of bounds arguments access by Jiri Olsa · 7 years ago
  90. fbc877c s390: reduce ELF_ET_DYN_BASE by Kees Cook · 7 years ago
  91. 0e9867b s390/ctl_reg: make __ctl_load a full memory barrier by Heiko Carstens · 8 years ago
  92. df3a787 KVM: s390: gaccess: fix real-space designation asce handling for gmap shadows by Heiko Carstens · 7 years ago
  93. cfc0eb40 mm: larger stack guard gap, between vmas by Hugh Dickins · 7 years ago
  94. 8e1a400 s390/kvm: do not rely on the ILC on kvm host protection fauls by Christian Borntraeger · 7 years ago
  95. 768ae64 s390/cputime: fix incorrect system time by Martin Schwidefsky · 7 years ago
  96. 8c5157c s390/kdump: Add final note by Michael Holzheu · 8 years ago
  97. 3d42ca4 s390/mm: fix CMMA vs KSM vs others by Christian Borntraeger · 7 years ago
  98. 7b68273 s390/uaccess: get_user() should zero on failure (again) by Heiko Carstens · 8 years ago
  99. f493879 s390/decompressor: fix initrd corruption caused by bss clear by Marcelo Henrique Cerri · 8 years ago
  100. 9d89c20 KVM: s390: Fix guest migration for huge guests resulting in panic by Janosch Frank · 8 years ago