| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'for-linus-5.2b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2019-05-16 | 5 | -13/+32 |
|\ |
|
| * | xen/pvh: correctly setup the PV EFI interface for dom0 | Roger Pau Monne | 2019-04-25 | 4 | -10/+14 |
| * | xen/pvh: set xen_domain_type to HVM in xen_pvh_init | Roger Pau Monne | 2019-04-25 | 1 | -0/+1 |
| * | x86/xen: Add "xen_timer_slop" command line option | Ryan Thibodeaux | 2019-04-23 | 1 | -3/+17 |
* | | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2019-05-07 | 1 | -1/+1 |
|\ \ |
|
| * | | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively | Sakari Ailus | 2019-04-09 | 1 | -1/+1 |
* | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2019-05-07 | 1 | -2/+0 |
|\ \ \ |
|
| * | | | x86/alternatives: Use temporary mm for text poking | Nadav Amit | 2019-04-30 | 1 | -2/+0 |
| | |/
| |/| |
|
* | | | x86/irq/64: Split the IRQ stack into its own pages | Andy Lutomirski | 2019-04-17 | 1 | -5/+5 |
* | | | x86/irq/32: Handle irq stack allocation failure proper | Thomas Gleixner | 2019-04-17 | 1 | -1/+3 |
|/ / |
|
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2019-03-12 | 1 | -2/+9 |
|\ \ |
|
| * | | treewide: add checks for the return value of memblock_alloc*() | Mike Rapoport | 2019-03-12 | 1 | -2/+9 |
| |/ |
|
* | | Merge tag 'for-linus-5.1a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2019-03-12 | 2 | -7/+19 |
|\ \
| |/
|/| |
|
| * | xen: fix dom0 boot on huge systems | Juergen Gross | 2019-03-08 | 1 | -7/+6 |
| * | x86/xen: dont add memory above max allowed allocation | Juergen Gross | 2019-02-18 | 1 | -0/+13 |
* | | mm: update ptep_modify_prot_start/commit to take vm_area_struct as arg | Aneesh Kumar K.V | 2019-03-06 | 2 | -6/+6 |
|/ |
|
* | Merge tag 'for-linus-5.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2019-01-18 | 2 | -7/+10 |
|\ |
|
| * | xen: Fix x86 sched_clock() interface for xen | Juergen Gross | 2019-01-16 | 1 | -3/+9 |
| * | always clear the X2APIC_ENABLE bit for PV guest | Talons Lee | 2019-01-14 | 1 | -4/+1 |
* | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2018-12-27 | 1 | -1/+1 |
|\ \ |
|
| * | | x86: Fix various typos in comments | Ingo Molnar | 2018-12-03 | 1 | -1/+1 |
* | | | Merge tag 'for-linus-4.21-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2018-12-26 | 5 | -255/+21 |
|\ \ \
| | |/
| |/| |
|
| * | | kprobes/x86/xen: blacklist non-attachable xen interrupt functions | Andrea Righi | 2018-12-17 | 1 | -0/+2 |
| * | | xen/pvh: Move Xen code for getting mem map via hcall out of common file | Maran Wilson | 2018-12-13 | 1 | -0/+20 |
| * | | xen/pvh: Move Xen specific PVH VM initialization out of common file | Maran Wilson | 2018-12-13 | 1 | -1/+21 |
| * | | xen/pvh: Create a new file for Xen specific PVH code | Maran Wilson | 2018-12-13 | 2 | -0/+12 |
| * | | xen/pvh: Move PVH entry code out of Xen specific tree | Maran Wilson | 2018-12-13 | 3 | -289/+0 |
| * | | xen/pvh: Split CONFIG_XEN_PVH into CONFIG_PVH and CONFIG_XEN_PVH | Maran Wilson | 2018-12-13 | 1 | -1/+2 |
| |/ |
|
* / | x86/mm: Fix guard hole handling | Kirill A. Shutemov | 2018-12-11 | 1 | -5/+6 |
|/ |
|
* | Merge tag 'for-linus-4.20a-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2018-12-02 | 4 | -101/+25 |
|\ |
|
| * | Revert "xen/balloon: Mark unallocated host memory as UNUSABLE" | Igor Druzhinin | 2018-11-29 | 2 | -80/+4 |
| * | xen/x86: add diagnostic printout to xen_mc_flush() in case of error | Juergen Gross | 2018-11-29 | 1 | -15/+20 |
| * | x86/xen: cleanup includes in arch/x86/xen/spinlock.c | Juergen Gross | 2018-11-22 | 1 | -6/+1 |
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2018-11-11 | 1 | -3/+3 |
|\ \ |
|
| * | | x86/mm: Move LDT remap out of KASLR region on 5-level paging | Kirill A. Shutemov | 2018-11-06 | 1 | -3/+3 |
* | | | Merge tag 'for-linus-4.20a-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2018-11-10 | 2 | -8/+9 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | xen: fix xen_qlock_wait() | Juergen Gross | 2018-11-09 | 1 | -6/+8 |
| * | x86/xen: fix pv boot | Juergen Gross | 2018-11-09 | 1 | -2/+1 |
* | | mm: remove include/linux/bootmem.h | Mike Rapoport | 2018-10-31 | 3 | -4/+2 |
* | | memblock: rename free_all_bootmem to memblock_free_all | Mike Rapoport | 2018-10-31 | 1 | -1/+1 |
* | | memblock: replace free_bootmem{_node} with memblock_free | Mike Rapoport | 2018-10-31 | 1 | -1/+2 |
* | | memblock: replace alloc_bootmem_align with memblock_alloc | Mike Rapoport | 2018-10-31 | 1 | -1/+1 |
|/ |
|
* | xen/pvh: don't try to unplug emulated devices | Juergen Gross | 2018-10-26 | 1 | -0/+4 |
* | xen/pvh: increase early stack size | Roger Pau Monne | 2018-10-24 | 1 | -1/+1 |
* | xen: make xen_qlock_wait() nestable | Juergen Gross | 2018-10-24 | 1 | -14/+10 |
* | xen: fix race in xen_qlock_wait() | Juergen Gross | 2018-10-24 | 1 | -10/+5 |
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2018-10-23 | 1 | -3/+5 |
|\ |
|
| * | x86/entry/64: Use the TSS sp2 slot for SYSCALL/SYSRET scratch space | Andy Lutomirski | 2018-09-08 | 1 | -3/+5 |
* | | Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2018-10-23 | 18 | -298/+232 |
|\ \ |
|
| * | | x86/xen: Make xen_reservation_lock static | Juergen Gross | 2018-09-06 | 1 | -1/+1 |