| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2011-08-06 | 3 | -7/+6 |
|\ |
|
| * | xen/trace: Fix compile error when CONFIG_XEN_PRIVILEGED_GUEST is not set | Konrad Rzeszutek Wilk | 2011-08-05 | 1 | -0/+1 |
| * | xen: Fix misleading WARN message at xen_release_chunk | Igor Mammedov | 2011-08-04 | 1 | -5/+3 |
| * | xen: Fix printk() format in xen/setup.c | Igor Mammedov | 2011-08-04 | 1 | -2/+2 |
| * | xen/tracing: it looks like we wanted CONFIG_FTRACE | Jeremy Fitzhardinge | 2011-08-04 | 1 | -1/+1 |
* | | Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2011-08-03 | 1 | -1/+2 |
|\ \
| |/
|/| |
|
| * | cpuidle: replace xen access to x86 pm_idle and default_idle | Len Brown | 2011-08-03 | 1 | -1/+2 |
* | | Merge branch 'upstream/xen-tracing2' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2011-07-29 | 1 | -1/+3 |
|\ \ |
|
| * | | xen/tracing: fix compile errors when tracing is disabled. | Jeremy Fitzhardinge | 2011-07-25 | 1 | -1/+3 |
* | | | Merge branch 'upstream/xen-tracing2' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2011-07-24 | 6 | -150/+243 |
|\ \ \
| |/ / |
|
| * | | xen/multicall: move *idx fields to start of mc_buffer | Jeremy Fitzhardinge | 2011-07-18 | 1 | -1/+1 |
| * | | xen/multicall: special-case singleton hypercalls | Jeremy Fitzhardinge | 2011-07-18 | 1 | -5/+22 |
| * | | xen/multicalls: add unlikely around slowpath in __xen_mc_entry() | Jeremy Fitzhardinge | 2011-07-18 | 1 | -2/+2 |
| * | | xen/multicalls: disable MC_DEBUG | Jeremy Fitzhardinge | 2011-07-18 | 1 | -2/+2 |
| * | | xen/mmu: tune pgtable alloc/release | Jeremy Fitzhardinge | 2011-07-18 | 1 | -9/+44 |
| * | | xen/mmu: use extend_args for more mmuext updates | Jeremy Fitzhardinge | 2011-07-18 | 1 | -15/+27 |
| * | | xen/trace: add tlb flush tracepoints | Jeremy Fitzhardinge | 2011-07-18 | 1 | -0/+8 |
| * | | xen/trace: add segment desc tracing | Jeremy Fitzhardinge | 2011-07-18 | 1 | -1/+15 |
| * | | xen/trace: add xen_pgd_(un)pin tracepoints | Jeremy Fitzhardinge | 2011-07-18 | 1 | -0/+4 |
| * | | xen/trace: add ptpage alloc/release tracepoints | Jeremy Fitzhardinge | 2011-07-18 | 1 | -2/+8 |
| * | | xen/trace: add mmu tracepoints | Jeremy Fitzhardinge | 2011-07-18 | 1 | -2/+24 |
| * | | xen/trace: add multicall tracing | Jeremy Fitzhardinge | 2011-07-18 | 3 | -8/+83 |
| * | | xen/trace: set up tracepoint skeleton | Jeremy Fitzhardinge | 2011-07-18 | 2 | -1/+5 |
| * | | xen/multicalls: remove debugfs stats | Jeremy Fitzhardinge | 2011-07-18 | 2 | -108/+4 |
| |/ |
|
* | | Merge branch 'stable/drivers' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2011-07-22 | 4 | -1/+87 |
|\ \ |
|
| * \ | Merge branch 'stable/vga.support' into stable/drivers | Konrad Rzeszutek Wilk | 2011-06-21 | 4 | -1/+87 |
| |\ \ |
|
| | * | | xen: allow enable use of VGA console on dom0 | Jeremy Fitzhardinge | 2011-06-06 | 4 | -1/+87 |
* | | | | xen:pvhvm: Modpost section mismatch fix | Raghavendra D Prabhu | 2011-07-11 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | xen/mmu: Fix for linker errors when CONFIG_SMP is not defined. | Konrad Rzeszutek Wilk | 2011-06-30 | 1 | -0/+4 |
|/ / |
|
* | | xen/setup: Fix for incorrect xen_extra_mem_start. | Konrad Rzeszutek Wilk | 2011-06-16 | 1 | -4/+6 |
* | | xen: When calling power_off, don't call the halt function. | Tom Goetz | 2011-06-15 | 1 | -1/+8 |
* | | xen: support CONFIG_MAXSMP | Andrew Jones | 2011-06-15 | 2 | -1/+9 |
* | | xen: partially revert "xen: set max_pfn_mapped to the last pfn mapped" | Stefano Stabellini | 2011-06-09 | 1 | -1/+8 |
* | | xen: off by one errors in multicalls.c | Dan Carpenter | 2011-06-03 | 1 | -6/+6 |
* | | Merge branch 'upstream/tidy-xen-mmu-2.6.39' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2011-05-26 | 2 | -271/+50 |
|\ \ |
|
| * | | xen: fix compile without CONFIG_XEN_DEBUG_FS | Jeremy Fitzhardinge | 2011-05-20 | 1 | -0/+2 |
| * | | Use arbitrary_virt_to_machine() to deal with ioremapped pud updates. | Jeremy Fitzhardinge | 2011-05-20 | 1 | -1/+1 |
| * | | Use arbitrary_virt_to_machine() to deal with ioremapped pmd updates. | Jeremy Fitzhardinge | 2011-05-20 | 1 | -1/+1 |
| * | | xen/mmu: remove all ad-hoc stats stuff | Jeremy Fitzhardinge | 2011-05-20 | 1 | -138/+0 |
| * | | xen: use normal virt_to_machine for ptes | Jeremy Fitzhardinge | 2011-05-20 | 1 | -5/+5 |
| * | | xen: make a pile of mmu pvop functions static | Jeremy Fitzhardinge | 2011-05-20 | 2 | -60/+23 |
| * | | xen: condense everything onto xen_set_pte | Jeremy Fitzhardinge | 2011-05-20 | 1 | -46/+27 |
| * | | xen: use mmu_update for xen_set_pte_at() | Jeremy Fitzhardinge | 2011-05-20 | 1 | -15/+11 |
| * | | xen: drop all the special iomap pte paths. | Jeremy Fitzhardinge | 2011-05-20 | 1 | -25/+0 |
| |/ |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2011-05-23 | 1 | -1/+1 |
|\ \ |
|
| * | | treewide: fix a few typos in comments | Justin P. Mattock | 2011-05-10 | 1 | -1/+1 |
* | | | Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2011-05-19 | 1 | -5/+1 |
|\ \ \ |
|
| * \ \ | Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-a... | Thomas Gleixner | 2011-05-14 | 10 | -63/+683 |
| |\ \ \ |
|