aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/xen
AgeCommit message (Expand)AuthorFilesLines
2019-07-08Merge branch 'x86-topology-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+1
2019-06-11x86/Kconfig: Add new X86_HV_CALLBACK_VECTOR config symbolGravatar Zhao Yakui 1-0/+1
2019-05-23topology: Create core_cpus and die_cpus sysfs attributesGravatar Len Brown 1-0/+1
2019-05-15Merge tag 'for-linus-5.2b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 5-13/+32
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-1/+1
2019-05-06Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+0
2019-04-30x86/alternatives: Use temporary mm for text pokingGravatar Nadav Amit 1-2/+0
2019-04-25xen/pvh: correctly setup the PV EFI interface for dom0Gravatar Roger Pau Monne 4-10/+14
2019-04-25xen/pvh: set xen_domain_type to HVM in xen_pvh_initGravatar Roger Pau Monne 1-0/+1
2019-04-23x86/xen: Add "xen_timer_slop" command line optionGravatar Ryan Thibodeaux 1-3/+17
2019-04-17x86/irq/64: Split the IRQ stack into its own pagesGravatar Andy Lutomirski 1-5/+5
2019-04-17x86/irq/32: Handle irq stack allocation failure properGravatar Thomas Gleixner 1-1/+3
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelyGravatar Sakari Ailus 1-1/+1
2019-03-12Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+9
2019-03-12treewide: add checks for the return value of memblock_alloc*()Gravatar Mike Rapoport 1-2/+9
2019-03-11Merge tag 'for-linus-5.1a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-7/+19
2019-03-08xen: fix dom0 boot on huge systemsGravatar Juergen Gross 1-7/+6
2019-03-05mm: update ptep_modify_prot_start/commit to take vm_area_struct as argGravatar Aneesh Kumar K.V 2-6/+6
2019-02-18x86/xen: dont add memory above max allowed allocationGravatar Juergen Gross 1-0/+13
2019-01-19Merge tag 'for-linus-5.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-7/+10
2019-01-16xen: Fix x86 sched_clock() interface for xenGravatar Juergen Gross 1-3/+9
2019-01-14always clear the X2APIC_ENABLE bit for PV guestGravatar Talons Lee 1-4/+1
2018-12-26Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2018-12-26Merge tag 'for-linus-4.21-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 5-255/+21
2018-12-17kprobes/x86/xen: blacklist non-attachable xen interrupt functionsGravatar Andrea Righi 1-0/+2
2018-12-13xen/pvh: Move Xen code for getting mem map via hcall out of common fileGravatar Maran Wilson 1-0/+20
2018-12-13xen/pvh: Move Xen specific PVH VM initialization out of common fileGravatar Maran Wilson 1-1/+21
2018-12-13xen/pvh: Create a new file for Xen specific PVH codeGravatar Maran Wilson 2-0/+12
2018-12-13xen/pvh: Move PVH entry code out of Xen specific treeGravatar Maran Wilson 3-289/+0
2018-12-13xen/pvh: Split CONFIG_XEN_PVH into CONFIG_PVH and CONFIG_XEN_PVHGravatar Maran Wilson 1-1/+2
2018-12-11x86/mm: Fix guard hole handlingGravatar Kirill A. Shutemov 1-5/+6
2018-12-03x86: Fix various typos in commentsGravatar Ingo Molnar 1-1/+1
2018-12-02Merge tag 'for-linus-4.20a-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 4-101/+25
2018-11-29Revert "xen/balloon: Mark unallocated host memory as UNUSABLE"Gravatar Igor Druzhinin 2-80/+4
2018-11-29xen/x86: add diagnostic printout to xen_mc_flush() in case of errorGravatar Juergen Gross 1-15/+20
2018-11-22x86/xen: cleanup includes in arch/x86/xen/spinlock.cGravatar Juergen Gross 1-6/+1
2018-11-11Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-3/+3
2018-11-10Merge tag 'for-linus-4.20a-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-8/+9
2018-11-09xen: fix xen_qlock_wait()Gravatar Juergen Gross 1-6/+8
2018-11-09x86/xen: fix pv bootGravatar Juergen Gross 1-2/+1
2018-11-06x86/mm: Move LDT remap out of KASLR region on 5-level pagingGravatar Kirill A. Shutemov 1-3/+3
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 3-4/+2
2018-10-31memblock: rename free_all_bootmem to memblock_free_allGravatar Mike Rapoport 1-1/+1
2018-10-31memblock: replace free_bootmem{_node} with memblock_freeGravatar Mike Rapoport 1-1/+2
2018-10-31memblock: replace alloc_bootmem_align with memblock_allocGravatar Mike Rapoport 1-1/+1
2018-10-26xen/pvh: don't try to unplug emulated devicesGravatar Juergen Gross 1-0/+4
2018-10-24xen/pvh: increase early stack sizeGravatar Roger Pau Monne 1-1/+1
2018-10-24xen: make xen_qlock_wait() nestableGravatar Juergen Gross 1-14/+10
2018-10-24xen: fix race in xen_qlock_wait()Gravatar Juergen Gross 1-10/+5
2018-10-23Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-3/+5