aboutsummaryrefslogtreecommitdiff
path: root/arch/s390/include
AgeCommit message (Expand)AuthorFilesLines
2024-10-28asm-generic: provide generic page_to_phys and phys_to_page implementationsChristoph Hellwig1-2/+0
2024-10-25s390/kdump: Provide is_kdump_kernel() implementationDavid Hildenbrand1-0/+3
2024-10-25s390/pageattr: Implement missing kernel_page_present()Heiko Carstens1-0/+1
2024-10-25s390: Fix various typosHeiko Carstens1-1/+1
2024-10-18Merge tag 's390-6.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-0/+1
2024-10-16s390/pci: Align prototypes of zpci IO memcpy functionsJulian Vetter1-3/+3
2024-10-16s390: Initialize psw mask in perf_arch_fetch_caller_regs()Heiko Carstens1-0/+1
2024-10-16s390: Remove remaining _PAGE_* macrosVincenzo Frascino2-4/+1
2024-10-16vdso: Introduce vdso/page.hVincenzo Frascino1-8/+5
2024-10-15s390/vdso: Remove timekeeper includesThomas Weißschuh1-5/+0
2024-10-15ftrace: Consolidate ftrace_regs accessor functions for archs using pt_regsSteven Rostedt1-25/+1
2024-10-15iommu/s390: Implement blocking domainMatthew Rosato1-2/+2
2024-10-10ftrace: Make ftrace_regs abstract from direct useSteven Rostedt1-10/+13
2024-10-10s390/pci: Expose FIDPARM attribute in sysfsNiklas Schnelle2-2/+4
2024-10-10s390/facilities: Fix warning about shadow of global variableGerd Bayer1-9/+9
2024-10-10s390/pci: Use topology ID for multi-function devicesNiklas Schnelle2-6/+11
2024-10-10s390/pci: Sort PCI functions prior to creating virtual bussesNiklas Schnelle1-1/+4
2024-10-09fs/proc/kcore.c: allow translation of physical memory addressesAlexander Gordeev1-0/+2
2024-09-23Merge tag 'pci-v6.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+8
2024-09-21Merge tag 's390-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds22-104/+336
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-19/+2
2024-09-17mm: always define pxx_pgprot()Peter Xu1-0/+1
2024-09-13s390/vdso: Wire up getrandom() vdso implementationHeiko Carstens3-0/+77
2024-09-13s390/vdso: Move vdso symbol handling to separate header fileHeiko Carstens2-12/+17
2024-09-13s390/module: Provide find_section() helperHeiko Carstens1-0/+14
2024-09-13s390/facility: Let test_facility() generate static branch if possibleHeiko Carstens1-8/+29
2024-09-13s390/alternatives: Remove ALT_FACILITY_EARLYHeiko Carstens1-5/+1
2024-09-13s390/facility: Disable compile time optimization for decompressor codeHeiko Carstens1-2/+4
2024-09-12s390/crypto: Add Support for Query Authentication InformationFinn Callies1-1/+30
2024-09-12s390/crypto: Rework RRE and RRF CPACF inline functionsFinn Callies1-33/+41
2024-09-12s390/crypto: Add KDSA CPACF InstructionFinn Callies1-0/+23
2024-09-07s390: Use MARCH_HAS_*_FEATURES definesHeiko Carstens5-17/+23
2024-09-07s390: Provide MARCH_HAS_*_FEATURES definesHeiko Carstens1-0/+38
2024-09-07s390/facility: Disable compile time optimization for decompressor codeHeiko Carstens1-2/+4
2024-09-05s390/pkey: Add AES xts and HMAC clear key token supportHarald Freudenberger1-0/+4
2024-09-05s390/cpacf: Add MSA 10 and 11 new PCKMO functionsHarald Freudenberger1-12/+16
2024-09-03arch, mm: move definition of node_data to generic codeMike Rapoport (Microsoft)2-17/+1
2024-09-01s390/uv: drop arch_make_page_accessible()David Hildenbrand1-2/+0
2024-08-29s390/hiperdispatch: Add trace eventsMete Durlu1-0/+58
2024-08-29s390/hiperdispatch: Introduce hiperdispatchMete Durlu1-0/+14
2024-08-29s390/smp: Add cpu capacitiesMete Durlu3-0/+8
2024-08-29s390/wti: Introduce infrastructure for warning track interruptTobias Huschle4-2/+15
2024-08-29s390/setup: Recognize sequential instruction fetching facilityVasily Gorbik1-0/+2
2024-08-29s390/entry: Unify save_area_sync and save_area_asyncSven Schnelle1-2/+2
2024-08-29s390/sha3: Support sha3 performance enhancementsJoerg Schmidbauer1-2/+10
2024-08-29s390/pkey: Introduce pkey base with handler registry and handler modulesHarald Freudenberger1-0/+1
2024-08-29s390/pkey: Rework and split PKEY kernel module codeHarald Freudenberger1-2/+2
2024-08-29s390/crypto: Add hardware acceleration for HMAC modesHolger Dengler1-8/+29
2024-08-29s390/crypto: Add hardware acceleration for full AES-XTS modeHolger Dengler1-0/+2
2024-08-27s390/ftrace: Avoid calling unwinder in ftrace_return_address()Vasily Gorbik1-1/+16