aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390
AgeCommit message (Expand)Author
2019-09-16KVM: s390: fix memory slot handling for KVM_SET_USER_MEMORY_REGIONChristian Borntraeger
2019-09-16s390/kasan: fix strncpy_from_user kasan checksVasily Gorbik
2019-09-12s390/mm: fix address space detection in exception handlingGerald Schaefer
2019-09-12s390/crypto: fix possible sleep during spinlock aquiredHarald Freudenberger
2019-09-12s390/crypto: fix gcm-aes-s390 selftest failuresHarald Freudenberger
2019-08-02s390/kexec_file: Fix detection of text segment in ELF loaderPhilipp Rudo
2019-05-23s390: limit brk randomization to 32MBMartin Schwidefsky
2019-05-14s390/speculation: Support 'mitigations=' cmdline optionJosh Poimboeuf
2019-04-12perf/aux: Make perf_event accessible to setup_aux()Mathieu Poirier
2019-03-26s390/setup: fix boot crash for machine without EDAT-1Martin Schwidefsky
2019-03-26KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson
2019-03-26s390/setup: fix early warning messagesMartin Schwidefsky
2019-03-01s390/zcrypt: improve special ap message cmd handlingHarald Freudenberger
2019-02-19s390/smp: fix CPU hotplug deadlock with CPU rescanGerald Schaefer
2019-02-19s390/early: improve machine detectionChristian Borntraeger
2019-02-19s390/mm: always force a load of the primary ASCE on context switchMartin Schwidefsky
2019-01-12s390/pci: fix sleeping in atomic during hotplugSebastian Ott
2018-12-30s390/cpum_cf: Reject request for sampling in event initializationThomas Richter
2018-12-15s390/function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)
2018-12-04s390/perf: Change CPUM_CF return code in event init functionThomas Richter
2018-12-04s390/mm: Fix ERROR: "__node_distance" undefined!Justin M. Forbes
2018-12-04s390/mm: fix mis-accounting of pgtable_bytesMartin Schwidefsky
2018-11-13crypto: speck - remove SpeckJason A. Donenfeld
2018-11-13s390/sthyi: Fix machine name validity indicationJanosch Frank
2018-10-03s390/extmem: fix gcc 8 stringop-overflow warningVasily Gorbik
2018-10-03s390/sysinfo: add missing #ifdef CONFIG_PROC_FSHeiko Carstens
2018-10-03s390/mm: correct allocate_pgste proc_handler callbackVasily Gorbik
2018-09-26s390/crypto: Fix return code checking in cbc_paes_crypt()Ingo Franzki
2018-09-19KVM: s390: vsie: copy wrapping keys to right placePierre Morel
2018-09-15s390/kdump: Fix memleak in nt_vmcoreinfoPhilipp Rudo
2018-09-05s390/purgatory: Add missing FORCE to Makefile targetsPhilipp Rudo
2018-09-05s390/purgatory: Fix crash with expoline enabledPhilipp Rudo
2018-09-05s390/pci: fix out of bounds access during irq setupSebastian Ott
2018-09-05s390/numa: move initial setup of node_to_cpumask_mapMartin Schwidefsky
2018-09-05s390/qdio: reset old sbal_state flagsJulian Wiedmann
2018-09-05s390: fix br_r1_trampoline for machines without exrlMartin Schwidefsky
2018-09-05s390/lib: use expoline for all bcr instructionsMartin Schwidefsky
2018-09-05s390/mm: fix addressing exception after suspend/resumeGerald Schaefer
2018-09-05s390/kvm: fix deadlock when killed by oomClaudio Imbrenda
2018-08-10lib/ubsan: remove null-pointer checksAndrey Ryabinin
2018-07-24s390: disable gcc pluginsMartin Schwidefsky
2018-07-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2018-07-04s390: wire up rseq system callHeiko Carstens
2018-07-04s390: wire up io_pgetevents system callHeiko Carstens
2018-07-02s390/mm: fix refcount usage for 4K pgsteEric Farman
2018-06-29bpf, s390: fix potential memleak when later bpf_jit_prog failsDaniel Borkmann
2018-06-25s390: Correct register corruption in critical section cleanupChristian Borntraeger
2018-06-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook