Age | Commit message (Expand) | Author | Files | Lines |
2015-12-18 | Merge tag 'for-linus-4.4-rc5-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -17/+12 |
2015-12-14 | xen/x86/pvh: Use HVM's flush_tlb_others op | Boris Ostrovsky | 1 | -7/+2 |
2015-12-02 | xen: Resume PMU from non-atomic context | Boris Ostrovsky | 1 | -10/+10 |
2015-11-05 | Merge tag 'for-linus-4.4-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 5 | -10/+36 |
2015-11-02 | xen: fix the check of e_pfn in xen_find_pfn_range | Zhenzhong Duan | 1 | -1/+1 |
2015-10-28 | x86/xen: add reschedule point when mapping foreign GFNs | David Vrabel | 1 | -0/+1 |
2015-10-23 | xen/arm: Enable cpu_hotplug.c | Stefano Stabellini | 1 | -0/+15 |
2015-10-23 | x86/xen: export xen_alloc_p2m_entry() | David Vrabel | 1 | -6/+13 |
2015-10-23 | xen/balloon: make alloc_xenballoon_pages() always allocate low pages | David Vrabel | 1 | -1/+1 |
2015-10-23 | x86/xen: discard RAM regions above the maximum reservation | David Vrabel | 1 | -2/+5 |
2015-10-07 | x86/vdso: Remove runtime 32-bit vDSO selection | Andy Lutomirski | 1 | -11/+2 |
2015-10-06 | x86/xen/p2m: hint at the last populated P2M entry | David Vrabel | 1 | -1/+18 |
2015-09-28 | x86/xen: Do not clip xen_e820_map to xen_e820_map_entries when sanitizing map | Malcolm Crossley | 1 | -1/+1 |
2015-09-28 | x86/xen: Support kexec/kdump in HVM guests by doing a soft reset | Vitaly Kuznetsov | 1 | -0/+23 |
2015-09-28 | xen/x86: Don't try to write syscall-related MSRs for PV guests | Boris Ostrovsky | 1 | -0/+1 |
2015-09-28 | xen: use correct type for HYPERVISOR_memory_op() | Juergen Gross | 1 | -1/+1 |
2015-09-11 | Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -17/+17 |
2015-09-08 | Merge tag 'for-linus-4.3-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 15 | -215/+1435 |
2015-09-08 | xen/privcmd: Further s/MFN/GFN/ clean-up | Julien Grall | 1 | -16/+16 |
2015-09-08 | xen: Use correctly the Xen memory terminologies | Julien Grall | 1 | -1/+1 |
2015-09-08 | xen: switch extra memory accounting to use pfns | Juergen Gross | 1 | -36/+44 |
2015-09-08 | xen: limit memory to architectural maximum | Juergen Gross | 1 | -1/+1 |
2015-09-08 | xen: avoid another early crash of memory limited dom0 | Juergen Gross | 1 | -8/+15 |
2015-09-08 | xen: avoid early crash of memory limited dom0 | Juergen Gross | 1 | -3/+4 |
2015-09-01 | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -49/+31 |
2015-09-01 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -3/+0 |
2015-08-20 | Merge tag 'for-linus-4.2-rc7-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+2 |
2015-08-20 | xen/x86: Don't try to set PCE bit in CR4 | Boris Ostrovsky | 1 | -2/+1 |
2015-08-20 | xen/PMU: PMU emulation code | Boris Ostrovsky | 1 | -29/+185 |
2015-08-20 | xen/PMU: Intercept PMU-related MSR and APIC accesses | Boris Ostrovsky | 4 | -8/+107 |
2015-08-20 | xen/PMU: Describe vendor-specific PMU registers | Boris Ostrovsky | 1 | -1/+152 |
2015-08-20 | xen/PMU: Initialization code for Xen PMU | Boris Ostrovsky | 7 | -9/+241 |
2015-08-20 | xen/PMU: Sysfs interface for setting Xen PMU mode | Boris Ostrovsky | 1 | -0/+1 |
2015-08-20 | xen: remove no longer needed p2m.h | Juergen Gross | 3 | -17/+5 |
2015-08-20 | xen: allow more than 512 GB of RAM for 64 bit pv-domains | Juergen Gross | 3 | -23/+66 |
2015-08-20 | xen: move p2m list if conflicting with e820 map | Juergen Gross | 3 | -47/+264 |
2015-08-20 | xen: add explicit memblock_reserve() calls for special pages | Juergen Gross | 3 | -1/+19 |
2015-08-20 | xen: check for initrd conflicting with e820 map | Juergen Gross | 1 | -0/+51 |
2015-08-20 | xen: check pre-allocated page tables for conflict with memory map | Juergen Gross | 3 | -3/+23 |
2015-08-20 | xen: check for kernel memory conflicting with memory layout | Juergen Gross | 1 | -0/+12 |
2015-08-20 | xen: find unused contiguous memory area | Juergen Gross | 2 | -0/+35 |
2015-08-20 | xen: check memory area against e820 map | Juergen Gross | 2 | -0/+24 |
2015-08-20 | xen: split counting of extra memory pages from remapping | Juergen Gross | 1 | -40/+58 |
2015-08-20 | xen: move static e820 map to global scope | Juergen Gross | 1 | -47/+49 |
2015-08-20 | xen: eliminate scalability issues from initial mapping setup | Juergen Gross | 3 | -39/+156 |
2015-08-20 | xen: don't build mfn tree if tools don't need it | Juergen Gross | 1 | -3/+7 |
2015-08-20 | xen: save linear p2m list address in shared info structure | Juergen Gross | 1 | -0/+17 |
2015-08-20 | x86/xen: fix non-ANSI declaration of xen_has_pv_devices() | Colin Ian King | 1 | -1/+1 |
2015-08-20 | x86/xen: make CONFIG_XEN depend on CONFIG_X86_LOCAL_APIC | David Vrabel | 1 | -2/+2 |
2015-08-18 | Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixes | Ingo Molnar | 2 | -6/+4 |