summaryrefslogtreecommitdiff
path: root/arch/s390/include/asm
AgeCommit message (Expand)AuthorFilesLines
4 daysrandomize_kstack: Remove non-functional per-arch entropy filteringKees Cook1-1/+1
2024-05-21Merge tag 's390-6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds6-26/+126
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-4/+7
2024-05-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-0/+15
2024-05-16s390/cpacf: Make use of invalid opcode produce a link errorHarald Freudenberger1-2/+10
2024-05-16s390/cpacf: Split and rework cpacf query functionsHarald Freudenberger1-20/+81
2024-05-14s390/alternatives: Convert runtime sanity check into compile time checkHeiko Carstens2-0/+2
2024-05-14Merge tag 'timers-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-5/+2
2024-05-14s390: Mark psw in __load_psw_mask() as __unitializedSven Schnelle1-1/+1
2024-05-14s390/idle: Rewrite psw_idle() in CSven Schnelle1-0/+14
2024-05-14s390/stackstrace: Detect vdso stack framesHeiko Carstens1-0/+1
2024-05-14s390/vdso: Introduce and use struct stack_frame_vdso_wrapperHeiko Carstens1-0/+5
2024-05-14s390/stacktrace: Merge perf_callchain_user() and arch_stack_walk_user()Heiko Carstens1-0/+7
2024-05-14s390/pgtable: Add missing hardware bits for puds, pmdsClaudio Imbrenda1-3/+5
2024-05-14s390/pgtable: Switch read and write softbits for pudsClaudio Imbrenda1-2/+2
2024-05-14Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+0
2024-05-13Merge tag 's390-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds15-58/+163
2024-05-07mm: fix race between __split_huge_pmd_locked() and GUP-fastRyan Roberts1-1/+3
2024-05-05Revert "s390: Relocate vmlinux ELF data to virtual address space"Alexander Gordeev1-2/+2
2024-05-02Merge branch 'shared-zeropage' into featuresAlexander Gordeev4-4/+20
2024-05-01s390: Relocate vmlinux ELF data to virtual address spaceAlexander Gordeev1-2/+2
2024-04-29s390/ftrace: Use unwinder instead of __builtin_return_address()Sven Schnelle1-6/+2
2024-04-29s390/os_info: Fix array size in struct os_infoSven Schnelle1-2/+3
2024-04-26s390/vdso: Add CFI for RA register to asm macro vdso_funcJens Remus1-0/+1
2024-04-26mm/arch: provide pud_pfn() fallbackPeter Xu1-0/+1
2024-04-26mm: convert arch_clear_hugepage_flags to take a folioMatthew Wilcox (Oracle)1-3/+3
2024-04-22s390: Stop using weak symbols for __iowrite64_copy()Jason Gunthorpe1-0/+7
2024-04-22s390: Implement __iowrite32_copy()Jason Gunthorpe1-0/+8
2024-04-18s390/mm: Re-enable the shared zeropage for !PV and !skeys KVM guestsDavid Hildenbrand4-4/+20
2024-04-17s390/expoline: Make modules use kernel expolinesVasily Gorbik3-6/+28
2024-04-17s390/boot: Do not rescue .vmlinux.relocs sectionAlexander Gordeev1-1/+0
2024-04-17s390/boot: Rework deployment of the kernel imageAlexander Gordeev1-0/+3
2024-04-17s390: Map kernel at fixed location when KASLR is disabledAlexander Gordeev1-0/+4
2024-04-17s390/mm: Uncouple physical vs virtual address spacesAlexander Gordeev2-4/+16
2024-04-17s390/crash: Use old os_info to create PT_LOAD headersAlexander Gordeev1-0/+3
2024-04-17s390/os_info: Store virtual memory layoutAlexander Gordeev1-2/+8
2024-04-17s390/os_info: Introduce value entriesAlexander Gordeev1-4/+15
2024-04-17s390/boot: Make .amode31 section address range explicitAlexander Gordeev1-0/+3
2024-04-17s390/boot: Make identity mapping base address explicitAlexander Gordeev1-2/+4
2024-04-17s390/boot: Uncouple virtual and physical kernel offsetsAlexander Gordeev1-0/+2
2024-04-17s390/mm: Create virtual memory layout structureAlexander Gordeev1-1/+10
2024-04-17s390/mm: Move KASLR related to <asm/page.h>Alexander Gordeev2-14/+14
2024-04-17s390/boot: Consider DCSS segments on memory layout setupAlexander Gordeev1-0/+7
2024-04-17s390/vtime: Remove unused __ARCH_HAS_VTIME_TASK_SWITCH leftoverAlexander Gordeev1-2/+0
2024-04-09s390/chsc: use notifier for AP configuration changesHolger Dengler2-11/+15
2024-04-09s390/ap: use static qci informationHolger Dengler1-7/+12
2024-04-08vdso: Consolidate vdso_calc_delta()Adrian Hunter1-5/+2
2024-04-03s390/preempt: mark all functions __always_inlineIlya Leoshkevich1-18/+18
2024-04-03s390/atomic: mark all functions __always_inlineIlya Leoshkevich2-33/+33
2024-03-19Merge tag 's390-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds11-107/+260