summaryrefslogtreecommitdiff
path: root/arch/s390/kernel
AgeCommit message (Expand)Author
2023-01-17s390: workaround invalid gcc-11 out of bounds read warningHeiko Carstens
2023-01-11s390/cpum_sf: add READ_ONCE() semantics to compare and swap loopsHeiko Carstens
2023-01-10s390/kexec: fix ipl report address for kdumpAlexander Egorenkov
2023-01-06s390: define RUNTIME_DISCARD_EXIT to fix link error with GNU ld < 2.36Masahiro Yamada
2023-01-06s390: expicitly align _edata and _end symbols on page boundaryAlexander Gordeev
2022-12-20random: do not include <asm/archrandom.h> from random.hJason A. Donenfeld
2022-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-12-12Merge tag 'perf-core-2022-12-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-12-12Merge tag 'timers-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-12-12Merge tag 's390-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2022-12-06s390/nmi: get rid of private slab cacheHeiko Carstens
2022-12-06s390/nmi: move storage error checking back to C, enter with DAT onHeiko Carstens
2022-12-06s390/nmi: print machine check interruption code before stopping systemHeiko Carstens
2022-12-06s390/nmi: rework register validation handlingHeiko Carstens
2022-12-06s390/nmi: use vector instruction macros instead of byte patternsHeiko Carstens
2022-12-06s390/vx: add vx-insn.h wrapper include fileHeiko Carstens
2022-12-06s390/ipl: use octal values instead of S_* macrosSven Schnelle
2022-12-06s390/ipl: add eckd dump supportSven Schnelle
2022-12-06s390/ipl: add eckd supportSven Schnelle
2022-12-01vdso/timens: Refactor copy-pasted find_timens_vvar_page() helper into one copyJann Horn
2022-11-28Merge tag 'kvm-s390-next-6.2-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-11-25[s390] copy_oldmem_kernel() - WRITE is "data source", not destinationAl Viro
2022-11-24s390/crashdump: fix TOD programmable field sizeHeiko Carstens
2022-11-23s390/kprobes: define insn cache ops within private header fileHeiko Carstens
2022-11-23s390/debug: remove function type castHeiko Carstens
2022-11-23s390/ipl: Use kstrtobool() instead of strtobool()Christophe JAILLET
2022-11-23KVM: s390: pv: avoid export before import if possibleClaudio Imbrenda
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-10-27perf: Rewrite core context handlingPeter Zijlstra
2022-10-26s390/pai: fix raw data collection for PMU pai_extThomas Richter
2022-10-26s390/pai: rename structure member users to active_eventsThomas Richter
2022-10-26s390/pai: rework pai_crypto mapped buffer reference countThomas Richter
2022-10-26s390/pai: move enum definition to header fileThomas Richter
2022-10-26s390/entry: sort out physical vs virtual pointers usage in sie64aNico Boehr
2022-10-11treewide: use get_random_{u8,u16}() when possible, part 2Jason A. Donenfeld
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2022-10-10Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada
2022-09-29Merge branch 'v6.0-rc7'Peter Zijlstra
2022-09-27perf: Use sample_flags for raw_dataNamhyung Kim
2022-09-26s390: remove vma linked list walksMatthew Wilcox (Oracle)
2022-09-16s390/pai: Add support for PAI Extension 1 NNPA countersThomas Richter
2022-09-14s390/mm: uninline copy_oldmem_kernel() functionAlexander Gordeev
2022-09-14s390/mm: rework memcpy_real() to avoid DAT-off modeAlexander Gordeev
2022-09-14s390/dump: save IPL CPU registers once DAT is availableAlexander Gordeev