]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Merge branch 'devel/for-linus-3.14' into linux-next
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 3 Jan 2014 20:01:03 +0000 (15:01 -0500)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 3 Jan 2014 20:01:03 +0000 (15:01 -0500)
commit5d4cffc887a83b8ceb08af825f2b75f36a125d15
tree5a83c8d014fd2fe81de01754e3f4f0df45b73673
parent81b162395ad18b67f2863e89558044ced6a72218
parent829efe1499297d9fc0d5fce019002931215c4117
Merge branch 'devel/for-linus-3.14' into linux-next

* devel/for-linus-3.14: (26 commits)
  xen/grant-table: Refactor gnttab_init
  xen/grants: Remove gnttab_max_grant_frames dependency on gnttab_init.
  xen/mmu/p2m: Refactor the xen_pagetable_init code (v2).
  xen/p2m: Check for auto-xlat when doing mfn_to_local_pfn.
  xen/pci: Fix build on non-x86
  xen: simplify balloon_first_page() with list_first_entry_or_null()
  xen: balloon: enable for ARM
  xen/grant-table: Force to use v1 of grants.
  xen/pvhvm: Remove the xen_platform_pci int.
  xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).
  xen/events: use the FIFO-based ABI if available
  xen/x86: set VIRQ_TIMER priority to maximum
  xen/events: allow event channel priority to be set
  xen/events: Add the hypervisor interface for the FIFO-based event channels
  xen/evtchn: support more than 4096 ports
  xen/events: add xen_evtchn_mask_all()
  xen/events: Refactor evtchn_to_irq array to be dynamically allocated
  xen/events: add a evtchn_op for port setup
  xen/events: allow setup of irq_info to fail
  xen/events: add struct evtchn_ops for the low-level port operations
  ...