| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | xen: remove no longer needed p2m.h | Juergen Gross | 2015-08-20 | 3 | -17/+5 |
| * | xen: allow more than 512 GB of RAM for 64 bit pv-domains | Juergen Gross | 2015-08-20 | 3 | -23/+66 |
| * | xen: move p2m list if conflicting with e820 map | Juergen Gross | 2015-08-20 | 3 | -47/+264 |
| * | xen: add explicit memblock_reserve() calls for special pages | Juergen Gross | 2015-08-20 | 3 | -1/+19 |
| * | xen: check for initrd conflicting with e820 map | Juergen Gross | 2015-08-20 | 1 | -0/+51 |
| * | xen: check pre-allocated page tables for conflict with memory map | Juergen Gross | 2015-08-20 | 3 | -3/+23 |
| * | xen: check for kernel memory conflicting with memory layout | Juergen Gross | 2015-08-20 | 1 | -0/+12 |
| * | xen: find unused contiguous memory area | Juergen Gross | 2015-08-20 | 2 | -0/+35 |
| * | xen: check memory area against e820 map | Juergen Gross | 2015-08-20 | 2 | -0/+24 |
| * | xen: split counting of extra memory pages from remapping | Juergen Gross | 2015-08-20 | 1 | -40/+58 |
| * | xen: move static e820 map to global scope | Juergen Gross | 2015-08-20 | 1 | -47/+49 |
| * | xen: eliminate scalability issues from initial mapping setup | Juergen Gross | 2015-08-20 | 3 | -39/+156 |
| * | xen: don't build mfn tree if tools don't need it | Juergen Gross | 2015-08-20 | 1 | -3/+7 |
| * | xen: save linear p2m list address in shared info structure | Juergen Gross | 2015-08-20 | 1 | -0/+17 |
| * | x86/xen: fix non-ANSI declaration of xen_has_pv_devices() | Colin Ian King | 2015-08-20 | 1 | -1/+1 |
* | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2015-09-01 | 1 | -49/+31 |
|\ \ |
|
| * | | x86/xen/time: Migrate to new set-state interface | Viresh Kumar | 2015-07-30 | 1 | -49/+31 |
* | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2015-09-01 | 1 | -3/+0 |
|\ \ \ |
|
| * \ \ | Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixes | Ingo Molnar | 2015-08-18 | 2 | -6/+4 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | Merge branch 'x86/urgent' into x86/asm, before applying dependent patches | Ingo Molnar | 2015-07-31 | 1 | -0/+40 |
| |\ \ \ |
|
| * | | | | x86/asm/tsc, x86/paravirt: Remove read_tsc() and read_tscp() paravirt hooks | Andy Lutomirski | 2015-07-06 | 1 | -3/+0 |
| | |_|/
| |/| | |
|
* | | | | Merge tag 'for-linus-4.2-rc7-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-08-20 | 1 | -2/+2 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | x86/xen: make CONFIG_XEN depend on CONFIG_X86_LOCAL_APIC | David Vrabel | 2015-08-20 | 1 | -2/+2 |
* | | | | Merge tag 'for-linus-4.2-rc6-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-08-13 | 2 | -6/+4 |
|\| | |
| |_|/
|/| | |
|
| * | | x86/xen: build "Xen PV" APIC driver for domU as well | Jason A. Donenfeld | 2015-08-10 | 2 | -6/+4 |
* | | | x86/xen: Probe target addresses in set_aliased_prot() before the hypercall | Andy Lutomirski | 2015-07-31 | 1 | -0/+40 |
| |/
|/| |
|
* | | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-06-22 | 4 | -24/+15 |
|\ \ |
|
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| *---. \ | Merge branches 'x86/apic', 'x86/asm', 'x86/mm' and 'x86/platform' into x86/co... | Ingo Molnar | 2015-06-22 | 4 | -9/+67 |
| |\ \ \ \ |
|
| | | * | | | x86/mm/pat: Emulate PAT when it is disabled | Borislav Petkov | 2015-06-07 | 1 | -2/+3 |
| | | * | | | x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h> | Stephen Rothwell | 2015-06-03 | 1 | -0/+1 |
| | | | |/
| | | |/| |
|
| | * | | | Merge branch 'x86/asm' into x86/core, to prepare for new patch | Ingo Molnar | 2015-06-08 | 1 | -3/+3 |
| | |\ \ \ |
|
| | | * | | | x86/asm/entry: Untangle 'system_call' into two entry points: entry_SYSCALL_64... | Ingo Molnar | 2015-06-08 | 1 | -1/+1 |
| | | * | | | x86/asm/entry: Untangle 'ia32_sysenter_target' into two entry points: entry_S... | Ingo Molnar | 2015-06-08 | 1 | -1/+1 |
| | | * | | | x86/asm/entry: Rename compat syscall entry points | Ingo Molnar | 2015-06-08 | 1 | -1/+1 |
| | |/ / /
| |/| | | |
|
| | * | | | Merge branch 'locking/core' into x86/core, to prepare for dependent patch | Ingo Molnar | 2015-06-03 | 1 | -4/+60 |
| |/| | | |
|
| * | | | | x86/entry: Define 'cpu_current_top_of_stack' for 64-bit code | Denys Vlasenko | 2015-05-08 | 1 | -2/+3 |
| * | | | | x86/entry: Stop using PER_CPU_VAR(kernel_stack) | Denys Vlasenko | 2015-05-08 | 1 | -2/+3 |
| * | | | | Merge branch 'linus' into x86/asm, before applying dependent patch | Ingo Molnar | 2015-05-08 | 7 | -349/+338 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| * | | | | x86, paravirt, xen: Remove the 64-bit ->irq_enable_sysexit() pvop | Andy Lutomirski | 2015-04-22 | 3 | -17/+4 |
* | | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2015-06-22 | 1 | -1/+1 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | x86/fpu: Simplify fpu__cpu_init() | Ingo Molnar | 2015-05-19 | 1 | -1/+1 |
| * | | | | x86/fpu: Rename fpu_init() to fpu__cpu_init() | Ingo Molnar | 2015-05-19 | 1 | -1/+1 |
| | |/ /
| |/| | |
|
* | | | | locking/pvqspinlock: Rename QUEUED_SPINLOCK to QUEUED_SPINLOCKS | Ingo Molnar | 2015-05-11 | 1 | -5/+5 |
* | | | | locking/pvqspinlock, x86: Enable PV qspinlock for Xen | David Vrabel | 2015-05-08 | 1 | -4/+60 |
|/ / / |
|
* | | | hypervisor/x86/xen: Unset X86_BUG_SYSRET_SS_ATTRS on Xen PV guests | Boris Ostrovsky | 2015-05-05 | 1 | -9/+18 |
* | | | xen: Suspend ticks on all CPUs during suspend | Boris Ostrovsky | 2015-04-29 | 1 | -0/+10 |
| |/
|/| |
|
* | | Merge tag 'stable/for-linus-4.1-rc0-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2015-04-16 | 5 | -312/+278 |
|\ \ |
|
| * | | xen/privcmd: improve performance of MMAPBATCH_V2 | David Vrabel | 2015-03-16 | 1 | -19/+82 |
| * | | xen: unify foreign GFN map/unmap for auto-xlated physmap guests | David Vrabel | 2015-03-16 | 1 | -107/+3 |
| * | | x86/xen/apic: WARN with details. | Konrad Rzeszutek Wilk | 2015-03-16 | 1 | -1/+1 |