summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2022-11-11Merge tag 's390-6.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds9-77/+74
2022-11-10s390: select ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAPGerald Schaefer1-0/+1
2022-11-09KVM: replace direct irq.h inclusionPaolo Bonzini2-19/+5
2022-11-09mm: remove kern_addr_valid() completelyKefeng Wang1-2/+0
2022-11-08s390: always build relocatable kernelHeiko Carstens4-9/+5
2022-11-08s390/configs: add kasan.config addon config fileHeiko Carstens1-0/+3
2022-11-08s390/configs: move CONFIG_DEBUG_INFO_BTF into btf.config addon configHeiko Carstens4-3/+1
2022-11-07s390/mm: fix virtual-physical address confusion for swiotlbNico Boehr2-8/+8
2022-11-07KVM: s390: pci: Fix allocation size of aift kzdev elementsRafael Mendonca1-1/+1
2022-11-07KVM: s390: pv: don't allow userspace to set the clock under PVNico Boehr2-10/+17
2022-11-03iommu/s390: Get rid of s390_domain_deviceNiklas Schnelle1-0/+1
2022-11-03s390: update defconfigsHeiko Carstens2-65/+65
2022-10-27perf: Rewrite core context handlingPeter Zijlstra2-2/+2
2022-10-26s390/pai: fix raw data collection for PMU pai_extThomas Richter1-0/+1
2022-10-26s390/boot: add secure boot trailerPeter Oberparleiter1-2/+11
2022-10-26s390/pci: add missing EX_TABLE entries to __pcistg_mio_inuser()/__pcilg_mio_i...Heiko Carstens1-4/+4
2022-10-26s390/futex: add missing EX_TABLE entry to __futex_atomic_op()Heiko Carstens1-1/+2
2022-10-26s390/uaccess: add missing EX_TABLE entries to __clear_user()Heiko Carstens1-3/+3
2022-10-26s390/pai: rename structure member users to active_eventsThomas Richter1-6/+6
2022-10-26s390/pai: rework pai_crypto mapped buffer reference countThomas Richter1-22/+20
2022-10-26s390/pai: move enum definition to header fileThomas Richter2-9/+9
2022-10-26KVM: s390: VSIE: sort out virtual/physical address in pin_guest_pageNico Boehr1-2/+2
2022-10-26KVM: s390: pv: sort out physical vs virtual pointers usageNico Boehr1-4/+5
2022-10-26KVM: s390: sida: sort out physical vs virtual pointers usageNico Boehr5-15/+15
2022-10-26KVM: s390: sort out physical vs virtual pointers usageNico Boehr4-22/+30
2022-10-26s390/entry: sort out physical vs virtual pointers usage in sie64aNico Boehr4-12/+24
2022-10-26s390/mm: gmap: sort out physical vs virtual pointers usageNico Boehr1-71/+76
2022-10-21arch/s390: Add ARCH_HAS_NMI_SAFE_THIS_CPU_OPS Kconfig optionPaul E. McKenney1-0/+1
2022-10-17Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-4/+4
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+0
2022-10-12treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-10-12treewide: use get_random_{u8,u16}() when possible, part 2Jason A. Donenfeld1-1/+1
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2-2/+2
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-14/+8
2022-10-10Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-0/+135
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds3-4/+3
2022-10-10Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-0/+2
2022-10-09Merge tag 's390-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds30-249/+1161
2022-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+0
2022-10-08Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-76/+0
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds2-0/+19
2022-10-04instrumented.h: allow instrumenting both sides of copy_from_user()Alexander Potapenko1-1/+2
2022-10-02kbuild: remove head-y syntaxMasahiro Yamada1-2/+0
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada1-2/+2
2022-09-29Merge branch 'v6.0-rc7'Peter Zijlstra19-98/+146
2022-09-28kbuild: build init/built-in.a just onceMasahiro Yamada1-0/+1
2022-09-28s390/pci: remove unused bus_next field from struct zpci_devNiklas Schnelle1-1/+0
2022-09-28s390/cio: remove unused ccw_device_force_console() declarationGaosheng Cui1-1/+0
2022-09-27perf: Use sample_flags for raw_dataNamhyung Kim2-0/+2
2022-09-27s390: remove vma linked list walksMatthew Wilcox (Oracle)2-3/+6