| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'v3.3-rc1' into stable/for-linus-fixes-3.3 | Konrad Rzeszutek Wilk | 2012-01-27 | 6 | -13/+61 |
|\ |
|
| * | Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2012-01-10 | 2 | -5/+43 |
| |\ |
|
| | * | Merge commit 'v3.2-rc3' into stable/for-linus-3.3 | Konrad Rzeszutek Wilk | 2011-12-20 | 2 | -3/+2 |
| | |\ |
|
| | * | | xen/granttable: Grant tables V2 implementation | Annie Li | 2011-11-22 | 1 | -1/+38 |
| | * | | xen/granttable: Introducing grant table V2 stucture | Annie Li | 2011-11-22 | 1 | -4/+3 |
| | * | | xen: Make XEN_MAX_DOMAIN_MEMORY have more sensible defaults | Maxim Uvarov | 2011-11-21 | 1 | -1/+3 |
| * | | | Merge branch 'stable/for-linus-fixes-3.3' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2012-01-10 | 1 | -1/+1 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2012-01-08 | 2 | -2/+2 |
| |\ \ \ \ |
|
| | * | | | | switch debugfs to umode_t | Al Viro | 2012-01-03 | 2 | -2/+2 |
| * | | | | | Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/l... | Ingo Molnar | 2011-12-20 | 3 | -14/+7 |
| |\ \ \ \ \
| | |/ / / /
| |/| | | | |
|
| | * | | | | memblock: Kill memblock_init() | Tejun Heo | 2011-12-08 | 1 | -2/+0 |
| * | | | | | Merge branch 'stable/for-linus-fixes-3.2' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2011-12-15 | 1 | -3/+15 |
| |\ \ \ \ \ |
|
| | * | | | | | xen: only limit memory map to maximum reservation for domain 0. | Ian Campbell | 2011-12-15 | 1 | -3/+15 |
| | | |_|_|/
| | |/| | | |
|
| * | | | | | xen/pm_idle: Make pm_idle be default_idle under Xen. | Konrad Rzeszutek Wilk | 2011-12-03 | 1 | -1/+1 |
| |/ / / / |
|
* | | | | | x86: xen: size struct xen_spinlock to always fit in arch_spinlock_t | David Vrabel | 2012-01-24 | 1 | -5/+22 |
| |_|/ /
|/| | | |
|
* | | | | xen/mmu: Fix compile errors introduced by x86/memblock mismerge. | Konrad Rzeszutek Wilk | 2012-01-09 | 1 | -1/+1 |
| |/ /
|/| | |
|
* | | | Merge branch 'master' into x86/memblock | Tejun Heo | 2011-11-28 | 16 | -407/+634 |
|\ \ \
| |/ / |
|
| * | | xen:pvhvm: enable PVHVM VCPU placement when using more than 32 CPUs. | Zhenzhong Duan | 2011-11-16 | 1 | -2/+1 |
| * | | xen: map foreign pages for shared rings by updating the PTEs directly | David Vrabel | 2011-11-16 | 1 | -1/+1 |
| |/ |
|
| * | Merge branch 'upstream/xen-settime' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-11-06 | 1 | -1/+15 |
| |\ |
|
| | * | xen/dom0: set wallclock time in Xen | Jeremy Fitzhardinge | 2011-09-26 | 1 | -1/+15 |
| * | | Merge branch 'stable/vmalloc-3.2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2011-11-06 | 1 | -1/+1 |
| |\ \ |
|
| | * | | xen: use generic functions instead of xen_{alloc, free}_vm_area() | David Vrabel | 2011-09-29 | 1 | -1/+1 |
| | | | | |
| | \ \ | |
| *-. \ \ | Merge branches 'stable/drivers-3.2', 'stable/drivers.bugfixes-3.2' and 'stabl... | Linus Torvalds | 2011-10-25 | 1 | -2/+1 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| | | * | | xen: XEN_PVHVM depends on PCI | Stefano Stabellini | 2011-09-29 | 1 | -2/+1 |
| | | | | | |
| | \ \ \ | |
| *-. \ \ \ | Merge branches 'stable/bug.fixes-3.2' and 'stable/mmu.fixes' of git://git.ker... | Linus Torvalds | 2011-10-25 | 4 | -79/+110 |
| |\ \ \ \ \ |
|
| | | * | | | | xen: modify kernel mappings corresponding to granted pages | Stefano Stabellini | 2011-09-29 | 1 | -10/+66 |
| | | * | | | | xen/p2m: Use SetPagePrivate and its friends for M2P overrides. | Konrad Rzeszutek Wilk | 2011-09-23 | 1 | -4/+6 |
| | | * | | | | xen/p2m: Make debug/xen/mmu/p2m visible again. | Konrad Rzeszutek Wilk | 2011-09-23 | 2 | -17/+32 |
| | | * | | | | Revert "xen/debug: WARN_ON when identity PFN has no _PAGE_IOMAP flag set." | Konrad Rzeszutek Wilk | 2011-08-09 | 2 | -46/+0 |
| | * | | | | | xen/p2m/debugfs: Make type_name more obvious. | Konrad Rzeszutek Wilk | 2011-10-19 | 1 | -2/+5 |
| | * | | | | | xen/p2m/debugfs: Fix potential pointer exception. | Konrad Rzeszutek Wilk | 2011-10-19 | 1 | -1/+1 |
| | * | | | | | xen/enlighten: Fix compile warnings and set cx to known value. | Konrad Rzeszutek Wilk | 2011-10-19 | 1 | -0/+1 |
| | | |_|_|/
| | |/| | | |
|
| * | | | | | xen: release all pages within 1-1 p2m mappings | David Vrabel | 2011-09-29 | 1 | -75/+42 |
| * | | | | | xen: allow extra memory to be in multiple regions | David Vrabel | 2011-09-29 | 1 | -96/+86 |
| * | | | | | xen: allow balloon driver to use more than one memory region | David Vrabel | 2011-09-29 | 1 | -10/+10 |
| * | | | | | xen/balloon: account for pages released during memory setup | David Vrabel | 2011-09-29 | 1 | -1/+6 |
| |/ / / / |
|
| * | | | | Merge branch 'stable/bug.fixes' of git://oss.oracle.com/git/kwilk/xen | Linus Torvalds | 2011-09-16 | 3 | -9/+8 |
| |\ \ \ \ |
|
| | * | | | | xen/i386: follow-up to "replace order-based range checking of M2P table by li... | Jan Beulich | 2011-09-15 | 1 | -4/+2 |
| | * | | | | xen/e820: if there is no dom0_mem=, don't tweak extra_pages. | David Vrabel | 2011-09-13 | 1 | -4/+6 |
| | * | | | | xen: disable PV spinlocks on HVM | Stefano Stabellini | 2011-09-08 | 1 | -1/+0 |
| * | | | | | Merge branch 'upstream/bugfix' of git://github.com/jsgf/linux-xen | Linus Torvalds | 2011-09-12 | 1 | -2/+3 |
| |\ \ \ \ \
| | |_|_|_|/
| |/| | | | |
|
| | * | | | | xen: use non-tracing preempt in xen_clocksource_read() | Jeremy Fitzhardinge | 2011-08-24 | 1 | -2/+3 |
| * | | | | | Merge branch 'stable/bug.fixes' of git://oss.oracle.com/git/kwilk/xen | Linus Torvalds | 2011-09-07 | 3 | -3/+34 |
| |\ \ \ \ \
| | |/ / / /
| |/| / / /
| | |/ / / |
|
| | * | | | xen/smp: Warn user why they keel over - nosmp or noapic and what to use instead. | Konrad Rzeszutek Wilk | 2011-09-01 | 1 | -0/+10 |
| | * | | | xen: x86_32: do not enable iterrupts when returning from exception in interru... | Igor Mammedov | 2011-09-01 | 1 | -3/+5 |
| | * | | | xen: use maximum reservation to limit amount of usable RAM | David Vrabel | 2011-09-01 | 1 | -0/+19 |
| * | | | | Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2011-08-22 | 4 | -9/+13 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | xen/tracing: Fix tracing config option properly | Jeremy Fitzhardinge | 2011-08-22 | 1 | -1/+1 |
| | * | | | xen: Do not enable PV IPIs when vector callback not present | Stefano Stabellini | 2011-08-22 | 1 | -2/+2 |