summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-12-181-23/+36
|\
| * s390/bpf: Fix indirect trampoline generationAlexei Starovoitov2023-12-181-1/+2
| * bpf: Add arch_bpf_trampoline_size()Song Liu2023-12-061-22/+34
* | Merge tag 'kvm-s390-master-6.7-1' of https://git.kernel.org/pub/scm/linux/ker...Paolo Bonzini2023-12-082-5/+1
|\ \ | |/ |/|
| * KVM: s390/mm: Properly reset no-datClaudio Imbrenda2023-11-141-1/+1
| * KVM: s390: vsie: fix wrong VIR 37 when MSO is usedClaudio Imbrenda2023-11-141-4/+0
* | s390: remove odd commentHeiko Carstens2023-11-221-1/+0
* | s390/ipl: add missing IPL_TYPE_ECKD_DUMP case to ipl_init()Mikhail Zaslonko2023-11-221-0/+1
* | s390/pai: cleanup event initializationThomas Richter2023-11-222-7/+5
|/
* kprobes: unify kprobes_exceptions_nofify() prototypesArnd Bergmann2023-11-101-2/+0
* Merge tag 'iommu-updates-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-11-0910-914/+57
|\
| *-. Merge branches 'iommu/fixes', 'arm/tegra', 'arm/smmu', 'virtio', 'x86/vt-d', ...Joerg Roedel2023-10-2710-914/+57
| |\ \
| | | * s390/pci: Fix reset of IOMMU software countersNiklas Schnelle2023-10-052-7/+10
| | | * s390/pci: Use dma-iommu layerNiklas Schnelle2023-10-0210-892/+36
| | | * s390/pci: prepare is_passed_through() for dma-iommuNiklas Schnelle2023-10-021-4/+11
| | |/
* | | Merge tag 's390-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-11-0820-497/+266
|\ \ \
| * | | s390/mm: make pte_free_tlb() similar to pXd_free_tlb()Alexander Gordeev2023-11-053-13/+3
| * | | s390/mm: use compound page order to distinguish page tablesAlexander Gordeev2023-11-051-9/+4
| * | | s390/mm: use full 4KB page for 2KB PTEAlexander Gordeev2023-11-054-262/+31
| * | | s390/cmma: rework no-dat handlingHeiko Carstens2023-11-055-131/+21
| * | | s390/cmma: move arch_set_page_dat() to header fileHeiko Carstens2023-11-056-16/+28
| * | | s390/cmma: move set_page_stable() and friends to header fileHeiko Carstens2023-11-052-42/+43
| * | | s390/cmma: move parsing of cmma kernel parameter to early boot codeHeiko Carstens2023-11-057-42/+58
| * | | s390/cmma: cleanup inline assembliesHeiko Carstens2023-11-051-22/+26
| * | | s390: add USER_STACKTRACE supportHeiko Carstens2023-11-052-0/+44
| * | | s390/perf: implement perf_callchain_user()Heiko Carstens2023-11-052-0/+48
| * | | s390/mm: add missing conversion to use ptdescsAlexander Gordeev2023-11-052-3/+3
* | | | Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-11-043-23/+3
|\ \ \ \ | |/ / / |/| | |
| * | | kbuild: unify vdso_install rulesMasahiro Yamada2023-10-283-23/+3
* | | | Merge tag 's390-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-11-0349-801/+993
|\ \ \ \
| * | | | s390: delete the unused store_prefix() functionIlya Leoshkevich2023-10-251-8/+0
| * | | | s390/cmma: fix handling of swapper_pg_dir and invalid_pg_dirHeiko Carstens2023-10-251-0/+6
| * | | | s390/cmma: fix detection of DAT pagesHeiko Carstens2023-10-251-3/+3
| * | | | s390/pai_crypto: remove per-cpu variable assignement in event initializationThomas Richter2023-10-251-1/+0
| * | | | s390/pai: initialize event count once at initializationThomas Richter2023-10-252-2/+0
| * | | | s390/pai_crypto: use PERF_ATTACH_TASK define for per task detectionThomas Richter2023-10-252-2/+2
| * | | | s390/mm: add missing arch_set_page_dat() call to gmap allocationsHeiko Carstens2023-10-252-6/+19
| * | | | s390/mm: add missing arch_set_page_dat() call to vmem_crst_alloc()Heiko Carstens2023-10-231-2/+6
| * | | | s390/cmma: fix initial kernel address space page table walkHeiko Carstens2023-10-231-3/+10
| * | | | s390/diag: add missing virt_to_phys() translation to diag224()Heiko Carstens2023-10-231-1/+2
| * | | | s390/mm,fault: move VM_FAULT_ERROR handling to do_exception()Heiko Carstens2023-10-231-47/+34
| * | | | s390/mm,fault: remove VM_FAULT_BADMAP and VM_FAULT_BADACCESSHeiko Carstens2023-10-231-85/+51
| * | | | s390/mm,fault: remove VM_FAULT_SIGNALHeiko Carstens2023-10-231-10/+7
| * | | | s390/mm,fault: remove VM_FAULT_BADCONTEXTHeiko Carstens2023-10-231-8/+16
| * | | | s390/mm,fault: simplify kfence fault handlingHeiko Carstens2023-10-231-8/+8
| * | | | s390/mm,fault: call do_fault_error() only from do_exception()Heiko Carstens2023-10-231-19/+8
| * | | | s390/mm,fault: get rid of do_low_address()Heiko Carstens2023-10-231-16/+9
| * | | | s390/mm,fault: remove VM_FAULT_PFAULTHeiko Carstens2023-10-231-3/+1
| * | | | s390/mm,fault: use get_kernel_nofault() to dereference in dump_pagetable()Heiko Carstens2023-10-231-26/+19
| * | | | s390/mm,fault: improve readability by using teid unionHeiko Carstens2023-10-231-26/+23