summaryrefslogtreecommitdiff
path: root/include/linux/hypervisor.h
AgeCommit message (Expand)Author
2022-07-22PCI: Extend isolated function probing to s390Niklas Schnelle
2018-03-08jailhouse: Provide detection for non-x86 systemsJan Kiszka
2017-11-10x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform' a...Juergen Gross
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-09-05virt, sched: Add generic vCPU pinning supportJuergen Gross
ernel.org/pub/scm/linux/...Linus Torvalds 2023-08-24s390: implement the new page table range APIMatthew Wilcox (Oracle) 2023-07-24s390/mm: get rid of VMEM_MAX_PHYS macroAlexander Gordeev 2023-07-11mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe 2023-05-17procfs: consolidate arch_report_meminfo declarationArnd Bergmann 2023-04-30Merge tag 's390-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds 2023-04-13s390/mm: fix direct map accountingHeiko Carstens 2023-03-28mm: add PTE pointer parameter to flush_tlb_fix_spurious_fault()Gerald Schaefer 2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds 2023-02-14s390/mm: add support for RDP (Reset DAT-Protection)Gerald Schaefer 2023-02-02mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand 2023-01-13s390/mm: start kernel with DAT enabledAlexander Gordeev 2023-01-13s390/pgtable: add REGION3_KERNEL_EXEC protectionAlexander Gordeev 2022-11-30Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton 2022-11-30mm: add dummy pmd_young() for architectures not having itJuergen Gross 2022-11-08mm: remove kern_addr_valid() completelyKefeng Wang 2022-09-14s390/mm: rework memcpy_real() to avoid DAT-off modeAlexander Gordeev 2022-09-14s390/smp: rework absolute lowcore accessAlexander Gordeev 2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds 2022-07-19s390/mm: KVM: pv: when tearing down, try to destroy protected pagesClaudio Imbrenda 2022-07-17s390/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual 2022-07-13KVM: s390: pv: usage counter instead of flagClaudio Imbrenda 2022-05-09s390/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand 2022-05-09s390/pgtable: cleanup description of swp pte layoutDavid Hildenbrand 2022-03-10s390: convert ".insn" encoding to instruction namesVasily Gorbik 2022-03-01s390/mm,pgtable: don't use pte_val()/pXd_val() as lvalueHeiko Carstens 2022-03-01s390/mm: use set_pXd()/set_pte() helper functions everywhereHeiko Carstens 2022-03-01s390/mm: add set_pte_bit()/clear_pte_bit() helper functionsHeiko Carstens 2022-03-01s390/mm: add set_pXd()/set_pte() helper functionsHeiko Carstens 2021-11-06Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds 2021-10-27KVM: s390: pv: properly handle page flags for protected guestsClaudio Imbrenda 2021-10-26s390/pgtable: use physical address for Page-Table OriginAlexander Gordeev 2021-07-27s390/mm: don't print hashed values for pte_ERROR() & friendsHeiko Carstens 2021-07-27s390/mm: use pr_err() instead of printk() for pte_ERROR & friendsHeiko Carstens 2021-07-04Merge tag 's390-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds 2021-07-01mm/thp: define default pmd_pgtable()Anshuman Khandual 2021-07-01mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual 2021-06-29mm: define default MAX_PTRS_PER_* in include/pgtable.hDaniel Axtens 2021-06-18s390/pgtable: use register pair instead of register asmHeiko Carstens 2021-06-18s390: setup kernel memory layout earlyVasily Gorbik 2021-06-07s390: enable HAVE_IOREMAP_PROTNiklas Schnelle 2021-02-24s390/mm: fix invalid __pa() usage in pfn_pXd() macrosAlexander Gordeev 2021-02-24s390/mm: make pXd_deref() macros return a pointerAlexander Gordeev 2020-11-23s390/mm: use invalid asce instead of kernel asceHeiko Carstens 2020-11-09s390/mm: extend default vmalloc area size to 512GBHeiko Carstens 2020-11-03s390/mm: make pmd/pud_deref() large page awareGerald Schaefer