aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-1/+1
2019-10-26Merge tag 'for-linus-5.4-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-0/+8
2019-10-25xen: issue deprecation warning for 32-bit pv guestJuergen Gross1-0/+8
2019-10-18x86: Use pr_warn instead of pr_warningKefeng Wang1-1/+1
2019-10-12Merge tag 'for-linus-5.4-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-3/+25
2019-10-07x86/xen: Return from panic notifierBoris Ostrovsky1-3/+25
2019-10-04Merge tag 'for-linus-5.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-13/+1
2019-10-02xen/efi: have a common runtime setup functionJuergen Gross1-15/+1
2019-10-01xen/efi: Set nonblocking callbacksRoss Lagerwall1-0/+2
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+0
2019-09-11xen: remove the exports for xen_{create,destroy}_contiguous_regionChristoph Hellwig1-2/+0
2019-07-22x86/paravirt: Drop {read,write}_cr8() hooksAndrew Cooper1-15/+0
2019-07-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-12/+22
2019-07-17x86/paravirt: Make read_cr2() CALLEE_SAVEPeter Zijlstra4-12/+22
2019-07-17xen/pv: Fix a boot up hang revealed by int3 self testZhenzhong Duan2-2/+1
2019-07-17x86/xen: Add "nopv" support for HVM guestZhenzhong Duan1-8/+35
2019-07-17x86/paravirt: Remove const mark from x86_hyper_xen_hvm variableZhenzhong Duan1-1/+1
2019-07-17xen: Map "xen_nopv" parameter to "nopv" and mark it obsoleteZhenzhong Duan1-6/+6
2019-07-17x86: Add "nopv" parameter to disable PV extensionsZhenzhong Duan1-0/+1
2019-07-17x86/xen: Mark xen_hvm_need_lapic() and xen_x2apic_para_available() as __initZhenzhong Duan1-2/+1
2019-07-17Revert "x86/paravirt: Set up the virt_spin_lock_key after static keys get initialized"Zhenzhong Duan1-4/+2
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-9/+1
2019-07-12mm/pgtable: drop pgtable_t variable from pte_fn_t functionsAnshuman Khandual1-2/+1
2019-07-10x86/asm: Move native_write_cr0/4() out of lineThomas Gleixner1-0/+1
2019-07-08Merge branch 'x86-topology-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2019-06-11x86/Kconfig: Add new X86_HV_CALLBACK_VECTOR config symbolZhao Yakui1-0/+1
2019-06-03x86: xen: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-9/+1
2019-05-23topology: Create core_cpus and die_cpus sysfs attributesLen Brown1-0/+1
2019-05-15Merge tag 'for-linus-5.2b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds5-13/+32
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-1/+1
2019-05-06Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2019-04-30x86/alternatives: Use temporary mm for text pokingNadav Amit1-2/+0
2019-04-25xen/pvh: correctly setup the PV EFI interface for dom0Roger Pau Monne4-10/+14
2019-04-25xen/pvh: set xen_domain_type to HVM in xen_pvh_initRoger Pau Monne1-0/+1
2019-04-23x86/xen: Add "xen_timer_slop" command line optionRyan Thibodeaux1-3/+17
2019-04-17x86/irq/64: Split the IRQ stack into its own pagesAndy Lutomirski1-5/+5
2019-04-17x86/irq/32: Handle irq stack allocation failure properThomas Gleixner1-1/+3
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus1-1/+1
2019-03-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+9
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport1-2/+9
2019-03-11Merge tag 'for-linus-5.1a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds2-7/+19
2019-03-08xen: fix dom0 boot on huge systemsJuergen Gross1-7/+6
2019-03-05mm: update ptep_modify_prot_start/commit to take vm_area_struct as argAneesh Kumar K.V2-6/+6
2019-02-18x86/xen: dont add memory above max allowed allocationJuergen Gross1-0/+13
2019-01-19Merge tag 'for-linus-5.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds2-7/+10
2019-01-16xen: Fix x86 sched_clock() interface for xenJuergen Gross1-3/+9
2019-01-14always clear the X2APIC_ENABLE bit for PV guestTalons Lee1-4/+1
2018-12-26Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2018-12-26Merge tag 'for-linus-4.21-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds5-255/+21
2018-12-17kprobes/x86/xen: blacklist non-attachable xen interrupt functionsAndrea Righi1-0/+2