summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | KVM: s390: pv: module parameter to fence asynchronous destroyClaudio Imbrenda2022-11-231-1/+7
| | * | | | | KVM: s390: pv: support for Destroy fast UVCClaudio Imbrenda2022-11-232-8/+63
| | * | | | | KVM: s390: pv: avoid export before import if possibleClaudio Imbrenda2022-11-231-0/+7
| | * | | | | KVM: s390: pv: add KVM_CAP_S390_PROTECTED_ASYNC_DISABLEClaudio Imbrenda2022-11-231-0/+3
| | * | | | | KVM: s390: pv: asynchronous destroy for rebootClaudio Imbrenda2022-11-234-18/+331
| | * | | | | s390/mm: fix virtual-physical address confusion for swiotlbNico Boehr2022-11-072-8/+8
| | * | | | | KVM: s390: VSIE: sort out virtual/physical address in pin_guest_pageNico Boehr2022-10-261-2/+2
| | * | | | | KVM: s390: pv: sort out physical vs virtual pointers usageNico Boehr2022-10-261-4/+5
| | * | | | | KVM: s390: sida: sort out physical vs virtual pointers usageNico Boehr2022-10-265-15/+15
| | * | | | | KVM: s390: sort out physical vs virtual pointers usageNico Boehr2022-10-264-22/+30
| | * | | | | s390/entry: sort out physical vs virtual pointers usage in sie64aNico Boehr2022-10-264-12/+24
| | * | | | | s390/mm: gmap: sort out physical vs virtual pointers usageNico Boehr2022-10-261-71/+76
| | | |_|_|/ | | |/| | |
| * | | | | KVM: replace direct irq.h inclusionPaolo Bonzini2022-11-092-19/+5
* | | | | | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-133-8/+10
|\ \ \ \ \ \
| * | | | | | s390/mm: use pmd_pgtable_page() helper in __gmap_segment_gaddr()Anshuman Khandual2022-11-301-3/+2
| * | | | | | mm: delay page_remove_rmap() until after the TLB has been flushedLinus Torvalds2022-11-301-0/+3
| * | | | | | mm: mmu_gather: prepare to gather encoded page pointers with flagsLinus Torvalds2022-11-301-3/+5
| * | | | | | Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2022-11-301-0/+1
| |\ \ \ \ \ \
| * | | | | | | mm: remove kern_addr_valid() completelyKefeng Wang2022-11-081-2/+0
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2022-12-122-2/+2
|\ \ \ \ \ \ \
| * | | | | | | use less confusing names for iov_iter direction initializersAl Viro2022-11-252-2/+2
| * | | | | | | [s390] memcpy_real(): WRITE is "data source", not destination...Al Viro2022-11-251-1/+1
| * | | | | | | [s390] copy_oldmem_kernel() - WRITE is "data source", not destinationAl Viro2022-11-251-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-125-7/+2
|\ \ \ \ \ \ \
| * | | | | | | random: use random.trust_{bootloader,cpu} command line option onlyJason A. Donenfeld2022-11-183-5/+0
| * | | | | | | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-182-2/+2
* | | | | | | | Merge tag 'perf-core-2022-12-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-122-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | perf: Rewrite core context handlingPeter Zijlstra2022-10-272-2/+2
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge tag 'timers-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-12-121-20/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | vdso/timens: Refactor copy-pasted find_timens_vvar_page() helper into one copyJann Horn2022-12-011-20/+0
| |/ / / / / / /
* | | | | | | | Merge tag 's390-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2022-12-1228-1037/+1309
|\ \ \ \ \ \ \ \
| * | | | | | | | s390/nmi: get rid of private slab cacheHeiko Carstens2022-12-061-31/+9
| * | | | | | | | s390/nmi: move storage error checking back to C, enter with DAT onHeiko Carstens2022-12-063-32/+21
| * | | | | | | | s390/nmi: print machine check interruption code before stopping systemHeiko Carstens2022-12-061-0/+52
| * | | | | | | | s390/sclp: introduce sclp_emergency_printk()Heiko Carstens2022-12-061-0/+1
| * | | | | | | | s390/sclp: keep sclp_early_sccbHeiko Carstens2022-12-061-3/+0
| * | | | | | | | s390/nmi: rework register validation handlingHeiko Carstens2022-12-061-54/+10
| * | | | | | | | s390/nmi: use vector instruction macros instead of byte patternsHeiko Carstens2022-12-061-5/+4
| * | | | | | | | s390/vx: add vx-insn.h wrapper include fileHeiko Carstens2022-12-063-667/+688
| * | | | | | | | s390/ipl: use octal values instead of S_* macrosSven Schnelle2022-12-061-36/+30
| * | | | | | | | s390/ipl: add eckd dump supportSven Schnelle2022-12-064-1/+77
| * | | | | | | | s390/ipl: add eckd supportSven Schnelle2022-12-065-0/+326
| * | | | | | | | s390/checksum: support GENERIC_CSUM, enable it for KASANHeiko Carstens2022-12-022-0/+11
| * | | | | | | | s390/appldata: remove power management callbacksHeiko Carstens2022-12-021-111/+2
| * | | | | | | | s390/kprobes: define insn cache ops within private header fileHeiko Carstens2022-11-232-2/+10
| * | | | | | | | s390/mm: remove unused get_page_state() functionHeiko Carstens2022-11-231-11/+0
| * | | | | | | | s390/hypfs: remove unused info_blk_hdr__pcpus() functionHeiko Carstens2022-11-231-8/+0
| * | | | | | | | s390/debug: remove function type castHeiko Carstens2022-11-231-3/+4
| * | | | | | | | s390/pci: Use irq_data_get_msi_desc()Thomas Gleixner2022-11-231-1/+1
| * | | | | | | | s390/ipl: Use kstrtobool() instead of strtobool()Christophe JAILLET2022-11-231-3/+4