Age | Commit message (Expand) | Author | Files | Lines |
2019-03-05 | mm: update ptep_modify_prot_start/commit to take vm_area_struct as arg | Aneesh Kumar K.V | 2 | -6/+6 |
2019-01-19 | Merge tag 'for-linus-5.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -7/+10 |
2019-01-16 | xen: Fix x86 sched_clock() interface for xen | Juergen Gross | 1 | -3/+9 |
2019-01-14 | always clear the X2APIC_ENABLE bit for PV guest | Talons Lee | 1 | -4/+1 |
2018-12-26 | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+1 |
2018-12-26 | Merge tag 'for-linus-4.21-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 5 | -255/+21 |
2018-12-17 | kprobes/x86/xen: blacklist non-attachable xen interrupt functions | Andrea Righi | 1 | -0/+2 |
2018-12-13 | xen/pvh: Move Xen code for getting mem map via hcall out of common file | Maran Wilson | 1 | -0/+20 |
2018-12-13 | xen/pvh: Move Xen specific PVH VM initialization out of common file | Maran Wilson | 1 | -1/+21 |
2018-12-13 | xen/pvh: Create a new file for Xen specific PVH code | Maran Wilson | 2 | -0/+12 |
2018-12-13 | xen/pvh: Move PVH entry code out of Xen specific tree | Maran Wilson | 3 | -289/+0 |
2018-12-13 | xen/pvh: Split CONFIG_XEN_PVH into CONFIG_PVH and CONFIG_XEN_PVH | Maran Wilson | 1 | -1/+2 |
2018-12-11 | x86/mm: Fix guard hole handling | Kirill A. Shutemov | 1 | -5/+6 |
2018-12-03 | x86: Fix various typos in comments | Ingo Molnar | 1 | -1/+1 |
2018-12-02 | Merge tag 'for-linus-4.20a-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 4 | -101/+25 |
2018-11-29 | Revert "xen/balloon: Mark unallocated host memory as UNUSABLE" | Igor Druzhinin | 2 | -80/+4 |
2018-11-29 | xen/x86: add diagnostic printout to xen_mc_flush() in case of error | Juergen Gross | 1 | -15/+20 |
2018-11-22 | x86/xen: cleanup includes in arch/x86/xen/spinlock.c | Juergen Gross | 1 | -6/+1 |
2018-11-11 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -3/+3 |
2018-11-10 | Merge tag 'for-linus-4.20a-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -8/+9 |
2018-11-09 | xen: fix xen_qlock_wait() | Juergen Gross | 1 | -6/+8 |
2018-11-09 | x86/xen: fix pv boot | Juergen Gross | 1 | -2/+1 |
2018-11-06 | x86/mm: Move LDT remap out of KASLR region on 5-level paging | Kirill A. Shutemov | 1 | -3/+3 |
2018-10-31 | mm: remove include/linux/bootmem.h | Mike Rapoport | 3 | -4/+2 |
2018-10-31 | memblock: rename free_all_bootmem to memblock_free_all | Mike Rapoport | 1 | -1/+1 |
2018-10-31 | memblock: replace free_bootmem{_node} with memblock_free | Mike Rapoport | 1 | -1/+2 |
2018-10-31 | memblock: replace alloc_bootmem_align with memblock_alloc | Mike Rapoport | 1 | -1/+1 |
2018-10-26 | xen/pvh: don't try to unplug emulated devices | Juergen Gross | 1 | -0/+4 |
2018-10-24 | xen/pvh: increase early stack size | Roger Pau Monne | 1 | -1/+1 |
2018-10-24 | xen: make xen_qlock_wait() nestable | Juergen Gross | 1 | -14/+10 |
2018-10-24 | xen: fix race in xen_qlock_wait() | Juergen Gross | 1 | -10/+5 |
2018-10-23 | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -3/+5 |
2018-10-23 | Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 18 | -298/+232 |
2018-10-23 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+2 |
2018-10-23 | Merge branch 'x86-grub2-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
2018-10-23 | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -3/+9 |
2018-10-23 | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+0 |
2018-10-22 | x86/stackprotector: Remove the call to boot_init_stack_canary() from cpu_star... | Christophe Leroy | 1 | -0/+2 |
2018-10-17 | x86/kconfig: Remove redundant 'default n' lines from all x86 Kconfig's | Bartlomiej Zolnierkiewicz | 1 | -1/+0 |
2018-10-10 | x86/xen: Fix boot loader version reported for PVH guests | Juergen Gross | 1 | -1/+1 |
2018-10-01 | Merge tag 'v4.19-rc6' into for-4.20/block | Jens Axboe | 2 | -3/+7 |
2018-09-27 | x86/xen: Add Hygon Dhyana support to Xen | Pu Wen | 1 | -3/+9 |
2018-09-26 | xen: don't include <xen/xen.h> from <asm/io.h> and <asm/dma-mapping.h> | Christoph Hellwig | 4 | -0/+4 |
2018-09-23 | Merge tag 'for-linus-4.19d-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker... | Greg Kroah-Hartman | 1 | -1/+1 |
2018-09-20 | x86/mm: Expand static page table for fixmap space | Feng Tang | 1 | -2/+6 |
2018-09-19 | xen/x86/vpmu: Zero struct pt_regs before calling into sample handling code | Boris Ostrovsky | 1 | -1/+1 |
2018-09-08 | x86/entry/64: Use the TSS sp2 slot for SYSCALL/SYSRET scratch space | Andy Lutomirski | 1 | -3/+5 |
2018-09-06 | x86/xen: Make xen_reservation_lock static | Juergen Gross | 1 | -1/+1 |
2018-09-03 | x86/paravirt: Introduce new config option PARAVIRT_XXL | Juergen Gross | 1 | -0/+1 |
2018-09-03 | x86/paravirt: Use a single ops structure | Juergen Gross | 6 | -36/+42 |