| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'for-linus-4.19d-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker... | Greg Kroah-Hartman | 2018-09-23 | 1 | -1/+1 |
|\ |
|
| * | xen/x86/vpmu: Zero struct pt_regs before calling into sample handling code | Boris Ostrovsky | 2018-09-19 | 1 | -1/+1 |
* | | x86/mm: Expand static page table for fixmap space | Feng Tang | 2018-09-20 | 1 | -2/+6 |
|/ |
|
* | Merge tag 'for-linus-4.19b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2018-08-31 | 1 | -6/+3 |
|\ |
|
| * | x86/xen: remove redundant variable save_pud | Colin Ian King | 2018-08-28 | 1 | -2/+0 |
| * | x86/xen: don't write ptes directly in 32-bit PV guests | Juergen Gross | 2018-08-27 | 1 | -4/+3 |
* | | Merge branch 'tlb-fixes' | Linus Torvalds | 2018-08-23 | 1 | -0/+2 |
|\ \
| |/
|/| |
|
| * | x86/mm: Only use tlb_remove_table() for paravirt | Peter Zijlstra | 2018-08-23 | 1 | -0/+2 |
* | | x86/xen: enable early use of set_fixmap in 32-bit Xen PV guest | Juergen Gross | 2018-08-20 | 2 | -0/+4 |
* | | x86/xen: remove unused function xen_auto_xlated_memory_setup() | Juergen Gross | 2018-08-20 | 2 | -32/+0 |
* | | x86/Xen: further refine add_preferred_console() invocations | Jan Beulich | 2018-08-20 | 1 | -1/+4 |
* | | x86/Xen: mark xen_setup_gdt() __init | Jan Beulich | 2018-08-20 | 1 | -3/+3 |
|/ |
|
* | Merge tag 'for-linus-4.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2018-08-15 | 3 | -3/+10 |
|\ |
|
| * | xen: don't use privcmd_call() from xen_mc_flush() | Juergen Gross | 2018-08-07 | 1 | -3/+3 |
| * | xen/pv: Call get_cpu_address_sizes to set x86_virt/phys_bits | M. Vefa Bicakci | 2018-08-06 | 1 | -0/+3 |
| * | xen/spinlock: Don't use pvqspinlock if only 1 vCPU | Waiman Long | 2018-07-27 | 1 | -0/+4 |
* | | Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 2018-08-14 | 1 | -0/+1 |
|\ \ |
|
| * | | Merge 4.18-rc7 into master to pick up the KVM dependcy | Thomas Gleixner | 2018-08-05 | 5 | -16/+27 |
| |\| |
|
| * | | x86: Don't include linux/irq.h from asm/hardirq.h | Nicolai Stange | 2018-08-05 | 1 | -0/+1 |
* | | | x86/xen/time: Output xen sched_clock time from 0 | Pavel Tatashin | 2018-07-20 | 1 | -1/+10 |
* | | | x86/xen/time: Initialize pv xen time in init_hypervisor_platform() | Pavel Tatashin | 2018-07-20 | 5 | -41/+34 |
| |/
|/| |
|
* | | Merge tag 'for-linus-4.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2018-07-14 | 2 | -16/+13 |
|\ \ |
|
| * | | xen: setup pv irq ops vector earlier | Juergen Gross | 2018-07-13 | 2 | -16/+12 |
| * | | xen: remove global bit from __default_kernel_pte_mask for pv guests | Juergen Gross | 2018-07-12 | 1 | -0/+1 |
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2018-06-24 | 1 | -0/+5 |
|\ \ \ |
|
| * \ \ | Merge branch 'linus' into x86/urgent | Thomas Gleixner | 2018-06-22 | 4 | -32/+142 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | x86/xen: Add call of speculative_store_bypass_ht_init() to PV paths | Juergen Gross | 2018-06-21 | 1 | -0/+5 |
* | | | | Merge tag 'for-linus-4.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2018-06-23 | 3 | -0/+9 |
|\ \ \ \
| |_|/ /
|/| | /
| | |/
| |/| |
|
| * | | xen: share start flags between PV and PVH | Roger Pau Monne | 2018-06-19 | 3 | -0/+9 |
* | | | Merge tag 'for-linus-4.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2018-06-08 | 2 | -27/+80 |
|\| | |
|
| * | | xen/PVH: Make GDT selectors PVH-specific | Boris Ostrovsky | 2018-06-04 | 1 | -10/+13 |
| * | | xen/PVH: Set up GS segment for stack canary | Boris Ostrovsky | 2018-06-04 | 1 | -1/+25 |
| * | | xen/privcmd: add IOCTL_PRIVCMD_MMAP_RESOURCE | Paul Durrant | 2018-05-14 | 1 | -17/+43 |
* | | | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2018-06-05 | 1 | -5/+5 |
|\ \ \ |
|
| * | | | x86: Convert x86_platform_ops to timespec64 | Arnd Bergmann | 2018-05-19 | 1 | -5/+5 |
| | |/
| |/| |
|
* | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2018-06-05 | 1 | -0/+57 |
|\ \ \
| |/ /
|/| | |
|
| * | | x86/xen/efi: Initialize UEFI secure boot state during dom0 boot | Daniel Kiper | 2018-05-14 | 1 | -0/+57 |
| |/ |
|
* | | Merge tag 'trace-v4.17-rc4-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2018-05-17 | 2 | -6/+2 |
|\ \
| |/
|/| |
|
| * | tracing/x86/xen: Remove zero data size trace events trace_xen_mmu_flush_tlb{_... | Steven Rostedt (VMware) | 2018-05-14 | 2 | -6/+2 |
* | | Merge tag 'for-linus-4.17-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2018-05-11 | 1 | -0/+13 |
|\ \
| |/
|/| |
|
| * | x86/xen: Reset VCPU0 info pointer after shared_info remap | van der Linden, Frank | 2018-05-07 | 1 | -0/+13 |
* | | Merge tag 'for-linus-4.17-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2018-05-04 | 1 | -55/+31 |
|\| |
|
| * | x86/xen: Remove use of VLAs | Laura Abbott | 2018-04-19 | 1 | -55/+31 |
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2018-04-16 | 1 | -1/+1 |
|\ \ |
|
| * \ | Merge branch 'WIP.x86/asm' into x86/urgent, because the topic is ready | Ingo Molnar | 2018-04-12 | 4 | -9/+33 |
| |\ \ |
|
| * | | | x86/apic: Fix signedness bug in APIC ID validity checks | Li RongQing | 2018-04-10 | 1 | -1/+1 |
* | | | | Merge tag 'for-linus-4.17-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2018-04-12 | 2 | -5/+7 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | xen/pvh: Indicate XENFEAT_linux_rsdp_unrestricted to Xen | Boris Ostrovsky | 2018-04-10 | 1 | -1/+3 |
| * | | | x86/xen: Delay get_cpu_cap until stack canary is established | Jason Andryuk | 2018-03-21 | 1 | -4/+4 |
| |/ / |
|
* | | | Merge tag 'pm-4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 2018-04-12 | 1 | -0/+1 |
|\ \ \ |
|